﻿.fenye{margin-top:24px;}
.fenye a.active {
        float: left;
        margin-left: 10px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #fff;
        background: #d72519;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }

    .fenye span {
        font-size: 14px;
    }

    .fenye a {
        float: left;
        margin-left: 10px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #fff;
        background: #fff;
        border-radius: 2px;
        color: #666;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
    }

    .fenye #gopage {
        position: relative;
        z-index: 999;
    }

    #num {
        width: 50px;
        height: 30px;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2px;
        padding-left: 10px;
        letter-spacing: 0;
        outline: none;
        float: left;
    }

    #gopage:hover {
        background: #ca0010;
        cursor: pointer;
    }

    #gopage {
        float: left;
        margin-left: 10px;
        padding: 0;
        width: 64px;
        text-align: center;
        background: #fff;
        border-radius: 2px;
        border: none;
        background: #d72519;
        color: #fff;
        line-height: 30px;
    }