﻿/*page*/
.page {
  margin: 20px auto 30px;
  text-align: center;
  clear: both;
  color: #333;
  padding: 5px 0;
  font-size: 13px;
}

.page button[disabled],
.page button[disabled]:hover {
  cursor: not-allowed;
  border-color: #bbb;
  background: transparent;
  color: #999;
}

.page button {
  display: inline-block;
  border: 1px solid #bbb;
  width: auto;
  padding: 0 10px;
  margin: 0 5px;
  min-width: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  background: #fff;
}

.page .totalNum,
.page .totalList {
  display: none;
}

.page .current,
.page button:hover {
  background: #013c88;
  border-color: #013c88;
  color: #fff;
}
