.news {
  margin-top: 84px;
  width: 900px;
  border-top: 3px solid #0A2C84;
  border-bottom: 2px solid #0A2C84;
}
.news-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #205a9b
}
.news-item:last-child {
  border: none;
}
.news-time {
  text-align: center;
}
.news-time {
  font-size: 15px;
  color: #666;
}
.news-link {
  color: #0a2c85;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .news {
    margin-top: 40px;
    width: 100%;
  }
  .news-time {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .news {
    margin-top: 30px; 
  }
  .news-time {
    padding-bottom: 5px;
    font-size: 14px;
  }
  .news-link {
    font-size: 16px;
  }
}