* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: '微软雅黑';
}
html {
  height: 100%;
}
img {
  border: 0px;
}
a {
  color: #455c86;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  font-size: 13px;
  color: #455c86;
  font-family: '微软雅黑';
  margin: auto;
  padding: 0px;
  text-align: left;
}
.noborder {
  border: 0px;
}

/* 公共 */
.wp {
  width: 100%;
  margin: auto;
  padding: 0px;
}

.footer {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
}

.div_box {
  width: 950px;
  margin: auto;
}

.pages_counten {
  width: 100%;
  float: left;
  line-height: 25px;
}
.pages_counten .ps img {
  float: left;
}
