.home {
  position: relative;
  width: 100%;
}
.home .section1 {
  position: relative;
  padding: 10.5729166667vw 26.25vw 0 26.25vw;
  display: flex;
  justify-content: space-between;
}
.home .section1 .share {
  position: -webkit-sticky;
  position: sticky;
  top: 6.25vw;
  height: 15.625vw;
  z-index: 1;
}
.home .section1 .share p {
  color: #5F6464;
  font-size: 0.7291666667vw;
}
.home .section1 .share .icons a {
  display: block;
  margin-top: 2.0833333333vw;
}
.home .section1 .share .icons a img {
  transition: all 600ms;
  filter: grayscale(100%);
  opacity: 0.5;
}
.home .section1 .share .icons a:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
  opacity: 1;
}
.home .section1 .warp {
  position: relative;
  z-index: 1;
  margin-right: 5.2083333333vw;
}
.home .section1 .warp .t {
  color: #2A2E2E;
  font-size: 2.0833333333vw;
  font-family: "PingFang-Bold";
  text-align: center;
}
.home .section1 .warp .time {
  color: #919797;
  line-height: 1.78;
  font-size: 0.7291666667vw;
  border-bottom: 1px solid #D8D9DC;
  padding: 0.5729166667vw 0;
  margin-left: 0.5208333333vw;
  text-align: center;
}
.home .section1 .warp .html {
  margin: 2.0833333333vw 0 0 0.5208333333vw;
  color: #5F6464;
  font-size: 0.8333333333vw;
  line-height: 2;
}
.home .section1 .warp .html img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .recommend {
  margin: 7.2916666667vw 10.4166666667vw;
}
.home .recommend .t {
  display: flex;
  align-items: center;
  margin-left: 1.0416666667vw;
}
.home .recommend .t p {
  color: #003B83;
  font-size: 2.5vw;
  font-family: "PingFang-Bold";
}
.home .recommend .t svg {
  width: 2.65625vw;
  display: block;
  margin-left: 0.4166666667vw;
}
.home .recommend .allNews {
  width: 100%;
  margin-top: 4.1666666667vw;
}
.home .recommend .allNews .swiper-container {
  width: 100%;
}
.home .recommend .allNews .swiper-container a {
  display: block;
  background: #FAFAFA;
  margin: 0 0 1.5625vw 1.0416666667vw;
  transition: all 600ms;
}
.home .recommend .allNews .swiper-container a .pic {
  position: relative;
  overflow: hidden;
}
.home .recommend .allNews .swiper-container a .pic img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 600ms;
  height: 16.09375vw;
}
.home .recommend .allNews .swiper-container a .pic .icon {
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
  opacity: 0;
  transition: all 600ms;
  display: none;
}
.home .recommend .allNews .swiper-container a .pic .icon img {
  width: 2.0833333333vw;
  display: block;
}
.home .recommend .allNews .swiper-container a .text {
  padding: 1.6666666667vw;
  position: relative;
  transition: all 600ms;
  overflow: hidden;
}
.home .recommend .allNews .swiper-container a .text .shadow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(100%);
  display: flex;
  align-items: flex-end;
  transition: all 600ms;
  pointer-events: none;
}
.home .recommend .allNews .swiper-container a .text .shadow img {
  width: 13.59375vw;
  display: block;
  max-height: 100%;
}
.home .recommend .allNews .swiper-container a .text .p1 {
  color: #333;
  font-size: 1.0416666667vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PingFang-Bold";
}
.home .recommend .allNews .swiper-container a .text .des {
  margin: 1.1458333333vw 0 2.5vw 0;
  color: #999;
  font-size: 0.7291666667vw;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.125vw;
}
.home .recommend .allNews .swiper-container a .text .time {
  color: #999;
  font-size: 0.7291666667vw;
}
.home .recommend .allNews .swiper-container a:hover {
  box-shadow: -2px 0.9375vw 1.2239583333vw rgba(192, 192, 192, 0.25);
}
.home .recommend .allNews .swiper-container a:hover .pic img {
  transform: scale(1.05);
}
.home .recommend .allNews .swiper-container a:hover .pic .icon {
  opacity: 1;
}
.home .recommend .allNews .swiper-container a:hover .text .shadow {
  transform: translateX(0);
}
.home .recommend .allNews .swiper-container a:hover .text .p1 {
  color: #003B83;
}
@media screen and (max-width: 1024px) {
  .home {
    padding-top: 60px;
  }
  .home .section1 {
    padding: 30px 5%;
  }
  .home .section1 .warp .t {
    font-size: 18px;
  }
  .home .section1 .warp .time {
    font-size: 15px;
    padding: 10px 0;
  }
  .home .section1 .warp .html {
    font-size: 16px;
  }
  .home .section1 .share {
    top: 80px;
  }
  .home .section1 .share p {
    font-size: 15px;
  }
  .home .section1 .share .icons a img {
    width: 20px;
  }
  .home .recommend {
    margin: 30px 5%;
  }
  .home .recommend .t p {
    font-size: 20px;
  }
  .home .recommend .t svg {
    width: 20px;
    margin-left: 10px;
  }
  .home .recommend .allNews .swiper-container a .pic img {
    height: 240px;
  }
  .home .recommend .allNews .swiper-container a .text {
    padding: 20px;
  }
  .home .recommend .allNews .swiper-container a .text .p1 {
    font-size: 18px;
  }
  .home .recommend .allNews .swiper-container a .text .des {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0 30px 0;
    height: auto;
  }
  .home .recommend .allNews .swiper-container a .text .time {
    font-size: 16px;
  }
}/*# sourceMappingURL=newsInfo.css.map */