.news-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 20px 0 60px;
  border-top: 1px solid #ddd;
}
.news-list .news-item {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.news-list .news-item .title {
  font-size: 16px;
  font-weight: normal;
}
.news-list .news-item .title a {
  text-decoration: none;
}
.news-list .news-item .title a:hover,
.news-list .news-item .title a:active,
.news-list .news-item .title a:visited {
  color: #0d1c34;
}
.news-list .news-item .title .date {
  margin-left: 16px;
  color: #999;
  font-size: 13px;
}
.news-list .news-item .excerpt {
  color: #999;
  font-size: 13px;
  line-height: 2;
}
.news-list .news-item .excerpt p {
  display: inline;
}
.news-list .news-item .more {
  color: #0d1c34;
  text-decoration: none;
}
.pagination {
  text-align: center;
  font-size: 13px;
  color: #999;
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
  color: #999;
  text-decoration: none;
}
.pagination .page-numbers:hover {
  color: #0d1c34;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #0d1c34;
}
/*# sourceMappingURL=media.css.map */