@charset "utf-8";
.media_title{padding-bottom: 85px;}
.media_title h2{font-weight: bold;font-size: 48px;margin-bottom: 25px;}
.media_title p{font-size: 24px;line-height: 28px;color: #666;}
.media_list{padding-bottom: 135px;}
.media_list ul{display: flex;flex-wrap: wrap;gap:78px;}
.media_list li{width: calc(50% - 78px/2);border: 2px solid #f5f5f5;background: #f5f5f5; transition: all 1s;border-radius: 10px;}
.media_box{padding: 45px 50px;}
.media_box h3{font-weight: bold;font-size:28px;margin-bottom: 30px;}
.media_box p{font-size: 18px;color: #666;line-height: 1.75;margin-bottom: 50px;}
.media_list li:hover{border: 2px solid #19d3c5;background: #fff;}

.news_pl{padding:0 0 90px;}
.news_pl ul{display: flex;flex-wrap: wrap;gap:35px;padding-bottom: 50px;}
.news_pl li{width: calc(33.333% - 70px/3);margin-bottom: 12px; position: relative;border-radius: 10px; padding: 10px;background: #f5f5f5;transition: all 1s;position: relative;}
.newsbox span{display: block;border-radius: 10px; overflow: hidden;}
.newsbox span img{width: 100%; object-fit: cover;aspect-ratio: 487 / 300;transition: all 1s;}
.news_text{padding: 12px 13px;}
.news_text h3{font-size: 24px;transition: all .6s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.news_text p{font-size: 24px;font-size: 18px; line-height: 28px;color: #666;margin: 20px 0 25px;transition: all .6s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_text h4{font-size: 18px;color: #999;transition: all .6s;}
.news_text b{position: absolute;width: 42px;line-height: 42px;border-radius: 50%;background: url(../images/a_13.png) no-repeat center center #19d3c5;background-size: 18px 15px;bottom: 14px;right: 25px;height: 42px;}
.news_pl li:hover{background: #037481;box-shadow: 0 15px 15px rgba(0, 0, 0, .1); }
.news_pl li:hover h3{color: #fff;}
.news_pl li:hover h4{color: #fff;}
.news_pl li:hover p{color: #fff;}
.news_pl li:hover img{transform: scale(1.1);}
@media only screen and (min-width: 1200px) {
.media_title{padding-bottom: 4.4270833333vw;}
.media_title h2{font-weight: bold;font-size: 2.5vw;margin-bottom: 1.3020833333vw;}
.media_title p{font-size: 1.25vw;line-height: 1.4583333333vw;color: #666;}
.media_list{padding-bottom: 7.03125vw;}
.media_list ul{display: flex;flex-wrap: wrap;gap:4.0625vw;}
.media_list li{width: calc(50% - 4.0625vw/2);border: 0.1041666667vw solid #f5f5f5;background: #f5f5f5;transition: all 1s;border-radius: 0.5208333333vw;}
.media_box{padding: 2.34375vw 2.6041666667vw;}
.media_box h3{font-weight: bold;font-size:1.4583333333vw;margin-bottom: 1.5625vw;}
.media_box p{font-size: 0.9375vw;color: #666;line-height: 1.75;margin-bottom: 2.6041666667vw;}
.media_list li:hover{border: 0.1041666667vw solid #19d3c5;background: #fff;}

.news_pl{padding:0 0 4.6875vw;}
.news_pl ul{display:flex;flex-wrap:wrap;gap:1.8229166667vw; padding-bottom: 2.604vw;}
.news_pl li{width:calc(33.333% - 3.6458333333vw/3);margin-bottom:0.625vw;position:relative;border-radius:0.5208333333vw;padding:0.5208333333vw;background:#f5f5f5;transition:all 1s;position:relative;}
.newsbox span{display:block;border-radius:0.5208333333vw;overflow:hidden;}
.newsbox span img{width:100%;object-fit:cover;aspect-ratio:487/300;transition:all 1s;}
.news_text{padding:0.625vw 0.6770833333vw;}
.news_text h3{font-size:1.25vw;transition:all .6s;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.news_text p{font-size:0.9375vw;line-height:1.4583333333vw;color:#666;margin:1.0416666667vw 0 1.3020833333vw;transition:all .6s;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news_text h4{font-size:0.9375vw;color:#999;transition:all .6s;}
.news_text b{position:absolute;width:2.1875vw;line-height:2.1875vw;border-radius:50%;background:url(../images/a_13.png) no-repeat center center #19d3c5;background-size:0.9375vw 0.78125vw;bottom:0.7291666667vw;right:1.3020833333vw;height:2.1875vw;}
.news_pl li:hover{background:#037481;box-shadow: 0 0.781vw 0.781vw rgba(0, 0, 0, .15); }
.news_pl li:hover h3{color:#fff;}
.news_pl li:hover h4{color:#fff;}
.news_pl li:hover p{color:#fff;}
.news_pl li:hover img{transform:scale(1.1);}

}

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1680px) {


}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1200px) {
.top_content{padding-bottom: 1.9rem;}

.media_title {padding: 0 0 .4rem; }
.media_title h2{font-size: .36rem;margin-bottom: .25rem;}
.media_title p{font-size: .26rem;line-height: 1.6;}
.media_list ul{gap:.4rem;}
.media_list li{width: 100%;}
.media_box{padding: .35rem .25rem;border-radius: .1rem;}
.media_box h3{font-size: .32rem;margin-bottom: .2rem;}
.media_box p{font-size: .24rem;margin-bottom: .2rem;}
.media_list{padding-bottom: .85rem;}

.news_pl{padding: 0 0 .8rem 0;}
.news_pl ul{display: block;padding-bottom: .3rem;}
.news_pl li{width: 100%;margin-bottom: .48rem; border: none;background: none;padding: 0;}
.newsbox a{display: flex;justify-content: space-between;}
.newsbox span{width: 2.65rem;}
.newsbox span img{width: 100%; object-fit: cover;aspect-ratio: 265 / 170;}
.news_text{padding: 0;width: calc(100% - 2.95rem);padding-top: .55rem; position: relative;}
.news_text h3{display: none;}
.news_text h4{position: absolute;left: 0;top: .06rem;}
.news_text p{font-size: .32rem;line-height: 1.6;margin: 0;}
.pagination{display: none;}
.news_text b{display: none;}
.news_pl li:hover{background:#fff;box-shadow: 0 0.781vw 0.781vw rgba(0, 0, 0, 0); }
.news_pl li:hover h3{color:#333;}
.news_pl li:hover h4{color:#999;}
.news_pl li:hover p{color:#666;}
}


}