.ytht_latest-news {
  padding: 70px 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; */
  text-align: center;
}

.ytht_latest-news .tit h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-second);
}
.ytht_latest-news .tit p{
  font-size: 17px;
  padding-top: 30px;
}
.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 {
  width: 46px;
  height: 46px;
  background: none;
  color: #919191;
  margin-top: -23px;
  text-align: center;
  /* border-radius: 50px; */
}
.ytht_latest-news .swiper-button-prev::after,
.ytht_latest-news .swiper-button-next::after {
  display: none;
}
.ytht_latest-news .swiper-button-prev i,
.ytht_latest-news .swiper-button-next i {
  font-size: 34px;
  line-height: 46px;
  background: var(--color-second);
  color: #fff;
  border-radius: 50px;
  font-weight: 100;
  width: 100%;
  height: auto;
}
.ytht_latest-news .swiper-button-prev,
.ytht_latest-news .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}
.ytht_latest-news .swiper-button-next,
.ytht_latest-news .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.ytht_latest-news .swiper-button-prev i:hover,
.ytht_latest-news .swiper-button-next i:hover {
  background:#333;
}

.ytht_latest-news .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 25px;
}
.ytht_latest-news .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #e0e0e0;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
}
 
/*

.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;
  position: relative;
}

.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: #333333;
  padding: 20px 20px 30px;
  position: relative;
}

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

.ytht_latest-news .swiper-slide .t em i {
  color: #fff;
  margin-right: 8px;
}

.ytht_latest-news .swiper-slide .t h5 {
  font-size: 20px;
  color: #fff;
  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: #fff;
  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: 50px 0 0;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* background: #000; */
  font-size: 17px;
  color: var(--color-second);
  border-radius: 50px;
  border: 1px solid var(--color-second);
  transition: 0.3s;
}

.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(max-width:1670px){
  .ytht_latest-news .swiper-button-next, .ytht_latest-news .swiper-container-rtl .swiper-button-prev {right: 0;}
  .ytht_latest-news .swiper-button-prev, .ytht_latest-news .swiper-container-rtl .swiper-button-next {left: 0;}
}



@media screen and (max-width: 1280px) {
.ytht_latest-news .tit h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
.ytht_latest-news .tit h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
.ytht_latest-news .tit h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
.ytht_latest-news .tit h3 {
    font-size: 24px;
  }
}

