.pubc-page {
  text-align: center;
}

.pubc-page a {
  width: 44px;
  height: 46px;
  line-height: 46px;
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  background: #f2f2f2;
  font-size: 14px;
  color: #999;
  border-radius: 4px;
}

.pubc-page a:hover {
  color: #fff;
  background: #4b997a;
}

.pubc-page a.active {
  color: #fff;
  background: #4b997a;
}

.pubc-page span {
  width: 44px;
  height: 46px;
  line-height: 46px;
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  background: #f2f2f2;
  font-size: 14px;
  color: #999;
  border-radius: 4px;
}

.pubc-page .vorherige {
  width: 86px;
}

.pubc-page .weiter {
  width: 78px;
}

.pubc-page .springen {
  width: 96px;
}

.pubc-page .jump {
  width: 78px;
  height: 46px;
  display: inline-block;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  text-align: center;
  margin: 0 3px;
}

.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;
  }
}*/
