.n_news_li {
  padding: 0 35px;
  background-color: #ffffff;
  min-height: 194px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.n_news_li:hover {
  background: #fbfbfb;
  border-bottom: none;
}

.n_news_li_time {
  float: left;
  text-align: right;
  width: 110px;
  margin-top: 55px;
}

.n_news_li_nian {
  font-size: 18px;
  color: #d2d2d2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.n_news_li:hover .n_news_li_nian {
  color: #2db678;
}

.n_news_li_yue {
  font-size: 30px;
  font-weight: bolder;
  color: #d2d2d2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.n_news_li:hover .n_news_li_yue {
  color: #2db678;
}

.n_news_li_xian {
  margin-top: 8px;
  width: 37px;
  height: 2px;
  float: right;
  background-color: #d2d2d2;
}

.n_news_li_con {
  float: left;
  width: 950px;
  margin-left: 65px;
}

.n_news_li_name {
  margin-top: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #555;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.n_news_li:hover .n_news_li_name {
  color: #2db678;
}

.n_news_li_js {
  margin-top: 11px;
  line-height: 28px;
  font-size: 14px;
  color: #898989;
}

.n_news_li_more {
  margin-top: 20px;
  font-size: 14px;
  color: #898989;
}

.n_news_ul li {
  margin-bottom: 5px;
}

.n_news_li_touch_time {
  display: none;
}

@media screen and (max-width: 640px) {
  .n_news_li_time {
    display: none;
  }

  .n_news_ul .box {
    width: 100%;
  }

  .n_news_li {
    padding: 0 3% 15px 3%;
    min-height: auto;
    border-bottom: 1px solid #eee;
  }

  .n_news_li_con {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .n_news_li_name {
    font-size: 18px;
    margin-top: 10px;
  }
}


.news-item {
  padding: 10px 20px;
}

.news-wrapper {
  background-color: #fff;
}

.news-wrapper:hover {
  background: #249f67 linear-gradient(to right, #249f67, #7fba54);
}

.news-link:hover {
  text-decoration: none;
}

.news-image {
  position: relative;
  width: 100%;
  padding-bottom: 44.53125%;
}

.news-aspect {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat; 
}

.news-body {
  padding: 10px 20px 20px;
  color: #999;
}

.news-wrapper:hover .news-body {
  color: #fff;
}

.news-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.news-wrapper:hover .news-title {
  color: #fff;
}

.news-description {
  margin-top: 10px;
}

.news-line {
  margin-top: 20px;
  height: 1px;
  background-color: #dfdfdf;
}

.news-date {
  margin-top: 20px;
}
