.pages {
  overflow: hidden;
  margin: 20px auto;
  display: table;
  clear: both;
  text-align: center;
  table-layout:fixed;
}
.pages .PagBox {
  display: table-cell;
  overflow: hidden;
  float: left;
}
.pages .PagBox .pagination {
  height: 30px;
  text-align: right;
  font-family: \u5b8b\u4f53,Arial;
}
.pages .PagBox .pagination a,
.pages .PagBox .pagination span {
  float: left;
  display: inline;
  width:30px;
  height:30px;
  line-height: 30px;
  text-align: center;
  background: #F8F8F8;
  color: #374055;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.pages .PagBox .pagination .current {
  background: #FDF4F4;
  color: #ed6565;
}
.pages .PagBox .pagination .prev,
.pages .PagBox .pagination .next {
  float: left;
  width:30px;
  height:30px;
  line-height: 30px;
  background: #F8F8F8;
  color: #374055;
  cursor: pointer;
}
.pages .PagBox .pagination .prev i,
.pages .PagBox .pagination .next i {
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url("../../../images/icon.fw.png") no-repeat;
  margin-top: 10px;
}
.pages .PagBox .pagination .next i {
  background-position: -11px 0;
}
.pages .PagBox .pagination .pagination-break {
  width:30px;
  height:30px;
  line-height: 25px;
  border: none;
  cursor: default;
  font-weight: bold;
}
.pages .searchPage {
  display: table-cell;
  float: left;
}
.pages .searchPage .page-sum {
  padding: 11px 13px;
  color: #666;
  font-size: 14px;
}
.pages .searchPage .page-go {
  color: #666;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.pages .searchPage .page-go input {
  width:45px;
  height:28px;
  line-height: 28px;
  margin: 0 5px;
  padding-left: 5px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.pages .searchPage .page-btn {
  width:50px;
  height:28px;
  line-height: 28px;
  background: #f6f6f6;
  border-radius: 2px;
  color: #666;
  border: 1px solid #DCDCDC;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
