/* 公共样式 */
.listContent {
    padding: 36px 0;
}
.left-menu{
    width: 248px;
    position: relative;
}
.left-menu .menu-name{
    width: 100%;
    height: 60px;
    background: #BF120A;
    line-height: 60px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.left-menu .tabUL{
    width: 208px;
    box-sizing: border-box; 
}
.left-menu .currentTab_li{
    border-bottom:1px solid #E6E8EF;
}
.left-menu .currentTab_li a{
    display: block;
    width: 100%;
    line-height: 25px;
    padding:15px 20px;
    font-size: 16px;
    background:#fff;
}
.left-menu .currentTab_li.active a,.left-menu .currentTab_li:hover a{
    color: #BF120A;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
}
.main-box-detali{
    width: 100%;
}
.location-bar{
    padding:7px 0 15px;
    border-bottom: 1px solid #E6E8EF;
    margin-bottom: 20px;
}
.current-location{
    border-left: 4px solid #BF120A;
    padding-left: 20px;
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 1;
    float: left;
}
.location-list{
    float: right;
    color: #86909C;
    line-height: 1;
    padding-top: 14px;
}
.location-list img{
    width: 14px;
    height: 12px;
    vertical-align: -1px;
    margin-right: 8px;
}
/* 普通新闻列表样式 */
.main-box>ul{
    min-height: 381px;
}
.main-box .news-list{
    padding-top: 24px;
}
.date-box{
    float: left;
    width: 60px;
    color: #86909C;
}
.date-box .date{
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.date-box .year-month{
    line-height: 20px;
    text-align: center;
}
.news-box{
    width: calc(100% - 90px);
    padding-bottom: 24px;
    float: right;
    color: #444444;
    border-bottom: 1px solid #EAECF1;
}
.news-box.guide{
    width: 100%;
    padding-bottom: 0;
}
.news-box .title{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    margin-bottom: 16px;
}
.news-box .content{
    line-height: 20px;

}
.main-box .news-list:hover .date-box,.main-box .news-list:hover .news-box{
    color: #BF120A;
}
/* 详情页样式 */
.detail{
    color: #444444;
}
.detail .detail-title{
    text-align: center;
    padding: 24px 0 8px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    line-height: 25px;
}
.detail .detail-about{
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
.detail .detail-about .item:nth-child(2){
    margin: 0 10px;
}
.detail .detail-line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #EAECF1;
    margin: 23px 0 24px;
}
.detail .detail-content{
    line-height: 20px;
}
.detail .detail-content .detail-content-pic{
    width: 100%;
    height: 400px;
    padding-top: 40px;
    text-align: center;
}
.detail .detail-content .detail-content-pic img{
    width: 464px;
    height: 317px;
}
.butn{
    width: 100%;
    height: 22px;
    text-align: right;
    margin-top: 25px;
}
.butn .butn-btn{
    float: right;
    color: #171717;
    font-size: 14px;
    cursor: pointer;
}
.turn-page {
    margin-top: 35px;
    border-top: 1px solid #EAECF1;
    text-align: left;
    padding: 16px 0;
}
.turn-page p {
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}
.turn-page a:hover{
    color: #BF120A;
}
/* 风采展示样式 */
.fczs li{
    float: left;
}
.fczs li:nth-child(odd){
    background: #F6F6F6;
}
.fczs .show-box{
    width: 950px;
    height: 58px;
    line-height: 58px;
    padding: 0 25px;
}
.fczs .show-box .show-name{
    width: 800px;
    font-size: 14px;
    float: left;
    font-weight: 500;
    color: #171717;
}
.fczs .show-box .show-time{
    float: right;
    width: 70px;
    height: 40px;
    margin-top: 9px;
    border: 1px solid #BF120A;
    box-sizing: border-box;
}
.fczs .show-box .show-time .show-time-R{
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: #BF120A;
    text-align: center;
}
.fczs .show-box .show-time .show-time-Y{
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #171717;
    font-size: 14px;
}
.w_950{
    width: 950px;
}
/* 单片正文 */
.infoShow{
    padding-top: 24px;
    line-height: 35px;
}
.info .title{
    text-align: center;
    padding-bottom: 24px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    line-height: 25px;
}
/*友情链接*/
.links ul{
    padding-top: 20px;
}
.links ul li{
    width: 160px;
    border-bottom: 1px solid #E6E8EF;
    float: left;
    margin-bottom: 20px;
    font-size: 0;
    height: 55px;
    position: relative;

}
.links ul li:not(:nth-of-type(4n)){
    margin-right: 80px;
}
.links ul li .dot{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #BF120A;
    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;
    position: absolute;
    top: 50%;
    transform:translateY(-50%) ;
    left: 14px;
}
.links ul li a:hover{
    color: #BF120A;
}
.college{
    display: none;
}
@media screen and (max-width: 1200px){
    .listContent{
        padding: 20px 0;
    }
    .w_950{
        width: 100%;
    }
    .location-bar{
        padding:0 10px;
        width: 100%;
        height: 45px;
        line-height: 30px;
    }
    .current-location{
        font-size: 18px;
        padding-left:10px ;
        margin-right: 10px;
    }
    .location-list{
        float: right;
        padding: 0;
        height: 30px;
        line-height: 30px;
    }
    .date-box .date{
        font-size: 20px;
    }
    .date-box .year-month{
        font-size: 13px;
    }
    .news-box .title,.news-box .content{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .info .title{
         font-size:18px;
         padding-bottom: 20px;
    }
    .main-box{
        width: 100%;
        padding: 10px;
    }
    .turn-page {
        width: 100%;
    }
    .main-box-detali{
        width: 100%;
        padding: 0 10px;
    }
    .links{
        width: 100%;
        padding: 0 10px;
    }
    .links ul li{
        width: 50%;
    }
    .links ul li:not(:nth-of-type(4n)) {
        margin-right: 0;
    }
    .date-box{
        width: 15%;
    }
    .date-box .date{
        text-align: center;
    }
    .news-box{
        width: 80%;
    }
    .fczs li {
        width: 100%;
    }
    .fczs .show-box{
        width: 100%;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
    }
    .fczs .show-box .show-name{
        width: 80%;
        margin-right: 4%;
    }
    .fczs .show-box .show-time {
        width: 16%;
    }
    .fczs .show-box .show-time .show-time-R,.fczs .show-box .show-time .show-time-Y{
        width: 100%;
    }

    .left-menu,.left-menu .tabUL{
        width: 100%;
    }
    .location-bar.fc{
        margin-bottom: 0;
    }
    .college{
        height: 40px;
        display: block;
        padding: 0 20px;
        background: #BF120A;
        font-size: 16px;
        color:#fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .college .collegeIcon{
        width: 14px;
        height: 12px;
    }
    .main-box ul.fczs{
        margin-top: 20px;
    }
    .left-menu .currentTab_li a{
        padding: 10px 20px;
    }
    .detail .detail-title{
        font-size: 18px;
    }
}
