.pubc-page {
  text-align: center;
}

.pubc-page a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-radius: 4px;
}

.pubc-page a:hover {
  color: #4b9a7b;
  text-decoration: underline;
}

.pubc-page a.back {
  background: #f4faf8;
  color: #4b9a7b;
}

.pubc-page a.back:hover {
  background: #468f73;
  color: #fff;
  text-decoration: none;
}

.pubc-page a.active {
  color: #4b9a7b;
  text-decoration: underline;
}

.mobile-loadMore-btn {
  display: none;
}

/*@media screen and (max-width: 1366px) {
  .pubc-page {
    display: none;
  }

  .mobile-loadMore-btn {
    width: 100%;
    height: 0.68rem;
    font-size: 0.28rem;
    line-height: 0.68rem;
    display: block;
    background-color: #4b997a;
    color: #fff;
    text-align: center;
    border-radius: 0.04rem;
  }

  .mobile-loadMore-btn:hover {
    color: #fff;
  }
}*/

