.news-center{
  width:100%;
}
html,body{
  background: #f6f6f6;
}
.product{
  color:#444444;
  font-size: 24px;
  text-align: center;
  padding: 30px 0 20px;
}
.product p{
  color:#9C9C9C;
  font-size: 14px;
  padding-top: 10px;
}
.product-line{
  padding-bottom: 5px;
  border-bottom: 4px solid #216BD1;
}
.news-content{
  background: #f6f6f6;
  /* padding-bottom: 20px; */
}
.news-list{
  background:#fff;
}
.news-list{
  cursor: pointer;
}
.single-img{
  width:100%;
}
.single-title{
  color:#444444;
  font-size:16px;
  padding:22px 0;
}
.new-left .new-date{
  float: left;
}
.new-date{
  text-align: center;
}
.new-year{
  color:#444444;
  font-size: 18px;
}
.new-day{
  color:#9C9C9C;
  font-size: 13px;
}
.new-single{
  color:#666;
  font-size: 14px;
  margin-left: 50px;
  line-height: 25px;
  padding-bottom: 10px;
  min-height:50px;
  /* padding:40px 0; */
}
li + li{
  padding-top: 15px;
}
li:nth-child(2){
  padding-top: 0px;
}
li.last .new-left{
  border-bottom: none;
}
.new-left{
  border-bottom: 1px solid #F4F4F4;
}
.news-page{
  position: relative;
}
.news-all{
  position: absolute;
  width:100%;
  background: transparent;
  top:65%;
}
.news-all .container{
  background: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product{
    font-size: 12px;
    padding:20px 0;
  }
  li:nth-child(2){
    padding-top: 20px;
  }
  li.second .new-left{
    border-bottom: 1px solid #F4F4F4;
  }
  .news-all{
    top:100%;
  }
}