﻿
/*分页*/
#firstPage, #lastPage, #nextPage, #prePage {
    width: 38px;
}

.paging button {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-family: Simsun;
    border: 1px solid rgb(224, 170, 97);
    border-radius: 4px;
    background-color: rgba(224, 170, 97, 0.102);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0 7px;
}

    .paging button:hover {
        background-color: rgb(224, 170, 97);
        border-color: rgb(224, 170, 97);
        color: #fff!important;
    }

    .paging button#prePage, .pages button#nextPage {
        width: 38px;
        padding: 0 5px;
    }

    .paging button.current {
        background-color: rgb(224, 170, 97);
        border-color: rgb(224, 170, 97);
        color: #fff;
    }
/*分页end*/

.listtype1 li .data > div {
    padding: 0 10px;
}

.listtype1 .data {
    text-align: center;
}

.paging {
    display: none;
}

.none-data {
    display: none;
    margin: 100px auto;
}

.listtype1 li .data > div {
    border: none;
}
.act-page.type6 {
    min-height: 800px;
}

.layer_notice {
    transform-origin: left top;
}
