﻿.pages {
    margin: 20px auto;
    clear: both;
    width: 100%;
    text-align: center;
    text-align: center;
    font-size: 18px;
    padding-top:60px;
    margin-bottom: 80px
}

    .pages ul {
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        height: 30px;
        line-height: 30px;
    }

    .pages li {
        display: flex;
        margin: 0 10px;
        width: 40px;
        height: 46px;
        align-items: center;
        justify-content: center;
    }

    .pages a {
        color: #333333;
        width: 40px;
        height: 46px;
        /*display: flex;
        justify-content: center;
        align-items: center;*/
        display: block;
        line-height: 46px
    }

        .pages a:hover, li.current a {
            color: #fff;
            text-decoration: none;
            background: url(../img/pag1.png) center no-repeat;
        }
.pages .page_prev:hover{background: none;color: #ddb38b}
.pages .page_next:hover{background: none;color: #ddb38b}       

.xinlifuwu .pages a {
    color: #666666;
}

.xinlifuwu .pages a:hover,.xinlifuwu .pages li.current a {
color: #fff !important;
background-color: #666666;
}

.xinlifuwu .pages li {
    border: 1px solid #666666;
}


.falvfuwu .pages a {
    color: #666666;
}

     .falvfuwu .pages a:hover, .falvfuwu .pages li.current a {
        color: #fff !important;
        background-color: #666666;
    }

.falvfuwu .pages li {
    border: 1px solid #666666;
}