/* -----------Common Style----------- */

.swiper-button-next::after,.swiper-button-prev::after{display:none;}

#news{padding:90px 0;}
#news .tit{display:flex;justify-content:space-between;align-items:center;}
#news .tit h3{font-size:36px;font-weight:700;line-height:1;color:#212121;}
#news .tit .page{display:flex;align-items:center;}
#news .tit .page .swiper-button-prev,#news .tit .page .swiper-button-next{position:static;display:inline-block;color:#999;width:40px;height:40px;line-height:38px;border:1px solid #D1DAEB;margin-top:0;text-align:center;background:#fff;border-radius:4px;}
#news .tit .page .swiper-button-next,#news .tit .page .swiper-container-rtl .swiper-button-prev{margin-left:15px;}
#news .tit .page .swiper-button-next i,#news .tit .page .swiper-button-prev i{font-size:22px;color:inherit;}
#news .tit .page .swiper-button-prev:hover,#news .tit .page .swiper-button-next:hover{border-color: var(--color-primary);background: var(--color-primary);color:#fff;}

#news .list{margin:40px -10px 0;position:relative;}
#news .list .swiper-slide{padding:10px;}
#news .list .swiper-slide .pic{display:block;position:relative;overflow:hidden;box-shadow: 0 0 10px rgba(63,62,62,0.15);}
#news .list .swiper-slide .txt{background:#fff;margin:-50px auto 0;padding:20px 15px;position:relative;width:92%;z-index:1;box-shadow: rgba(0,0,0,0.06) 0px 1px 1px 1px;}
#news .list .swiper-slide .txt h5{color:#212121;font-size:18px;font-weight:600;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#news .list .swiper-slide .txt span{display:block;color:#454545;font-size:14px;margin:10px 0 0;}
#news .list .swiper-slide .txt span i{margin-right:5px;font-size:16px;}
#news .list .swiper-slide .txt p{margin:10px 0 0;font-size:16px;color:#666;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#news .list .swiper-slide .txt .more{margin:10px 0 0;display:inline-block;font-size:14px;font-weight:600;color:#333;text-decoration:underline;text-transform:uppercase;}


#news .swiper-pagination-bullets.swiper-pagination-horizontal{position:static;width:100%;text-align:center;margin:30px 0 0;display:none;}
#news .swiper-pagination-bullet{width:12px;height:12px;margin:0 3px;background:#ccc;border-radius:50%;opacity:1;}
#news .swiper-pagination-bullet-active{background:#2C2A50;}



@media screen and (max-width:1550px){
#news{padding:85px 0;}
#news .tit h3{font-size:35px;}
}

@media screen and (max-width:1441px) {
#news{padding:80px 0;}
#news .tit h3{font-size:34px;}

}

@media screen and (max-width:1367px) {
#news{padding:70px 0;}
#news .tit h3{font-size:33px;}
}

@media screen and (max-width:1281px){
#news{padding:60px 0;}
#news .tit h3{font-size:32px;}
}

@media screen and (max-width:1171px){
#news{padding:50px 0;}
#news .tit h3{font-size:31px;}
}

@media screen and (max-width:992px){
#news{padding:40px 0;}
#news .tit h3{font-size:30px;}
}

@media screen and (max-width:768px){
#news{padding:30px 0;}
#news .tit h3{font-size:28px;}
#news .tit .page .swiper-button-prev,#news .tit .page .swiper-button-next{width:34px;height:34px;line-height:32px;}
#news .tit .page .swiper-button-next,#news .tit .page .swiper-container-rtl .swiper-button-prev{margin-left:10px;}
#news .tit .page .swiper-button-next i,#news .tit .page .swiper-button-prev i{font-size:18px;}

#news .list{margin:20px -10px 0;}
}

@media screen and (max-width:576px) {
#news .tit h3{font-size:26px;}

}

@media screen and (max-width:480px) {
#news .tit h3{font-size:24px;}

}	


@media screen and (max-width:420px) {
#news .tit h3{font-size:22px;}

}
 