.newlist{
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 66px;
}

.newlist ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.newlist ul li{
  width: 30%;
  margin-top: 62px;
}
.newlist ul li img{
  width: 100%;
}
.newlist ul li .new-tit{
  margin-top: 40px;
  margin-bottom: 22px;
  font-size: 22px;
  color: #333333;
}
.newlist ul li .new-content{
  font-size: 14px;
  color: #777777;
  line-height: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e9e9e9;
}
.time{
  color: #aaaaaa;
  font-size: 18px;
  margin-top: 30px;

}
.time span{
  float: right;
  color: #aaaaaa;
  font-size: 18px;
}
.nav-content .left ul li a{
  color: #222222;
}
@media(max-width:976px){
  .newlist ul li {
    width: 45%;
}
}
@media(max-width:725px){
  .newlist ul li {
    width: 100%;
}
}