.jwell-news{padding:70px 0;background:var(--bg-color-second)}
.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:50px;line-height:1;color:#000;font-weight:bold;text-transform:uppercase;padding-bottom:5px;background:url("../../images/tit3.png") no-repeat left bottom;}
.jwell-news .top .tit p{font-size:16px;color:#000;line-height:24px;max-width:1200px;margin:28px auto 0;font-weight:300;}


.jwell-news .top .tab ul li{display:inline-block;font-size:20px;color:#010101;}
.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:50px 0 0;}
.jwell-news .swiper-slide{position:relative;display:-webkit-flex;display:flex;box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.03);}
.jwell-news .swiper-slide .pic{display:block;width:350px;position:relative;overflow:hidden;border: 1px solid #f4f4f4;}
.jwell-news .swiper-slide .pic img{width:100%;display:block;transition:all 0.3s ease 0s; height: 100%; object-fit: contain;transition: transform 0.3s ease;}

.jwell-news .swiper-slide .t{-webkit-flex:1;flex:1;padding: 15px;background: #fafafa;position:relative;border: 1px solid #f4f4f4;}
.jwell-news .swiper-slide .t h5{font-size:20px;color:#020202;font-weight:600;line-height:24px;height:48px;overflow:hidden;}
.jwell-news .swiper-slide .t h5 a:hover{color:var(--btn-bg-hover);}
.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;height:66px;overflow:hidden;}
.jwell-news .swiper-slide .t .more{width:200px;height:45px;line-height:45px;text-align:center;color:#fff;background:#e70013;margin:20px 0 0;font-size:18px;display:block;}
.jwell-news .swiper-slide .t .more:hover{background:var(--btn-bg-hover);}

.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:#e70013;}

.jwell-news .swiper-slide:hover  .pic img{transform: scale(1.05);}
                                             
                                             

@media screen and (max-width:1500px){
  .jwell-news .top .tit h3,.indexC .tit h3{font-size:48px;background-size:320px auto;}
  .jwell-news .top .tit p,.indexC .tit p{font-size:15px;margin:25px auto 0;}

  .jwell-news{padding:60px 0;}
  .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 .pic{width:300px;}
  .jwell-news .swiper-slide .t h5{font-size:18px;line-height:22px;height:44px;}
  .jwell-news .swiper-slide .t span{margin:8px 0 0;font-size:15px;}
  .jwell-news .swiper-slide .t p{margin:8px 0 0;font-size:15px;}
  .jwell-news .swiper-slide .t .more{width:140px;height:36px;line-height:36px;margin:15px 0 0;font-size:16px;}
  .jwell-news .swiper-pagination-bullets{margin-top:40px;}
  .jwell-news .swiper-pagination-bullet {height:5px;width:50px;}

}

@media screen and (max-width:1400px){
  .jwell-news .top .tit h3,.indexC .tit h3{font-size:40px;background-size:280px auto;}
  .jwell-news .top .tit p,.indexC .tit p{margin:20px auto 0;}

  .jwell-news .swiper-slide .pic{width:280px;}
}

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

  .jwell-news .top .tit h3,.indexC .tit h3{font-size:30px;background-size:220px auto;padding-bottom:25px;}
  .jwell-news .top .tit p,.indexC .tit p{font-size:15px;margin:15px auto;}

  .jwell-news{padding:30px 0;}
  .jwell-news .top{-webkit-flex-direction:column;flex-direction:column;}
  .jwell-news .top .tit{text-align:center;}
  .jwell-news .top .tit h3 {background:url("../../images/tit1.png") no-repeat center bottom;background-size:220px auto;}

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

  .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:15px 10px 0;}
  .jwell-news .swiper-slide .t h5{font-size:17px;text-align:center;}
  .jwell-news .swiper-slide .t span{text-align:center;}
  .jwell-news .swiper-slide .t p{line-height:20px;height:60px;overflow:hidden;}
  .jwell-news .swiper-slide .t .more{margin:20px auto 0;width:140px;height:36px;line-height:36px;font-size:15px;}

  .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 .top .tit h3, .indexC .tit h3{font-size:24px;background-size:160px auto;padding-bottom:20px;}
}
                                  
@media screen and (max-width: 1680px) {
.jwell-news .top .tit h3 {font-size: 46px;}
}
@media screen and (max-width: 1550px) {
.jwell-news .top .tit h3 {font-size: 42px;}
}
@media screen and (max-width: 1440px) {
.jwell-news .top .tit h3 {font-size: 38px;}
}
@media screen and (max-width: 1367px) {
.jwell-news .top .tit h3 {font-size: 36px;}
}
@media screen and (max-width: 1280px) {
.jwell-news .top .tit h3 {font-size: 34px;}
}
@media screen and (max-width: 768px) {
.jwell-news .top .tit h3 {font-size: 28px; margin: 20px 0 0;}
}
@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; margin: 15px 0 0;}
}
@media screen and (max-width: 420px) {
.jwell-news .top .tit h3 {font-size: 22px;}
}                                  
                                  