.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-details {
  padding: 4rem 0 8rem;
}
.news-details .con {
  position: relative;
}
.news-details .con .box {
  width: 66.66%;
  margin: 0 auto;
}
.news-details .con .box .title {
  margin-bottom: 3rem;
}
.news-details .con .box .title h2 {
  font-size: 1.8rem;
  color: #333;
}
.news-details .con .box .back {
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.news-details .con .box .back a {
  display: block;
}
.news-details .con .box .back a .btn {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow: -1px 7px 24px 0px rgba(127, 128, 138, 0.24);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back a .btn span {
  font-size: 0.8rem;
  color: #a5c25d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back a h2 {
  float: left;
  margin-left: 0.8rem;
  font-size: 0.8rem;
  color: #7f808a;
  width: 34px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back:hover a .btn {
  background: #a5c25d;
}
.news-details .con .box .back:hover a .btn span {
  color: #fff;
}
.news-details .con .box .back:hover a h2 {
  color: #a5c25d;
}
.news-details .con .box .time {
  position: absolute;
  right: 0;
  top: -0.5rem;
}
.news-details .con .box .time h3 {
  font-size: 0.9rem;
  color: #999;
}
.news-details .con .box .time h2 {
  font-size: 3rem;
  font-family: Ninot_medium;
  color: #95bd43;
}
.news-details .con .box .time h4 {
  display: none;
}
.news-details .con .box .text p {
  margin: 2rem 0;
  font-size: 0.9rem;
  color: #7f808a;
  text-align: justify;
  line-height: 1.8;
}
.news-details .con .box .text img {
  max-width: 100%;
}
.news-details .con .box .shares {
  background: #f7f7f7;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
.news-details .con .box .shares h2 {
  font-size: 1rem;
  line-height: 2.8rem;
  color: #7d7e87;
  padding-right: 2rem;
  margin-right: 1rem;
  position: relative;
}
.news-details .con .box .shares h2:before {
  content: '';
  width: 2px;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  background: #7d7e87;
}
.news-details .con .box .shares a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  padding-left: 0;
  margin: 0;
  background: none;
  position: relative;
  text-align: center;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 1;
}
.news-details .con .box .shares a:before {
  content: '\e62f';
  font-family: iconfont;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #7d7e87;
  z-index: -1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .shares a.bds_tsina:before {
  content: '\e81c';
}
.news-details .con .box .shares a.bds_qzone:before {
  content: '\e63f';
}
.news-details .con .box .shares a:hover:before {
  color: #a5c25d;
}
.news-details .con .box .back-btn {
  margin-top: 3.4rem;
  height: 7rem;
}
.news-details .con .box .back-btn .left {
  float: left;
  width: 46.8%;
  border-radius: 3px;
  border: 1px solid #efefef;
}
.news-details .con .box .back-btn .left .txt {
  float: left;
  width: 69%;
  height: 7rem;
  position: relative;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .left .txt:before {
  content: "\e77c";
  font-family: iconfont;
  font-size: 0.9rem;
  color: #4c7ebb;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .left .txt .ct {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news-details .con .box .back-btn .left .txt .ct h3 {
  font-size: 0.7rem;
  color: #999;
  margin-bottom: 0.4rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .left .txt .ct h2 {
  font-size: 0.9rem;
  font-family: NotoSans_light;
  color: #333;
  line-height: 1.6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .left .tu {
  float: left;
  width: 31%;
  height: 7rem;
}
.news-details .con .box .back-btn .left:hover .txt {
  background: #a5c25d;
}
.news-details .con .box .back-btn .left:hover .txt h3 {
  color: #fff;
}
.news-details .con .box .back-btn .left:hover .txt h2 {
  color: #fff;
}
.news-details .con .box .back-btn .left:hover .txt:before {
  color: #fff;
}
.news-details .con .box .back-btn .right {
  float: right;
  width: 46.8%;
  border-radius: 3px;
  border: 1px solid #efefef;
}
.news-details .con .box .back-btn .right .txt {
  float: left;
  width: 69%;
  height: 7rem;
  position: relative;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .right .txt:before {
  content: "\e779";
  font-family: iconfont;
  font-size: 0.9rem;
  color: #4c7ebb;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .right .txt .ct {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news-details .con .box .back-btn .right .txt .ct h3 {
  font-size: 0.7rem;
  color: #999;
  margin-bottom: 0.4rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .right .txt .ct h2 {
  font-size: 0.9rem;
  font-family: NotoSans_light;
  color: #333;
  line-height: 1.6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-details .con .box .back-btn .right .tu {
  float: left;
  width: 31%;
  height: 7rem;
}
.news-details .con .box .back-btn .right:hover .txt {
  background: #a5c25d;
}
.news-details .con .box .back-btn .right:hover .txt h3 {
  color: #fff;
}
.news-details .con .box .back-btn .right:hover .txt h2 {
  color: #fff;
}
.news-details .con .box .back-btn .right:hover .txt:before {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .news-details .con .box {
    width: 70%;
  }
  .news-details .con .box .time {
    right: 60px;
  }
  .news-details .con .box .back {
    left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
}
@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-details {
    padding: 30px 0;
  }
  .news-details .con .box {
    width: 100%;
  }
  .news-details .con .box .back {
    position: relative;
    left: 0;
  }
  .news-details .con .box .time {
    position: relative;
    right: 0;
    top: 0;
  }
  .news-details .con .box .time h2 {
    display: none;
  }
  .news-details .con .box .time h3 {
    font-size: 14px;
    display: inline-block;
  }
  .news-details .con .box .time h4 {
    display: block;
    font-size: 14px;
    display: inline-block;
    color: #999;
  }
  .news-details .con .box .title {
    margin-bottom: 20px;
  }
  .news-details .con .box .title h2 {
    font-size: 16px;
  }
  .news-details .con .box .text p {
    margin: 20px 0;
    font-size: 14px;
  }
  .news-details .con .box .back {
    margin: 20px 0;
    top: 0;
  }
  .news-details .con .box .back a .btn {
    float: none;
    margin: 0 auto;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .news-details .con .box .back a .btn span {
    font-size: 16px;
  }
  .news-details .con .box .back a h2 {
    float: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .news-details .con .box .shares {
    padding: 10px 0;
  }
  .news-details .con .box .shares h2 {
    font-size: 14px;
    line-height: 50px;
  }
  .news-details .con .box .shares a {
    width: 50px;
    height: 50px;
  }
  .news-details .con .box .shares a:before {
    font-size: 20px;
    line-height: 50px;
  }
  .news-details .con .box .back-btn {
    margin-top: 30px;
    height: 120px;
  }
  .news-details .con .box .back-btn .left {
    width: 48.5%;
  }
  .news-details .con .box .back-btn .left .txt {
    height: 120px;
    width: 100%;
  }
  .news-details .con .box .back-btn .left .txt:before {
    font-size: 16px;
    left: 8px;
  }
  .news-details .con .box .back-btn .left .txt .ct h3 {
    font-size: 14px;
  }
  .news-details .con .box .back-btn .left .txt .ct h2 {
    font-size: 14px;
  }
  .news-details .con .box .back-btn .left .tu {
    display: none;
  }
  .news-details .con .box .back-btn .right {
    width: 48.5%;
  }
  .news-details .con .box .back-btn .right .txt {
    height: 120px;
    width: 100%;
  }
  .news-details .con .box .back-btn .right .txt:before {
    font-size: 16px;
    right: 8px;
  }
  .news-details .con .box .back-btn .right .txt .ct h3 {
    font-size: 14px;
  }
  .news-details .con .box .back-btn .right .txt .ct h2 {
    font-size: 14px;
  }
  .news-details .con .box .back-btn .right .tu {
    display: none;
  }
}
/*# sourceMappingURL=news_index_details.css.map */