@charset "UTF-8";
/*分页new_page*/
.ht-page {
  padding: 13px 0;
  font-size: 16px;
  /* text-align: center; */
}

.ht-page span {
  vertical-align: middle;
}

.ht-page a {
  text-decoration: none;
  color: #555;
  outline: none;
}

.ht-page .pagebtn {
  width: 70px;
  height: 32px;
  margin-left: 12px;
  background: #f9f9f9;
  color: #737373;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

.ht-page .pagebtn:hover {
  background: #005BAC;
  color: #fff;
}

.ht-page .previous {
  display: inline-block;
  width: 42px;
  height: 30px;
  margin: 0 6px 0 0;
  line-height: 30px;
  /* border-bottom-left-radius: .04rem;
  border-top-left-radius: .04rem; */
  background: url("../images/pageLeftArrow.png") no-repeat center;
  background-size: 8px 12px;
}

.ht-page .previous.disable {
  display: inline-block;
  /* padding: 0 15px; */
  background: url("../images/pageLeftArrow_disabled.png") no-repeat center;
  background-size: 8px 12px;
  cursor: default;
}

.ht-page .previous.disable:hover {
  background: url("../images/pageLeftArrow_disabled.png") no-repeat center;
  background-size: 8px 12px;
}

.ht-page .previous:hover {
  background: url("../images/pageLeftArrow.png") no-repeat center;
  background-size: 8px 12px;
  /* background: #005BAC; */
  /* color: #fff; */
}

/* .ht-page .previous:hover a {
  color: #fff;
} */
.ht-page .previous a {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  /* padding: 0 15px; */
}

.ht-page .next {
  display: inline-block;
  height: 30px;
  margin: 0 0 0 6px;
  line-height: 30px;
  /* border-left: 0; */
  /* border-bottom-right-radius: .04rem;
  border-top-right-radius: .04rem; */
  background: url("../images/pageRightArrow.png") no-repeat center;
  background-size: 8px 12px;
}

.ht-page .next:hover {
  background: url("../images/pageRightArrow.png") no-repeat center;
  background-size: 8px 12px;
  /* background: #005BAC;
  color: #fff; */
}

/* .ht-page .next:hover a {
  color: #fff;
} */
.ht-page .next.disable {
  display: inline-block;
  /* padding: 0 15px; */
  cursor: default;
  background: url("../images/pageRightArrow_disabled.png") no-repeat center;
  background-size: 8px 12px;
}

.ht-page .next.disable:hover {
  background: url("../images/pageRightArrow_disabled.png") no-repeat center;
  background-size: 8px 12px;
}

.ht-page .next a {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  /* padding: 0 15px; */
}

.ht-page .num {
  display: inline-block;
  width: 42px;
  height: 30px;
  margin: 0 4px;
  line-height: 28px;
  /* text-align: center; */
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.ht-page .num.current {
  /* padding: 0 .15rem; */
  color: #e94730;
  font-weight: 700;
}

.ht-page .num a {
  display: block;
  width: 40px;
  height: 28px;
  /* padding: 0 .15rem; */
}

.ht-page .num a:hover {
  color: #e94730;
}

.ht-page .dots {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  /* border-left: 0; */
  padding: 0 15px;
  margin: 0 4px;
}

.ht-page .total {
  margin-left: 20px;
  margin-right: 386px;
}

.ht-page .total.total_page {
  margin-left: 5px;
  margin-right: 5px;
}

.ht-page .page_jump {
  margin: 0 10px 0 42px;
}

.ht-page .pageInput {
  width: 70px;
  height: 32px;
  border: 1px solid #cccccc;
  background: #f9f9f9;
  outline: none;
  text-align: center;
  vertical-align: middle;
}

.ht-page .pageInput:focus {
  border: 1px solid #1875f0;
}

/* @media screen and (max-width: 750rem) {
  .ht-page {
    padding: .1rem 0;
  }
  .ht-page .num, .ht-page .dots, .ht-page .total {
    display: none;
  }
  .ht-page .num.current {
    display: inline-block;
    padding: 0 .1rem;
  }
  .ht-page .total.total_page {
    display: inline-block;
  }
  .ht-page .pageInput, .ht-page .pagebtn {
    width: .4rem;
  }
  .ht-page .pagebtn {
    display: none;
  }
  .ht-page .page_jump {
    margin: 0 .05rem;
  }
} */
