/* 页码 */
#autopage {
  clear: both;
  display: none;
}

.page {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

.page a {
  color: #666;
  width: 52px;
  font-size: 18px;
  line-height: 48px;
  border: 1px solid #c9d1e2;
  margin-right: 10px;
  height: 48px;
  text-align: center;
  display: inline-block;
}

.page a:hover {
  background-color: #1247a5;
  color: #fff;
  opacity: 1;
}

.page span {
  color: #fff;
  background-color: #1247a5;
  width: 52px;
  font-size: 18px;
  line-height: 48px;
  border: 1px solid #c9d1e2;
  margin-right: 10px;
  height: 48px;
  text-align: center;
  display: inline-block;
}
.page center {
  color: #666;
  font-size: 18px;
  line-height: 48px;
  margin-right: 10px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}
/* 翻页按钮 */
.page .prev,
.page .next {
  width: 100px;
  font-size: 18px;
  height: 48px;
  text-align: center;
  display: none;
}
.page .prev {
  margin-right: 10px;
}
.page .prev a,
.page .next a {
  width: 100%;
  height: 100%;
  font-weight: normal;
}
.page .prev a::before {
  content: "Prev";
}
.page .next a::before {
  content: "Next";
}
.page .prev a::before,
.page .next a::before {
  display: inline-block;
}

.page .prev.on,
.page .next.on {
  display: inline-block;
}
