.jwell-news {
  /*padding: 70px 0;*/
  /*background: var(--bg-color);*/
}
.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: 60px;
  line-height: 1;
  color: var(--title-text-color);
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 29px;
  background: url("./pics/title-line-left.png") no-repeat left bottom;
}
.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 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(--color-second);
}

.jwell-news .list {
  margin: 50px 0 0;
}
.jwell-news .swiper-slide {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.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;
  height: 100%;
    object-fit: cover;
}

.jwell-news .swiper-slide .t {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 15px;
  background: #f0f0f0;
  position: relative;
}
.jwell-news .swiper-slide .t h5 {
  font-size: 20px;
  color: var(--title-text-color);
  font-weight: 600;
  line-height: 24px;
  /*height: 48px;*/
  overflow: hidden;
    display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直排列文本 */
  -webkit-line-clamp: 2; /* 限制文本最多显示3行 */
  overflow: hidden; /* 隐藏超出部分 */
}
.jwell-news .swiper-slide .t h5 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;
  height: 66px;
  overflow: hidden;
}
.jwell-news .swiper-slide .t .more {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: var(--color-primary);
  margin: 20px 0 0;
  font-size: 18px;
  display: block;
}
.jwell-news .swiper-slide .t .more:hover {
  background: var(--color-second);
}

.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: 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("./pics/title-line-center.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;
  }
}
