@charset "UTF-8";

.head-background {
    width: 100%;
    height: 300px;
    background: url(../images/zu6.png) no-repeat 50% 50%;
    background-size:100% 100%
}

#main {
    width: 1200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
}

.current-location {
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #BDBDBD;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.current-location>a:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.current-location>a:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B20A14;
}

.navigation-list {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 27px;
}
.navigation-left .neutron-selector{
    background-color: #8E1218;
    
}.navigation-left .neutron-selector a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.navigation-left {
    width: 180px;
    height: auto;
    margin: 0;
}
.navigation-left >ul{
    width: 180px;
    height: auto;
}
.navigation-left>h4 {
    width: 180px;
    height: 40px;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFE;
    background: #8E1218;
    text-align: center;
    line-height: 40px;
    margin: 0;
}
.navigation-left > ul li{
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    background-color: #EDEDED;
}
.navigation-left > ul li::before{
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border-width: 3px 11px 3px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 22px;
    right: 30px;
}
.navigation-left > ul li:hover{
    background-color: #8E1218;
}
.navigation-left > ul li:hover a{
    color: #FFFFFF;
}
.navigation-left > ul li >a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.navlist-right{
    width: 942px;
 /*height: 595px;*/
    height: auto;
    margin: 0;
}
.navlist-right>li{
    width: 942px;
    height: 50px;
    border-bottom: 1px solid #E9E9E9;
    line-height: 50px;
}
.navlist-right>li>a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;

}
.navlist-right>li>a>p{
    display: inline-block;
    width: 731px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.navlist-right>li>a>span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #9A9A9A;
    float: right;
}
.pagination{
    float: left;
    margin: 30px 0px;
}
.page-link{
    font-size: 14px ;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606060 !important;
}
.pagination .page-item:last-child,.pagination .page-item:nth-child(1),.pagination .page-item:nth-child(2){
    width: 86px;
    height: 34px;
    text-align: center;
}
.page-item{
    margin-right: 14px;
}
.item-link{
    background-color: #8E1218 !important;
    border-color: #8E1218 !important;
    color: white !important;
}