.title {
  line-height: 1;
  font-weight: 500;
  padding-bottom: 38px;
  border-bottom: 2px solid #D9D9D9;
}

.news {
  padding: 95px 0 80px;
}

.list {
  margin-top: 61px;
}
.list > div {
  background: #F9F9F9;
  padding: 40px 55px;
}
.list > div:nth-child(n+2) {
  margin-top: 30px;
}
.list .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.list a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list a:hover {
  color: #2B69BF;
}
.list .des {
  color: #898989;
  line-height: 1.6875;
  height: 3.375em;
  margin-top: 16px;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list .time {
  margin-left: 10px;
}

@media screen and (max-width: 1600px) {
  .title {
    padding-bottom: 25px;
  }
  .news {
    padding: 55px 0 65px;
  }
  .list {
    margin-top: 45px;
  }
  .list > div {
    padding: 30px 35px;
  }
  .list .des {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .list > div:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .news {
    padding: 40px 0;
  }
  .title {
    padding-bottom: 15px;
  }
  .list {
    margin-top: 25px;
  }
  .list > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .list > div {
    padding: 20px 25px;
  }
  .list .des {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}