<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  width: 85%;
  margin: 0 auto;
}
.home .main .nav {
  width: 100%;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  border-radius: 10px;
  transform: translateY(-40px);
}
.home .main .nav a {
  width: 50%;
  text-align: center;
  padding: 30px 0;
  color: #666666;
  transition: all 600ms;
  background: white;
  border-right: 1px solid #F0F0F0;
}
.home .main .nav a:hover {
  background: #0B9F27;
  color: white;
  border-color: #0B9F27;
}
.home .main .nav .active {
  background: #0B9F27;
  color: white;
  border-color: #0B9F27;
}
.home .main .nav a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.home .main .nav a:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home .main .allItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home .main .allItems a {
  display: block;
  width: 31%;
  margin-left: 1.8%;
  margin-bottom: 50px;
}
.home .main .allItems a .pic {
  width: 100%;
}
.home .main .allItems a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .allItems a .t1 {
  color: #141414;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 25px 0;
  transition: all 600ms;
}
.home .main .allItems a .time {
  display: inline-block;
  color: #666666;
  background: #F3F3F3;
  padding: 10px 18px;
  font-size: 14px;
}
.home .main .allItems a:hover .t1 {
  color: #0B9F27;
}
.home .main .pager {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.home .main .pager a {
  display: block;
  margin: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666666;
  padding: 10px 20px;
  transition: all 600ms;
}
.home .main .pager a:hover {
  background: #0B9F27;
  color: white;
  border-color: #0B9F27;
}
.home .main .pager .active {
  background: #0B9F27;
  color: white;
  border-color: #0B9F27;
}
@media screen and (max-width: 1300px) {
  .home .banner img {
    height: 300px;
  }
  .home .main {
    width: 90%;
  }
  .home .main .nav {
    transform: translateY(-30px);
  }
  .home .main .nav a {
    padding: 20px 0;
  }
  .home .main .allItems a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .home .main .allItems a .t1 {
    font-size: 20px;
    margin: 15px 0;
  }
}

/*# sourceMappingURL=news.css.map */
</pre></body></html>