.jwell-news { padding: 70px 0 30px; background: rgb(255, 255, 255); }
.jwell-news .top { display: flex; justify-content: space-between; align-items: center; }
.jwell-news .top .tit h3 { font-weight: 700; font-size: 50px; color: rgb(2, 2, 2); line-height: 1; text-transform: uppercase; }
.jwell-news .top .tit p { font-size:18px;color: rgb(0, 0, 0);margin:20px 0 0; font-weight:300; }
.jwell-news .top .tab ul li { display: inline-block; font-size: 20px; color: rgb(1, 1, 1); }
.jwell-news .top .tab ul li + li { margin-left: 40px; }
.jwell-news .top .tab ul li a:hover { color: var(--link-color-hover); }
.jwell-news .list { margin:60px 0px 0px; position: relative; }
.jwell-news .swiper-slide {position: relative; box-shadow: rgba(63, 62, 62, 0.1) 0px 0px 5px 0px; }
.jwell-news .swiper-slide .pic { display: block; width: 100%; position: relative; overflow: hidden; }
.jwell-news .swiper-slide .pic > img { width: 100%; display: block; transition: transform 0.5s ease 0s; }

.jwell-news .swiper-slide .t { position: absolute; background: rgba(0, 0, 0, 0.45); z-index: 10; inset: 0px; padding:0 30px; transition: all 0.5s ease 0s; opacity: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
.jwell-news .swiper-slide .t::after {content: "";position: absolute;inset: 20px;z-index: 9;/* border: 1px solid rgba(255, 255, 255, 0.95); */display: block;}
.jwell-news .swiper-slide h5{font-size:21px;margin-bottom:20px;color: #fff;}
.jwell-news .swiper-slide .t i{color:#fff;font-size:24px;}
              
.jwell-news .swiper-slide:hover .pic > img { transform: scale(1.05); }
.jwell-news .swiper-slide:hover .t { opacity: 1; }

                              
                        
.jwell-news .swiper-pagination-bullets { position:static;margin-top:30px; width: 100%;font-size:0;}
.jwell-news .swiper-pagination-bullet { height: 14px; width: 14px; margin: 0px 4px; background: rgb(240, 240, 240); border-radius: 50%; opacity: 1; }
.jwell-news .swiper-pagination-bullet-active { background: rgb(64, 144, 174); }                              
                              


@media screen and (max-width: 1680px) {
  .jwell-news .top .tit h3 { font-size: 48px; }
}
@media screen and (max-width: 1550px) {
  .jwell-news .top .tit h3 { font-size: 46px; }
  .jwell-news .top .tit p { margin: 25px 0 0; }
  .jwell-news .top .tab ul li + li { margin-left: 35px; }
}
@media screen and (max-width: 1441px) {
  .jwell-news .top .tit h3 { font-size: 42px; }
  .jwell-news .top .tab ul li { font-size: 18px; }
  .jwell-news .top .tab ul li + li { margin-left: 30px; }
  .jwell-news .list{margin:50px 0 0;}
  .jwell-news .swiper-slide .t h5 { font-size:20px; line-height:24px; height:48px; }
}
@media screen and (max-width: 1367px) {
  .jwell-news .top .tit h3 { font-size: 38px; }
  .jwell-news .top .tit p { margin: 20px 0px 0px; }
  .jwell-news .top .tab ul li + li { margin-left: 30px; }
}
@media screen and (max-width: 1280px) {
  .jwell-news {padding: 60px 0 20px; }
  .jwell-news .top .tit h3 { font-size: 34px; }
  .jwell-news .top .tit p { margin:15px 0 0;font-size:17px;}
  .jwell-news .list{margin:40px 0 0;}
  .jwell-news .swiper-slide .t h5 { font-size:19px; }
}

@media screen and (max-width: 992px) {
  .jwell-news .top { display: block;text-align:center; }
  .jwell-news .top .tit h3 { font-size: 30px; }
  .jwell-news .top .tab {margin:30px 0 0; }
}
@media screen and (max-width: 768px) {
  .jwell-news { padding: 30px 0 10px; }
  .jwell-news .top .tit h3 { font-size: 28px; }
  .jwell-news .top .tit p { font-size:16px; }
  .jwell-news .top .tab { margin: 25px 0 0; }
  .jwell-news .top .tab ul li { font-size: 16px; }
  .jwell-news .top .tab ul li + li { margin-left: 15px; }
  .jwell-news .list { margin:30px 0 0; }
  .jwell-news .swiper-slide .t h5 { font-size:18px; }
  .jwell-news .swiper-pagination-bullets { margin-top: 30px; }
  .jwell-news .swiper-pagination-bullet { height: 12px; width: 12px; }
}
@media screen and (max-width: 576px) {
  .jwell-news .top .tit h3 { font-size: 26px; }
}
@media screen and (max-width: 480px) {
  .jwell-news .top .tit h3 { font-size: 24px; }
}
@media screen and (max-width: 420px) {
  .jwell-news .top .tit h3 { font-size: 22px; }
}
