.news-list {
    margin: 0 -20px;
}
.news-list .item {
    width: 20%;
    padding: 0 20px;
}
.news-list .item:nth-child(5n+1) {
    clear: left;
}

.news-list .box {
    margin: 0 auto 65px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 240px;
    background: rgba(78,186,109,0.5);
    box-sizing: border-box;
    position: relative;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    max-width: 200px;
    border-radius: 15px;
}
.news-list .date{
  display: block;
  width: 100%;
  font-size: 13px;
  color: #fff;
  font-family: "Times New Roman", Georgia, Serif;
  font-style: italic;
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 3px;
}
.news-list .date b{
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fbb134;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 9;
}
.news-list .pic:after,
.news-list .pic:before {
    content: '';
    display: block;
    background: url(../images/news/hover.png) no-repeat;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .pic:before{
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
}
.news-list .box:hover .pic:after,
.news-list .box:hover .pic:before {
    opacity:1;
}
.news-list .txt{
  box-sizing: border-box;
  padding: 0 25px;
}
.news-list .name {
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    min-height: 42px;
    max-height: 42px;
    line-height: 1.6;
}
.news-list .description {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    max-height: 36px;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    line-height: 1.4;
}
.news-list  .more{
  background: rgba(78,186,109,0.5);
  text-align: center;
  color: #fff;
  width: 100%;
  height: 33px;
  line-height: 35px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}
.news-list .box:hover .more{
  background: #34874a;
}


.news-header {
    max-width: 1340px;
    margin: 0 auto 45px;
    background: url(../images/news/news_bg.jpg) repeat;
    box-sizing: border-box;
    padding-top: 1px;
    padding-left: 130px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    min-height: 45px;

}
.news-header .date {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #fff;
  font-family: "Times New Roman", Georgia, Serif;
  font-style: italic;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 3px;
  position: absolute;
  left: 0px;
  top: 10px;
}
.news-header .date b {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fbb134;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  position: absolute;
  left: 70px;
  top:-13px;
}
.news-header .title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
.news-detail {
    padding-bottom: 20px;
    max-width: 1340px;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .news-list .item{
      padding: 0 10px;
    }
    .news-list {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 1000px) {
  .news-list {
      margin: 0 auto;
      max-width: 600px;
  }
  .news-list .item {
      float: left;
      width: 50%;
      padding: 0 7px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .news-list .item:nth-child(5n+1) {
      clear: none;
  }
  .news-list .item:nth-child(2n+1) {
      clear: left;
  }
  .news-list .box{margin-bottom: 30px;}
  .news-header{
    padding: 5px 0;
    padding-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .news-header{
    padding: 5px 10px;
    margin-bottom: 30px;
  }
  .news-header .date{
    position: relative;
    top:-5px;
  }

}
@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}
