ul,
li {
  list-style-type: none;
}
.content-box .box {
  padding: 0 0 0.4rem;
}
.content-box .page2 {
  line-height: 1rem;
  text-align: center;
}
.content-box .page2 .pagination-box {
  display: inline-block;
  overflow: hidden;
}
.content-box .page2 li {
  float: left;
  min-width: 0.44rem;
  height: 0.44rem;
  margin: 0 0.1rem;
  border-radius: 0.44rem;
  font-size: 0.24rem;
  line-height: 0.44rem;
  text-align: center;
}
.content-box .page2 li a {
  color: #000000;
}
.content-box .page2 .thisclass {
  background: #FF6E00;
  color: white;
}
