.main{
	margin: 30px auto 0;
/*	width: 1300px;*/
}
#news {
  padding-bottom: 40px;
}
#news .news-header {
  font-size: 0;
  height: news-content;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 2px solid #068358;
}
#news .news-header .icon-news-left {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 32px;
  background: url('../images/icon/icon-news-left.png') no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
}
#news .news-header .news-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #020000;
  vertical-align: middle;
}
#news .news-header .news-title-icon {
  display: inline-block;
  margin-right: 9px;
  width: 30px;
  height: 32px;
  /*background: url('../images/icon/icon-news.png') no-repeat center center;*/
  background-size: 100% 100%;
  vertical-align: middle;
}
#title:after {
  display: block;
  content: "";
  position: absolute;
  margin-left: 21px;
  margin-top: 10px;
  width: 125px;
  left: -6px;
  right: -8px;
  height: 4px;
  background: #068358;
}
#news .more a {
  font-size: 16px;
  color: #068358;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}
#news .news-content {
  margin-top: 10px;
}
#news .news-content-left {
  width: 280px;
}
#news .news-content-left .news-top-img {
  width: 280px;
  height: 180px;
}
#news .news-content-left .news-top-img img {
  width: 100%;
  height: 100%;
}
#news .news-content-left .news-top-title {
  /*height:38px; */
  margin: 10px 0;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;  /* 设置行数 */
  -webkit-box-orient: vertical;
}
#news .news-content-left .news-top-c {
  /*height: 40px;*/
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;  /* 设置行数 */
  -webkit-box-orient: vertical;
}
#news .news-item + .news-item {
  margin-top: 20px;
}
#news .news-content-left .news-top-foot {
  margin: 6px 0;
}
#news .news-content-right {
  margin-left: 10px;
  width: 340px;
}
#news .news-item .media-left {
  font-size: 17px;
  color: #f9f7f7;
  text-align: center;
}
#news .news-item .media-body {
  margin-left: 20px;
}
#news .news-item .news-item-date {
  display: block;
  width: 55px;
  height: 35px;
  line-height: 35px;
  background: #00785a;
  font-size: 18px;
}
#news .news-item .news-item-year {
  display: block;
  width: 55px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  color: #00785a;
  border: 1px solid #00785a;
  font-size: 14px;
}
#news .news-item .news-item-title {
  font-size: 17px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;  /* 设置行数 */
  -webkit-box-orient: vertical;
  line-height:32px;
}
#news .news-item .news-item-content {
  margin: 0;
  margin-top: 4px;
  font-size: 14px;
  font-style: italic;
  color: #5d5a5a;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #news {
    padding-bottom: 20px;
  }
  #news .news-header {
    font-size: 0;
    height: 42px;
    line-height: 40px;
    vertical-align: middle;
  }

  #news .news-header .news-title {
    font-size: 16px;
  }
  #news .news-header .news-title-icon {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url('../images/icon/icon-news.png') no-repeat center center;
    background-size: 100% 100%;
  }
  #news .news-content-left {
    padding-bottom: 10px;
    width: 100%;
  }
  #news .news-content-left {
    padding-bottom: 10px;
    width: 100%;
  }
  #news .news-content-left .news-top-img {
    position: relative;
    padding-bottom: 71.5%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #news .news-content-left .news-top-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #news .news-content-left .news-top-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #news .news-content-left .news-top-c {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #news .news-content-left .news-top-foot {
    margin: 2px 0;
  }
  #news .news-content-left .news-top-detail {
    font-size: 12px;
  }
  #news .news-content-right {
    margin-left: 0;
    width: 100%;
  }
  #news .news-item + .news-item {
    margin-top: 10px;
  }
  #news .news-item .media-left {
    font-size: 12px;
  }
  #news .news-item .media-body {
    margin-left: 10px;
  }
  #news .news-item .news-item-title {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #news .news-item .news-item-content {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
#notice {
  padding-bottom: 40px;
}
#notice .notice-header {
  font-size: 0;
  height: news-content;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 2px solid #068358;
}
#notice .notice-header .icon-notice-right {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 32px;
  background: url('../images/icon/icon-notice-right.png') no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
}
#notice .notice-header .notice-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #020000;
  vertical-align: middle;
}
#title:after {
  display: block;
  content: "";
  position: absolute;
  margin-left: 21px;
  margin-top: 10px;
  width: 125px;
  left: -6px;
  right: -8px;
  height: 4px;
  background: #068358;
}
#notice .more a {
  font-size: 16px;
  color: #068358;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}
#notice .notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#notice .notice-list .notice-item {
  /*position: relative;*/
  height: 65px;
  line-height: 65px;
  background:url('../images/icon/icon-notice-li.png') no-repeat left;
  padding-left:30px;
  border-bottom: 1px dashed #068358;
}
#notice .notice-list .notice-item .list-item{
  font-size: 17px;
}
#notice .notice-list a {
  width: 100%;
  color: #070b10;
  font-size: 17px;
}
#notice .notice-list a:hover{
  text-decoration:underline;
} 
#notice .notice-list .notice-item-title {
  display: inline-block;
  width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#moments {
  margin-top: 10px; 
  background-color: #068358;
  /*height: 400px;*/
  /*padding-bottom: 40px;*/
}
#moments .moments-header .moments-title {
  margin: 0;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
#moments .moments-header .title {
  display: inline-block;
  margin: 20px 20px;
  padding: 10px;
}
#moments .moments-header .title-left {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 2px;
  background: #fff;
}
#moments .moments-header .title-left:before {
  position: absolute;
  right: -8px;
  top: -8px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/icon/icon-rhombus.png') no-repeat center center;
  background-size: 100% 100%;
}
#moments .moments-header .title-right {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 2px;
  background: #fff;
}
#moments .moments-header .title-right:before {
  position: absolute;
  left: -8px;
  top: -8px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/icon/icon-rhombus.png') no-repeat center center;
  background-size: 100% 100%;
}
#moments #moments-news {
  /*margin-bottom: 20px;*/
  /*height: 300px;*/
  background-size: 100%;
}
#moments #moments-news .moments-list {
  margin: 10px auto 0;
  width: 1100px;
  font-size: 0;
}
#moments #moments-news .moments-list .moments-img-wrap {
  position: relative;
  display: inline-block;
  width: 260px;
  height:195px;
}
#moments #moments-news .moments-list .moments-img-wrap .moments-img-title {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #0d6f39;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
#moments #moments-news .moments-list .moments-img-wrap + .moments-img-wrap {
  margin-left: 13px;
}
#moments #moments-news .moments-link {
  float: right;
}
#moments .moments-foot {
  margin-top: 20px;
  padding-bottom: 20px;
}
#moments .moments-foot .moments-more {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 22px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #moments {
    margin-top: 20px;
    padding-bottom: 0;  
  }
  #moments .moments-header .moments-title {
    font-size: 16px;
  }
  #moments .moments-header .title {
    margin: 0 10px;
    padding: 10px;
  }
  #moments .moments-header .title-left {
    width: 20vw;
  }
  #moments .moments-header .title-right {
    width: 20vw;
  }
  #moments #moments-news .moments-list {
    margin: 10px auto 0;
    width: 100%;
    font-size: 0;
  }
  #moments #moments-news .moments-list .moments-img-wrap {
    display: inline-block;
    margin: 20px auto 0;
    width: 48%;
    overflow: hidden;
  }
  #moments #moments-news .moments-list .moments-img-wrap + .moments-img-wrap {
    margin-left: auto;
  }
  #moments #moments-news .moments-list .moments-img-wrap:nth-child(1) {
    margin-left: 1%;
    margin-right: 1%;
  }
  #moments #moments-news .moments-list .moments-img-wrap:nth-child(2) {
    margin-left: 1%;
    margin-right: 1%;;
  }
  #moments #moments-news .moments-list .moments-img-wrap:nth-child(3) {
    margin-left: 1%;
    margin-right: 1%;;
  }
  #moments #moments-news .moments-list .moments-img-wrap:nth-child(4) {
    margin-left: 1%;
    margin-right: 1%;;
  }
}