﻿.paging_div {
    padding: 30px 0px;
    text-align: right;
    margin: auto;
}

/*当前页*/
.pading_current {
    line-height: 28px;
    width: 25px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

/*页码*/
.pading_short {
    width: 28px;
    height: 28px;
    margin: 0px 3px;
    cursor: pointer;
    display: inline-block;
    background: url('images/Pading.png') no-repeat;
    background-position: 0px 0px;
    background-attachment: scroll;
    color: #666;
    line-height: 26px;
    text-align: center;
}

    .pading_short:hover {
        background: url('images/Pading.png') no-repeat;
        background-position: -31px 0px;
        color: #fff;
        text-decoration: none;
    }

    .pading_short:active {
        background: url('images/Pading.png') no-repeat;
        background-position: -62px 0px;
        text-decoration: none;
        color: #fff;
    }

/*上一页下一页*/
.pading_long {
    width: 58px;
    height: 28px;
    margin: 0px 3px;
    cursor: pointer;
    display: inline-block;
    background: url('images/Pading.png') no-repeat;
    background-position: -93px 0px;
    background-attachment: scroll;
    color: #666;
    line-height: 26px;
    text-align: center;
}

    .pading_long:hover {
        background: url('images/Pading.png') no-repeat;
        background-position: -154px 0px;
        text-decoration: none;
        color: #fff;
    }

    .pading_long:active {
        background: url('images/Pading.png') no-repeat;
        background-position: -215px 0px;
        text-decoration: none;
        color: #fff;
    }
