body .home .container {
  padding-top: 10.5729166667vw;
}
body .home .container .section1 {
  width: 61.875vw;
  margin: 0 auto;
}
body .home .container .section1 .pt {
  font-weight: 600;
  line-height: 1.2;
}
body .home .container .section1 .tags {
  display: flex;
  justify-content: space-between;
  margin: 2.8125vw 0 2.0833333333vw 0;
}
body .home .container .section1 .tags .p1 {
  color: #999;
}
body .home .container .section1 .tags .r {
  display: flex;
  align-items: center;
}
body .home .container .section1 .tags .r p {
  color: #111;
}
body .home .container .section1 .tags .r .icons {
  display: flex;
  margin-left: 1.0416666667vw;
}
body .home .container .section1 .tags .r .icons a:not(:last-child) {
  margin-right: 0.3125vw;
}
body .home .container .section1 .tags .r .icons a img {
  width: 2.5vw;
}
body .home .container .section1 .html {
  line-height: 1.5;
}
body .home .container .section1 .html img {
  max-width: 100%;
}
body .home .container .section1 .btn {
  margin: 2.0833333333vw auto 3.125vw auto;
  width: 16.385417vw;
  height: 3.3333333333vw;
  background: #256753;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50px;
  font-weight: 400;
}
body .home .container .section1 .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 0 0 0;
}
@media  (max-width:768px) {
  body .home .container .section1 .pager {
    margin: 20px 0 0 0;
  }  
}
body .home .container .section1 .pager .l {
  width: 24.1145833333vw;
}
body .home .container .section1 .pager .l a {
  display: block;
  color: #000;
  line-height: 1.5;
  transition: all 600ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .home .container .section1 .pager .l a:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}
body .home .container .section1 .pager .l a:hover {
  color: #256753;
}
body .home .container .section1 .pager .r a {
  display: flex;
  align-items: center;
}
body .home .container .section1 .pager .r a svg {
  width: 1.875vw;
  display: block;
}
body .home .container .section1 .pager .r a p {
  color: #000;
  margin-left: 0.8333333333vw;
}
body .home .container .section2 {
  width: 61.875vw;
  margin: 6.25vw auto;
}
body .home .container .section2 .t {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.125vw;
}
body .home .container .section2 .t span {
  color: #256753;
}
body .home .container .section2 .news {
  width: 100%;
}
body .home .container .section2 .news .swiper1 {
  width: 100%;
}
body .home .container .section2 .news .swiper1 a .pic {
  overflow: hidden;
}
body .home .container .section2 .news .swiper1 a .pic img {
  width: 100%;
  height: 11.8229166667vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 600ms;
}
body .home .container .section2 .news .swiper1 a .text .tag {
  display: flex;
  margin-top: 2.3958333333vw;
}
body .home .container .section2 .news .swiper1 a .text .tag .p1 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: white;
  margin-left: 0.625vw;
  font-weight: 600;
}
body .home .container .section2 .news .swiper1 a .text .tag .p1::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 45%;
  transform: translate(-50%, -50%) skew(-8deg);
  background: #256753;
  height: 1.5625vw;
  min-width: 3.75vw;
  padding: 0 0.5208333333vw;
  z-index: -1;
  border-radius: 5px;
}
body .home .container .section2 .news .swiper1 a .text .tag .time {
  color: #000;
  font-weight: 400;
  margin-left: 1.5625vw;
}
body .home .container .section2 .news .swiper1 a .text h1 {
  color: #111;
  font-weight: 500;
  margin: 0.8333333333vw 0 0.4166666667vw 0;
  transition: all 600ms;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.2291666667vw;
}
body .home .container .section2 .news .swiper1 a .text .des {
  color: #333;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
body .home .container .section2 .news .swiper1 a:hover .pic img {
  transform: scale(1.05);
}
body .home .container .section2 .news .swiper1 a:hover .text .pt {
  color: #256753;
}
@media screen and (max-width: 1280px) {
  body .home .container .section1 {
    width: 80%;
  }
  body .home .container .section1 .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
  }
  body .home .container .section2 {
    width: 80%;
  }
  body .home .container .section2 .news .swiper1 a .text h1 {
    height: 25px;
  }
  body .home .container .section2 .news .swiper1 a .text .des {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding-top: 100px;
  }
  body .home .container .section1 {
    width: 90%;
    margin: 0 auto;
  }
  body .home .container .section1 .tags {
    margin: 20px 0;
    flex-direction: column;
  }
  body .home .container .section1 .tags .r {
    margin-top: 10px;
  }
  body .home .container .section1 .tags .r .icons {
    margin-left: 20px;
  }
  body .home .container .section1 .tags .r .icons a:not(:last-child) {
    margin-right: 10px;
  }
  body .home .container .section1 .tags .r .icons a img {
    width: 40px;
  }
  body .home .container .section1 .btn {
    margin: 20px auto 30px auto;
    width: 240px;
    height: 45px;
  }
  body .home .container .section1 .pager .l {
    width: 230px;
  }
  body .home .container .section1 .pager .l a:not(:last-child) {
    margin-bottom: 8px;
  }
  body .home .container .section1 .pager .r a svg {
    width: 18px;
  }
  body .home .container .section1 .pager .r a p {
    margin-left: 8px;
  }
  body .home .container .section2 {
    width: 90%;
    margin: 60px auto 30px auto;
  }
  body .home .container .section2 .t {
    margin-bottom: 30px;
  }
  body .home .container .section2 .news .swiper1 a .pic img {
    height: 225px;
  }
  body .home .container .section2 .news .swiper1 a .text .tag {
    margin-top: 23px;
    justify-content: space-between;
  }
  body .home .container .section2 .news .swiper1 a .text .tag .p1 {
    margin-left: 6px;
  }
  body .home .container .section2 .news .swiper1 a .text .tag .p1::before {
    height: 25px;
    min-width: 50px;
    padding: 0 8px;
  }
  body .home .container .section2 .news .swiper1 a .text .tag .time {
    margin-left: 0;
  }
  body .home .container .section2 .news .swiper1 a .text h1 {
    margin: 15px 0;
    height: auto;
  }
}
  .header .box .links .item:nth-child(5) {
    font-weight: 700;
}
/*# sourceMappingURL=newsInfo.css.map */