.latest-news {
  padding: 100px 0;
  position: relative;
  background: #fff;
}

.latest-news::after {
  content: "";
  background: url(../../images/ibg4.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
  height: 552px;
}

.latest-news .tit {
  position: relative;
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.latest-news .tit h3 {
  font-size:clamp(24px, 3.75vw, 70px);
  line-height: 1;
  font-weight:700;
  color: #000;
}

.latest-news .tit h3 span {
  color: var(--color-primary);
}

.latest-news .page {
  font-size: 0;
}

.latest-news .swiper-button-prev,.latest-news .swiper-button-next{position:static;display:inline-flex;width:33px;height:33px;border:none;background:#000;border-radius:50%;margin-top:0;text-align:center;}
.latest-news .swiper-button-prev:after,.latest-news .swiper-button-next:after{content:none;}
.latest-news .swiper-button-next{background:#000;margin-left:10px;}
.latest-news .swiper-button-prev i,.latest-news .swiper-button-next i{color:#fff;font-size:19px;}
.latest-news .swiper-button-prev:hover,.latest-news .swiper-button-next:hover{background:var(--color-primary);}

.latest-news .list {
  margin: 40px 0 0;
}

.latest-news .swiper-slide {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.latest-news .swiper-slide .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 204px;
}

.latest-news .swiper-slide .pic img {
  display: block;
  width: 100%;
  transition: transform .5s;
  -webkit-transition: transform .5s;
  object-fit: cover;
}

.latest-news .swiper-slide .t {
  background: #F5F5F5;
  padding: 20px 20px 30px;
  position: relative;
}

.latest-news .swiper-slide .t em {
  margin: 15px 0 0;
  display: block;
  font-size: 16px;
  color: #4a4a4a;
  background: url("../../images/time.png") no-repeat left center;
  padding: 0 0 0 32px;
}

.latest-news .swiper-slide .t h5 {
  font-size: 22px;
  color: #0d0d0d;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;font-weight:500;
}

.latest-news .swiper-slide .t p {
  font-size:17px;
  color: #4a4a4a;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.latest-news .swiper-slide .t .more {
  margin: 20px 0 0;
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
}

@media screen and (min-width:768px){                                                                   
.latest-news .swiper-slide:hover .pic img{transform: scale(1.05);}
.latest-news .swiper-slide:hover .t{background:var(--color-primary);}
.latest-news .swiper-slide:hover .t em{background-image:url("../../images/time2.png");}
.latest-news .swiper-slide:hover .t h5,.latest-news .swiper-slide:hover .t em,.latest-news .swiper-slide:hover .t p{color:#fff;}
.latest-news .swiper-slide:hover .t .more{background:#fff;color:#212121;}
}   
                                                                      
                                                                      
.latest-news .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.latest-news .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid #0097D6;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.latest-news .swiper-pagination-bullet-active {
  background: #0E6EB8;
}

@media screen and (max-width:1441px) {
.latest-news{padding:80px 0;}
.latest-news .swiper-slide .t h5{font-size:20px;}
}

@media screen and (max-width:1280px) {
.latest-news{padding:70px 0;}
.latest-news .swiper-slide .t{padding:20px 15px;}  
.latest-news .swiper-slide .t h5{font-size:18px;}
.latest-news .swiper-slide .t p{font-size:16px;}
.latest-news .swiper-slide .t .more{display:none;}
.latest-news .swiper-slide .t em{font-size:15px;}
}

@media screen and (max-width:768px) {
  .latest-news {
    padding: 30px 0;
  }

  .latest-news::after {
    width: 200px;
    height: 417px;
    background-size: 200px auto;
  }


.latest-news .swiper-button-prev,.latest-news .swiper-button-next{width:30px;height:30px;}
.latest-news .swiper-button-prev i,.latest-news .swiper-button-next i{font-size:16px;}

  .latest-news .list {
    margin: 30px 0 0;
  }

  .latest-news .swiper-slide .t {
    padding: 15px 10px;
  }

  .latest-news .swiper-slide .t em {
    font-size: 15px;
  }

  .latest-news .swiper-slide .t h5 {
    font-size: 17px;
  }

  .latest-news .swiper-slide .t p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
  }

  .latest-news .swiper-slide .t .more {
    display: none;
  }

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

  .latest-news .swiper-slide:hover .t {
    background: var(--color-primary);
  }

  .latest-news .swiper-slide:hover .t em {
    background-image: url("../../images/time2.png");
  }

  .latest-news .swiper-slide:hover .t h5,
  .latest-news .swiper-slide:hover .t em,
  .latest-news .swiper-slide:hover .t p {
    color: #fff;
  }

  .latest-news .swiper-slide:hover .t .more {
    background: #fff;
    color: #212121;
  }

  .latest-news .swiper-pagination {
    display: none;
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .latest-news .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background: none;
    border: 1px solid #0097D6;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
  }

  .latest-news .swiper-pagination-bullet-active {
    background: #0E6EB8;
  }
}

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


}


@media screen and (max-width:480px) {
.latest-news .swiper-slide .t em{font-size:14px;}

}

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

}