﻿/*分页*/
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}

.page a, .page span {
    font-size: 14px;
    display: inline-block;
    zoom: 1; border: 1px solid #E1E1E1;
    padding: 0px 12px;
    margin: 0 3px 5px 0;
    line-height: 30px;
    height: 30px;
}

.page a:hover, .page span:hover {
    border: 1px solid #831A1F;
    text-decoration: none;
    color: #1258AD;
    cursor: pointer;
}

.page .current {
    background: #831A1F;
    border: 1px solid #831A1F;
    color: #fff !important;
    font-weight: bold;
}

.page select, .page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}

.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}

.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
}