body .home .container {
  padding: 8.8541666667vw 0;
  padding-bottom: 16.3541666667vw;
}
body .home .container .sec1 {
  width: 58.3333333333vw;
  margin: 0 auto;
}
body .home .container .sec1 .t {
  line-height: 1.5;
}
body .home .container .sec1 .time {
  border-top: 1px solid #EEE;
  color: #666;
  line-height: 1;
  padding-top: 0.5729166667vw;
  margin-top: 1.5625vw;
}
body .home .container .sec1 .html {
  margin: 2.0833333333vw 0 8.3333333333vw 0;
  line-height: 2;
}
body .home .container .sec2 {
  padding: 0 10.4166666667vw;
}
body .home .container .sec2 .t {
  display: flex;
  align-items: center;
  margin-bottom: 4.1666666667vw;
}
body .home .container .sec2 .t .en {
  color: #333;
  line-height: 1.13;
  font-weight: 600;
  text-transform: uppercase;
}
body .home .container .sec2 .t span {
  width: 1px;
  height: 1.8229166667vw;
  background: #00A9B2;
  margin: 0 1.0416666667vw;
}
body .home .container .sec2 .news .swiper1 {
  width: 100%;
}
body .home .container .sec2 .news .swiper1 a {
  display: block;
  width: 100%;
}
body .home .container .sec2 .news .swiper1 a .pic {
  overflow: hidden;
  border-radius: 2.0833333333vw;
}
body .home .container .sec2 .news .swiper1 a .pic img {
  width: 100%;
  height: 16.9270833333vw;
  object-fit: cover;
  border-radius: 2.0833333333vw;
  transition: all 600ms;
}
body .home .container .sec2 .news .swiper1 a .pt {
  color: #333;
  font-weight: 600;
  margin: 1.5625vw 0 1.0416666667vw 0;
  height: 3.75vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
body .home .container .sec2 .news .swiper1 a .time {
  color: #666;
}
body .home .container .sec2 .news .swiper1 a:hover .pic img {
  transform: scale(1.05);
}
body .home .container .sec2 .back {
  margin: 3.125vw auto 0 auto;
  width: 6.25vw;
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 0;
  }
  body .home .container .sec1 {
    width: 90%;
    margin: 0 auto;
  }
  body .home .container .sec1 .time {
    padding-top: 10px;
    margin-top: 15px;
  }
  body .home .container .sec2 {
    margin-top: 60px;
    padding: 0 5%;
  }
  body .home .container .sec2 .t {
    margin-bottom: 20px;
  }
  body .home .container .sec2 .t span {
    height: 20px;
    margin: 0 10px;
  }
  body .home .container .sec2 .news .swiper1 a .pic img {
    height: 200px;
  }
  body .home .container .sec2 .news .swiper1 a .pt {
    margin: 15px 0 10px 0;
    height: 50px;
  }
  body .home .container .sec2 .back {
    margin: 30px auto 0 auto;
    width: 100px;
  }
}

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