html,body{margin:0;padding:0}.pagebox{position:relative}
.page01 {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.page01 .current {
  color: #fff;
  background: #004c92;
}
.page01 a {
  display: inline-block;
  zoom: 1;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.clearfix:after {content: ".";display: block;height: 0;font-size:0;clear: both;visibility: hidden;}
.clearfix {clear:both;}
.page01 input {
  display: inline-block;
  zoom: 1;
  width: 60px;
  padding: 0 8px;
  height: 40px;
  border: none;
  background: #f3f3f3;
}
.page01 input.go {
  border: #004c92 solid 2px;
  color: #004c92;
}
.page01 a:hover {
  color: #fff;
  background: #004c92;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.load-more {
  display: none;
  width: 180px;
  margin: 0 auto;
  margin-top: 40px;
}
.load-more a {
  display: block;
  width: 100%;
  height: 40px;
  border: #ddd solid 2px;
  font-size: 12px;
  color: #aaa;
  line-height: 36px;
  text-align: center;
}