.news-list-content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .news-list-content {
    padding: 80px 0;
  }
}
.news-list__body {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .news-list__body {
    margin-top: 30px;
  }
}
.news-list__lst {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .news-list__lst {
    margin-top: 22px;
  }
}
.news-list__pager {
  font-size: 1pc;
  margin-top: 60px;
}
.news-list__pager ol {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}
.news-list__pager a,
.news-list__pager span {
  display: block;
  width: 1.5em;
  margin: 0 8px;
  border: 1px solid #333;
  text-align: center;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.news-list__pager a.current,
.news-list__pager span.current {
  pointer-events: none;
  color: #fff;
  background: #333;
}
.news-list img {
  height: auto;
  width: auto;
}
