.pages {
  padding: 20px 0;
  font-size: 14px;
  clear: both;
  text-align: center;
}

.pages a, .pages span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 2px;
}

.pages a:hover {
  background-color: #365fe7;
  color: #fff;
}

.pages a.dot {
  border: none;
  width: 24px;
  color: #999;
}

.pages span {
  color: #fff;
  cursor: default;
  background: #365fe7;
  border-color: #365fe7;
}

.pages a.a1f, .pages li.a1f:hover {
  color: #ccc;
  background: #fff !important;
  cursor: default;
  text-decoration: none;
}

.pages i {
  margin-left: 3px;
  margin-right: 3px;
  color: #999;
  font-style: normal;
  display: inline-block;
  vertical-align: 4px;
}
