.pages {
  margin: 40px auto 0;
  text-align: center;
}
.pages a:hover,
.pages a.on,
.pages span:hover,
.pages .current {
  border: 1px rgba(0, 140, 0, 1) solid;
  background: rgba(0, 140, 0, 1);
  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 #d5d5d5 solid;
  color: #666;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  font-size: 14px;
}
.pages span.pages-goto{
  border: none;
}
.pages span.pages-goto:hover{
  border: none;
  background-color: #fff;
  color: #666;
}
#pageIndex{
  min-width: 36px;
  height: 36px;
  border: 1px #d5d5d5 solid;
  vertical-align: bottom;
  font-size: 16px;
}