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