
.news-list .news-item {
  border-top: 1px solid #D0D0D0;
  padding:18px 0 16px;
}
.news-list .news-item:last-child {
  border-bottom: 1px solid #D0D0D0;
}
.news-item .date {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 6px;
}
.news-item .nt {
  text-decoration: underline;
  font-size: 18px;
  line-height: 26px;
}
.news-item .cate {
  margin-top:18px;
}
.news-item .cate span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  border:1px solid #B4B4B4;
  min-width: 120px;
  border-radius: 3px;
  color:#B4B4B4;
  font-size: 14px;
  line-height: 20px;
  padding:2px;
  text-align: center;
}
.news-item .cate span:last-child {
  margin-right: 0;
}

.paginate-row  {
  margin-top: 50px;
}
.paginate-row .data-pagination {
  text-align: center;
  vertical-align: middle;
}
.data-pagination .page-numbers {
  display: inline-block;
  margin-left: 8px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  vertical-align: middle;
  color:#000;
  font-size: 18px;
}
.paginate-row .data-pagination>.page-numbers:hover,
.paginate-row .data-pagination>a:hover,
.data-pagination .current {
  color:#fff;
  background: #707070;
  text-decoration: none;
}
.data-pagination .btn-prev {
  margin-left: 0;
}
.paginate-row .data-pagination>.next.page-numbers:hover,
.paginate-row .data-pagination>.prev.page-numbers:hover {
  background: transparent;
}
.data-pagination .btp {
  position: relative;
  display: block;
  width: 30px;
  height: 32px;
}
.data-pagination .btp:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  right: 0;
  margin:auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
}
.data-pagination .btp.btn-next:before {
  background-image: url(../img/common/btn-arrow-right.svg);
}
.data-pagination .btp.btn-prev:before {
  background-image: url(../img/common/btn-arrow-left.svg);
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {

  .data-pagination .page-numbers {
    font-size: 14px;
    width: 28px;
    height: 28px;
    margin-left: 3px;
    line-height: 26px;
  }

  .data-pagination .btp {
    width: 26px;
    height: 28px;
  }
  .data-pagination .btp:before {
    width: 8px;
    height: 14px;
  }

}