.page_content {
  min-height: 420px;
  overflow: hidden;
}
.page_ctrl {
  text-align: center;
  margin: 10px auto;
  margin-top: 20px;
  box-sizing: border-box;
}
.page_ctrl * {
  line-height: 26px;
}
.page_ctrl button {
  margin: 0 3px;
  min-width: 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #aaa;
  cursor: pointer;
  outline: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.page_ctrl button.prev_page,
.page_ctrl button.next_page {
  font-weight: 600;
  color: #333;
}
.page_ctrl button:hover {
  /*background: #0eb0d2;*/
  color: #01438f;
}
.page_ctrl button.btn_dis {
  cursor: Crosshair;
  opacity: 0.7;
  /*background: #eeeeee;*/
  color: #c0c0cc !important;
}
.page_ctrl .btn_dis:hover {
  /*background: #eeeeee;*/
  color: #c0c0cc;
}
.page_ctrl button.to_page_num {
  background: #01438f;
  color: #fff;
  width: 50px;
  margin: 0 15px;
}
.page_ctrl .current_page {
  /*background: #0eb0d2;*/
  /*color: #ffffff;*/
  color: #01438f;
}
.page_ctrl .input_page_num {
  width: 30px;
  height: 26px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  outline: none;
}
.page_ctrl .page_total,
.page_ctrl .page_text {
  font-weight: 400;
  color: #606266;
  font-size: 14px;
}
.page_ctrl .page_total {
  margin-right: 10px;
}

/*分页*/
.tcdPageCode {
  padding: 15px 5px;
  color: #ccc;
  text-align: center;
  display: flex;
  justify-content: center;
}
.tcdPageCode a {
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  overflow: hidden;
}
.tcdPageCode a:hover {
  text-decoration: none;
  border: 1px solid #428bca;
}
.tcdPageCode span.current {
  background: #b60005;
  color: #fff;
  border: 1px solid #b60005;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  overflow: hidden;
  vertical-align: middle;
}
.tcdPageCode span.disabled {
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  overflow: hidden;
}
.page-box {
  /* width: 55%; */
  margin: 15px auto 33px;
}
