.thepage .p-head {
  background-image: url(../img/news/hero@2x.jpg);
}
.all-cate {
  margin-bottom: 50px;
}
.all-cate .row>div {
  text-align: center;
  margin-bottom: 8px;
}
.all-cate .c-item {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
}
.all-cate .c-item:before {
  position: absolute;
  content:"";
  top:0;
  width:100%;
  height: 5px;
  background: #2E396F;
  opacity: 0;
  transition: all 0.3s ease;
}
.all-cate .c-item:hover {
  color:#282828;
  text-decoration: none;
}
.all-cate .c-item:hover:before {
  opacity: 1;
}
.all-cate .c-item.active:before {
  opacity: 1;
}


.n-item {
  display: block;
  position: relative;
  border:1px solid #E5E3E3;
  padding:28px 50px 28px 40px;
  background: #fff;
  margin-bottom: 20px;
  word-break: break-all;
}
.n-item:after {
  content:"";
  position: absolute;
  background-image: url(../img/common/arrow-right-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 30px;
  top:50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.n-item.no-item {
  text-align: center;
}
.n-item.no-item:after {
  content:none;
}
.n-item>.row>div:first-child {
  padding-right: 0;
}
.n-item>.row>div:last-child {
  padding-left: 0;
}
.n-item .date {
  color:rgba(106, 106, 106, 0.7);
}
.n-item:hover {
  background: #F8F8F8;
  color:#282828;
  text-decoration: none;
}
.news-list .n-item:hover .title {
  text-decoration: underline;
}
.n-item.no-item {
  text-align: center;
}

.paginate-row {
  margin-top: 60px;
}
.paginate-row nav {
  text-align: center;
}
.paginate-row .ic-arr .cls-1 {
  fill: #fff;
}
.paginate-row .ic-arr .cls-1,
.paginate-row .ic-arr .cls-2 {
  stroke: #bababa;
}
.paginate-row .ic-arr .cls-2,
.paginate-row .ic-arr .cls-4 {
  fill: none;
}
.paginate-row .ic-arr .cls-3 {
  stroke: none;
}
.paginate-row .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color:#BABABA;
  font-size: 15px;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 12px;
}
.paginate-row .page-numbers:hover,
.paginate-row .page-numbers.current {
  text-decoration: none;
  color:#fff;
  background: #2E396F;
}
.paginate-row .page-numbers:hover .ic-arr .cls-1 {
  fill:#2e396f;
}
.paginate-row .page-numbers:hover .ic-arr .cls-2 {
  fill: none;
  stroke: #fff;
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 70% center;
  }
  .all-cate .row>div {

  }
  .all-cate .c-item {
    padding-top: 8px;
    font-size: 15px;
    line-height: 24px;
  }
  .n-item>.row>div:last-child {
    padding-left: 12px;
  }
  .all-cate .c-item.active:before {
    height: 4px;
  }
  .n-item {
    padding:10px 14px;
  }
  .n-item .date {
    font-size: 14px;
  }
  .n-item .title {
    font-size: 15px;
    line-height: 25px;
    padding-right: 20px;
  }
  .n-item:after {
    right: 12px;
  }

  .data-pagination .page-numbers {
    margin-bottom: 6px;
    margin-right: 8px;
    width: 35px;
    height: 35px;
  }
  .data-pagination .page-numbers svg {
    width: 35px;
    height: 35px;
  }
}