.pages {
  width: 800px;
  margin: 30px auto 20px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  clear: both;
}
.pages .pagesWrap {
  display: inline-block;
  width: auto;
  height: 42px;
}
.pages .pagesWrap .items {
  width: 60px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.pages .pagesWrap .items a {
  text-decoration: none;
  color: #333;
  font-size: 16px ;
}
.pages .pagesWrap .acitve {
  background-color: #2398d6;
}
.pages .pagesWrap .acitve a {
  color: #fff;
}
