.jwell-news {background:#F1F1F1;}
.jwell-news .inner {background:#fff;padding:50px 30px;}
.jwell-news .top {display:flex;justify-content:space-between;align-items:center;}
.jwell-news .top .tit h2 {font-size:clamp(20px, 2.3vw, 32px);line-height:1;color:#2c2c2c;font-weight:700;}
.jwell-news .top .tit p {font-size:16px;color:#000;margin:15px 0 0;font-weight:300;}
.jwell-news .top .tab ul{display:flex;}
.jwell-news .top .tab ul li + li{margin-left:40px;}
.jwell-news .top .tab ul li a{font-size:18px;color:#010101;font-weight:600;}
.jwell-news .top .tab ul li a:hover {color:var(--color-second);}

.jwell-news .list {margin:50px 0 0;}
.jwell-news .swiper-slide {position:relative;display:flex;}
.jwell-news .swiper-slide .pic {display:block;width:50%;aspect-ratio:1.5 / 1;position:relative;overflow:hidden;}
.jwell-news .swiper-slide .pic img {position:absolute;width:100%;height:100%;object-fit:cover;display:block;transition:all 0.3s ease 0s;}
.jwell-news .swiper-slide .t {flex:1;padding:0 15px;background:#f0f0f0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.jwell-news .swiper-slide .t h3{font-size:19px;color:#020202;line-height:24px;height:48px;overflow:hidden;}
.jwell-news .swiper-slide .t h3 a{font-weight:600;}
.jwell-news .swiper-slide .t h3 a:hover {color:var(--color-second);}
.jwell-news .swiper-slide .t span {margin:10px 0 0;color:#515050;font-size:16px;display:block;font-weight:300;}
.jwell-news .swiper-slide .t p {margin:10px 0 0;color:#515050;font-size:16px;line-height:22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.jwell-news .swiper-slide .t .more{color:#fff;background:#1867b4;margin:20px 0 0;font-size:14px;display:inline-block;padding:5px 20px;}
.jwell-news .swiper-slide .t .more:hover {background:var(--color-second);}

.jwell-news .swiper-pagination-bullets {position:static;margin-top:50px;font-size:0;width:100%;}
.jwell-news .swiper-pagination-bullet {height:6px;width:80px;margin:0 4px;background:#e4e4e4;border-radius:0;opacity:1;}
.jwell-news .swiper-pagination-bullet-active {background:var(--color-second);}


@media screen and (max-width:1441px) {
.jwell-news .top .tab ul li + li {margin-left:30px;}
.jwell-news .top .tab ul li a{font-size:17px;}
.jwell-news .swiper-slide .t h3{font-size:18px;line-height:22px;height:44px;}
.jwell-news .swiper-slide .t span{font-size:15px;}
.jwell-news .swiper-slide .t p{margin:8px 0 0;font-size:15px;}
.jwell-news .swiper-slide .t .more{display:none;}
.jwell-news .swiper-pagination-bullets {margin-top:40px;}
.jwell-news .swiper-pagination-bullet {height:5px;width:50px;}
}

@media screen and (max-width:1280px) {
.jwell-news .inner{padding:40px 25px;}
.jwell-news .list {margin:40px 0 0;}
.jwell-news .top .tab ul li a{font-size:16px;}
}

@media screen and (max-width:992px){
.jwell-news .top{display:block;text-align:center;}
.jwell-news .top .tab{margin:30px 0 0;}
.jwell-news .top .tab ul{justify-content: center;}
}


@media screen and (max-width:768px) {
.jwell-news .inner{padding:30px 20px;}
.jwell-news .top .tit p{font-size:15px;margin:10px 0 0;}
.jwell-news .top .tab ul li a{font-size:15px;}
.jwell-news .top .tab ul li + li {margin-left:10px;}
.jwell-news .list {margin:30px 0 0;}
.jwell-news .swiper-slide .t h3 {font-size:17px;}
}

@media screen and (max-width:640px) {
.jwell-news .inner{padding:25px 15px;}
.jwell-news .top .tit p {font-size:14px;}
.jwell-news .top .tab{margin:20px 0 0;}
.jwell-news .swiper-slide {flex-direction:column;}
.jwell-news .swiper-slide .pic{width:100%;aspect-ratio:1.8 / 1;}
.jwell-news .swiper-slide .t {padding:15px 10px;}
.jwell-news .swiper-slide .t h3{text-align:center;}
.jwell-news .swiper-slide .t span {text-align:center;}
.jwell-news .swiper-pagination-bullets {margin-top:25px;}
.jwell-news .swiper-pagination-bullet {height:3px;width:20px;margin:0 3px;}
}

@media screen and (max-width:480px) {
.jwell-news .inner{padding:25px 10px;}
.jwell-news .top .tab ul li a{font-size:14px;}
}
