.page_ctrl{
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
  font-size: 15px;
}
.page_ctrl *{
  line-height: 26px;
}
.page_ctrl a{
  margin:0 3px;
  background: #1A44A0;
  color: #ffffff;
  cursor: pointer;
  padding: 5px  10px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
}
.page_ctrl button{
  margin:0 3px;
  background: #1A44A0;
  color: #ffffff;
  cursor: pointer;
  padding: 0px  10px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
}
.page_ctrl a:hover{
  background: #2e94f9;
  color: #ffffff;
}
.page_ctrl .btn_dis{
  opacity: .7;
  background: #eeeeee;
  color: #5e5e5e;
  cursor: pointer;
}
.page_ctrl .btn_dis:hover{
  background: #eeeeee;
  color: #5e5e5e;
}
.page_ctrl .current_page{
  background: #2e94f9;
  color: #ffffff;
}
.page_ctrl .input_page_num{
  width:30px;
  height: 26px;
  margin:0 5px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  outline: none;
}
.page_ctrl .page_total,.page_ctrl .page_text{
  color: #2b2b2b;
  margin:0 5px;
  font-size: 15px;
}

.page_dot{
  margin:0 3px;
  background: #1A44A0;
  color: #ffffff;
  cursor: pointer;
  padding: 0px  10px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
}
