html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, textarea {
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei','simsun','arial','tahoma';
    color: #222;
    background: #eee;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none
}

ul, ol {
    list-style: none;
}

body {
    background: #eeeeee;
    font-size: 14px;
}

hr {
    height: 0;
    border: none;
    border-bottom: 1px solid #B5B5B5;
}

a {
    color: #00479D;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 15px;
}

.oBox {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}

.login {
    width: 300px;
    height: 330px;
    background: #FFFFFF;
    position: relative;
    margin: 100px auto 20px;
    display: flex;
    justify-content: center;
}

    .login .login-header {
        width: 275px;
        height: 70px;
        position: absolute;
        top: -35px;
        left: 50%;
        margin-left: -137px;
        display: flex;
        align-items: center;
        background: url(../img/login_l.png) no-repeat;
        background-color: #404040;
        background-size: 224px 43px;
        background-position: center;
    }

    .login .v-input {
        width: 275px;
        margin-top: 80px;
    }

        .login .v-input input {
            width: 255px;
            height: 25px;
            padding-left: 15px;
            margin: 10px 0;
            border: none;
            border-bottom: 1px solid #cccccc;
            outline: none;
        }

        .login .v-input .entry {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            border: none;
            background: #00479d;
            color: #FFFFFF;
            display: block;
            margin: 0 auto;
            margin-top: 53px;
        }

    .login .icon-login-left {
        width: 44px;
        height: 75px;
        background: url(../img/login1.png) no-repeat 100%/100%;
        position: absolute;
        left: -35px;
        bottom: 70px;
    }

    .login .icon-login-right {
        width: 80px;
        height: 95px;
        background: url(../img/login2.png) no-repeat 100%/100%;
        position: absolute;
        right: -30px;
        bottom: -8px;
    }

.notes {
    margin: 0 auto;
    text-align: center;
    color: #666666;
}

.margin-notes {
    margin: 20px 0;
}

.nav {
    height: 42px;
    background: #12569c;
}

    .nav a {
        color: #FFFFFF;
    }

    .nav .nav-bar {
        width: 1000px;
        margin: 0 auto;
        color: #FFFFFF;
        display: flex;
        justify-content: space-between;
    }

        .nav .nav-bar .line {
            display: flex;
        }

    .nav .line a {
        padding: 0 10px;
        line-height: 42px;
    }

    .nav .nav-bar .active {
        background: #a40000;
    }

.logo2 {
    width: 86px;
    height: 42px;
    background: url(../img/logo.png) no-repeat 100%/100%;
}

.oBox .oBox-header {
    height: 98px;
    background: #EEEEEE;
    line-height: 98px;
    display: flex;
    align-items: center;
}

    .oBox .oBox-header h3 {
        font-size: 18px;
        margin: 0 12px;
    }

.oBox .content {
    padding: 16px;
}

.oBox input, .oBox select {
    width: 190px;
    height: 28px;
    padding-left: 10px;
    border: none;
}

.oBox select {
    width: 200px;
    height: 30px;
}

.oBox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
}

.oBox .min-input {
    width: 62px;
}

.oBox .input {
    width: 286px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .oBox .input.max {
        width: 100%;
    }

        .oBox .input.max input {
            width: 770px;
        }

    .oBox .input .tit {
        width: 56px;
        display: block;
        text-align: left;
        line-height: 30px;
        margin: 0 15px;
    }

.oBox .content .form-box {
    display: flex;
    flex-wrap: wrap;
    background: #eeeeee;
    padding: 20px 50px;
}

.oBox .form-box .button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

    .oBox .form-box .button button {
        padding: 0 20px;
        height: 30px;
        border: none;
        background: #00479d;
        color: #FFFFFF;
        border-radius: 5px;
        margin: 0 10px;
    }

    .oBox .form-box .button .del {
        background: #a40000;
    }

.oBox .sgl {
    margin-top: 20px;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0;
}

.oBox .result a {
    color: #00479D;
}

.oBox .result .item:first-child {
    margin-top: 20px;
}

.oBox .result .item {
    margin: 20px 0;
    line-height: 25px;
}

.oBox .result .date {
    font-size: 12px;
    color: #666666;
    margin-left: 12px;
}

.oBox .result .bmcot {
    display: flex;
    align-items: center;
}

.oBox .result .tpcot {
    margin-bottom: 10px;
}

.oBox .result .qu1, .oBox .result .qu2 {
    width: 62px;
    height: 18px;
    border-radius: 5px;
    background: #f8b551;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.oBox .result .qu2 {
    background: #e60012;
}

.page {
    width: 520px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #CCCCCC;
    line-height: 26px;
    text-align: center;
}

    .page a {
        color: #333333;
    }

    .page .pt {
        width: 120px;
        border-right: 1px solid #CCCCCC;
    }

    .page .pn {
        width: 36px;
        height: 26px;
        border-right: 1px solid #CCCCCC;
    }

        .page .pn.active {
            background: #337ab7;
            color: #FFFFFF;
        }

        .page .pn:last-child {
            border-right: none;
        }

    .page .prev, .page .next {
        width: 50px;
    }

.oBox .h2 {
    font-size: 22px;
    color: #12569c;
}

.oBox .lr-box {
    display: flex;
}

    .oBox .lr-box .l-box {
        width: 635px;
    }

    .oBox .lr-box .r-box {
        width: 320px;
        margin-left: 20px;
    }

    .oBox .lr-box .date {
        font-size: 12px;
        color: #666666;
    }

    .oBox .lr-box .bo {
        width: 600px;
        border: 1px solid #CCCCCC;
        margin: 0 auto;
    }

        .oBox .lr-box .bo img {
            width: 100%;
        }

    .oBox .lr-box .hsgl_1 {
        padding: 15px;
        font-size: 16px;
        border-bottom: 1px solid #B5B5B5;
    }

    .oBox .lr-box .hcor {
        color: #00479D;
        font-weight: bold;
        margin: 15px 0 8px;
    }

.oBox tr {
    border-bottom: 1px solid #B5B5B5;
}

    .oBox tr:last-child {
        border: none;
    }

.oBox td, .oBox th {
    max-width: 500px;
    padding: 20px;
}

.oBox th {
    font-weight: bold;
}

.oBox .hp {
    color: #12569c;
    font-size: 20px;
    margin: 20px 0;
}

    .oBox .hp .cor {
        color: #666666;
    }

.oBox .t1-box .item {
    padding: 10px;
    border: 1px solid #CCCCCC;
    line-height: 26px;
    margin-bottom: 20px;
}

.q_lan {
    color: #668ed3;
}

.s_lan {
    color: #12569c;
}

.cor-r {
    color: #9b0000;
}

.fl-r {
    float: right;
}

.ml_4 {
    margin-left: 40px;
}

.show-hr {
    width: 100%;
    margin: 20px 0 0;
    padding-bottom: 5px;
    text-align: center;
}

.show {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.hidden {
    display: none;
}
