﻿/*分页样式*/
.nianjian {
    width: 696px;
    height: 28px;
    text-align: center;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    margin-left: 33px;
    margin-top: 18px;
    margin-bottom: 24px;
    background: #f8f8f8;
    padding-top: 7px;
}

    .nianjian a {
        color: #333;
        font-size: 12px;
        text-decoration: none;
    }

        .nianjian a:hover {
            color: #ff5e0c;
            font-size: 12px;
            text-decoration: underline;
        }

    .nianjian span {
        color: #ff5e0c;
    }

/*分页样式new*/
.fenye {
    width: 1000px;
    height: 52px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .fenye a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        float: left;
        display: inline;
        overflow: hidden;
        text-align: center;
        display: block;
        border: 1px solid #e5e5e5;
        margin-left: 12px;
        color: #a4a4a4;
    }

        .fenye a:hover {
            width: 50px;
            height: 50px;
            line-height: 50px;
            float: left;
            display: inline;
            overflow: hidden;
            text-align: center;
            display: block;
            border: 1px solid #e5e5e5;
            margin-left: 12px;
            color: #fff;
            background: #f74139;
        }

    .fenye span {
        width: 180px;
        height: 50px;
        line-height: 50px;
        float: left;
        display: inline;
        overflow: hidden;
        text-align: center;
        display: block;
        color: #a4a4a4;
    }

    .fenye input {
        width: 100px;
        height: 50px;
        line-height: 50px;
        float: left;
        display: inline;
        overflow: hidden;
        text-align: center;
        border: 1px solid #e5e5e5;
        display: block;
        color: #a4a4a4;
    }

    .fenye .button:hover {
        width: 100px;
        height: 50px;
        line-height: 50px;
        float: left;
        display: inline;
        overflow: hidden;
        text-align: center;
        display: block;
        border: 1px solid #e5e5e5;
        color: #fff;
        background: #f74139;
        cursor: pointer;
    }
