.ytht_latest-news {
  padding: 100px 0;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}

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

.ytht_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;
}

.ytht_latest-news .tit h3 {
  text-transform: uppercase;
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
  color: #000;
}

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

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

.ytht_latest-news .swiper-button-prev,
.ytht_latest-news .swiper-button-next {
  position: static;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: none;
  background: #000;
  border-radius: 50%;
  margin-top: 0;
  text-align: center;
}

.ytht_latest-news .swiper-button-prev:after,
.ytht_latest-news .swiper-button-next:after {
  content: none;
}

.ytht_latest-news .swiper-button-next {
  background: #000;
  margin-left: 10px;
}

.ytht_latest-news .swiper-button-prev i,
.ytht_latest-news .swiper-button-next i {
  color: #fff;
  font-size: 19px;
  line-height: 33px;
}

.ytht_latest-news .swiper-button-prev:hover,
.ytht_latest-news .swiper-button-next:hover {
  background: var(--color-primary);
}

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

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

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

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

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

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

.ytht_latest-news .swiper-slide .t em i {
  color: var(--color-primary);
  margin-right: 8px;
}

.ytht_latest-news .swiper-slide .t h5 {
  font-size: 22px;
  color: var(--title-text-color);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ytht_latest-news .swiper-slide .t h5 a:hover {
  color: #fff;
}

.ytht_latest-news .swiper-slide .t p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ytht_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: var(--button-radius);
}

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

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

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

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

.ytht_latest-news .swiper-slide:hover .t .more {
  background: #fff;
  color: var(--title-text-color);
}

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

.ytht_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;
}

.ytht_latest-news .swiper-pagination-bullet-active {
  background: #0e6eb8;
}


@media screen and (max-width: 1150px) {
  .ytht_latest-news .swiper-slide .t {
    padding: 20px 15px;
  }

  .ytht_latest-news .swiper-slide .t h5 {
    font-size: 20px;
  }

  .ytht_latest-news .swiper-slide .t p {
    display: none;
  }

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

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

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

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


  .ytht_latest-news .swiper-button-prev,
  .ytht_latest-news .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .ytht_latest-news .swiper-button-prev i,
  .ytht_latest-news .swiper-button-next i {
    font-size: 16px;
    line-height: 33px;
  }

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

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

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

  .ytht_latest-news .swiper-slide .t h5 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

  .ytht_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;
  }

  .ytht_latest-news .swiper-pagination-bullet-active {
    background: #0e6eb8;
  }
}

@media screen and (max-width: 1440px) {
  .ytht_latest-news .tit h3 {font-size: 50px;}
}
@media screen and (max-width: 1367px) {
  .ytht_latest-news .tit h3 {font-size: 40px;}
}
@media screen and (max-width: 1281px) {
  .ytht_latest-news .tit h3 {font-size: 36px;}
}
@media screen and (max-width: 1171px) {
  .ytht_latest-news .tit h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .ytht_latest-news .tit h3 {font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .ytht_latest-news .tit h3 {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .ytht_latest-news .tit h3 {font-size: 22px;}
}


