@charset "utf-8";
/*分页*/
.tableOpera {
    height: 56px;
    background: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

    .tableOpera .pagesCont {
        float: right;
        padding: 10px 0;
    }

/*分页区*/
.pagesBtn {
    height: 38px;
    /*width: 100%;
	min-width:366px; */
    width: expression_r(document.body.clientWidth < 366 ? "366px": "auto" );
    margin: 0 auto;
}

.pagesBtnList {
    height: 38px;
    overflow: hidden;
    float: left;
}

.pagesBtn ul {
    height: 38px;
    overflow: hidden;
    position: relative;
}

    .pagesBtn ul li {
        height: 38px;
        overflow: hidden;
    }

        .pagesBtn ul li i {
            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 i:hover {
                border-color: #fd5400;
                color: #fd5400;
            }

.pagesBtnActive {
    color: #fff !important;
    background: #fd5400 !important;
}

.pagesBtn_l, .pagesBtn_r {
    color: #9f9f9f;
    display: block;
    float: left;
    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_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;
}