﻿@charset "utf-8";

/*分页*/
.page
{
    color: #999999;
    font-family: Arial;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 0 10px 10px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    margin-top: 20px;
}
.padding_top_75px {
    padding-top:75px;
}

    .page a:link, .page a:visited
    {
        background-color: #ffffff;
        color: #5D8AC3;
        text-decoration: none;
    }

    .page a:hover
    {
        background: #0F4E9D none repeat scroll 0 0;
        color: #fff;
        cursor: default;
        text-decoration: none;
    }

    .page .page-item-prev
    {
        margin-right: 5px;
        width: 50px;
    }

    .page a.current:link, .page a.current:visited, .page a.current:hover
    {
        background: #0F4E9D none repeat scroll 0 0;
        color: #fff;
        text-decoration: none;
    }

    .page a
    {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        min-width: 18px;
        padding: 0 5px;
        text-align: center;
        vertical-align: top;
        border-radius: 5px;
    }