.news-body__cats {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0;
  align-items: stretch;
  max-width: 400px;
  margin: auto;
}
.news-body__cats li {
  list-style: none;
  line-height: 1;
}
.news-body__cats li:not(.current) a {
  color: #999999;
}
.news-body__cats li.current a {
  pointer-events: none;
}
.news-body__cats .divider {
  width: 2px;
  transform: skew(-15deg);
  background-color: #333333;
}
.news-body__list {
  max-width: 800px;
  margin: auto;
}
.news-body__list__item {
  display: grid;
  grid-template-columns: 116px 1fr;
  grid-gap: 20px;
}
.news-body__list__item .category {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: white;
  background: #d0171b;
  border-radius: 32px;
}
.news-body__list__item .category.news-company, .news-body__list__item .category.company, .news-body__list__item .category.company-en {
  background: #333333;
}
.news-body__list__item .category.news-pr, .news-body__list__item .category.pr, .news-body__list__item .category.pr-en {
  background: #19709b;
}
.news-body__list__item time {
  font-weight: 400;
}
.news-body__list__item__body {
  grid-column: 1/span 2;
}
.news-body__list__item__body p {
  margin: 0;
  line-height: 1.5;
}
.news-body__list__item__body p a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.news-body__list__item__body p a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  transition: 0.3s;
  flex: 0 0 9px;
}
.news-body__list__item__body p a:hover {
  text-decoration: underline;
  color: #5b99cd;
}
.news-body__list__item__body p a:hover::after {
  opacity: 0.6;
}
.news-body__list__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f6f6f6;
}

.pagination {
  margin-top: 60px;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links .page-numbers:not(.dots) {
  display: inline-flex;
  margin: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #f3f1eb;
  border-radius: 5px;
}
.pagination .nav-links .page-numbers:not(.dots).current {
  color: white;
  background: #19709b;
}
.pagination .nav-links .page-numbers:not(.dots).next, .pagination .nav-links .page-numbers:not(.dots).prev {
  font-size: 0;
}
.pagination .nav-links .page-numbers:not(.dots).next::before, .pagination .nav-links .page-numbers:not(.dots).prev::before {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  border: 2px solid #333333;
  border-color: transparent #333333 #333333 transparent;
  transform: rotate(-45deg);
  left: -4px;
}
.pagination .nav-links .page-numbers:not(.dots).prev::before {
  transform: rotate(135deg);
  left: 4px;
}

/*# sourceMappingURL=news.css.map */
