.jwell-news {
  padding:80px 0;
  background: #035a8f;
}
.jwell-news .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.jwell-news .top .tit h3{font-size:clamp(22px, 2.8vw, 45px);font-weight:400;line-height:1;color:#fff;font-size: clamp(20px, 2.35vw, 45px);line-height: 1.4;}

.jwell-news .top .tit p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  max-width: 1200px;
  margin: 28px auto 0;
  font-weight: 300;
}

.jwell-news .top .tab ul{display:flex;justify-content:space-between;}
.jwell-news .top .tab ul li + li {
  margin-left: 40px;
}
.jwell-news .top .tab ul li a{
  font-size:18px;display:block;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px #fff solid;
  padding: 10px 0;
}
.jwell-news .top .tab ul li:first-child a{
  color: #06a4fb;
  border-bottom: 1px solid #06a4fb;
}

.jwell-news .top .tab ul li a:hover {
  color: #06a4fb;
  border-bottom: 1px solid #06a4fb;
   
}

.jwell-news .list {
  margin: 50px 0 0;
}
.jwell-news .swiper-slide {
  position: relative;
}
.jwell-news .swiper-slide .pic {
  display: block;
  width: 350px;
  position: relative;
  overflow: hidden;
}
.jwell-news .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}

.jwell-news .swiper-slide .t {
  padding-right: 15px;
  position: relative;
  border-right: 1px #5aa4cd solid;
}
.jwell-news .swiper-slide .t h5 {
  font-size: 24px;
  color: #fff;
  line-height:26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jwell-news .swiper-slide .t h5 a:hover {
  color: #fff;
  text-decoration: underline;
}
.jwell-news .swiper-slide .t span {
  margin: 0px 0 15px;
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 300;
}
.jwell-news .swiper-slide .t p {
  margin: 15px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jwell-news .swiper-slide .t .more {
  color: #fff;
  background: var(--color-primary);
  margin: 20px 0 0;
  font-size: 15px;
  display:inline-block;
}
.jwell-news .swiper-slide .t .more:hover {
  text-decoration: underline;
}

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




@media screen and (max-width:1441px) {
  
.jwell-news{padding:70px 0;}

  .jwell-news .top .tit p{
    font-size: 15px;
    margin: 25px auto 0;
  }

  
  .jwell-news .top .tab ul li a{font-size:17px;}
  .jwell-news .top .tab ul li + li {
    margin-left: 30px;
  }
  .jwell-news .list {
    margin: 50px 0 0;
  }
  .jwell-news .swiper-slide .pic {
    width: 300px;
  }
  .jwell-news .swiper-slide .t h5{font-size:22px;}
  
  
  .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 .swiper-slide .t span {font-size:15px;}
.jwell-news .swiper-slide .t p{font-size: 15px;}
.jwell-news .swiper-slide .t h5{font-size:20px;}
.jwell-news .swiper-slide .t .more{margin:15px 0 0;}

  .jwell-news .top .tit p{
    margin: 20px auto 0;
  }

.jwell-news .top .tab ul li a{font-size:16px;}

}

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

  .jwell-news .top .tit p{
    font-size: 15px;
    margin: 15px auto;
  }

.jwell-news{padding:30px 0 0;}
.jwell-news .top{display: block;}

  .jwell-news .top .tab {
    margin: 20px 0 0;
  }
  .jwell-news .top .tab ul li {
    font-size: 17px;width:31%;
  }
.jwell-news .top .tab ul li + li{margin-left:0;}

  .jwell-news .list {
    margin: 30px 0 0;
  }
  .jwell-news .swiper-slide {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .jwell-news .swiper-slide .pic {
    width: 365px;
    margin: 0 auto;
  }

.jwell-news .swiper-slide .t{padding-right:0;border-right:none;}
.jwell-news .swiper-slide .t h5{font-size:18px;}
.jwell-news .swiper-slide .t span {font-size:14px;margin:0 0 10px;}
  
  .jwell-news .swiper-slide .t p {
    line-height: 20px;
  }
  .jwell-news .swiper-slide .t .more{font-size:15px;}

  .jwell-news .swiper-pagination-bullets {
    margin-top: 25px;
  }
  .jwell-news .swiper-pagination-bullet {
    height: 3px;
    width: 20px;
    margin: 0 3px;
  }
 .jwell-news .top .tab ul li a {font-size:15px;}
 
  
}

@media screen and (max-width:576px) {
.jwell-news .top .tab ul li a{text-align:center;}
}

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

.jwell-news .swiper-slide .t span{font-size:13px;margin:0 0 5px;}
.jwell-news .swiper-slide .t h5{font-size:16px;}
.jwell-news .swiper-slide .t p{font-size:14px;margin:10px 0 0;}
.jwell-news .swiper-slide .t .more{font-size:14px;margin:12px 0 0;}
}
