 
.pageList {
  margin-top: 40px; padding: 0 !important;
  position: relative;
  line-height: 32px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageList ul {
  position: relative;
  float: none !important;
}
.pageList ul,
.pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageList ul li {
  margin: 0 5px;
  font-size: 14px;
}
.pageList ul .page_first a,
.pageList ul .page_pre a,
.pageList ul .page_next a,
.pageList ul .page_last a {
  font-weight: bold;
  font-size: 14px;
  font-family: SimSun, '宋体' !important;
}
.pageList ul a {
  display: block;
  border-width: 1px;
  border-style: solid;
  min-width: 16px;
  height: 32px;
  padding: 0 8px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #333333;
  background-color: #ffffff;
  color: #333;
  border-color: #f5f5f5;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageList ul a.selected {
  background-color: #1773ac;
  color: #fff;
  border-color: #1773ac;
}
.pageList ul a:active {
  border-color: #fff !important;
  -webkit-transition: 0ms;
  transition: 0ms;
}
.pageList ul a:hover {
  background-color: #1773ac;
  color: #fff;
  border-color: #1773ac;
}
