@charset "UTF-8";

/* 后加内容 */
.news-icon-active{
    display: none;
    width: 23px;
}
.news-icon{
    width: 23px;
}
.news-active .news-icon{
    display: none;
}
.news-active .news-icon-active{
    display: inline-block !important;
}
.news-thumbs .swiper-wrapper .swiper-slide:nth-of-type(3) .news-icon,
.news-thumbs .swiper-wrapper .swiper-slide:nth-of-type(3) .news-icon-active{
    width: 28px;
}
#pages #pagesize ul li a, #pagesize ul li span{
    padding: 5px 12.25px;
}



/*banner*/
.banner {
    background-image: url("../../images/news-details/banner-new.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 360px;
    /* display: flex;
    justify-content: center;
    align-items: center; */

}

.banner > div > span:nth-of-type(1),
.banner > div > span:nth-of-type(2),
.banner > div > span:nth-of-type(3) {
    font-family: MicrosoftYaHei;
    color: #ffffff;
}

.banner > div > span:nth-of-type(1) {
    font-size: 34px;
    line-height: 24px;
}

.banner > div > span:nth-of-type(2) {
    font-size: 30px;
    margin: 0 8px;
}

.banner > div > span:nth-of-type(3) {
    font-size: 24px;
}

.banner > div {
    position: relative;
}

.banner > div::before {
    content: '';
    width: 472px;
    height: 111px;
    border: solid 2px #ffffff;
    opacity: 0.26;
    position: absolute;
    left: -49px;
    top: -31px;
}

.banner > div::after {
    content: '';
    width: 472px;
    height: 111px;
    border: solid 2px #ffffff;
    opacity: 0.26;
    position: absolute;
    left: -39px;
    top: -21px;
}


/*面包屑*/
.crumbs-box{
    box-shadow: 0px 1px 8px 0px
    rgba(208, 208, 208, 0.35);
}
.crumbs-box>div{
    width: 1528px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
}
.crumbs-box>div>span:nth-of-type(1){
    position: relative;
    top: -3px;
    padding-right: 10px;
}
.crumbs-box>div>span,.crumbs-box>div>span>a{
    color: #999999;
}
.crumbs-box>div>span:nth-of-type(2)>a{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    transition: all 0.5s;
    color: #999999;
    margin: 0 4px;
}
.crumbs-box>div>span:nth-of-type(2)>a:hover{
    color: #17375e;
}


/*新闻列表*/
.news-box>div{
    width: 1528px;
    margin: 0 auto;

}
.news-thumbs{
    padding: 0 0 25px;
    border-bottom: 1px solid #d8d8d8;
}
.news-thumbs .swiper-wrapper{
    width: 70%;
}
.news-thumbs .swiper-slide{
    width: 20% !important;
    /*cursor:pointer;*/
}
.news-thumbs .swiper-slide span a{
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #666666;
    display: inline-block;
}
.news-thumbs .swiper-slide img{
    position: relative;
    top: -5px;
    margin-right: 10px;
}
.news-active span a{
    color: #17375e !important;
}
.news-active::after{
    content: '';
    width: 120px;
    height: 1px;
    background-color: #17375e;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.news-thumbs>.swiper-wrapper>.swiper-slide>div:hover a{
    color: #17375e;
}
.news-thumbs>.swiper-wrapper>.swiper-slide>div:hover .news-icon{
    display: none;
}
.news-thumbs>.swiper-wrapper>.swiper-slide>div:hover .news-icon-active{
    display: inline-block;
}
.news-thumbs>.swiper-wrapper>.swiper-slide>div:hover::after{
    content: '';
    width: 120px;
    height: 1px;
    background-color: #17375e;
    position: absolute;
    left: 0;
    bottom: -30px;
}

/*中间列表部分*/
.news-top .swiper-slide>ul{
   
}
.news-top .swiper-slide>ul>li>a{
    display: flex;
    padding:  49px 62px;
    border-bottom: 1px solid #c6c6c6;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: all 400ms;
}
.news-left>h3{
    text-align: center;
    width: 114px;
    font-family: SourceHanSansCN-Regular;
    font-size: 40px;
    line-height: 26px;
    color: #999999;
    padding-bottom: 36px;
    border-bottom:1px solid #c5c5c5;
}
.news-left>p{
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    padding-top: 29px;
    text-align: center;
}
.news-img{
    width: 373px;
    height: 215px;
}
.news-img>img{
    max-width: 100%;
    height: 100%;
}
.news-right{
    width: 842px;
}
.news-right h3{
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #333333;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-right p{
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #666666;
    margin: 28px 0 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-right div{
    display: flex;
    justify-content: space-between;
    padding-top:25px;
    /* border-top: 1px solid #c9c9c9 ; */
}
.news-right div>span{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #999999;
}
.news-right div>img{
    width: 25px;
    height: 14px;
    display: none ;
}

.time-phone{
    display: none;
}

.page-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-btn li{
    display:inline-block;
    width: 32px;
    height: 30px;
    border: solid 1px #e2e2e2;
    margin-left: 4px;
    transition: all 500ms;
    -moz-transition: all 500ms; /* Firefox 4 */
    -webkit-transition: all 500ms; /* Safari 和 Chrome */
    -o-transition:all 500ms; /* Opera */
}
.page-btn a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #999999;
}
.page-btn li:nth-of-type(2){
    margin-left: 0;
}
.prev-btn{
    margin-right: 8px;
    margin-left: 0 !important;
}
.next-btn{
    margin-right:12px !important;
    margin-left: 8px !important;
}

.list-num{
    width: auto !important;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #999999;
}
.page-active{
    background-color: #17375e;
    border: 1px solid #17375e !important;
}
.page-active a{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
}







/*响应式配置*/
@media (max-width:1920px) {
}
@media (max-width:1599px) {
    /*面包屑*/
    .crumbs-box>div{
        width: 100%;
        padding: 0 50px;
    }
    /*中间内容部分*/
    .news-box>div{
        width: 100%;
    }
    .news-thumbs .swiper-wrapper{
        margin-left: 50px;
    }

}
@media (max-width:1477px) {
    /*中间列表部分*/
    .news-right{
        width: 688px;
    }
}

@media (max-width:1365px) {
    /*中间列表部分*/
    .news-right{
        width: 530px;
    }
}

@media (max-width:1199px) {
    /*中间内容部分*/
    .news-top .swiper-slide>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-top .swiper-slide>ul>li{
        width: 48%;
    }
    .news-top .swiper-slide>ul>li>a{
        display: inline-block;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
        border: 1px solid #dddddd;
        margin-bottom: 20px;
    }
    .news-img{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .news-img>img{
        width: 100%;
        height: auto;
    }
    .news-top .swiper-slide{
        padding: 0 50px;
    }
    .news-right{
        padding: 10px;
        width: 100%;
    }
    .news-right p{
        font-size: 14px;
        margin: 15px 0 0;
    }
    .news-left{
        display: none;
    }
    .news-right>h3{
        margin-top: 18px;
        font-size: 18px;
    }
    .time-phone{
        display: block;
        font-size:14px;
        color: #777777;
        margin-top: 5px;
    }
    .news-right>div{
        position: relative;
        border-top: 0;
    }
    .news-right>div>img{
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .news-thumbs .swiper-wrapper{
        width: 80%;
    }
}

@media (max-width:990px) {
    /*banner*/
    .banner{
        margin: 0;
        height: 285px;
    }
    /*面包屑*/
    .crumbs-box>div{
        padding: 0 25px;
    }

    /*中间新闻部分*/
    .news-box>div{
        padding: 50px 0;
    }
    .news-thumbs .swiper-wrapper{
        width: 100%;
        margin: 0;
    }
    .news-thumbs .swiper-wrapper .swiper-slide>div{
        text-align: center;
    }
    .news-active::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .news-thumbs>.swiper-wrapper>.swiper-slide>div:hover::after{
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:767px) {
    /*banner*/
    .banner{
        height: 194px;
    }
    .banner > div > span:nth-of-type(1){
        font-size: 26px;
    }
    .banner > div > span:nth-of-type(2){
        font-size: 22px;
    }
    .banner > div > span:nth-of-type(3){
        font-size: 18px;
    }
    .banner > div::before{
        width: 315px;
        left: -19px;
        top: -29px;
    }
    .banner > div::after{
        width: 315px;
        left: -9px;
        top: -19px;
    }
    /*面包屑*/
    .crumbs-box>div{
        padding: 0 10px;
    }

    /*中间部分*/
    /*.news-thumbs .swiper-wrapper{*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .news-thumbs{
        padding: 0 0 15px;
    }
    .news-box>div{
        padding-top: 30px;
    }
    .news-top .swiper-slide{
        padding: 0 10px;
    }
    .news-top .swiper-slide>ul {
        padding: 60px 0 0;
    }
    .news-top .swiper-slide>ul>li{
        width: 100%;
    }
    .news-thumbs .swiper-slide img{
        margin: 0;
    }
    .news-thumbs .swiper-slide span a{
        font-size:14px;
    }
    .news-top .swiper-slide>ul>li:nth-last-of-type(1)>a{
        margin-bottom: 0;
    }
}
@media (max-width:412px){
    /*中间部分*/
    .news-box>div {
        padding: 20px 0 35px;
    }
    .news-thumbs .swiper-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .news-active::after{
        display: none ;
    }
    .news-thumbs .swiper-wrapper .swiper-slide>div{
        padding: 5px 0;
    }
    .news-top .swiper-slide>ul {
        padding: 28px 0 0;
    }

}