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


.build-wedo{padding:100px 0;background:#EBEFF2;}

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

.build-wedo .tit .page{font-size:0;}
.build-wedo .tit .page .swiper-button-prev,.build-wedo .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-wedo .tit .page .swiper-button-next::after,.build-wedo .tit .page .swiper-button-prev::after{display:none;}
.build-wedo .tit .page .swiper-button-next{margin-left:15px;}
.build-wedo .tit .page .swiper-button-prev i,.build-wedo .tit .page .swiper-button-next i{color:#fff;font-size:23px;}
.build-wedo .tit .page .swiper-button-prev:hover,.build-wedo .tit .page .swiper-button-next:hover{opacity:0.6;}


.build-wedo .list{margin-top:45px;}
.build-wedo .list .swiper-slide{}
.build-wedo .swiper-slide .pic{display:block;position:relative;overflow:hidden;}
.build-wedo .swiper-slide .pic img{width:100%;border-radius:5px;}
.build-wedo .swiper-slide .txt{margin:20px 0 0;}
.build-wedo .swiper-slide .txt h4{font-size:20px;font-weight:600;line-height:24px;height:48px;overflow:hidden;color:#212121;}
.build-wedo .swiper-slide .txt h4 a:hover{color:##ffb600;}
.build-wedo .swiper-slide .txt p{margin:15px 0 0;line-height:24px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.build-wedo .swiper-slide .txt .more{display:inline-block;margin:15px 0 0;padding:10px 30px;background:#ffb600;color:#fff;font-size:14px;border-radius:5px;text-transform:uppercase;}
.build-wedo .swiper-slide .txt .more:hover{background:#002E5B;}

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




@media screen and (max-width:1550px){
.build-wedo .tit h3{font-size:31px;}
}

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

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

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

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

.build-wedo .list{margin-top:40px;}
.build-wedo .swiper-slide .txt h4{font-size:19px;}
  
}

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

@media screen and (max-width:992px){

}

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

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

.build-wedo .list{margin-top:30px;}
.build-wedo .swiper-slide .txt p{line-height:22px;}
.build-wedo .swiper-slide .txt .more{display:none;}
}

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

}

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

}	


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

}
