/* 轮播 */
.banner{
    position: relative;
    overflow: hidden;
    width:100%;
    height:350px;
}
.banner .img-list li a img {
    width: 100%;
    height: 350px;
    position: relative;
}
.banner .prev, .banner .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 49px;
    opacity: 0.6;
}
.banner .prev{
    left: 10%;
    background: url(../img/leftbtn.png) no-repeat;
    background-size: 100% 100%;
}
.banner .next {
    right: 10%;
    background: url(../img/rightbtn.png) no-repeat;
    background-size: 100% 100%;
}
.banner .hd {
    position: relative;
    top: -40px;
    height: 30px;
}
.banner .hd ul{
    text-align: center;
}
.banner .hd ul li{
    font-size: 0;
    display: inline-block;
    height: 14px;
    width: 14px;
    background:rgba(255,255,255,.5);
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

.banner .hd ul li.on{
    background: #fff;
}
/* 通知公告 */
.notice {
    background: url(../img/contentbg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    min-height: 346px;
}
.main{
    width: 100%;
}
.main ul li img{
    width: 100%;
    height: 100%;
    display: block;
}
.main .common_title{
    width: 100%;
    border-bottom: 1px solid #E6E8EF;
    padding: 15px 0;
}
.main .common_title .tabName{
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    padding-left: 8px;
    border-left: 4px solid #AB3724;
    line-height: 1;
}
.main .common_title .more{
    display: block;
    width: 60px;
    height: 28px;
    background: #AB3724;
    padding-left: 8px;
    box-sizing:border-box ;
}
.main .common_title .more span{
    display: inline-block;
    line-height: 28px;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 14px;
}
.main .common_title .more span::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/more.png) no-repeat;
	background-size: 100% 100%;
    vertical-align: -3px;
}
.news-box{
    padding: 40px 0 24px;
}
.news-list{
    width: 45%;
    margin-bottom: 24px;
}
.news-list span{
    display: inline-block;
    vertical-align: middle;
}
.news-list .icon{
    width: 16px;
    height: 16px;
    background: url(../img/notice.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}
.news-list .news-title{
    font-size: 16px;
    width: 429px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list .date{
    color: #86909C;
}
.news-list:nth-child(odd){margin-right: 97px;}
.notice .news-list:hover a,.notice .news-list:hover .date{
    color: #AB3724;
}
/* 资讯 */
.infomation{
    width: 100%;
    min-height: 442px;
    background: url(../img/redbg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    margin-bottom: 20px;
}
.infomation .common_title .tabName{
    width: 50%;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
    float: left;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.08);
    cursor: pointer;
    position: relative;
}
.infomation .common_title .tabName.current{
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    background: #AB3724;
    background-size: 100% 100%;
}
.infomation .common_title .tabName.current .triangle{
    width: 0;
    height: 0;
    position: absolute;
    top: 64px;
    left: calc(50% - 16px);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #AB3724;
    z-index: 100;
}

.infomation .news-img,.infomation .news-box{
    width: 50%;
    min-height: 320px;
    float: left;
}
.news-img{
    display: inline-block;
}
.news-img a{
    display: block;
}
.news-img .picturebox{
    
    position: relative;
}
.news-img .picturebox .news_title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.news-img .imgbox1, .news-img .imgbox2{
    width: 100%;
    height: 100%;
    position: relative;
}
.news-img .prev, .news-img .next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 26px;
    height: 40px;
    opacity: 0.6;
}
.news-img .prev{
    left: 3%;
    background: url(../img/leftbtn.png) no-repeat;
    background-size: 100%;
}
.news-img .next {
    right: 3%;
    background: url(../img/rightbtn.png) no-repeat;
    background-size: 100%;
}
.infomation .news-box{
    padding: 30px 0 28px 50px;
}
.infomation .news .item{
    display: none;
}
.infomation .news-box ul li{
    margin-bottom: 24px;
}
.infomation .news-img img{
    width: 600px;
    height: 320px;
    display: block;
    object-fit: cover;
}
.infomation .news-box ul li>a{
    color: #383838;
    font-size: 16px;
}
.infomation .news-box ul li .date{
    font-size: 14px;
    color: #86909C;
    display: inline-block;
}
.infomation .news-box .more a{
    padding-left: 8px;
    color: #fff;
    display: block;
    width: 60px;
    height: 28px;
    background: #AB3724;
    text-align: center;
}
.infomation .news-box .more span{
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}
.infomation .news-box .more span::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/more.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: -3px;
}
/* 风采展示 */
.show .student,.show .teacher{
    width: 50%;
    float: left;
    min-height: 242px;
    overflow: hidden;
    padding: 16px 0 5px 0;
}
.show ul li{
    float: left;
    margin: 0 18px;
}
.show .show-box{
    position: relative;
    width: 264px;
}
.show .show-box .show-name{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    background: #383838;
    opacity: 0.5;
    color: #FFFFFF;
}
.show .show-box img{
    width: 264px;
    height: 158px;
    margin-bottom: 10px;
    object-fit: cover;
}
.show .show-box .show-title{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;    
}
.show .show-box .show-title:hover{
    color: #AB3724;
}
/* 专栏链接 */
.special{
    height: 243px;
    background: url(../img/specialbg.png) no-repeat;
    background-size: 100% 100%; 
    margin-bottom: 28px;
}
.special ul{
    padding: 32px 0 26px 0;
}
.special ul li{
    float: left;
    width: 200px;
    height: 116px;
}
.special ul li:not(:last-child){
    margin-right: 50px;
}

/* 服务指南 & 友情链接 */
.service{
    width: 840px;
    float: left;
}

.service-box{
    padding: 16px 0 36px;
}
.service-list{
    float: left;
}
.service-list:not(:last-child){
    margin-right: 48px;
}
.service-item{
    width: 100px;
    height: 100px;
    background: #AB3724;
    box-shadow: 0px 0px 12px 0px rgba(31,45,65,0.12);
    border-radius: 6px;
    margin: 0 auto 12px;     
}
.service-name{
    font-size: 16px;
    text-align: center;
}
.links{
    width: 270px;
    float: right;
    max-height:229px;
    
}
.links ul{
    padding-top: 5px;
    max-height: 170px;
    overflow: hidden;
}
.links ul li{
    width: 118px;
    border-bottom: 1px solid #E6E8EF;
    float: left;
    font-size: 0;
    height: 55px;
    position: relative;
}
.links ul li:nth-child(odd){
    margin-right: 34px;
}
.links ul li .dot{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #AB3724;
    vertical-align: middle;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    transform:translateY(-50%) ;
    left: 0;
}
.links ul li a{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    width: 104px;
    position: absolute;
    top: 50%;
    transform:translateY(-50%) ;
    left: 14px;
}
.links ul li a:hover{
    color: #AB3724;
}
.zhuanlan{
    padding-top: 16px;
}
@media screen and (max-width: 1200px){
    .w_1200{
        width: 100%;
    }
    .banner{
        height: 170px;
    }
    .banner .img-list li a img{
        height: 170px;
    }
    .infomation{
        padding: 20px 12px 0;
    }
    .infomation .news-img, .infomation .news-box{
        width: 100%;
        float: none;
        min-height: 192px;
    }
    .infomation .news-img img{
        width: 100%;
        height: 192px;
    }
    .infomation .news-box{
         padding: 15px 0 0;
    }
    .infomation .common_title .tabName{
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .infomation .common_title .tabName.current .triangle{
        top: 42px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #AB3724;
    }
    .infomation .news-box ul li>a{
        font-size: 14px;
    }
    .infomation .news-box ul li .title{
        display: inline-block;
        width: calc(100% - 75px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .infomation .news-box ul li .date{
        font-size: 12px;
    }
    .main .common_title{
        padding: 12px 0;
    }
    .main .common_title .tabName{
        font-size: 16px;
        padding-left: 6px;
        border-left: 2px solid #AB3724;
    }
    .main .common_title .more{
        width: 48px;
        height: 20px;
        line-height: 20px;
        font-size: 0;
    }
    .main .common_title .more span{
        line-height: 20px;
        font-size: 12px;
    }
    .main{
        padding: 0 12px;
    }
    .news-list .date{
        font-size: 12px;
    }
    .show .student, .show .teacher{
        width: 100%;
        float: none;
        min-height: 177px;
    }
    .show ul li{
        width: calc(50% - 10px);
        margin: 0 5px;
    }
    .show .show-box{
        width: 100%;
    }
    .show .show-box img{
        width: 100%;
        height: 112px;
    }
    .show .show-box .show-title{
        font-size: 14px;
        font-weight: 400%;
    }
    .show .show-box .show-name{
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }
    .news-list:nth-child(odd){
        margin-right: 0;
    }
    .news-list{
        width: 100%;
        float: none;
    }
    .news-list .news-title{
        width: calc(100% - 103px);
        font-size: 14px;
    }
    .service,.links{
        float: none;
        width: 100%;
    }
    .special{
        margin-bottom: 8px;
        height: 169px;
    }
    .special ul{
        padding: 16px 0 4px 0;
    }
    .zhuanlan{
        overflow: hidden;
    }
    .special ul li:not(:last-child){
        margin-right: 5px;
    }
    .special ul li{
        width: calc(50% - 10px);
        height: 112px;
        margin: 0 5px;
    }
    .service-box{
        padding: 16px 0 16px;
    }
    .service-list:not(:last-child){
        margin-right: 0;
    }
    .service-list{
        width: 33.33%;
    }
    .service-item{
        width: 90px;
        height: 90px;
        margin:0 auto 5px
    }
    .service-name{
        margin-bottom: 15px;
        font-size:14px;
    }
    .links ul{
        padding-bottom: 15px;
    }
    .links ul li:nth-child(odd){
        margin-right: 5%;
    }
    .links ul li{
        width: 40%;
        margin: 0 5%;
    }
    .links ul li a{
        width: calc(100% - 14px);
        font-size: 14px;
    }
}    