body .home .container {
  padding: 0 9.6354166667vw;
}
body .home .container .chose {
  display: flex;
  justify-content: flex-end;
  margin: 1.5625vw 0 1.0416666667vw 0;
  position: relative;
  z-index: 10;
}
body .home .container .chose .wrap {
  position: relative;
}
body .home .container .chose .wrap .d1 {
  width: 21.4583333333vw;
  height: 2.7083333333vw;
  border: 1px solid #999;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.6666666667vw;
  color: #666;
  font-weight: 400;
  cursor: pointer;
}
body .home .container .chose .wrap .d1 svg {
  width: 0.9375vw;
  display: block;
  transition: all 600ms;
}
body .home .container .chose .wrap .d1.on svg {
  transform: rotate(180deg);
}
body .home .container .chose .wrap .d2 {
  border: 1px solid #999;
  border-radius: 30px;
  position: absolute;
  background: white;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.9375vw 1.6666666667vw;
  color: #666;
  display: none;
}
body .home .container .chose .wrap .d2 p {
  cursor: pointer;
}
body .home .container .chose .wrap .d2 p:not(:last-child) {
  margin-bottom: 0.625vw;
}
body .home .container .list a {
  display: flex;
  justify-content: space-between;
}
body .home .container .list a:not(:last-child) {
  margin-bottom: 4.1666666667vw;
}
body .home .container .list a .pic {
  overflow: hidden;
}
body .home .container .list a .pic img {
  width: 24.6354166667vw;
  height: 16.40625vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 600ms;
}
body .home .container .list a .text {
  width: 50.5208333333vw;
}
body .home .container .list a .text .tag {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75vw;
}
body .home .container .list a .text .tag .p1 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: white;
  margin-left: 1.0416666667vw;
  font-weight: 600;
}
body .home .container .list a .text .tag .p1::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 51%;
  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 .list a .text .tag .time {
  color: #000;
  font-weight: 400;
}
body .home .container .list a .text h1 {
  color: #111;
  font-weight: 500;
  margin: 1.25vw 0;
  transition: all 600ms;
}
body .home .container .list 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 .list a:hover .pic img {
  transform: scale(1.05);
}
body .home .container .list a:hover .text h1 {
  color: #256753;
}
body .home .container .pager {
  display: flex;
  justify-content: center;
  margin: 6.25vw 0;
  align-items: center;
}
body .home .container .pager a {
  margin: 0 0.8333333333vw;
}
body .home .container .pager .prev svg,
body .home .container .pager .next svg {
  width: 1.25vw;
  display: block;
}
body .home .container .pager .nums {
  display: flex;
}
body .home .container .pager .nums a {
  padding: 0 0.625vw;
  border-bottom: 2px solid transparent;
  color: #666;
}
body .home .container .pager .nums a.on {
  color: #256753;
  border-color: #256753;
}
@media screen and (max-width: 1280px) {
  body .home .container .list a .text .tag {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 0 5%;
  }
  body .home .container .chose {
    justify-content: center;
    margin: 20px 0;
  }
  body .home .container .chose .wrap .d1 {
    width: 300px;
    height: 40px;
    padding: 0 20px;
  }
  body .home .container .chose .wrap .d1 svg {
    width: 15px;
  }
  body .home .container .chose .wrap .d2 {
    padding: 15px 20px;
  }
  body .home .container .chose .wrap .d2 p:not(:last-child) {
    margin-bottom: 10px;
  }
  body .home .container .list a {
    flex-direction: column;
  }
  body .home .container .list a:not(:last-child) {
    margin-bottom: 40px;
  }
  body .home .container .list a .pic img {
    width: 100%;
    height: auto;
  }
  body .home .container .list a .text {
    width: 100%;
  }
  body .home .container .list a .text .tag {
    margin-top: 20px;
  }
  body .home .container .list a .text .tag .p1 {
    margin-left: 12px;
    margin-bottom: 10px;
  }
  body .home .container .list a .text .tag .p1::before {
    height: 25px;
    min-width: 50px;
    padding: 0 8px;
  }
  body .home .container .list a .text h1 {
    margin: 10px 0;
  }
  body .home .container .pager {
    margin: 30px 0;
  }
  body .home .container .pager a {
    margin: 0 10px;
  }
  body .home .container .pager .prev svg, body .home .container .pager .next svg {
    width: 20px;
  }
  body .home .container .pager .nums a {
    padding: 0 8px;
  }

}
.header .box .links .item:nth-child(5){
  font-weight: 700;
}
/*# sourceMappingURL=news.css.map */