﻿@charset "utf-8";

/*分页*/
.tableOpera {
  height: 60px;
  background: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.tableOpera .pagesCont {
  padding-right: 10px;
}

/*分页区*/
.pagesBtn {
  height: 38px;
  /*width: 100%;
	min-width:366px; */
  /* width: expression_r(document.body.clientWidth < 366 ? "366px": "auto"); */
  margin: 0 auto;
  display: flex;
  justify-content: end;
  align-items: center;
}
.pagesBtnList {
  height: 38px;
  overflow: hidden;
  float: left;
}

.pagesBtn ul {
  height: 38px;
  overflow: hidden;
  position: relative;
  display: flex;

}

.pagesBtn ul li  {
  height: 38px;
  overflow: hidden;
  width: 40px;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  font: 14px/40px "微软雅黑";
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  cursor: pointer;
}
.pagesBtn ul li a  {
  color:#333;
  padding:15px;
}
.pagesBtn ul li span {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border: 1px solid #ededed;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
.pagesBtn ul li:hover {
  border-color: #fd5400;
  color: #fd5400;
}
.pagesBtn ul li i:hover {
  border-color: #fd5400;
  color: #fd5400;
}

.pagesBtnActive {
  color: #fff !important;
  background: #fd5400 !important;
  border: 1px solid #fd5400!important;
}

.pagesBtn_l,
.pagesBtn_r {
  color: #9f9f9f;
  display: block;
  height: 36px;
  width: 50px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ff5700;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 2px;
}
.pagesBtn_r {
  margin-left: 10px;
  margin-right: 0;
}
.pagesBtn_l:hover,
.pagesBtn_r:hover {
  background: #ff5700;
  color: #fff;
}

.allPage {
  display: block !important;
  /*width: 80px;*/
  height: 100%;
  float: left;
  font: 12px/45px "宋体";
  color: #666;
  padding: 0px 5px;
  /*margin-right: 8px;*/
  line-height: 36px;
}

.turnPage {
  display: inline-block;
  float: left;
  width: 110px;
  height: 100%;
}

.turnPage input {
  border: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ededed;
  background: #fff;
  font: 12px/36px "宋体";
  text-align: center;
  margin: 0 5px;
  display: block;
  float: left;
}

.sureBtn {
  display: block;
  width: 50px;
  height: 36px;
  float: left;
  font: 12px/36px "宋体";
  color: #333;
  border: 1px solid #eee;
  text-align: center;
  background: #fff;
  margin-left: 20px;
}

.sureBtn:hover {
  border-color: #fd5400;
  text-decoration: none;
}

.turnPage b {
  display: block;
  float: left;
  line-height: 38px;
}



.ncbg {
  color: #e1e1e1 !important;
  border: 1px solid #ededed !important;
  cursor: default !important;
}

.ncbg:hover {
  color: #e1e1e1 !important;
  border: 1px solid #ededed !important;
  cursor: default !important;
  background: #fff !important;
}