.banner .content img, .banner .content video{
  height: 26.04vw;
}
.banner .content .text{
    bottom: 3.41667vw;
}
body .home .container {
  padding: 3.6458333333vw 10.4166666667vw 11.9791666667vw 10.4166666667vw;
}

body .home .container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.34375vw 3.75vw;
}

body .home .container .list a {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  /* news yy */
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 2.1875vw 1.3541666667vw;
}

body .home .container .list a .pt {
  font-weight: 700;
  line-height: 1.3;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 5.2083333333vw; */
}

body .home .container .list a .des {
  /* line-height: 1; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 4.6875vw;
  margin-top: 10px;
}

body .home .container .list a .pic {
  margin: 2.0833333333vw 0 1.3020833333vw 0;
  border-radius: 0.8333333333vw;
  overflow: hidden;
}

body .home .container .list a .pic img {
  width: 100%;
  height: 12.9166666667vw;
  object-fit: cover;
  transition: all 600ms;
}

body .home .container .list a .tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .home .container .list a .tags .tl {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}

body .home .container .list a .tags .tl .m {
  border-radius: 1.6666666667vw;
  background: #1A1A1A;
  padding: 0.5208333333vw 0.78125vw;
  color: white;
  font-weight: 500;
}

body .home .container .list a .tags .tl .time {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

body .home .container .list a .tags .tr {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}

body .home .container .list a .tags .tr p {
  font-weight: 500;
}

body .home .container .list a .tags .tr img {
  width: 1.0416666667vw;
}

body .home .container .list a:hover .pic img {
  transform: scale(1.05);
}

body .home .container .pager {
  display: flex;
  justify-content: center;
  margin-top: 7.8125vw;
  gap: 1.25vw;
  align-items: center;
}

body .home .container .pager .prev img,
body .home .container .pager .next img {
  width: 1.25vw;
  display: block;
}

body .home .container .pager .nums {
  display: flex;
}

body .home .container .pager .nums a {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #141412;
  transition: all 600ms;
}

body .home .container .pager .nums a.on {
  background: #000;
  color: white;
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding: 30px 5% 60px 5%;
  }

  body .home .container .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 20px;
  }

  body .home .container .list a {
    padding: 20px 10px;
  }

  body .home .container .list a .pt {
    height: auto;
  }

  body .home .container .list a .des {
    height: auto;
    line-height: 1.7;
    margin: 10px 0;
  }

  body .home .container .list a .pic {
    margin: 20px 0 15px 0;
    border-radius: 10px;
  }

  body .home .container .list a .pic img {
    height: 200px;
  }

  body .home .container .list a .tags .tl {
    gap: 10px;
  }

  body .home .container .list a .tags .tl .m {
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
  }

  body .home .container .list a .tags .tl .time {
    font-size: 16px;
  }

  body .home .container .list a .tags .tr {
    gap: 10px;
  }

  body .home .container .list a .tags .tr p {
    font-size: 16px;
  }

  body .home .container .list a .tags .tr img {
    width: 16px;
  }

  body .home .container .pager {
    margin-top: 30px;
    gap: 12px;
  }

  body .home .container .pager .prev img,
  body .home .container .pager .next img {
    width: 20px;
  }

  body .home .container .pager .nums a {
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=news.css.map */