.banner {
  margin-top: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 30%;
}
.banner .text .con {
  padding-right: 5rem;
}
.banner .text .con .right {
  float: right;
  width: 35%;
}
.banner .text .con .right h2 {
  font-size: 3rem;
  color: #fff;
}
.banner .text .con .right p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.news-top {
  padding-top: 4.3rem;
}
.news-top .con .left {
  float: left;
  width: 65.1%;
  height: 0;
  padding-bottom: 38.5%;
  overflow: hidden;
}
.news-top .con .left img {
  width: 100%;
}
.news-top .con .left:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-top .con .right {
  float: right;
  width: 29.8%;
  padding-top: 2.4%;
}
.news-top .con .right h3 span {
  font-size: 0.7rem;
  color: #777;
}
.news-top .con .right h3 span.txt {
  color: #062058;
}
.news-top .con .right h3 span.dian {
  margin: 0 4px;
}
.news-top .con .right h2 {
  font-size: 1.5rem;
  color: #181a1d;
  text-align: justify;
  margin: 5% 0 7%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.news-top .con .right p {
  font-size: 0.8rem;
  color: #777;
  text-align: justify;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
  line-height: 1.8;
  height: 7.2em;
}
.news-top .con .right .more {
  margin-top: 18%;
}
.news-top .con .right .more a {
  display: block;
  width: 11rem;
  height: 3.5rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 3.5rem;
  font-sizE: 0.9rem;
  color: #464748;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-top .con .right .more a span {
  font-size: 0.9rem;
  color: #9bc050;
  margin-left: 1.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-top .con .right .more a:hover {
  background: #a5c25d;
  border: 1px solid #a5c25d;
  color: #fff;
}
.news-top .con .right .more a:hover span {
  color: #fff;
}
.news-list {
  padding-bottom: 7rem;
}
.news-list .con > ul > li {
  float: left;
  width: 30.5%;
  margin-top: 4rem;
}
.news-list .con > ul > li:not(:nth-child(3n)) {
  margin-right: 4.25%;
}
.news-list .con > ul > li a {
  display: block;
}
.news-list .con > ul > li a .tu {
  height: 0;
  padding-bottom: 59%;
  overflow: hidden;
}
.news-list .con > ul > li a .tu img {
  width: 100%;
}
.news-list .con > ul > li a .bottom {
  padding-top: 1.5rem;
}
.news-list .con > ul > li a .bottom h3 span {
  font-size: 0.7rem;
  color: #777;
}
.news-list .con > ul > li a .bottom h3 span.txt {
  color: #062058;
}
.news-list .con > ul > li a .bottom h3 span.dian {
  margin: 0 4px;
}
.news-list .con > ul > li a .bottom h2 {
  font-size: 1.2rem;
  color: #181a1d;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 1rem 0 1.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list .con > ul > li a .bottom p {
  font-size: 0.8rem;
  color: #777;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
  line-height: 1.8;
  height: 5.4em;
}
.news-list .con > ul > li:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-list .con > ul > li:hover a .bottom h2 {
  color: #a5c35d;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
  .news-top .con .right {
    padding-top: 1.4%;
  }
  .news-top .con .right .more {
    margin-top: 16%;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 20%;
  }
  .banner .text .con {
    padding-right: 20px;
  }
  .banner .text .con .right {
    width: 100%;
  }
  .banner .text .con .right h2 {
    font-size: 16px;
  }
  .banner .text .con .right p {
    font-size: 14px;
    margin-top: 6px;
  }
  .news-top {
    padding-top: 20px;
  }
  .news-top .con .left {
    width: 100%;
    padding-bottom: 59.5%;
  }
  .news-top .con .right {
    width: 100%;
    padding-top: 14px;
  }
  .news-top .con .right h3 span {
    font-size: 14px;
  }
  .news-top .con .right h2 {
    font-size: 16px;
    height: auto;
    -webkit-line-clamp: inherit;
    margin: 12px 0;
  }
  .news-top .con .right p {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: inherit;
  }
  .news-top .con .right .more {
    margin-top: 20px;
  }
  .news-top .con .right .more a {
    width: 140px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    border: 1px solid #a5c25d !important;
    background: #a5c25d !important;
    color: #fff !important;
  }
  .news-top .con .right .more a span {
    font-size: 14px;
    margin-left: 14px;
    color: #fff !important;
  }
  .news-list {
    padding-bottom: 30px;
  }
  .news-list .con > ul > li {
    width: 48.5%;
    margin-top: 20px;
  }
  .news-list .con > ul > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .news-list .con > ul > li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .news-list .con > ul > li a .bottom {
    padding-top: 10px;
  }
  .news-list .con > ul > li a .bottom h3 span {
    font-size: 14px;
    display: block;
  }
  .news-list .con > ul > li a .bottom h3 span.dian {
    display: none;
  }
  .news-list .con > ul > li a .bottom h3 span.time {
    font-size: 12px;
  }
  .news-list .con > ul > li a .bottom h2 {
    font-size: 16px;
    margin: 10px 0 12px;
  }
  .news-list .con > ul > li a .bottom p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=news_index.css.map */