.home .section1 {
  padding: 11.4583333333vw 10.4166666667vw 0 10.4166666667vw;
}

.home .section1 .pt {
  color: #043491;
  text-transform: uppercase;
  text-align: center;
}

.home .section1 .anthor {
  margin: 1.875vw 0 1.0416666667vw 0;
  display: flex;
  line-height: 1.1;
  color: rgba(13, 3, 12, 0.6);
}

.home .section1 .anthor .p1 {
  margin-right: 0.78125vw;
}

.home .section1 .share {
  display: flex;
  line-height: 1.1;
  color: rgba(13, 3, 12, 0.6);
}

.home .section1 .share .p1 {
  margin-right: 0.78125vw;
}

.home .section1 .share .icons {
  display: flex;
  align-items: center;
}

.home .section1 .share .icons a {
  display: block;
}

.home .section1 .share .icons a img {
  width: 1.5625vw;
  transition: all 600ms;
  opacity: .5;
}

.home .section1 .share .icons a:hover img {
  opacity: 1;
}

.home .section1 .html {
  width: 56.25vw;
  margin: 12.5vw auto;
}

.home .section1 .html img {
  max-width: 100%;
}

.home .section1 .html p {
  margin: 2.6041666667vw;
  font-size: 1.25vw;
}

.home .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.2083333333vw;
}

.home .pager .l a {
  display: block;
  color: rgba(13, 3, 12, 0.75);
  line-height: 1.5;
  transition: all 600ms;
}

.home .pager .l a:hover {
  color: #043491;
}

.home .pager .l a:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}

.home .pager .r a {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.home .pager .r a img {
  width: 7.9166666667vw;
  margin-right: 0.7291666667vw;
}

.home .pager .r a p {
  color: rgba(13, 3, 12, 0.6);
  transition: all 600ms;
}

.home .pager .r a:hover p {
  color: #043491;
}

.home .section2 {
  border-top: 2px solid #043491;
  margin-top: 12.5vw;
  padding: 4.1666666667vw 0 6.25vw 5.2083333333vw;
}

.home .section2 .pt {
  color: #043491;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6.5104166667vw;
}

.home .section2 .news {
  width: 100%;
}

.home .section2 .news .swiper1 {
  width: 100%;
}

.home .section2 .news .swiper1 .swiper-slide {
  padding-left: 0.8333333333vw;
}

.home .section2 .news .swiper1 .swiper-slide a {
  display: block;
}

.home .section2 .news .swiper1 .swiper-slide a .time {
  color: rgba(13, 3, 12, 0.6);
}

.home .section2 .news .swiper1 .swiper-slide a .pic {
  margin: 2.6041666667vw 0;
  box-shadow: 0px 4px 18px 0px rgba(39, 40, 43, 0.15);
  border-radius: 1.0416666667vw;
}

.home .section2 .news .swiper1 .swiper-slide a .pic img {
  width: 100%;
  /* height: 300px; */
  height: 450px;
  object-fit: cover;
  border-radius: 1.0416666667vw;
  transition: all 600ms;
}

.home .section2 .news .swiper1 .swiper-slide a .title {
  color: #0D030C;
  line-height: 1.33;
}

.home .section2 .news .swiper1 .swiper-slide a:hover .pic img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .home .section1 {
    padding: 100px 5% 40px 5%;
  }

  .home .section1 .anthor {
    margin: 18px 0 10px 0;
  }

  .home .section1 .anthor .p1 {
    margin-right: 8px;
  }

  .home .section1 .share .p1 {
    margin-right: 8px;
  }

  .home .section1 .share .icons a:not(:last-child) {
    margin-right: 5px;
  }

  .home .section1 .share .icons a img {
    width: 20px;
  }

  .home .section1 .html {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .home .section1 .html p {
    margin: 20px 0;
    font-size: 16px;
  }

  .home .pager {
    padding: 0 5%;
    flex-direction: column;
  }

  .home .pager .l a:not(:last-child) {
    margin-bottom: 10px;
  }

  .home .pager .r {
    margin-top: 15px;
    width: 100%;
  }

  .home .pager .r a {
    justify-content: flex-end;
  }

  .home .pager .r a img {
    width: 100px;
    margin-right: 10px;
  }

  .home .section2 {
    margin-top: 60px;
    padding: 30px 5%;
  }

  .home .section2 .news .swiper1 .swiper-slide {
    padding-left: 0;
  }

  .home .section2 .news .swiper1 .swiper-slide a {
    margin: 0 10px;
  }

  .home .section2 .news .swiper1 .swiper-slide a .pic {
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(39, 40, 43, 0.15);
  }
}

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