/*·ÖÒ³*/
.fanye {
    overflow: hidden;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
}

    .fanye > a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        color: #000;
        border: 1px solid #e1e1e1;
        margin: 0 3px;
        overflow: hidden;
    }

    .fanye .go:hover {
        border: 1px solid #ff7415;
        background: #ff7415;
        color: white;
    }

    .fanye .bbb {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        color: #000;
        border: 1px solid #e1e1e1;
        margin: 0 3px;
        overflow: hidden;
    }

.num_page:hover {
    border: 1px solid #ff7415;
    background: #ff7415;
    color: white;
}

.page_style {
    border: 1px solid #ff7415 !important;
    background: #ff7415 !important;
    color: white !important;
}
