.noticePage .picScroll-left .bd ul .swiper-slide.swiper-slide-thumb-active,.noticePage .picScroll-left .bd ul .swiper-slide:hover{
    background-color: #F7B334;
    border: 1px solid #F7B334;
    cursor: pointer;
    }
.noticePage .picScroll-left .bd ul .swiper-slide.swiper-slide-thumb-active a,.noticePage .picScroll-left .bd ul .swiper-slide:hover a {
    color: #ffffff;
    cursor: pointer;
    }
.noticePage .picScroll-left .bd ul li .title{
    text-align: center;
}
.noticePage .picScroll-left {
    height: auto;
    position: relative;
    padding: 0px;
    width: calc(100% - 120px);
    margin: 0 auto;
}
.noticePage .picScroll-left .bd{
    overflow:hidden;
    width: 100%;
}
.noticePage .picScroll-left .picList{
    /* width: calc(100% - 120px); */
    width: 100%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("./../image/news_pre.png"); 
    background-size: 40px 40px; 
    background-position: left center;
    background-repeat: no-repeat;
     left: 0px;
     width: 40px;
     height: 40px;
     top: 25px;
    right: auto;
    cursor: pointer;
    background-color: #ffffff;
    
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    transform: rotate(180deg);
    right: 0px;
    left: auto;
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover,.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{
    background-image: url("./../image/news_pre_hover.png"); 
}

.swiper-button-next, .swiper-button-prev{
    margin-top: -25px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    display: none;
}
#listCtnSwiper{width: 100%;}
#listCtnSwiper .swiper-slide{width: 100% ;}
@media screen and (max-width:1200px) {
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 16px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 16px;
    left: auto;
}
}
@media screen and (max-width:1024px) {
    .noticePage .picScroll-left .bd ul li{
        height: 32px;
        line-height: 32px;
    }
    .noticePage .section-box .section-item .label-img{
        display: none;
    }
    .noticePage .section-box .section-item .label-img-left{
        width: 24px;
        height: 24px;
        margin: 0;
        margin-right: 8px;
    }
    .noticePage .section-box .section-item .label-img-left img{
        width: 14px;
    }
    .noticePage .section-box .section-item .text-group-file-wrapper {
        min-width: auto;
        width: calc(100% - 34px);
    }
    .noticePage .section-box .section-item .text-group-file-wrapper .text-title {
        font-size: 16px;
        line-height: 24px;
    }
    .noticePage .section-box .section-item{
        padding-left: 0;
        height: auto;
    }
    .noticePage .section-box .section-item .text-group-file-wrapper .text-time{
        padding-top: 10px;
    }
    .noticePage .section-box .section-item .image-text-item{width: 100%;}
    .noticePage .section-box{margin-top: 32px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        width: 32px;
        height: 32px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-size: 32px 32px; 
    }
    .noticePage .picScroll-left .bd ul li .title{
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        
    }
    /* .noticePage .picScroll-left .bd ul li{
        width: 64px !important;
        height: 32px !important;
        margin-right: 6px !important;
    } */
    .noticePage .picScroll-left {
        padding: 0;
        width: calc(100% - 80px);
    }
 
    .noticePage .picScroll-left .picList{
        width: 100%;
    }
    
}