body .home {
  background: url(../images/infobg.png) no-repeat;
  background-size: 100% 100%;
}
body .home .container .sec1 {
  padding: 2.96875vw 14.0625vw;
}
body .home .container .sec1 .type {
  color: #E72116;
  line-height: 1.5;
}
body .home .container .sec1 .t {
  color: #222;
  font-weight: 500;
  line-height: 1.17;
  margin: 0.3125vw 0 1.25vw 0;
}
body .home .container .sec1 .tags {
  display: flex;
  justify-content: space-between;
}
body .home .container .sec1 .tags .l {
  display: flex;
  gap: 1.25vw;
}
body .home .container .sec1 .tags .l span {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
body .home .container .sec1 .tags .r {
  display: flex;
  align-items: center;
}
body .home .container .sec1 .tags .r p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  margin-right: 0.9375vw;
}
body .home .container .sec1 .tags .r .icons {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
body .home .container .sec1 .tags .r .icons .icon img {
  width: 1.25vw;
}
body .home .container .sec1 .html {
  margin: 3.125vw 0 5.2083333333vw 0;
}
body .home .container .sec1 .html img {
  width: 100%;
  display: block;
  object-fit: cover;
}
body .home .container .sec1 .pager a {
  display: block;
  color: #000;
  line-height: 1;
  transition: all 600ms;
}
body .home .container .sec1 .pager a:not(:last-child) {
  margin-bottom: 1.25vw;
}
body .home .container .sec1 .pager a:hover {
  color: #E72116;
}
body .home .container .sec2 {
  padding: 6.25vw;
  overflow: hidden;
}
body .home .container .sec2 .title {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
body .home .container .sec2 .title .en {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
body .home .container .sec2 .title .cn {
  font-weight: 500;
  line-height: 1;
  margin-top: 0.625vw;
}
body .home .container .sec2 .news {
  width: 100%;
}
body .home .container .sec2 .news .swiper1 {
  width: 100%;
}
body .home .container .sec2 .news .swiper1 a {
  display: block;
  position: relative;
  overflow: hidden;
}
body .home .container .sec2 .news .swiper1 a img {
  width: 100%;
  height: 28.125vw;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec2 .news .swiper1 a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.4166666667vw;
}
body .home .container .sec2 .news .swiper1 a .text .info {
  background: #fff;
  padding: 1.0416666667vw;
}
body .home .container .sec2 .news .swiper1 a .text .info .tag {
  background: #000;
  padding: 0.625vw 1.0416666667vw;
  color: #FFF;
  line-height: 1.5;
  width: fit-content;
}
body .home .container .sec2 .news .swiper1 a .text .info .pt {
  margin: 1.0416666667vw 0 0.8333333333vw 0;
  display: flex;
  align-items: center;
  height: 3.75vw;
  line-height: 1.5;
  font-weight: 500;
}
body .home .container .sec2 .news .swiper1 a .text .info .time {
  color: #222;
  line-height: 1.5;
}
body .home .container .sec2 .news .swiper1 a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    padding: 20px 5%;
  }
  body .home .container .sec1 .tags {
    flex-direction: column;
    gap: 15px;
  }
  body .home .container .sec1 .tags .l {
    flex-wrap: wrap;
    gap: 10px;
  }
  body .home .container .sec1 .tags .r {
    justify-content: flex-start;
  }
  body .home .container .sec1 .tags .r p {
    margin-right: 10px;
  }
  body .home .container .sec1 .tags .r .icons {
    gap: 10px;
  }
  body .home .container .sec1 .tags .r .icons .icon img {
    width: 20px;
  }
  body .home .container .sec1 .t {
    margin: 4px 0 12px 0;
    font-size: 24px;
  }
  body .home .container .sec1 .html {
    margin: 30px 0 50px 0;
  }
  body .home .container .sec1 .pager a {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  body .home .container .sec1 .pager a:not(:last-child) {
    margin-bottom: 12px;
  }
  body .home .container .sec2 {
    padding: 20px 5% 60px 5%;
  }
  body .home .container .sec2 .title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  body .home .container .sec2 .title .cn {
    margin-top: 6px;
  }
  body .home .container .sec2 .news .swiper1 a img {
    height: 300px;
  }
  body .home .container .sec2 .news .swiper1 a .text {
    padding: 8px;
  }
  body .home .container .sec2 .news .swiper1 a .text .info {
    padding: 10px;
  }
  body .home .container .sec2 .news .swiper1 a .text .info .tag {
    padding: 6px 10px;
  }
  body .home .container .sec2 .news .swiper1 a .text .info .pt {
    margin: 8px 0 6px 0;
    height: 48px;
    font-size: 16px;
  }
}

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