﻿/* 分页 */
.tcdPageCode {
    padding: 15px 20px;
    color: #ccc;
    text-align: center;
    margin-top: 0px;
    /*border-top: 1px dotted #0aa6d6;
    background: #e8edff;*/
}

    .tcdPageCode a {
        display: inline-block;
        color: #0aa6d6;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border: 1px solid #ddd;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }

        .tcdPageCode a:hover {
            text-decoration: none;
            /*border: 1px solid #0aa6d6;*/
            background-color: #0e3381;
            color: #fff;
        }

    .tcdPageCode span.current {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #fff;
        background-color: #0aa6d6;
        border: 1px solid #0aa6d6;
        border-radius: 4px;
        vertical-align: middle;
    }

    .tcdPageCode span.disabled {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #bfbfbf;
        background: #f2f2f2;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        vertical-align: middle;
    }
