	/* 分页 */
    .list_button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    
    .list_button a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #C2C2C2;
        margin: 0 10px; 
        font-size: 14px;
        color: #9B9B9B;
    }
    .list_button a:first-of-type,.list_button a:last-of-type {
        width: 80px; 
    } 
    .list_button a:hover {
        border: 1px solid #FF3F3F;
    }
    
    .list_button .active {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #FF3F3F;
        background-color: #FF3F3F;
        color: #fff;
        margin: 0 10px; 
        font-size: 14px;
    }
    
    .list_button span {
        font-size: 14px;
    }
    
    .list_button .jump {
        line-height: 25px;
    }
    
    .list_button .prev,
    .list_button .next {
        text-align: center;  
        color: #9B9B9B;
    } 
    
    /* .list_button a:hover.prev {
        background: url(../images/icon.png) no-repeat -386px -158px #12a6f3;
    }
    
    .list_button a:hover.next {
        background: url(../images/icon.png) no-repeat -411px -158px #12a6f3; 
    }
    */
    
    /* 分页完 */