.derun-news {
  padding: clamp(30px, calc( (70 / 1920) * 100vw ), 70px) 0;
}
.derun-news .tit {
  text-align: center;
}
.derun-news .tit em {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--color-primary);
}
.derun-news .tit h3 {
  font-size: clamp(24px, 2.1vw, 40px);
  color: var(--title-text-color);
  font-weight: 700;
  margin: 10px 0 0;
}

.derun-news .list {
  position: relative;
  margin: 30px 0 0;
}
.derun-news .swiper-slide {
  padding: 15px 15px 28px;
  box-sizing: border-box;
}
.derun-news .swiper-slide .box {
  border-radius: 18px;
  background: #f6f6f6;
}
.derun-news .swiper-slide .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 18px 18px 0 0;
}
.derun-news .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}
.derun-news .swiper-slide .t {
  padding: 45px 18px 45px;
  border-radius: 0 0 18px 18px;
  text-align: center;
  position: relative;
}
.derun-news .swiper-slide .t span {
  width: 150px;
  height: 44px;
  line-height: 44px;
  background: var(--color-primary);
  border-radius: 35px;
  font-size: clamp(14px, 0.95vw, 18px);
  color: #fff;
  display: block;
  position: absolute;
  top: -22px;
  left: calc(50% - 75px);
  z-index: 20;
}
.derun-news .swiper-slide .t h5 a {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
  color: #070707;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
}
.derun-news .swiper-slide .t h5 a:hover {
  color: var(--color-primary);
}
.derun-news .swiper-slide .t p {
  font-size: clamp(14px, 0.9vw, 17px);
  color: #474747;
  margin: 20px 0 0;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.derun-news .swiper-slide .t .more {
  position: absolute;
  bottom: -25px;
  left: 20%;
  z-index: 20;
  display: inline-block;
  width: 60%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: var(--color-primary);
  font-size: clamp(14px, 1.05vw, 20px);
}
.derun-news .swiper-slide .t .more:hover {
  background: #287f13;
}

.derun-news .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.derun-news .swiper-slide:hover .box {
  background: #fff;
  box-shadow: 0 0 15px rgba(1, 1, 1, 0.17);
}
.derun-news .swiper-slide:hover .t span {
  background: var(--btn-hover);
}
.derun-news .swiper-slide:hover .t h5 a {
  color: var(--btn-hover);
}
.derun-news .swiper-slide:hover .t .more {
  background: var(--btn-hover);
}

.derun-news .swiper-pagination-bullets {
  position: static;
  margin-top: 40px;
}
.derun-news
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-align: center;
  opacity: 1;
  background: var(--color-primary);
}
.derun-news
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 0.6;
}



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


  .derun-news .swiper-slide .t h5 {
    line-height: 24px;
  }
  .derun-news .swiper-slide .t p {
    margin: 10px 0 0;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
  .derun-news .swiper-slide .t .more {
    bottom: -20px;
    left: 25%;
    width: 50%;
    height: 40px;
    line-height: 40px;
  }
}

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

  .derun-news .container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .derun-news .txt {
    margin-right: 0;
    text-align: center;
  }
  .derun-news .txt h3 {
    font-size: 30px;
  }
  .derun-news .txt h6 {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .derun-news .txt p {
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0 0;
  }
  .derun-news .txt .more {
    margin: 20px 0 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }

  .derun-news ul {
    width: 100%;
    margin: 20px 0 0;
  }
  .derun-news ul li {
    width: 50%;
    height: 200px;
  }
  .derun-news ul li .ico {
    width: 100px;
    height: 100px;
  }
  .derun-news ul li .ico img {
    max-width: 70px;
    max-height: 70px;
  }
  .derun-news ul li p {
    font-size: 15px;
    margin: 15px 10px 0;
  }



  .derun-news .swiper-slide .t span {
    width: 150px;
    height: 35px;
    line-height: 35px;
    top: -19px;
  }

    .derun-news .swiper-slide .t .more {
        bottom: -15px;
        left: 25%;
        width: 50%;
        height: 30px;
        line-height: 30px;
    }
}


