.pages {
  margin: 20px auto 0;
  text-align: center;
}
.pages a:hover,
.pages a.on,
.pages span:hover,
.pages .current {
  border: 1px #005ba2 solid;
  background: #005ba2;
  color: #fff;
}
.pages a,
.pages span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px #c9c9c9 solid;
  color: #666;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  font-size: 14px;
}