﻿body {
    font: 12px/22px 'Microsoft YaHei',YouYuan,Verdana, Geneva, sans-serif;
    line-height: 1.5;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto !important;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px;
    max-width: 1920px;
}

.con {
    position: relative;
    width: auto;
    height: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
    padding-bottom: 50px;
}

.title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #188eee;
    padding-top: 30px;
}

    .title h3 {
        font-weight: 600;
        text-shadow: 1px 2px 3px #bbb;
        letter-spacing: 3px;
    }

.content {
    position: relative;
    width: 100%;
    padding: 0 20px 0 20px;
    background-color: rgba(253,253,253,1);
    box-shadow: 0px 3px 5px #eee;
    border-radius: 10px;
    min-height: 600px;
}

    .content .option {
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
        color: #666;
    }

    .content .am-selected {
        width: auto;
    }

    .content .am-selected-btn {
        font-size: 1rem;
        color: #666;
    }

    .content .am-selected-text {
        font-size: 1rem;
        color: #666;
    }

    .content .am-icon-check {
        font-size: 1rem;
    }

    .content .table {
        font-size: 0.9rem;
    }

    .content .table {
        font-size: 0.9rem;
    }

        .content .table a {
            color: #188eee;
        }

            .content .table a:hover {
                color: #188eee;
                text-decoration: none;
            }

    .content .tdTT {
        width: 30%;
    }

    .content .tdJJ {
        width: 50%;
    }

.page {
    float: none;
    text-align: center;
}

    .page > li > a, .page > li > span {
        padding: 0.4em 0.6em;
        font-size:1.2rem;
    }
