.container {
  padding: 9.84375vw 12.5vw 4.6875vw 12.5vw;
}
.container .sec1 .t {
  color: #333;
  font-weight: 700;
}
.container .sec1 .time {
  margin: 1.0416666667vw 0 2.0833333333vw 0;
  color: #666;
  line-height: 1.2;
  text-transform: uppercase;
}
.container .sec1 .html {
  color: #333;
}
.container .sec1 .pager {
  display: flex;
  justify-content: space-between;
  margin: 3.6458333333vw 0 3.125vw 0;
}
.container .sec1 .pager .prev,
.container .sec1 .pager .next {
  display: flex;
  align-items: center;
}
.container .sec1 .pager .prev span,
.container .sec1 .pager .next span {
  width: 25.5208333333vw;
  height: 1px;
  background: #CCC;
  transform: scale(0.99);
}
.container .sec1 .pager .prev svg,
.container .sec1 .pager .next svg {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
}
.container .sec1 .pager .prev p,
.container .sec1 .pager .next p {
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.2083333333vw;
}
.container .sec1 .pager .prev svg {
  margin: 0 0.1041666667vw 0 1.1458333333vw;
}
.container .sec1 .pager .next svg {
  margin: 0 1.1458333333vw 0 0.1041666667vw;
}
.container .sec1 .pager .back {
  color: #666;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1041666667vw;
}
.container .sec2 .t {
  font-weight: 700;
  color: #333;
}
.container .sec2 .news {
  margin-top: 2.6041666667vw;
}
.container .sec2 .news .swiper1 {
  width: 100%;
  overflow: hidden;
}
.container .sec2 .news .swiper1 a {
  border-radius: 1.5625vw;
  background: #FAFAFA;
  display: block;
  padding: 1.5625vw;
  transition: all 600ms;
}
.container .sec2 .news .swiper1 a .time {
  padding: 0.46875vw 0.8333333333vw;
  display: inline-block;
  color: #B62D23;
  line-height: 1.2;
  border-radius: 5.2083333333vw;
  transition: all 600ms;
}
.container .sec2 .news .swiper1 a .pt {
  color: #333;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0.8333333333vw 0 0.7291666667vw 0;
  transition: all 600ms;
}
.container .sec2 .news .swiper1 a .des {
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 4.1666666667vw;
  transition: all 600ms;
}
.container .sec2 .news .swiper1 a .pic {
  margin-top: 1.5625vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
.container .sec2 .news .swiper1 a .pic .mp {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 16.40625vw;
}
.container .sec2 .news .swiper1 a .pic .icon {
  width: 4.1666666667vw;
  display: block;
  position: absolute;
  right: 1.0416666667vw;
  bottom: 1.0416666667vw;
  opacity: 0;
  transition: all 600ms;
}
.container .sec2 .news .swiper1 a:hover {
  background: #B62D23;
}
.container .sec2 .news .swiper1 a:hover .time {
  background: #fff;
}
.container .sec2 .news .swiper1 a:hover .pt, .container .sec2 .news .swiper1 a:hover .des {
  color: #fff;
}
.container .sec2 .news .swiper1 a:hover .pic .icon {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 80px 5% 50px 5%;
  }
  .container .sec1 .t {
    font-size: 20px;
  }
  .container .sec1 .time {
    margin: 15px 0 25px 0;
    font-size: 14px;
  }
  .container .sec1 .html {
    font-size: 14px;
    line-height: 1.8;
  }
  .container .sec1 .pager {
    flex-direction: column;
    gap: 10px;
    margin: 40px 0 30px 0;
    align-items: center;
  }
  .container .sec1 .pager .prev,
  .container .sec1 .pager .next {
    width: 100%;
    justify-content: space-between;
  }
  .container .sec1 .pager .prev span,
  .container .sec1 .pager .next span {
    width: 100%;
    flex: 1;
  }
  .container .sec1 .pager .prev svg,
  .container .sec1 .pager .next svg {
    width: 12px;
    height: 12px;
  }
  .container .sec1 .pager .prev p,
  .container .sec1 .pager .next p {
    font-size: 14px;
  }
  .container .sec1 .pager .prev svg {
    margin: 0 2px 0 15px;
  }
  .container .sec1 .pager .next {
    order: 2;
  }
  .container .sec1 .pager .next svg {
    margin: 0 15px 0 2px;
  }
  .container .sec1 .pager .back {
    font-size: 14px;
    order: 3;
  }
  .container .sec2 .t {
    font-size: 20px;
  }
  .container .sec2 .news {
    margin-top: 20px;
  }
  .container .sec2 .news .swiper1 a {
    border-radius: 20px;
    padding: 20px;
  }
  .container .sec2 .news .swiper1 a .time {
    padding: 6px 12px;
    font-size: 14px;
  }
  .container .sec2 .news .swiper1 a .pt {
    font-size: 16px;
    margin: 12px 0 10px 0;
  }
  .container .sec2 .news .swiper1 a .des {
    font-size: 14px;
    height: 60px;
  }
  .container .sec2 .news .swiper1 a .pic {
    margin-top: 20px;
    border-radius: 15px;
  }
  .container .sec2 .news .swiper1 a .pic .mp {
    height: 240px;
  }
  .container .sec2 .news .swiper1 a .pic .icon {
    width: 50px;
    right: 15px;
    bottom: 15px;
  }
}

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