.page {
  margin: 18px auto;
  display: table;
  font-family:'微软雅黑';
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page li {
  float: left;
  margin: 0 3px;
  line-height: 7px;
}

.page .pd7 {
  padding: 7px;

}

.page .item {
  height: 28px;
  width: 48px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: white;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .active {
  color: white;
  background: #004EA8;
  height: 28px;
  width: 28px;
}
.pageButton{
  background-color: white;
  font-size: 14px;
  height: 28px;
  width: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.page a {
  color: #8f8e8e;
  display: inline-block;
  padding: 7px;
}
.page .active a {
  color: white;
}
.page .to {
  font-size: 14px;

}

.page .to input {
  margin-left: 5px;
  width: 50px;
  height: 21px;
  border: 1px solid #dadada;
  border-radius: 2px;
  text-align: center;
}

.page .to button {
  background: white;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px;
}
