.banner {
  margin-top: 180px;
  position: relative; }
  .banner > img {
    width: 100%; }

.proban {
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 12;
  transform: translateX(-50%); }

.ban_box {
  width: 650px;
  background: #4a9a83;
  box-shadow: 0px 4px 13px 0px rgba(0, 24, 34, 0.35);
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: white;
  line-height: 48px;
  padding: 66px 52px; }

.set2 {
  background: #eef1f5;
  width: 100%;
  padding: 55px 0; }

.news_del {
  background: white;
  width: 100%;
  padding: 60px 10% 90px; }
  .news_del h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px; }
  .news_del h6 {
    font-size: 15px;
    font-family: Lato;
    font-weight: bold;
    color: #666666;
    line-height: 22px;
    text-align: center; }

.news_line {
  height: 1px;
  background: black;
  opacity: 0.2;
  width: 100%;
  margin: 40px 0; }

.del_box p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 24px; }

.back_list {
  width: 360px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  background: #4a9a83; }

.del_tit {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  margin: 80px 0 40px; }

.zhutui, .newbox {
  padding-bottom: 98px;
  text-align: center; }
  .zhutui a:hover, .newbox a:hover {
    text-decoration: none; }

.swiper-container > .bannerpag, .coop_box > .bannerpag {
  bottom: 20px;
  left: 0;
  margin-left: 0;
  text-align: center; }
  .swiper-container > .bannerpag .swiper-pagination-bullet, .coop_box > .bannerpag .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    margin: 0 10px; }
    .swiper-container > .bannerpag .swiper-pagination-bullet b, .coop_box > .bannerpag .swiper-pagination-bullet b {
      width: 10px;
      height: 10px;
      display: block;
      margin: 4px;
      background-color: rgba(74, 154, 131, 0.6); }
  .swiper-container > .bannerpag .swiper-pagination-bullet-active, .coop_box > .bannerpag .swiper-pagination-bullet-active {
    border: 1px solid #4a9a83;
    outline: none; }
    .swiper-container > .bannerpag .swiper-pagination-bullet-active b, .coop_box > .bannerpag .swiper-pagination-bullet-active b {
      width: 10px;
      height: 10px;
      margin: 4px;
      background-color: #4a9a83; }

.feat_pro {
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 35px; }

.feat_cnt {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 50px; }
  .feat_cnt a {
    color: #333333; }

.des {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 22px; }

.title {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all; }

.data {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 22px; }

.news_right {
  transition: all .4s; }
  .news_right .text-wrap {
    background-color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 0 7.6% 80px;
    box-sizing: border-box;
    text-align: left; }
  .news_right .data {
    color: #666666;
    margin-top: 30px; }
  .news_right .title {
    color: #333333;
    margin: 10px 0; }
  .news_right .des {
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; }
  .news_right:hover {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
    transition: all .4s; }
    .news_right:hover a {
      text-decoration: none; }

.del_late {
  margin-bottom: 20px; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; }

  .news_right .text-wrap {
    padding: 0 7.6% 10px; }
    .news_right .text-wrap .title {
      margin: 7px 0;
      font-size: 20px;
      line-height: 20px; }
    .news_right .text-wrap .data {
      margin-top: 15px; }

  .des {
    font-size: 14px;
    line-height: 20px; } }
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 82px; }

  .banner > img {
    height: 150px;
    object-fit: cover; }

  .proban {
    bottom: -20px; }

  .ban_box {
    width: 80%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px; }

  width: 100%;
  .news_right .text-wrap {
    padding: 0 7.6% 25px; }
    .news_right .text-wrap .title {
      margin: 7px 0;
      font-size: 18px;
      line-height: 20px; }
    .news_right .text-wrap .data {
      margin-top: 15px; }

  .des {
    font-size: 14px;
    line-height: 20px; }

  .set2 {
    padding: 15px 0; }

  .back_list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 35px auto 0; }

  .news_del {
    padding: 40px 20px 50px; }
    .news_del h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 7px; }

  .feat_pro {
    margin-top: 15px;
    margin-bottom: 10px; }

  .news_line {
    margin: 20px 0; }

  .del_box p {
    font-size: 14px;
    line-height: 22px; }

  .del_tit {
    font-size: 20px;
    line-height: 20px;
    margin: 50px 0 20px; }

  .zhutui, .newbox {
    padding-bottom: 75px; } }

/*# sourceMappingURL=newdel.css.map */
