﻿@charset "utf-8";

body {
    font-family: '΢',Arial, Helvetica, sans-serif;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #282828;
    line-height: 1.4;
    background: #fff;
    min-width: 1170px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figure, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, label {
    font-weight: normal;
    font-style: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

a {
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: none;
    }

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.clear {
    clear: both;
    overflow: hidden;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    clear: both;
    overflow: hidden;
}

#wrap li {
    list-style: none;
}

    #wrap li img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

#wrap {
    width: 100%;
    min-width: 300px;
    background: #fefefe;
}

.hiSlider {
    overflow: hidden;
    height: 488px;
    width: 802px;
    background: #fff;
}

.hiSlider-item {
    float: left;
}

.hiSlider-pages, .hiSlider-title {
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev {
    left: 10px;
    display: none;
}

.hiSlider-btn-next {
    right: 10px;
    background-position: -30px 0;
    display: none;
}

    .hiSlider-btn-prev:hover, .hiSlider-btn-next:hover {
        opacity: 1;
        filter: alpha(opacity:100)
    }

.hiSlider-title {
    bottom: 0;
    width: 100%;
    padding: 9px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei",Arial,Tahoma;
}

.hiSlider-pages {
    bottom: 10px;
    right: 10px;
    text-align: right
}

    .hiSlider-pages a {
        height: 8px;
        width: 8px;
        margin: 0 6px;
        display: inline-block;
        overflow: hidden;
        text-indent: -100px;
        font-size: 0;
        border-radius: 50%;
        background: #ddd;
        border: 1px solid #fff;
    }

        .hiSlider-pages a.active {
            background: #5472BF
        }

header {
    background: #fff;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.logo img {
    width: 504px;
}

#txt {
    font-size: 12px;
    margin: 22px 15px 0 0;
}

iframe {
    margin-top: 12px;
}

header .row-logo {
    padding: 8px 0;
}

header nav {
    background: #2a588a;
    height: 41px;
    line-height: 41px;
    position: relative;
}

    header nav ul li {
        float: left;
    }

        header nav ul li a {
            color: #fff;
            font-size: 16px;
            display: block;
            padding: 0 14px;
            background: url("../images/line.png") no-repeat;
            border-left: 1px solid #000;
        }

            header nav ul li a:hover {
                text-decoration: underline;
            }

.hidden-box {
    width: 94px;
    border-top: 0;
    position: absolute;
    background: #fff;
    top: 42px;
    left: 248px;
    display: none;
    z-index: 99;
}

    .hidden-box ul {
        background: #245388;
        clear: both;
        overflow: hidden;
    }

        .hidden-box ul li {
            float: none;
        }

            .hidden-box ul li a {
                font-size: 14px;
                display: block;
                text-align: center;
                border: 0;
                border-bottom: 1px solid #fff;
                background: none;
            }

.hidden-loc-index {
    left: 712px;
}

.search {
    background: #fff;
    width: 312px;
    height: 35px;
    margin-top: 3px;
}

    .search select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("../images/icon-bottom-arrow.png") no-repeat;
        width: 68px;
        height: 28px;
        background-position: 48px 10px;
        border: 0;
        position: relative;
        top: -3px;
        border-right: 1px solid #777777;
        outline: none;
        left: 10px;
        vertical-align: middle;
    }

    .search input {
        vertical-align: middle;
        position: relative;
        top: -3px;
        left: 13px;
        border: 0;
        outline: none;
    }

    .search button {
        padding: 0;
        float: right;
        outline: none;
        background: none;
        border: 0;
        margin-right: 2px;
        margin-top: 2px;
        cursor: pointer;
    }

.notice .fa-bullhorn {
    position: absolute;
    color: #ff626d;
    top: 15px;
}

.notice a {
    color: #ff626d;
    font-size: 14px;
}

.notice {
    height: 45px;
    line-height: 45px;
    position: relative;
}

    .notice marquee {
        margin-left: 30px;
    }

.adv img {
    width: 100%;
}

.sub-content .left {
    width: 858px;
}

.left-container {
    width: 815px;
}

.sub-content .left {
    width: 833px;
}

.logo2 {
    padding: 10px 0;
    border-bottom: 1px solid #24558c;
}

    .logo2 img {
        width: 440px;
        display: block;
        margin: 0 auto;
    }

.ins-filing {
    width: 385px;
}

    .ins-filing .title span {
        font-size: 18px;
        color: #282828;
        border-bottom: 2px solid #24558c;
        height: 32px;
        display: inline-block;
        font-weight: bold;
    }

.con-display .line-row {
    margin-top: 33px;
    clear: both;
    overflow: hidden;
}

.ins-filing .title a {
    float: right;
    font-size: 14px;
    color: #868686;
    position: relative;
    top: 6px;
}

.ins-filing .title {
    border-bottom: 2px solid #b5b5b5;
    height: 32px;
}

.ins-filing h3 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

.ins-filing ul li a {
    font-size: 15px;
    color: #666666;
    display: block;
    line-height: 29px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .ins-filing ul li a:hover {
        color: #24558c;
        text-decoration: underline;
    }

.ins-filing ul {
    margin-top: 10px;
}

.ins-filing .title a:hover {
    color: #24558c;
}

.ins-filing ul li span {
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #909090;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.ins-filing-img .img-model {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

.mechanism-fs .ins-filing {
    width: 100%;
    float: none;
}

.mechanism-fs {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
}

.mechanism-com {
    margin-top: 20px;
}

    .mechanism-com a {
        margin-right: 23px;
    }

        .mechanism-com a:last-child {
            margin-right: 0;
        }

.sub-content .right {
    width: 324px;
}

.news-notice {
    border: 1px solid #dcdcdc;
    border-top: 2px solid #24558c;
    padding: 15px 10px 30px 15px;
}

.sub-content {
    margin-top: 15px;
}

.news-notice h2 {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
}

    .news-notice h2 a {
        font-size: 14px;
        color: #868686;
        position: relative;
        top: 6px;
        text-align: right;
        margin-right: 5px;
    }

        .news-notice h2 a:hover {
            color: #24558c;
            text-decoration: underline;
        }

.news-notice ul li a {
    font-size: 14px;
    color: #666666;
    line-height: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

    .news-notice ul li a:hover {
        text-decoration: underline;
        color: #24558c;
    }

.news-notice ul {
    margin-top: 13px;
}

    .news-notice ul span {
        width: 4px;
        height: 4px;
        background: #000;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        top: -4px;
        margin-right: 10px;
    }

.news-notice {
    margin-top: 33px;
}

.steering-service .service-list a {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 39px;
    line-height: 39px;
    text-align: left;
    border: 1px solid #24558c;
    margin-top: 25px;
    font-size: 15px;
    color: #24558c;
    margin-left: 12px;
}

.steering-service .service-list .fa {
    margin-left: 15px;
    width: 25px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.steering-service {
    padding: 0;
    padding-bottom: 30px;
}

    .steering-service h2 {
        padding: 15px 10px 0 15px;
    }

.info-query h2 {
    padding: 15px 10px 0 15px;
}

.steering-service .service-list a:hover {
    background: #24558c;
    color: #fff;
}

.info-query a {
    margin-bottom: 20px;
    color: #24558c;
    font-size: 15px;
    width: 96px;
    display: inline-block;
    text-align: center;
    margin-left: 7px;
    letter-spacing: -2px;
}

.info-query .fa {
    display: block;
    border: 1px solid #24558c;
    width: 75px;
    line-height: 75px;
    border-radius: 5px;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 6px;
}

.info-query .service-list {
    margin-top: 20px;
}

.info-query {
    padding: 0;
    padding-bottom: 10px;
}

    .info-query a:hover .fa {
        background: #24558c;
        color: #fff;
    }

.input-form input {
    width: 245px;
    border: 1px solid #24558c;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 10px;
    outline: none;
}

.input-form {
    margin-left: 15px;
    margin-top: 20px;
}

    .input-form button {
        padding: 0;
        background: #24558c;
        vertical-align: middle;
        border: 0;
        width: 34px;
        height: 38px;
        line-height: 34px;
        text-align: center;
        margin-left: -4px;
    }

.steering-service .service-list .input-form button i {
    color: #fff;
    margin: 0;
    padding: 0;
}

.form-download .service-list .fa {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #24558c;
}

.form-download .service-list a {
    width: 140px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: #8b8b8b;
}

footer {
    background: #24558c;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}

    footer li span {
        color: #fff;
        font-size: 14px;
        margin: 0 10px;
    }

    footer li {
        line-height: 30px;
    }

    footer .code {
        border-left: 1px solid #fff;
        padding-left: 60px;
        height: 102px;
    }

    footer ul {
        width: 830px;
    }

.sub-content {
    margin-bottom: 40px;
}

.site-nav {
    background: url("../images/site-nav-bac.png") no-repeat;
    width: 1180px;
    height: 200px;
    margin-bottom: 50px;
}

    .site-nav a {
        font-size: 14px;
        color: #666666;
        width: 250px;
        display: inline-block;
        line-height: 32px;
    }

        .site-nav a span {
            display: inline-block;
            width: 4px;
            height: 4px;
            background: #666666;
            border-radius: 50%;
            position: relative;
            top: -4px;
            margin-right: 10px;
        }

.site-nav-con {
    padding-top: 50px;
    padding-left: 50px;
}

.site-nav a:hover {
    color: #24558c;
    text-decoration: underline;
}

nav ul li.current a {
    text-decoration: underline;
}

.edu-left {
    border: 1px solid #dcdcdc;
    width: 760px;
    padding: 30px;
    padding-bottom: 40px;
    min-height: 670px !important;
    height: 670px;
    height: auto;
}

    .edu-left h2 {
        font-size: 18px;
        color: #282828;
        text-align: center;
    }

    .edu-left h3 {
        font-size: 18px;
        border-bottom: 2px solid #b5b5b5;
        margin-top: 50px;
        height: 32px;
    }

        .edu-left h3 span {
            border-bottom: 2px solid #24558c;
            height: 32px;
            display: inline-block;
        }

    .edu-left ul li {
        font-size: 15px;
        color: #666;
        margin-top: 20px;
    }

    .edu-left ul {
        margin-top: 50px;
    }

.edu-con {
    margin-bottom: 80px;
    clear: both;
    overflow: hidden;
}

.edu-right {
    width: 320px;
}

.sign-up {
    border: 1px solid #dcdcdc;
    padding: 52px 0;
}

.edu-con {
    margin-top: 13px;
}

.edu-right .sign-up {
    text-align: center;
}

    .edu-right .sign-up a {
        display: block;
        width: 193px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #24558c;
        margin: 0 auto;
        font-size: 18px;
        color: #24558c;
    }

        .edu-right .sign-up a:last-child {
            margin-top: 30px;
        }

        .edu-right .sign-up a:hover {
            background: #24558c;
            color: #fff;
        }

.per-article {
    clear: both;
    overflow: hidden;
    margin-top: 13px;
    margin-bottom: 90px;
    background: #fff;
    box-shadow: 1px 1px 7px #e1e1e1;
    min-height: 650px;
    padding-bottom: 30px;
}

.article-left h3 {
    font-size: 34px;
}

.article-left {
    padding: 30px;
    width: 880px;
}

    .article-left p {
        font-size: 16px;
        text-indent: 2em;
        margin-top: 30px;
        line-height: 25px;
        color: #666666;
    }

.gray {
    background: #f5f5f5;
}

.expert-right {
    width: 205px;
    text-align: center;
    padding-top: 45px;
    padding-right: 25px;
}

.relate-expert h4 {
    font-size: 18px;
    text-align: left;
    padding: 14px 10px 12px 10px;
}

.relate-expert {
    background: #fcfcfc;
    border: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-bottom: 20px;
}

    .relate-expert a img {
        width: 85px;
        height: 88px;
        border: 1px solid #f6f6f6;
        display: block;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    .relate-expert a {
        width: 85px;
        height: 88px;
        text-align: center;
        display: inline-block;
        margin: 5px 3px 0 3px;
        color: #24558c;
        font-size: 15px;
    }

        .relate-expert a.look-more {
            background: #d7d7d7;
            width: 150px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c9c9c9;
            font-size: 16px;
            color: #fff;
            margin-top: 25px;
        }

            .relate-expert a.look-more:hover {
                color: #24558c;
            }

        .relate-expert a:hover {
            opacity: 0.8;
        }

.complaint {
    background: #fff;
    padding: 30px 50px 30px 50px;
    margin-top: 13px;
    margin-bottom: 50px;
    box-shadow: 1px 1px 7px #e1e1e1;
    text-align: center;
}

    .complaint p {
        font-size: 16px;
        color: #000000;
        border-bottom: 1px dashed #dcdcdc;
        padding-bottom: 30px;
        text-align: left;
    }

        .complaint p span {
            color: #000000;
        }

.complaint-con {
    min-height: 550px;
}

    .complaint-con ul {
        clear: both;
        overflow: hidden;
    }

        .complaint-con ul li {
            width: 535px;
            float: left;
            margin-top: 30px;
            text-align: left;
        }

            .complaint-con ul li label {
                font-size: 16px;
                color: #666;
                width: 97px;
                display: inline-block;
                text-align: left;
                vertical-align: middle;
            }

            .complaint-con ul li input {
                width: 388px;
                border: 1px solid #dcdcdc;
                height: 38px;
                line-height: 38px;
                padding: 0 10px;
                outline: none;
            }

            .complaint-con ul li textarea {
                width: 922px;
                border: 1px solid #dcdcdc;
                vertical-align: middle;
                padding: 10px;
                outline: none;
                resize: none;
            }

            .complaint-con ul li.com-reason {
                width: 1107px;
            }

                .complaint-con ul li.com-reason label {
                    margin-left: 0px;
                }

            .complaint-con ul li.code input {
                width: 157px;
            }

            .complaint-con ul li.code button {
                padding: 0;
                background: none;
                border: 0;
                vertical-align: middle;
                margin-left: 10px;
                outline: none;
            }

    .complaint-con a {
        width: 125px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #24558c;
        color: #fff;
        border-radius: 4px;
        font-size: 18px;
        display: inline-block;
        margin-top: 40px;
    }

.consult .complaint-con {
    text-align: left;
}

.icon-wh {
    background: url("../images/icon-wh.png") no-repeat;
    width: 25px;
    height: 24px;
    display: inline-block;
}

.consult-pro h6 {
    font-size: 20px;
    color: #666;
}

.consult-pro {
    margin-left: 10px;
    width: 1010px;
}

    .consult-pro span {
        font-size: 16px;
        display: inline-block;
        margin-top: 20px;
        color: #666;
    }

.consult-list {
    border-bottom: 1px dashed #dcdcdc;
    clear: both;
    overflow: hidden;
    padding: 40px 0 40px 20px;
}

.page a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #24558c;
    border: 1px solid #999;
    margin: 0 5px;
    border-radius: 4px;
}

    .page a.current {
        border: 0;
        color: #333;
    }

.consult-content table {
    width: 100%;
    border-radius: 4px;
    margin: 30px 0;
}

.consult.consult-content th {
    background: #e0e0e9;
    border-right: 1px solid #fff;
}

.consult-content tr {
    height: 50px;
}

.consult.consult-content th:last-child {
    border-right: 1px solid #dcdcdc;
}

.consult.consult-content .red {
    color: #ff626d;
}

.consult-content table, .consult-content th, .consult-content td, .consult-content tr {
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px solid #dcdcdc;
}

.complaint-con ul li.com-reason label {
    vertical-align: top;
}

.icon-ly {
    background: url("../images/icon-ly.png") no-repeat;
    width: 19px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}

.icon-tp {
    background: url("../images/icon-tp.png") no-repeat;
    width: 20px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
}

.invest-con .complaint-con ul .li-radio input {
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: middle;
}

.invest-con .complaint-con ul .li-radio span {
    margin-right: 100px;
    vertical-align: middle;
    margin-left: 3px;
}

.complaint-con a.return-list {
    background: #c9c9c9;
    margin-right: 25px;
}

.invest-con .invest-detail {
    border-bottom: 1px dashed #dcdcdc;
    padding: 45px 0 45px 0px;
}

    .invest-con .invest-detail h6 {
        font-size: 22px;
        color: #666;
        text-align: left;
        margin-bottom: 13px;
    }

    .invest-con .invest-detail p {
        font-size: 15px;
        color: #666;
        border-bottom: 0;
        padding-bottom: 0;
        line-height: 25px;
    }

        .invest-con .invest-detail p span {
            color: #666;
            width: 400px;
            display: inline-block;
            margin-bottom: 35px;
        }

.invest-con .complaint-con ul .li-radio {
    margin-top: 40px;
}

.consult-content h4 {
    font-size: 22px;
    padding-top: 30px;
}

.td-width-1 {
    width: 68px;
}

.td-width-2 {
    width: 150px;
}

.td-width-3 {
    width: 130px;
}

.td-width-4 {
    width: 250px;
}

.td-width-5 {
    width: 140px;
}

.td-width-6 {
    width: 355px;
}

.bad-recode table td {
    padding: 10px 14px;
}

    .bad-recode table td.td-width-4 {
        text-align: left;
    }

    .bad-recode table td.td-width-6 {
        text-align: left;
    }

.invest-con .invest-detail p.p-name span {
    margin-bottom: 0;
}

.text-left {
    text-align: left;
}

.asso-intro h6 {
    font-size: 20px;
    text-align: center;
    color: #666;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 30px;
}

.asso-intro p {
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.news-1 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
    padding-top: 30px;
}

    .news-1 h4 {
        font-size: 19px;
        color: #666;
        text-align: left;
    }

    .news-1 a {
        font-size: 15px;
        color: #666;
        border-bottom: 0;
        padding: 0;
        background: none;
        border-radius: 0;
        width: 100%;
        height: auto;
        text-align: left;
        margin-top: 10px;
        line-height: 24px;
    }

        .news-1 a span {
            color: #245388;
            float: right;
        }

.asso-news {
    padding-top: 0;
    padding-bottom: 70px;
}

.search-input {
    width: 100%;
    background: #f1f1f2;
    padding: 20px 0;
    text-align: center;
}

    .search-input input {
        outline: none;
        width: 655px;
        background: #fff;
        height: 38px;
        line-height: 38px;
        border: 1px solid #245388;
        vertical-align: middle;
        padding-left: 10px;
    }

    .search-input button {
        width: 95px;
        height: 42px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        background: #245388;
        border: 0;
        color: #fff;
        margin-left: -5px;
        outline: none;
    }

.tabs-list .tabs ul li a {
    font-size: 14px;
    color: #666;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    margin-left: 24px;
    margin-right: 30px;
}

.tabs-list .tabs ul li {
    float: left;
}

    .tabs-list .tabs ul li.current a {
        border-bottom: 2px solid #245388;
    }

.tabs-list .tabs {
    background: #f8f8f8;
    clear: both;
    overflow: hidden;
}

    .tabs-list .tabs ul {
        width: 1050px;
        margin: 0 auto;
    }

        .tabs-list .tabs ul li a:hover {
            border-bottom: 2px solid #245388;
        }

.tabs-list .tab-content {
    width: 810px;
    margin: 0 auto;
    padding-left: 40px;
    min-height: 550px;
}

    .tabs-list .tab-content h6 {
        font-size: 14px;
        border-bottom: 1px solid #dcdcdc;
        padding: 15px 0;
    }

        .tabs-list .tab-content h6 span {
            color: #245388;
            margin: 0 5px;
        }

    .tabs-list .tab-content .company h5 {
        font-size: 17px;
        color: #245388;
    }

    .tabs-list .tab-content .company span {
        font-size: 15px;
        color: #666;
        margin-right: 30px;
        display: inline-block;
        margin-top: 6px;
    }

    .tabs-list .tab-content .company {
        margin-top: 25px;
    }

.tabs-list {
    margin-bottom: 70px;
}

    .tabs-list .page {
        margin-top: 70px;
    }

.per-info {
    background: #fff;
    box-shadow: 1px 1px 7px #e1e1e1;
    margin-top: 13px;
    clear: both;
    overflow: hidden;
}

.per-info-left h5 {
    font-size: 30px;
}

.per-info-left {
    padding-left: 40px;
    padding-top: 70px;
}

.per-info-detail {
    padding-top: 40px;
}

    .per-info-detail li span {
        color: #999;
        font-size: 16px;
        display: inline-block;
        width: 400px;
        vertical-align: top;
    }

    .per-info-detail li .sex {
        color: #666;
        font-size: 16px;
    }

    .per-info-detail li strong {
        font-weight: normal;
    }

    .per-info-detail li span b {
        font-weight: normal;
        width: 155px;
        display: inline-block;
    }

    .per-info-detail li {
        border-bottom: 1px solid #dcdcdc;
        padding: 12px 0;
    }

.per-info {
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.per-info-left {
    float: left;
    width: 845px;
}

.per-info-right {
    float: right;
    width: 285px;
    text-align: center;
    padding-top: 38px;
}

.label-list {
    background: #fcfcfc;
    border: 1px solid #fbfbfb;
    height: 360px;
    width: 205px;
    margin: 15px auto 0 auto;
    text-align: center;
}

    .label-list a {
        display: block;
        width: 165px;
        height: 45px;
        line-height: 45px;
        border-radius: 3px;
        border: 1px solid #24558c;
        text-align: center;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 30px;
        color: #24558c;
    }

        .label-list a:hover {
            color: #fff;
            background: #24558c;
        }

    .label-list h6 {
        text-align: left;
        margin-left: 20px;
        margin-top: 15px;
        font-size: 17px;
    }

.all-detail .com-name {
    background: #fff;
    box-shadow: 1px 1px 7px #e1e1e1;
    padding: 30px;
    font-size: 26px;
    margin-top: 13px;
}

.essen-info {
    background: #fff;
    box-shadow: 1px 1px 7px #e1e1e1;
    margin-top: 15px;
    padding: 35px 35px 32px 35px;
}

    .essen-info h3 {
        font-size: 24px;
        color: #282828;
        border-bottom: 2px solid #616161;
        padding-bottom: 15px;
    }

    .essen-info ul li b {
        font-weight: normal;
        color: #999;
    }

    .essen-info ul li strong {
        font-weight: normal;
    }

    .essen-info ul li {
        font-size: 15px;
        margin-top: 25px;
    }

        .essen-info ul li span {
            width: 255px;
            display: inline-block;
        }

        .essen-info ul li a {
            color: #5b8dd0;
            text-decoration: underline;
        }

.com-label h6 {
    font-size: 24px;
    margin-right: 45px;
}

.all-detail .com-name.com-label {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.com-label a {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #24558c;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    color: #24558c;
    margin-right: 30px;
}

    .com-label a:hover {
        background: #24558c;
        color: #fff;
    }

.per-info-list {
    background: #fff;
    margin-top: 30px;
    box-shadow: 1px 1px 7px #e1e1e1;
    padding: 30px;
}

    .per-info-list .search-input {
        background: #fff;
        border-bottom: 1px dashed #dcdcdc;
    }

    .per-info-list ul li {
        border-bottom: 1px dashed #dcdcdc;
        padding: 20px 0;
    }

        .per-info-list ul li span b {
            font-weight: normal;
            font-size: 22px;
            vertical-align: middle;
            margin-left: 23px;
        }

        .per-info-list ul li img {
            vertical-align: middle;
            border-radius: 50%;
        }

        .per-info-list ul li strong {
            font-weight: normal;
            font-size: 18px;
            position: relative;
            top: 3px;
        }

        .per-info-list ul li i {
            font-weight: normal;
            font-size: 18px;
            font-style: normal;
            color: #999;
            position: relative;
            top: 3px;
        }

        .per-info-list ul li span {
            display: inline-block;
            margin-right: 30px;
        }

        .per-info-list ul li a {
            border: 1px solid #24558c;
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            border-radius: 3px;
            color: #24558c;
            padding: 0 15px;
            margin-left: 20px;
            margin-top: 35px;
        }

            .per-info-list ul li a:hover {
                color: #fff;
                background: #24558c;
            }

.all-detail {
    margin-bottom: 20px;
}

.per-info-list .page {
    text-align: center;
    margin: 45px 0 20px 0;
}

.notice-system {
    min-height: 650px;
}

.notice-system {
    text-align: center;
}

    .notice-system .logo {
        padding-top: 100px;
    }

    .notice-system .search-input {
        background: #fff;
    }

    .notice-system ul li a {
        background: #6b92ad;
        color: #fff;
        padding: 11px 20px;
        margin-left: -1px;
    }

    .notice-system ul li {
        display: inline-block;
    }

    .notice-system .tabs {
        text-align: center;
        width: 1050px;
        padding: 12px 0;
        margin-left: 40px;
        margin-top: -4px;
    }

    .notice-system .search-input input {
        width: 845px;
    }

    .notice-system .search-input {
        padding-bottom: 0;
    }

    .notice-system ul li.current a {
        background: #24558c;
    }

.steering-service .service-list .fa.fa-mobile-phone {
    font-size: 25px;
    position: relative;
    top: 3px;
}
/* drama-poster */
.content {
    width: 101%;
    margin: 0 auto 0 auto;
    position: relative;
}

.drama-poster {
    margin: 0 auto;
    width: 297px;
}

    .drama-poster ul {
        width: 10000px
    }

    .drama-poster li {
        padding: 0 7px
    }

.show-poster-3 {
    width: 135px;
    float: left
}

    .show-poster-3 .img {
        display: block;
        width: 135px;
        height: 180px
    }

    .show-poster-3 .title:hover {
        color: #fff
    }

.drama-poster li.current .title {
    display: block
}

.show-poster-3 .price {
    width: 135px;
    height: 20px;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.current .arrow {
    display: block
}

.show-poster-3 p {
    display: none;
    color: #666;
    line-height: 20px;
    position: relative;
    width: 296px;
    height: 94px;
    left: 0;
    bottom: 2px;
    z-index: 10;
    padding-top: 10px;
    font-size: 16px;
}

    .show-poster-3 p strong {
        font-size: 16px;
        color: #666;
        font-weight: normal;
        text-align: center;
        display: inline-block;
        margin-top: 6px;
        margin-bottom: 8px;
    }

.drama-poster li.current p {
    display: block
}

.drama-slide li {
    position: absolute;
    top: 93px;
    z-index: 44;
}

    .drama-slide li.prev {
        left: 0
    }

    .drama-slide li.next {
        right: 0
    }

.show-poster-3 p b {
    font-weight: normal;
    clear: both;
    overflow: hidden;
}

.show-poster-3 p small {
    float: left;
    width: 190px;
}

.show-poster-3 p img {
    float: right;
    position: relative;
    top: -20px;
}

.city-change .close {
    background: url("../images/icon-delete-2.png") no-repeat;
}

.overlayBg {
    display: none;
}

.city-change {
    width: 525px;
    height: 550px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 2px;
    position: fixed;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    padding-bottom: 20px
}

    .city-change .close {
        cursor: pointer;
        display: inline-block;
        width: 34px;
        height: 34px;
        overflow: hidden;
        position: absolute;
        right: -15px;
        top: -15px;
    }

.overlayBg {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none
}


.city-change2 .close2 {
    background: url("../images/icon-delete-2.png") no-repeat;
}

.city-change2 {
    width: 525px;
    height: 550px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 2px;
    position: fixed;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    padding-bottom: 20px
}

.city-change .close2 {
    cursor: pointer;
    display: inline-block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    top: -15px;
}

@-webkit-keyframes oblik {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(5);
        background-color: #006064;
    }
}

@-moz-keyframes oblik {
    0% {
        opacity: 1;
        -moz-transform: scale(0);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        background-color: #006064;
    }
}

@-ms-keyframes oblik {
    0% {
        opacity: 1;
        -ms-transform: scale(0);
    }

    100% {
        opacity: 0;
        -ms-transform: scale(5);
        background-color: #006064;
    }
}

@keyframes oblik {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(5);
        background-color: #006064;
    }
}


@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}


.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes border-bounce {
    0% {
        padding-bottom: 0
    }

    90% {
        padding-bottom: 4px
    }

    100% {
        padding-bottom: 1px
    }
}

@-moz-keyframes border-bounce {
    0% {
        padding-bottom: 0
    }

    90% {
        padding-bottom: 4px
    }

    100% {
        padding-bottom: 1px
    }
}

@keyframes border-bounce {
    0% {
        padding-bottom: 0
    }

    90% {
        padding-bottom: 4px
    }

    100% {
        padding-bottom: 1px
    }
}

@-webkit-keyframes spin-halfway {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-moz-keyframes spin-halfway {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes spin-halfway {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        -webkit-transform: translate(0,30px);
        -moz-transform: translate(0,30px);
        -ms-transform: translate(0,30px);
        transform: translate(0,30px);
        opacity: 0
    }

    20% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: .6
    }
}






@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn { /* -webkit-animation-name:bounceIn;*/
    animation-name: bounceIn
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fc-main ul li label {
    width: 78px;
    font-size: 15px;
    color: #282828;
    display: inline-block;
}

.fc-main ul li input {
    width: 275px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    outline: none;
}

.fc-main .pop-form {
    width: 390px;
    margin: 0 auto;
    margin-top: 20px;
}

.fc-main ul li {
    margin-top: 15px;
    position: relative;
}

    .fc-main ul li.code input {
        width: 122px;
    }

    .fc-main ul li.code img {
        position: absolute;
        top: -2px;
        margin-left: 8px;
    }

    .fc-main ul li.code a {
        margin-left: 105px;
        font-size: 16px;
        color: #24558c;
    }

.btn-register {
    width: 130px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #24558c;
    margin: 0 auto;
    margin-top: 30px;
}

.pop-form p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

    .pop-form p a {
        color: #24558c;
    }

.login .btn-register {
    display: inline-block;
    margin-left: 83px;
}

.login .forget-key {
    color: #24558c;
    font-size: 16px;
    margin-left: 15px;
}

.login.member-register {
    width: 900px;
    height: 630px;
}

.member-register h6 {
    font-size: 16px;
    margin-top: 10px;
}

.member-register .pop-form {
    padding: 20px 0 20px 33px;
}

.member-register .fc-main .pop-form {
    width: auto;
    clear: both;
    overflow: hidden;
    padding-top: 0;
}

.member-register img.logo4 {
    width: 100%;
}

.member-register .pop-left {
    width: 660px;
}

.member-register .pop-right {
    width: 200px;
    text-align: center;
}

    .member-register .pop-right p {
        font-size: 14px;
        color: #666;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .member-register .pop-right a {
        margin-top: 15px;
        width: 130px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        background: #999999;
    }

        .member-register .pop-right a.sure {
            background: #24558c;
        }

.form-download .service-list a:hover {
    color: #24558c;
}

.search button:hover {
    opacity: 0.8;
}

.hidden-box ul li:last-child a {
    border-bottom: 0;
}

.login {
    height: 400px;
}

    .login .forget-key:hover {
        text-decoration: underline;
    }

.pop-form p a:hover {
    text-decoration: underline;
}

.page a:hover {
    background: #24558c;
    color: #fff;
}

.page a.current:hover {
    background: none;
    color: #24558c;
}

.invest-con .invest-detail p.padding-bottom {
    padding-bottom: 11px;
}

#toggle {
    float: right;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    top: -13px;
    color: #5b8dd0;
}

#tab input {
    border: 1px solid #dcdcdc;
    height: 35px;
    outline: none;
}

#tab button {
    width: 30px;
    height: 30px;
    background: none;
    color: #fff;
    background: #24558c;
    font-size: 16px;
    border: 0;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    top: 23px;
    outline: none;
    left: -10px;
}

form .add {
    width: 30px;
    height: 30px;
    background: none;
    color: #fff;
    background: #24558c;
    font-size: 16px;
    border: 0;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    top: 23px;
    outline: none;
    left: -10px;
}

#tab label {
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 15px;
}

#tab {
    margin-top: 10px;
}

    #tab input.add {
        height: 30px;
    }

.page {
    padding: 50px 0;
}

header .container {
    position: relative;
}

.article-detail .art-title {
    color: #444;
    font-size: 14px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding-left: 20px;
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 2px;
}

    .article-detail .art-title span {
        color: #aaa;
        font-size: 14px;
        margin: 0 10px;
        position: relative;
        top: 2px;
    }

.article-detail .article-con {
    margin: 18px 0 40px 0;
    padding: 30px;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 2px;
}

    .article-detail .article-con h2 {
        font-size: 28px;
        text-align: center;
        color: #444;
    }

    .article-detail .article-con code {
        font-size: 14px;
        color: #666;
        text-align: center;
        display: block;
        margin-top: 15px;
    }

    .article-detail .article-con p {
        font-size: 16px;
        color: #333;
        margin-top: 30px;
        line-height: 27px;
    }

    .article-detail .article-con ul li {
        font-size: 16px;
        line-height: 27px;
        color: #333;
    }

    .article-detail .article-con ul {
        margin-top: 40px;
    }

    .article-detail .article-con p.text-right {
        text-align: right;
    }

.article-detail .container {
    width: 1000px;
}

.article-detail .article-con img {
    margin-top: 60px;
}

.next-article a {
    color: #333;
    font-size: 14px;
    display: block;
    margin-top: 25px;
}
/*师*/

.notice-system {
    min-height: 750px !important;
    height: 750px;
    height: auto
}

    .notice-system .tabs {
        margin-top: 2px;
    }

.complaint {
    min-height: 640px !important;
    height: 640px;
    height: auto
}

/*搜索列表结果页*/
.search-bg {
    background-color: #f1f1f2;
    width: 100%;
    height: 68px;
    padding-top: 28px;
}

    .search-bg .t-search-btn {
        width: 1170px;
        height: 40px;
    }

    .search-bg .search-btn-box {
        width: 1170px;
        margin: 0 auto;
    }

        .search-bg .search-btn-box input[type=text] {
            width: 667px;
            height: 38px;
            line-height: 38px;
            border: solid 1px #2b5a8f;
            display: inline-block;
            float: left;
            text-indent: 5px;
            font-size: 14px;
        }

        .search-bg .search-btn-box a.btn {
            display: inline-block;
            float: left;
            text-align: center;
            color: #fff;
            background-color: #2b5a8f;
            height: 42px;
            text-align: center;
            line-height: 40px;
            width: 94px;
            font-size: 18px;
        }

            .search-bg .search-btn-box a.btn:hover {
                opacity: 0.8;
            }

    .search-bg .error {
        color: red;
        font-size: 12px;
        display: block;
    }

.search-list-box .tips {
    height: 62px;
    line-height: 68px;
    font-size: 14px;
    border-bottom: solid 1px #dcdcdc;
    text-indent: 20px;
    margin-top: -13px;
    position: relative;
}

    .search-list-box .tips span {
        color: #2b5a8f;
    }

.search-list-box ul {
    margin-top: 26px;
    text-align: left;
    margin-left: 0;
    width: 642px;
    overflow: hidden;
    zoom: 1;
}

    .search-list-box ul li {
        height: 80px;
        text-indent: 20px;
        text-align: left;
    }

    .search-list-box ul .title {
        font-size: 18px;
        color: #2b5a8f;
        -webkit-transition: all .2s;
        transition: all .2s;
        display: block;
    }

        .search-list-box ul .title:hover {
            color: #5492d7;
        }

    .search-list-box ul p {
        font-size: 16px;
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.search-list-box .pagination {
    margin-top: 33px;
    position: relative;
    margin-left: 20px;
    text-align: left;
}

    .search-list-box .pagination a {
        text-align: center;
    }

.sub-content .right {
    margin-top: -33px;
}

.article-con {
    min-height: 640px !important;
    height: 640px;
    height: auto;
    text-align: left;
}

.con-display .line-row a {
    color: #333
}

    .con-display .line-row a:hover {
        color: #2a588a
    }

.complaint p a {
     color: #999
}

    .complaint p a:hover {
         color: #24558c
    }

.pra-register {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
}

.pra-con {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.pra-register a {
    display: block;
    background: #fff;
    width: 240px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    text-align: center;
    color: #24558c;
    margin: 0 auto;
    margin-top: 12px;
    font-size: 14px;
}

    .pra-register a:hover {
        background: #24558c;
        color: #fff;
    }

.overlayBg3 {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none
}

.complaint p a {
    color: #999
}

    .complaint p a:hover {
        color: #24558c
    }

.art-title a {
    color: #24558c
}

    .art-title a:hover {
        opacity: .8
    }

.tab-content .company a {
    color: #24558c
}

    .tab-content .company a:hover {
        opacity: .8
    }


/*--------------------------------新增css样式------------------------*/
.ema-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=80);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 666;
    display: none
}

.ema-box {
    position: fixed;
    background: url(../images/tipsewm_03.png) no-repeat left top;
    width: 527px;
    height: 527px;
    z-index: 667;
    left: 50%;
    top: 50%;
    margin-left: -263px;
    margin-top: -263px;
    display: none
}

    .ema-box .close-btn {
        background-color: #27578d;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        color: #fff;
        font-size: 32px;
        transform: rotate(45deg);
        text-align: center;
        line-height: 32px;
        right: -10px;
        top: 36px;
        position: absolute;
        cursor: pointer;
        transition: all .2s;
    }

        .ema-box .close-btn:hover {
            transform: rotate(135deg)
        }

    .ema-box .ewm-body {
        background: url(../images/wma_03.png) no-repeat left top;
        width: 150px;
        height: 150px;
        position: absolute;
        left: 187px;
        top: 159px;
    }

.article-detail .article-con img {
    margin-top: 60px;
    max-width: 100%;
}

.hidden-loc-index {
    left: 730px;
}

.container .search-list-box {
    min-height: 600px !important;
    height: 600px;
    height: auto
}

.edu-con h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.notice-meeting h5 {
    font-size: 16px;
    margin: 13px 0;
}

.notice-meeting p {
    font-size: 14px;
    line-height: 29px;
    text-indent: 2em;
    margin-top: 0;
}

.notice-meeting h6 {
    font-size: 14px;
    margin: 10px 0;
}

.notice-meeting ul {
    margin-top: 10px;
}

.edu-left .notice-meeting ul li {
    margin-top: 10px;
}

.notice-meeting h6.contract {
    margin-top: 40px;
}

.notice-meeting h6.date {
    margin-top: 40px;
    text-align: right;
    padding-right: 50px;
}

.meeting-pop h6 span {
    color: #24558b;
}

.per-identity .col-xs-6 {
    float: left;
    width: 260px;
}

    .per-identity .col-xs-6 small {
        color: #ff3636;
        font-size: 12px;
    }

    .per-identity .col-xs-6 input {
        border: 1px solid #dbdbdb;
        height: 34px;
        width: 200px;
    }

    .per-identity .col-xs-6 select {
        border: 1px solid #dbdbdb;
        height: 38px;
        width: 200px;
        background: #fff;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 18px;
        background: url("../images/select-arrow.png") no-repeat;
        background-position: right;
    }

.per-identity label {
    display: block;
    margin-bottom: 9px;
}

.per-identity .row {
    margin-top: 18px;
    clear: both;
    overflow: hidden;
}

.per-identity textarea {
    border: 1px solid #dbdbdb;
    resize: none;
    width: 485px;
    padding: 10px;
}

.meeting-pop {
    padding-bottom: 40px;
}

.edu-right .sign-up a.btn-bm {
    margin: 20px auto;
}

.edu-left h4.sub-title {
    font-size: 16px;
    margin-top: 5px;
    color: #666
}

.edu-left p.title-tips {
    text-align: center;
    margin-top: 10px;
    color: #aaa;
    font-size: 14px;
}

.sign-up span.ml-15px {
    margin-left: 15px;
}

.pop-form .per-identity {
    margin-top: 15px
}

    .pop-form .per-identity .col-xs-6 {
        padding-bottom: 15px;
    }

    .pop-form .per-identity label {
        margin-bottom: 5px;
    }

.trainee-detail .container {
    width: 1180px;
}

.trainee-detail .art-title {
    color: #444;
    font-size: 14px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding-left: 20px;
    box-shadow: 0px 1px 1px 1px #ccc;
    border-radius: 2px;
    width: 800px;
}

.article-detail .article-con img {
    margin-top: 0;
}

.site-nav a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.uploadify-queue {
    margin-bottom: 1em;
    position: le;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#infroChangeTable .file-box img {
    border: solid 1px #999;
    position: absolute;
    z-index: 99;
    width: 150px;
    height: 150px;
    left: 0;
    top: 10px;
}


.top-tips .l-tips {
    display: inline-block;
    float: left;
    text-align: left;
    margin-right: 10px;
}

.mechanism-com img {
    width: 122px;
    height: 76px;
}

a.filelist {
    width: fit-content;
    background-color: inherit;
    color: inherit;
    padding: 0 10px;
    height: auto;
    line-height: inherit;
    margin-top: auto;
}

.egabaicon{
    width:12px;
    vertical-align:middle;
}