﻿html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Microsoft YaHei;
    background-color: #ebebeb;
    min-width: 1200px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.container {
    width: 1150px;
    margin: 0px auto;
    padding: 15px 25px;
}


.section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* #region 顶部 */
.section-heard {
    height: 60px;
}

    .section-heard .container {
        padding: 0px;
        width: 1200px;
    }

    .section-heard .nav {
        height: 60px;
        background-image: url(../image/content-heard.jpg);
        /*background-size: 100% 100%;*/
    }

        .section-heard .nav .container .logo {
            float: left;
            margin-top: calc((60px - 44px) / 2);
        }

        .section-heard .nav .container .user {
            float: right;
            color: #fff;
            font-size: 14px;
        }

            .section-heard .nav .container .user span {
                margin: 0px 10px;
                cursor: pointer;
                line-height: 60px;
            }

                .section-heard .nav .container .user span:hover {
                    text-decoration: underline;
                }

                .section-heard .nav .container .user span a {
                    color: #fff;
                    text-decoration: none;
                }

/* #endregion*/

/* #region 面包屑导航 */
.section-breadcrumb .container {
    width: 1200px;
    padding: 0px;
}

.section-breadcrumb .breadcrumb-list,
.section-breadcrumb .breadcrumb-list a {
    font-size: 14px;
    color: #8a8a8a;
    margin: 10px 0px;
    text-decoration: none;
}

    .section-breadcrumb .breadcrumb-list li {
        float: left;
        cursor: pointer;
    }

        .section-breadcrumb .breadcrumb-list li:hover {
            color: #3b80b8;
        }

    .section-breadcrumb .breadcrumb-list .interval {
        margin: 0px 5px;
    }

        .section-breadcrumb .breadcrumb-list .interval:hover {
            cursor: default;
            color: #8a8a8a;
        }

    .section-breadcrumb .breadcrumb-list li.active {
        color: #3b80b8;
        cursor: default;
    }
/* #endregion 面包屑导航 */

/* #region 正文 */
.section-content {
    position: relative;
}

    .section-content .container {
        background-color: #fff;
        font-family: Microsoft YaHei;
        background: url(../image/content-bg.png) #fff;
        background-repeat: repeat-y;
        background-position-x: center;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        margin-bottom: 20px;
        background-position-y: 80px;
        position: relative;
        border-top: 26px solid #3b80b8;
    }

        .section-content .container > .title {
            font-size: 24px;
            text-align: center;
            width: 800px;
            margin: 0px auto;
            line-height: 35px;
            color: #333;
            margin-top: 38px;
            font-family: SimHei;
        }

        .section-content .container hr {
            border: 1px dashed #ddd;
            margin-top: 50px;
        }

        .section-content .container .lsyg {
            position: absolute;
            right: -35px;
            display: none;
        }

            .section-content .container .lsyg .lsyg-title {
                width: 20px;
                border: 1px solid #bdccdc;
                border-bottom-width: 3px;
                border-radius: 0 5px 5px 0;
                display: inline-block;
                padding: 13px 5px 13px 8px;
                color: #767676;
                font-size: 14px;
                line-height: 20px;
                cursor: pointer;
            }

                .section-content .container .lsyg .lsyg-title:hover {
                    border-color: #0c71b4;
                    color: #0c71b4;
                }

            .section-content .container .lsyg .lisy-content {
                position: absolute;
                left: -842px;
                top: 0;
                width: 770px;
                padding: 10px 35px 25px;
                background-color: #f5fafd;
                border-radius: 3px;
                border-top: 3px #0c71b4 solid;
                border-bottom: 3px #bdccdc solid;
                border-left: 1px #bdccdc solid;
                border-right: 1px #bdccdc solid;
                line-height: 14px;
                display: none;
            }

                .section-content .container .lsyg .lisy-content .active a {
                    display: inline-block;
                    color: #0c71b4;
                    font-size: 14px;
                    vertical-align: middle;
                }

.time-p {
    padding: 4px 5px;
    background-color: #fff;
    width: 30px;
    border: 1px #d01822 solid;
    color: #515151;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 60px;
    margin-bottom: 12px;
}

.time-t1 {
    float: left;
    color: #515151;
    font-size: 12px;
    width: 75px;
    text-align: left;
}

.time-icon1 {
    background: url("../../staticelem/img/law/dd1.png") no-repeat;
    width: 9px;
    height: 9px;
    float: left;
    margin-right: 16px;
    margin-top: 3px;
}

.time-icon2 {
    /*background: url("../../staticelem/img/law/dd2.png") no-repeat;*/
    background: url("../../staticelem/img/law/dd2.png") repeat-y;
    width: 9px;
    /*height: 34px;*/
    height: 47px;
    float: left;
    margin-right: 16px;
    margin-top: -2px;
}

.time-t2 {
    float: left;
    color: #0c71b4;
    font-size: 12px;
    padding-right: 15px;
}

.time-t3 {
    float: left;
    color: #3e4a61;
    font-size: 12px;
    width: 85%;
}

    .time-t3 a {
        color: #3e4a61;
    }

    .time-t3.pdt1, .time-t1.pdt1, .time-t2.pdt1 {
        padding-top: 19px;
    }

/* #region 属性 */
.section-content .attribute {
    width: 1100px;
    background: #ecf2f9;
    margin: 25px auto 0px;
    color: #fff;
    padding: 15px 0px;
    font-family: 'Microsoft YaHei';
    color: #444;
    border-top: 1px solid #c5cdd0;
}

    .section-content .attribute .yz {
        font-size: 18px;
        line-height: 25px;
        display: none;
        margin-bottom: 20px;
    }

        .section-content .attribute .yz .title {
            text-align: center;
            font-size: 16px;
            color: #444;
            font-weight: bold;
            font-family: 'Microsoft YaHei';
            line-height: 150%;
            margin-left: 20px;
        }

        .section-content .attribute .yz .content {
            margin-top: 10px;
            font-size: 16px;
            padding: 0px 40px;
            line-height: 150%;
            color: #444;
        }

    .section-content .attribute .attribute-tab {
        width: 100%;
    }

        .section-content .attribute .attribute-tab .title {
            width: 88px;
            text-align: right;
            font-size: 14px;
            line-height: 25px;
            vertical-align: top;
        }

        .section-content .attribute .attribute-tab .content {
            width: 250px;
            font-size: 14px;
            color: #3b80b8;
            line-height: 25px;
            vertical-align: top;
        }

.section-content .field-title {
    width: 1100px;
    margin: 0px auto;
    margin-top: 20px;
    color: #333;
    font-weight: bold;
}

.section-content .field-content {
    width: 1100px;
    margin: 0px auto;
    color: #333;
    margin-top: 10px;
    word-break: break-all;
    word-wrap: break-word;
    /*text-indent: 2em;*/
}

    .section-content .field-content table {
        width: 100% !important;
    }

        .section-content .field-content table tr td {
            border: 1px solid #000000;
        }


    .section-content .field-content a {
        color: #0c71b4;
        text-decoration: none;
    }
/* #endregion 属性 */


/* #endregion 正文 */


/**超链 css*/

.law_window {
    position: absolute;
    width: 450px;
    left: 250px;
    top: 54px;
    border: 1px solid #BDCCDC;
    border-top: 3px solid #0C71B4;
    border-bottom: 3px solid #BDCCDC;
    border-radius: 5px;
    background: #F5FAFD;
    z-index: 8 !important;
}

.law_title {
    border-bottom: 1px dashed #BACDDD;
    line-height: 35px;
}

    .law_title label {
        color: #515151;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 15px;
    }

    .law_title a {
        font-size: 12px;
        color: #3A4E61;
        font-weight: bold;
    }

        .law_title a:hover {
            color: #119FF8;
        }

.law_content {
    line-height: 35px;
    position: relative;
    padding: 10px 15px 20px 10px;
}


.content_law {
    width: 450px;
}

    .content_law label {
        color: #515151;
        font-size: 12px;
        line-height: 35px;
        padding-left: 5px;
        display: inline-block;
    }

.border-bottom {
    border-bottom: 1px dashed #BACDDD;
}

.content_law span {
    font-size: 12px;
    color: #3A4E61;
    font-weight: bold;
    padding-left: 15px;
}

    .content_law span a {
        font-size: 12px;
        color: #3A4E61;
        font-weight: bold;
    }

.law_left {
    width: 210px;
    float: left;
}

.law_right {
    width: 210px;
    margin-left: 10px;
    float: left;
}



/*后台提交过来的 css样式*/

.title_m {
    font-family: 'Microsoft YaHei';
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

    .title_m table {
        margin: auto;
    }

.title_s {
    /*font-family: SimSun;
    font-weight: bold;
    font-size: 14px;*/
    text-align: center;
}

.title_al {
    font-family: 'Microsoft YaHei';
    font-size: 18.7px;
    font-weight: bold;
    text-align: center;
}

    .title_al table {
        margin: auto;
    }

.title_alx {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    font-weight: bold;
}

    .title_alx table {
        margin: auto;
    }

.title_s table {
    margin: auto;
}

.c_zhang {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

    .c_zhang table {
        margin: auto;
    }

.c_jie {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    text-align: center;
}

    .c_jie table {
        margin: auto;
    }

.c_tiao {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 16px;
}

.s_center {
    text-align: center;
}

    .s_center table {
        margin: auto;
    }

.s_left {
    text-align: left;
}

.s_right {
    text-align: right;
}

.fs_1 {
    font-family: 'Microsoft YaHei';
    font-size: 21px;
}

.fs_2 {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
}

.fs_3 {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
}

.fs_4 {
    font-family: SimSun;
    font-size: 14px;
}

.c_pre {
}

.jc {
    font-weight: bold;
}

.dline {
    text-decoration: underline;
    font-family: 'Microsoft YaHei';
}

.bgcolor {
    background-color: #B3B3B3;
}


.qk_bt {
    font-family: 'Microsoft YaHei';
    font-size: 16pt;
    text-align: center;
}

.qk_ebt {
    font-family: Times New Roman;
    font-size: 16pt;
    font-style: italic;
    text-align: center;
}

.qk_btf {
    font-family: 'Microsoft YaHei';
    font-size: 15pt;
    text-align: center;
}

.qk_ebtf {
    font-family: 'Microsoft YaHei';
    font-size: 15pt;
    text-align: center;
}

.qk_zz {
    font-family: 'Microsoft YaHei';
    font-size: 14pt;
    text-align: center;
}

.qk_zzdw {
    font-family: 'Microsoft YaHei';
    font-size: 12pt;
    text-align: center;
}

.qk_ezzdw {
    font-family: 'Microsoft YaHei';
    font-size: 14pt;
    font-style: italic;
    text-align: center;
}

.qk_ezz {
    font-family: 'Microsoft YaHei';
    font-size: 14pt;
    font-style: italic;
    text-align: center;
}

.qk_bta {
    font-family: 'Microsoft YaHei';
    font-size: 14pt;
}

.qk_btb {
    font-family: 'Microsoft YaHei';
    font-size: 12pt;
}

.qk_btc {
    font-family: 'Microsoft YaHei';
    font-size: 12pt;
}

.qk_zy {
    font-family: 'Microsoft YaHei';
    font-size: 10.5pt;
}

.qk_ezy {
    font-family: 'Microsoft YaHei';
    font-size: 10.5pt;
    font-weight: bold;
}

.qk_ezyc {
    font-family: 'Microsoft YaHei';
}

.qk_kw {
    font-family: 'Microsoft YaHei';
    font-size: 10.5pt;
}

.qk_ekw {
    font-family: 'Microsoft YaHei';
    font-size: 10.5pt;
    font-weight: bold;
}

.qk_ekwc {
    font-family: 'Microsoft YaHei';
}

.qk_f5h {
    font-family: 'Microsoft YaHei';
    font-size: 10.5pt;
}

.qk_content {
    font-family: 'Microsoft YaHei';
    font-size: 10.5pt;
    line-height: 150%;
}

.qk_text-decoration {
    /* text-decoration:underline;*/
    text-decoration: none;
}

.round44 {
    width: 14px;
    height: 14px;
    border-radius: 7px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
    -moz-border-radius: 7px; /* Mozilla浏览器的私有属性 */
    -webkit-border-radius: 7px; /* Webkit浏览器的私有属性 */
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    border: 0.5px rgb(0,102,204) solid;
}

.round55 {
    text-align: center;
}



/*后台提交过来的 css样式*/

/* #region 底部 */
.section-footer {
    height: 90px;
    color: #fff;
    background-color: #282828;
    width: 100%;
    text-align: center;
    line-height: 90px;
}

/* #endregion 底部 */

.user_nav {
    position: absolute;
    border: 1px solid #0c71b4;
    width: 104px;
    background: #fff;
    z-index: 999 !important;
    float: left;
    top: 40px;
    display: none;
}

    .user_nav a {
        color: #333 !important;
        display: block;
        text-align: left;
        height: 34px;
        line-height: 34px;
        padding-left: 26px;
        margin: 0;
        background: url(../image/user_icon.png) no-repeat 5px 8px;
    }

        .user_nav a:hover {
            color: #0c71b4 !important;
        }

    .user_nav .link2 {
        background-position: 5px -24px;
    }

    .user_nav .link3 {
        background-position: 5px -56px;
    }

    .user_nav .link4 {
        background-position: 5px -88px;
    }

    .user_nav .link5 {
        background-position: 5px -120px;
    }

    .user_nav .link6 {
        background-position: 5px -152px;
    }

    .user_nav .link7 {
        background-position: 5px -184px;
    }

    .user_nav .link8 {
        background-position: 5px -216px;
    }

    .user_nav .link9 {
        background-position: 5px -248px;
    }

    .user_nav .link10 {
        background-position: 5px -279px;
    }

    .user_nav .link11 {
        background-position: 5px -309px;
    }

    .user_nav .link12 {
        background-position: 5px -340px;
    }

    .user_nav a:hover {
        color: #0c71b4;
    }

    .user_nav a:hover {
        background: url(../image/user_icon_hover.png) no-repeat 5px 8px;
    }

    .user_nav .link2:hover {
        background-position: 5px -24px;
    }

    .user_nav .link3:hover {
        background-position: 5px -56px;
    }

    .user_nav .link4:hover {
        background-position: 5px -88px;
    }

    .user_nav .link5:hover {
        background-position: 5px -119px;
    }

    .user_nav .link6:hover {
        background-position: 5px -151px;
    }

    .user_nav .link7:hover {
        background-position: 5px -183px;
    }

    .user_nav .link8:hover {
        background-position: 5px -215px;
    }

    .user_nav .link9:hover {
        background-position: 5px -247px;
    }

    .user_nav .link10:hover {
        background-position: 5px -278px;
    }

    .user_nav .link11:hover {
        background-position: 5px -308px;
    }

    .user_nav .link12:hover {
        background-position: 5px -339px;
    }

.left-nav-container {
    position: absolute;
    top: 20px;
    left: -35px;
}

.left-nav {
    background: url(../image/nav.png);
    width: 27px;
    height: 46px;
    cursor: pointer;
}

    .left-nav:hover {
        background: url(../image/nav-active.png);
    }

.liet-nav-list {
    position: absolute;
    right: 0px;
    top: 40px;
    /*display: none;*/
}

    .liet-nav-list li {
        position: relative;
        height: 30px;
        font-size: 14px;
        color: #333;
        cursor: pointer;
        font-family: 'Microsoft YaHei';
        width: 100px;
        text-align: right;
        padding-right: 12px;
    }

        .liet-nav-list li a {
            color: #333;
            text-decoration: none;
        }

        .liet-nav-list li:hover a {
            color: #3b80b8;
        }

        .liet-nav-list li div.line {
            border-right: 1px solid #C0C0C0;
            position: absolute;
            right: 4px;
            height: 100%;
            top: 0px;
        }

        .liet-nav-list li.end div.line, .liet-nav-list li.start div.line {
            height: 50%;
        }

        .liet-nav-list li.start div.line {
            top: 50%;
        }

        .liet-nav-list li.end div.line {
            top: 0%;
        }

        .liet-nav-list li div.point {
            background-image: url('../image/garden-s.png');
            position: absolute;
            right: 2px;
            width: 5px;
            height: 5px;
            top: calc((100% - 5px) / 2);
        }

        .liet-nav-list li.end div.point, .liet-nav-list li.start div.point {
            background-image: url('../image/garden-k.png');
            right: 0px;
            width: 9px;
            height: 9px;
            top: calc((100% - 9px) / 2);
        }

        .liet-nav-list li:hover div.point {
            background-image: url('../image/garden-bule.png');
            right: 1px;
            width: 7px;
            height: 7px;
            top: calc((100% - 7px) / 2);
        }

        .liet-nav-list li.end:hover div.point, .liet-nav-list li.start:hover div.point {
            background-image: url('../image/garden-k.png');
            right: 0px;
            width: 9px;
            height: 9px;
            top: calc((100% - 9px) / 2);
        }

.fx-qx {
    margin-top: 20px;
    margin-right: 38px;
    padding: 15px;
    border: 1px solid #bdccdc;
    background-color: #f5fafd;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    display: none;
}

    .fx-qx a {
        color: #0c71b4;
        text-decoration: none;
    }


.redwz {
    color: red;
}




/**法条关联法律样式 */
.flglftLayer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #a7a7a7;
    -moz-opacity: 0.3;
    opacity: 0.3;
    z-index: 1001;
    filter: alpha(opacity=30);
    display: none;
}

.flglft {
    width: 960px;
    height: 650px;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -325px;
    position: fixed;
    background-color: white;
    z-index: 99999;
    display: none;
    -moz-box-shadow: 0px 0px 5px #333, 2px 2px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333, 2px 2px 5px #333;
    box-shadow: 0px 0px 5px #333, 2px 2px 5px #333;
    background-color: white;
    color: #333;
}

    .flglft .flglft_explain {
        width: 910px;
        height: 45px;
        background-color: #0a70b5;
        color: white;
        font-weight: bolder;
        line-height: 45px;
        padding-left: 50px;
        font-size: 20px;
    }

        .flglft .flglft_explain .flglft_explain_img {
            float: left;
            margin-top: 13px;
            margin-left: -25px;
        }

        .flglft .flglft_explain .flglft_close {
            float: right;
            margin-right: 15px;
            margin-top: 15px;
            cursor: pointer;
        }

    .flglft .flglft_tiao {
        overflow-x: auto;
        border-bottom: 5px solid #f1f1f1;
        padding: 30px;
        max-height: 135px;
        background-color: #ffffff;
        line-height: 25px;
        display: none;
        color: #0c71b4;
        font-size: 15px;
    }

        .flglft .flglft_tiao p {
            text-indent: 2em;
        }

.flglft_container {
    border-top: 1px solid #ced8e2;
    display: none;
}

.flglft .flglft_title {
    float: left;
    width: 299px;
    overflow-y: auto;
    border-right: 1px solid #cbd7e3;
    background-color: #f5fbfd;
}

    .flglft .flglft_title .flglft_titleList {
        cursor: pointer;
    }

    .flglft .flglft_title li {
        border-top: 1px solid #ced8e2;
        padding: 15px;
        line-height: 25px;
    }

        .flglft .flglft_title li:first-child {
            border-top: 0px;
        }

        .flglft .flglft_title li:last-child {
            border-bottom: 1px solid #ced8e2;
        }

    .flglft .flglft_title .flglft_active {
        background-color: #dde9f3;
    }

.flglft .flglft_content {
    float: left;
    width: 600px;
    height: 140px;
    overflow-y: auto;
    padding: 30px;
    line-height: 25px;
    position: relative;
    background-color: #dde9f3;
}

    .flglft .flglft_content a {
        color: #333;
    }

    .flglft .flglft_content p {
        text-indent: 2em;
    }

.flglft h3 {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.flglft .prop {
    margin: 0 auto 30px;
    width: auto;
    text-align: center;
    color: #939494;
}

.flglft .flglft_lookAll {
    line-height: 30px;
    position: absolute;
    border: 1px solid #bfcbd8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    width: 90px;
    text-align: center;
    border-radius: 4px;
    border-bottom: 3px solid #bfcbd8;
    top: 20px;
    right: 30px;
    cursor: pointer;
    color: #939494 !important;
}
/**法条关联法律样式 */
.class_link {
    display: none;
}

/**条文释义**/
.twsy_subject_box {
    float: left;
}

.twsy_lanmu_1 {
    background-image: url(/staticelem/img/twsy_lanmu_2.png);
    width: 262px;
    height: 38px;
    color: #404B61;
    font-size: 18px;
    line-height: 40px;
    text-indent: 15px;
}

.twsy_lanmu_2 {
    background-image: url(/staticelem/img/twsy_lanmu_1.png);
    width: 262px;
    height: 38px;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-indent: 15px;
}

.twsy_subject_box li {
    color: #0c71b4;
    padding-top: 5px;
    width: 90%;
    font-size: 14px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 5px;
}

    .twsy_subject_box li a {
        color: #333;
    }

        .twsy_subject_box li a:hover {
            color: #0c71b4;
        }

    .twsy_subject_box li span {
        color: #0c71b4;
        font-weight: bold;
        vertical-align: text-top;
        font-size: 18px;
        margin-right: 5px;
    }
/**条文释义**/

.dt {
    display: block;
    padding-left: 22px;
}

.tiao_other_item {
    border: 1px solid #FE8E6C;
    color: #FE8E6C;
    padding: 5px 10px;
    margin: 0px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
}

.pdf {
    width: 1000px;
    margin: 0px auto;
    /*height: 1000px;*/
}

    .pdf iframe {
        width: 100%;
        height: 1000px;
        border: 0px;
    }

.title_alx {
    margin-right: 2em;
}

.leftSus {
    position: fixed;
    left: 0px;
    top: 36%;
    margin-top: -40px;
    z-index: 9;
    display: none;
}

.mlBtn {
    background: url("../../staticelem/img/law/mlIcon.png") no-repeat;
    width: 28px;
    height: 94px;
    /*float: left;*/
    cursor: pointer;
}

    .mlBtn:hover {
        background: url("../../staticelem/img/law/mlIcon-hover.png") no-repeat;
    }

    .mlBtn.on {
        background: url("../../staticelem/img/law/mlIcon-hover.png") no-repeat;
    }

.mlBtn-show {
    background: url("../../staticelem/img/law/mlIcon-show.png") no-repeat;
    width: 155px;
    height: 28px;
    cursor: pointer;
    margin-left: -127px;
}

    .mlBtn-show:hover {
        background: url("../../staticelem/img/law/mlIcon-show-hover.png") no-repeat;
        width: 155px;
        height: 28px;
        cursor: pointer;
        margin-left: -127px;
    }

.ml-list {
    width: 132px;
    padding: 13px 7px 55px 14px;
    background-color: #f5fafd;
    border: 1px #bdccdc solid;
    border-top: 3px #0c71b4 solid;
    border-bottom: 3px #bdccdc solid;
    position: absolute;
    left: 30px;
    top: 0px;
    display: none;
    top: 300px;
}

.ml-mct {
    padding-top: 18px;
}

    .ml-mct a {
        color: #3e4a61;
        font-weight: bold;
    }

        .ml-mct a:active {
            color: #0c71b4;
        }

        .ml-mct a span {
            padding-right: 14px;
        }

.ml-ch {
    padding-left: 40px;
    margin-top: 4px;
}

    .ml-ch li {
        margin-top: 12px;
    }

        .ml-ch li a {
            color: #3e4a61;
        }

            .ml-ch li a:active {
                color: #0c71b4;
            }

.js_ml-list a {
    display: block;
    margin-top: 8px;
}

.ml30 {
    margin-left: 30px;
    color: #333 !important;
}

.hszstx {
    margin-top: 10px;
    padding: 0 20px;
    display: none;
}

    .hszstx .title {
        color: #333;
        font-weight: bold;
    }

    .hszstx .zstx-list {
        font-size: 14px;
    }

        .hszstx .zstx-list a {
            color: #333;
        }

            .hszstx .zstx-list a:hover {
                color: #0C71B4;
            }

.blys {
    margin-top: 10px;
    padding: 0 20px;
    display: none;
}

    .blys .title {
        color: #333;
        font-weight: bold;
    }

    .blys .blys-list {
        font-size: 14px;
    }

        .blys .blys-list li {
        }

            .blys .blys-list li .hand_item, .blys .blys-list li .h1 {
                float: left;
                line-height: 30px !important;
            }

            .blys .blys-list li .h1 {
                margin-right: 15px;
            }
