﻿body, textarea, input, button, select, keygen, legend {
    font-family: "Microsoft Yahei";
    color: #333;
    outline: 0;
}
/*内容页*/
.page {
    width: 100%;
    max-width: 1030px;
    padding: 15px;
    margin: auto;
    border: 1px solid #dedede;
    margin-top: 1em;
    margin-bottom: 2em;
}

.contain_con {
    width: 100%;
    line-height:2em;
}

    .contain_con h2 {
        font-size: 30px;
        text-align: center;

        line-height: 40px;
        padding: 25px 0;
        font-weight: 600;
    }

    .contain_con span {
        margin: 0 20px;
        display: block;
        height: 46px;
        line-height: 46px;
        text-align: center;
        font-size: 18px;
        color: #666;
        background: #f5f5f5;
    }

.cx_table {
    font-size: 16px;
}

.cxjg {
    border: 1px solid #dedede;
}

    .cxjg tr td {
        border: 1px solid #dedede;
    }

#d_nodata table {
    border: 0;
}

#d_nodata table tr td {
    border: 0;
}
.cxjg {
    width: 1000px;
}
.tmo {
    display: none;
}
.dmo {
    display: none;
}
@media only screen and (max-width: 767px) {
    .contain_con h2 {
        font-size: 24px;
    }
    body {
        padding: 5px;
    }

    .page {
        width: calc(100% - 12px);
        padding: 6px;
        border:0px;
    }

    .cxjg {
        width: 100%;
        font-size: 14px!important;
    }

    .cx_table {
        width: 100%;
    }
    .tmo {
        display: inline-table;
    }
    .tpc {
    display:none;
    }
    .dmo {
        display:block;
    }

    .dpc {
        display: none;
    }
}