/*===================================================================
news
==================================================================*/

#news,
#voice {
  background-color: #FDF6E8;
  width: 570px;
}

#news {
  padding: 110px 0 120px;
}

.news-item {
  padding-top: 18px;
  text-align: center;
  margin: 0 auto;
}

.news-area {
  padding-bottom: 38px;
}

.news-item a {
  color: #2B3F72;
}

.news-list {
  padding: 20px 0;
  width: 94%;
}

.news-list time {
  font-size: 13px;
  line-height: 100%;
  margin-right: 10px;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.label {
  font-size: 11px;
  background-color: #2B3F72;
  color: #fff;
  text-align: center;
  margin: 0em !important;
  line-height: 100%;
  padding: 3px 4px;
}

.news-list p {
  display: inline-block;
  font-weight: 500;
  display: block;
  display: flex;
  justify-content: space-between;

}

.news-list-t.flex {
  justify-content: flex-start !important;
}

.news-arrow.flex {
  justify-content: space-between;

}

.news-arrow {
  border-bottom: 1px solid #2B3F72;
}

.news-title {
  padding-top: 10px;
  font-size: 13px;
  line-height: 200%;
  text-align: left;
}


span.arrow {
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid #2B3F72;
  border-right: 1px solid #2B3F72;
  transform: rotate(45deg);
  line-height: 81px;
}

.nav-links {
  display: flex;
  align-items: center;
  /* margin: 0 auto; */
  justify-content: center;
  margin-top: 38px;
}

.page-numbers {
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #2B3F72;
  font-size: 16px;
  margin-right: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border-radius: 50px;
}

span.page-numbers.current {
  background-color: #2B3F72;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 11px;
}

.page-num>ul {
  display: flex;
  margin-top: 38px;
  justify-content: center;
}

.page-num a {
  color: #2B3F72;
  font-size: 11px;
  background-color: #fff;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: block;
  line-height: 28px;
}

.page-num>ul>li {

  margin-right:8px;
}

.page-num>ul>li:last-of-type {
  margin-right: 0;
}

.page-num>ul>li:first-of-type>a {
  color: #fff;
  background-color: #2B3F72;
}

.page-num a:hover {
  color: #fff;
  background-color: #2B3F72;
}

a.next.page-numbers {
  background-color: unset;
}

a.prev.page-numbers {
  display: none;
}

a.next.page-numbers {
  display: none;
}

@media (max-width: 570px) {

  #news {
    background-color: #FDF6E8;
    width: 100%;
    padding: 110px 0 40px;
  }

}
