.news-list {
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 1170px) {
  .news-list {
    padding: 20px 10px;
  }
}
.news-list a {
  display: block;
  text-decoration: none;
}
.news-list .img {
  display: block;
  background: no-repeat center center / cover;
  width: 120px;
  height: 90px;
  margin: 5px 20px 0 0;
  float: left;
}
.news-list .title {
  color: #0057a5;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.news-list .date {
  font-size: 11px;
}
.news {
  margin-bottom: 40px;
}
@media (max-width: 1170px) {
  .news {
    padding: 0 10px;
  }
}
.news .title {
  color: #0057a5;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: normal;
}
.news .date {
  font-size: 11px;
}
