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


.build-news{padding:100px 0;}

.build-news .tit{display:flex;justify-content:space-between;align-items:center;}
.build-news .tit h3{border-bottom:1px solid #dadada;display:inline-block;font-size:32px;font-weight:700;line-height:1;padding-bottom:15px;color:#0b2c3d;position:relative;}
.build-news .tit h3::after{content:"";position:absolute;left:0;bottom:-2px;height:4px;width:70px;background: var(--active-color);display:block;}

.build-news .tit .page{font-size:0;}
.build-news .tit .page .swiper-button-prev,.build-news .tit .page .swiper-button-next{position:static;display:inline-block;width:40px;height:40px;line-height:40px;border:none;background:var(--active-color);border-radius:7px;margin-top:0;text-align:center;}
.build-news .tit .page .swiper-button-next::after,.build-news .tit .page .swiper-button-prev::after{display:none;}
.build-news .tit .page .swiper-button-next{margin-left:15px;}
.build-news .tit .page .swiper-button-prev i,.build-news .tit .page .swiper-button-next i{color:#fff;font-size:23px;}
.build-news .tit .page .swiper-button-prev:hover,.build-news .tit .page .swiper-button-next:hover{opacity:0.6;}


.build-news .list{margin-top:45px;}
.build-news .list .swiper-slide{}
.build-news .swiper-slide .pic{display:block;position:relative;overflow:hidden;}
.build-news .swiper-slide .pic img{width:100%;border-radius:5px;}
.build-news .swiper-slide .txt{background:#fff;border-radius:5px;margin:-50px auto 0;padding:20px 15px 0;position: relative;width:92%;z-index:1;}
.build-news .swiper-slide .txt h4{font-size:18px;line-height:22px;height:44px;overflow:hidden;font-weight:600;color:#212121;}
.build-news .swiper-slide .txt span{margin:15px 0 0;display:block;color:#454545;font-size:14px;}
.build-news .swiper-slide .txt span i{margin-right:5px;}
.build-news .swiper-slide .txt p{margin:15px 0 0;line-height:24px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.build-news .swiper-slide .txt .more{display:inline-block;margin:15px 0 0;padding:6px 18px;background:var(--active-color);color:#fff;font-size:14px;}
.build-news .swiper-slide .txt .more:hover{background:#002E5B;}

.build-news .swiper-pagination{margin:25px 0 0;position:static;width:100%;display:none;}
.build-news .swiper-pagination-bullet {height:14px;width:14px;border-radius:50%;margin:0 7px;background:#ccc;opacity:1;}
.build-news .swiper-pagination-bullet-active{background:var(--btn-bg);}


@media screen and (max-width:1680px){
.build-news{padding:80px 0;}
}
 
@media screen and (max-width:1550px){
.build-news{padding:75px 0;}
.build-news .tit h3{font-size:31px;}
}

@media screen and (max-width:1441px) {
.build-news{padding:70px 0;}
.build-news .tit h3{font-size:30px;}
}

@media screen and (max-width:1367px) {
.build-news{padding:65px 0;}
.build-news .tit h3{font-size:29px;}
}

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

.build-news .tit .page .swiper-button-prev,.build-news .tit .page .swiper-button-next{width:36px;height:36px;line-height:36px;}
.build-news .tit .page .swiper-button-next{margin-left:12px;}
.build-news .tit .page .swiper-button-prev i,.build-news .tit .page .swiper-button-next i{font-size:21px;}

}

@media screen and (max-width:1171px){
.build-news .tit h3{font-size:27px;}
}

@media screen and (max-width:992px){
.build-news .swiper-slide .txt .more{display:none;}
}

@media screen and (max-width:768px){
.build-news{padding:40px 0;}
.build-news .tit h3{font-size:26px;}

.build-news .tit .page .swiper-button-prev,.build-news .tit .page .swiper-button-next{width:32px;height:32px;line-height:32px;}
.build-news .tit .page .swiper-button-next{margin-left:10px;}
.build-news .tit .page .swiper-button-prev i,.build-news .tit .page .swiper-button-next i{font-size:19px;}

}

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

}

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

}	


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

}
