.topics-wrap {
  margin: 5rem auto;
}
.topics-wrap p {
  margin: 1.8em auto;
}
.topics-wrap ul, .topics-wrap ol {
  margin: 1.8em 1em;
}
.topics-wrap img {
  width: auto;
}

.news {
  margin: 2rem auto 7rem auto;
  max-width: 1080px;
}
.news .news-lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}
.news .news-lists__date {
  width: 12em;
}
.news .news-lists__text {
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .news {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .news .news-lists {
    display: block;
    margin-bottom: 2em;
  }
  .news .news-lists__text {
    margin-left: 0.5em;
    border-left: 1px solid #444444;
    padding-left: 0.5em;
  }
  .news .news-lists:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.pagination {
  margin-top: 5rem;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: start;
  list-style: none;
}
.pagination .page-numbers .page-numbers {
  color: #444444;
  border: 1px solid #444444;
  background: #fff;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 3px;
  margin-right: 0.5rem;
  text-align: center;
  line-height: 3rem;
}
.pagination .page-numbers .page-numbers.current {
  background: #444444;
  color: #fff;
}
.pagination .page-numbers .next.page-numbers,
.pagination .page-numbers .prev.page-numbers {
  width: 5rem;
}
.pagination a.page-numbers {
  text-decoration: none;
}

/*
.pagination{
  margin:40px 0 0;
}
.nav-links{
  display:flex;
}
.pagination .page-numbers{
  display:inline-block;
  margin-right:20px;
  padding:20px 25px;
  color:$font-color-df;
  border-radius:3px;
  background:#fff;
  border : 1px solid $font-color-df;
  list-style : none;
}
.pagination .current{
  padding:20px 25px;
  background:#69a4db;
  color:#fff;
}
.pagination .prev,
.pagination .next{
  background:transparent;
  box-shadow:none;
  color:#69a4db;
}
.pagination .dots{
  background:transparent;
  box-shadow:none;
}*/
