.nav li:nth-child(2) {
    background: url("../images/nav_selected.jpg") no-repeat;
}

.w {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.contaier {
    margin: 0 auto;
    width: 1195px;
    height: 100%;
    border-top: 1px solid #E4E5E7;
    border-left: 1px solid #EEEFF1;
    border-right: 1px solid #E6E7E9;
    border-bottom: 1px solid #EFF0F1;
    margin-top: 29px;
}

.location {
    float: left;
    width: 1195px;
    height: 57px;
    border-bottom: 1px solid #EFF0F1;
}

.location * {
    float: left;
    line-height: 65px;
}

.location img {
    margin: 19px 9px 0 18px;
}

.location span {
    color: #000;
    font-size: 17px;
    margin-top: -3px;
}

.location a {
    color: #000;
    font-size: 17px;
    margin-top: -3px;
}

.pagelist {
    float: left;
    width: 1195px;
}

.pagelist>ul {
    width: 1195px;
}

.pagelist>ul>li {
    width: 1160px;
    height: 116px;
    border-bottom: 1px dashed #DEDFE2;
    padding-left: 35px;
    float: left;
}

#clist {
    width: 1160px;
    height: 116px;
}

#clist a {
    color: #000;
}

#clist li {
    height: 30px;
    border-bottom: none;
    padding-left: 0px;
}

#clist li:nth-child(1) {
    font-weight: bold;
    margin-top: 20px;
    font-size: 15px;
}

#clist li:nth-child(n+2) {
    font-size: 13px;
    margin-left: 12px;
    margin-top: 0px;
    color: #8A8A8A;
}

#clist li:nth-child(2) span:nth-child(n+2) {
    margin-left: 28px;
}

#clist li:nth-child(3) {
    margin-top: -7px;
}

.listLink {
    float: left;
    width: 1195px;
    height: 65px;
    margin-top: 20px;
}

.listLink ul {
    height: 26px;
    float: right;
    margin-right: 28px;
}

.listLink ul li {
    width: 36px;
    height: 26px;
    float: left;
    background: url("../images/aunselected.jpg") no-repeat;
    margin-right: 13px;
    text-align: center;
    font-size: 10px;
    line-height: 26px;
    color: #010101;
    cursor: pointer;
}

.listLink ul li a {
    display: block;
    width: 36px;
    height: 26px;
    color: #010101;
}

.listLink ul li:last-child {
    margin-right: 0px;
}

.listLink .selected {
    background: url("../images/aselected.jpg") no-repeat;
}

.listLink .selected a {
    color: #fff;
}