﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
/* all style */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑", Microsoft YaHei;
    font-size: 14px;
    line-height: 14px;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

:focus {
    outline: 0;
}

ul li, ol li {
    list-style-type: none;
    zoom: 1;
    word-wrap: break-word;
    text-align: justify;
}

ul, ol, p {
    padding: 0px;
    margin: 0px;
}

a, img {
    border: 0;
}

.clear_float {
    clear: both;
}

table, tr, td {
    /*border: 0 none;*/
    cellpadding: 0;
    border-collapse: collapse;
}

textarea {
    resize: none;
}
/*.Txt_blue { color:#0099cc}
 /**清除浮动**/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

img {
    vertical-align: middle;
}
/*头部高级搜索弹窗样式  */
.gaoji {
    border: 1px solid #bdccdc;
    border-radius: 5px;
    border-top: 3px solid #0c71b4;
    border-bottom: 3px solid #bdccdc;
    width: 997px;
    background: #F5FAFD;
    position: relative;
    left: 50%;
    margin-left: -500px;
    display: none;
    z-index: 9;
    padding-bottom: 40px;
}

    .gaoji .GaojiNav {
        position: relative;
        width: 960px;
        margin: 0 auto;
        height: 52px;
        border-bottom: 1px solid #bdd3e9;
    }

        .gaoji .GaojiNav ul {
            position: relative;
            width: 810px;
            margin: 0 auto;
            height: 40px;
            padding-top: 10px;
        }

            .gaoji .GaojiNav ul li {
                float: left;
                height: 40px;
                text-align: center;
                line-height: 40px;
                width: 91px;
                margin: 0 5px;
                color: #71767d;
                cursor: pointer;
            }

    .gaoji .GaojiContent {
        width: 100%;
        position: relative;
        padding-top: 28px;
    }

        .gaoji .GaojiContent ul li {
            position: relative;
            float: left;
            /*height:48px;
	width:33%;*/
        }

            .gaoji .GaojiContent ul li ul {
                display: none;
                width: 223px;
                color: #8f949a;
                border: #bdccdc solid 1px;
                position: absolute;
                border-radius: 0 0 5px 5px;
                right: 9px;
                top: 39px;
                top: 29px\9;
                z-index: 99;
                background: #F5FAFD;
                padding: 0 10px;
            }

                .gaoji .GaojiContent ul li ul li {
                    width: 100%;
                    color: #71767d;
                    cursor: pointer;
                    height: 28px;
                    line-height: 28px;
                    font-size: 12px;
                }

            .gaoji .GaojiContent ul li span {
                display: block;
                float: left;
                width: 70px;
                line-height: 28px;
                text-align: right;
                font-size: 12px;
                color: #8f949a;
                /* margin-top: 9px;
    margin-top: 0px\9;
    +margin-top: 9px; */
            }
            /* .gaoji .GaojiContent ul li a{
    margin-top: -9px;
    margin-top: -20px\9;
    +margin-top: -10px;
} */
            .gaoji .GaojiContent ul li input {
                margin-left: 5px;
                height: 28px;
                width: 223px;
                line-height: 28px;
                color: #8f949a;
                border: #bdccdc solid 1px;
                border-radius: 3px;
                padding: 0 10px;
                font-size: 12px;
                background: #f5fafd;
            }

    .gaoji .gaojiradius {
        float: left;
        height: 48px;
        line-height: 48px;
        position: relative;
    }

        .gaoji .gaojiradius span {
            width: 71px;
            text-align: right;
            display: inline-block;
            font-size: 12px;
            color: #989da3;
        }

        .gaoji .gaojiradius input {
            border: #bdccdc solid 1px;
            border-radius: 3px;
            height: 28px;
            line-height: 28px;
            width: 89px;
            padding: 0 10px;
            font-size: 12px;
            background: #f5fafd;
        }

    .gaoji .radiusgaoji {
        float: left;
        height: 48px;
        line-height: 48px;
        padding-left: 20px;
    }

        .gaoji .radiusgaoji span {
            display: inline-block;
            font-size: 12px;
            color: #989da3;
        }

        .gaoji .radiusgaoji lable {
            display: inline-block;
            width: 12px;
            height: 12px;
            vertical-align: middle;
            padding: 0 4px;
            background: url("../img/s_icon.png") center no-repeat;
        }

        .gaoji .radiusgaoji .shi {
            background: url("../img/s_icon_h.png") center no-repeat;
        }

    .gaoji .gaojiFooter {
        position: absolute;
        bottom: 16px;
        right: 56px;
    }

        .gaoji .gaojiFooter a {
            display: inline-block;
            width: 100px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            color: white;
            font-weight: 900;
            margin-left: 10px;
            background: #bdccdc;
            border-radius: 3px;
        }

            .gaoji .gaojiFooter a:HOVER {
                background: #2496cc;
            }

            .gaoji .gaojiFooter a:ACTIVE {
                background: #0c71b4;
            }

    .gaoji .GaojiNav ul .gaojiHover {
        border-bottom: 3px solid #0c71b4;
        color: #0c71b4;
        fontWeight: "900";
    }

    .gaoji .GaojiNav ul .gaojiselect {
        border-bottom: 3px solid #0c71b4;
        color: #0c71b4;
        cursor: pointer;
    }

    .gaoji .img_button {
        position: absolute;
        right: 18px;
        bottom: 24px;
    }

        .gaoji .img_button a {
            display: inline-block;
            position: relative;
            background: url("../img/content/an_button.png") no-repeat 0 0;
            width: 26px;
            height: 16px;
        }

            .gaoji .img_button a:active {
                background: url("../img/content/an_button.png") no-repeat 0 -19px;
            }

    .gaoji .arrow_blue {
        position: absolute;
        right: 104px;
        top: -10px;
    }

    .gaoji .GaojiContent a {
        position: absolute;
        display: inline-block;
        /*width: 20px;*/
        height: 20px;
        line-height: 20px;
        top: 50%;
        margin-top: -19px;
        right: 15px;
        z-index: 99;
    }

        .gaoji .GaojiContent a label {
            display: inline-block;
            background: url("../img/icon_xl.png") no-repeat 0 0;
            width: 20px;
            height: 20px;
        }

            .gaoji .GaojiContent a label:HOVER {
                background: url("../img/icon_xl.png") no-repeat 0 -24px;
            }

            .gaoji .GaojiContent a label:ACTIVE {
                background: url("../img/icon_xl.png") no-repeat 0 -47px;
            }

    .gaoji .GaojiContent .gaojiradius .satr_time {
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        top: 50%;
        line-height: 20px;
        margin-top: -9px;
        right: 142px;
    }

        .gaoji .GaojiContent .gaojiradius .satr_time label {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url("../img/timeIcon.png") no-repeat 0 0;
        }

    .gaoji .GaojiContent .gaojiradius .end_time {
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        top: 50%;
        line-height: 20px;
        margin-top: -9px;
        right: 8px;
    }

        .gaoji .GaojiContent .gaojiradius .end_time label {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url("../img/timeIcon.png") no-repeat 0 0;
        }

    .gaoji .GaojiContent .gaojiradius a:HOVER label {
        background: url("../img/timeIcon.png") no-repeat 0 -25px;
    }

    .gaoji .GaojiContent .gaojiradius a:ACTIVE label {
        background: url("../img/timeIcon.png") no-repeat 0 -53px;
    }

    .gaoji .time_title {
        position: absolute;
        bottom: 44px;
        left: 76px;
    }

        .gaoji .time_title label {
            font-size: 12px;
            color: #c6c6c6;
        }

    .gaoji .text-no141 {
        font-size: 14px;
        padding-top: 12px;
        color: #3e4a61;
    }

    .gaoji .ewmImg {
        width: 104px;
        height: 104px;
        margin: 18px auto 0;
    }

    .gaoji .div-int1 {
        float: left;
        padding-right: 10px;
        position: relative;
        z-index: 8;
        width: 33%;
    }

        .gaoji .div-int1 .no12-span1 {
            display: inline-block;
            width: 72px;
            text-align: right;
            color: #71767d;
            line-height: 28px;
            vertical-align: middle;
        }

        .gaoji .div-int1 input {
            width: 220px;
            height: 28px;
            line-height: 28px;
            border: 1px #bcb9b9 solid;
            padding: 0px 8px;
            color: #71767d;
            outline: 0;
            border-radius: 3px;
            font-family: "寰蒋闆呴粦", Microsoft YaHei;
            vertical-align: middle;
        }

        .gaoji .div-int1 .no12-span2 {
            font-size: 12px;
            color: #c6c6c6;
            position: absolute;
            top: 31px;
            left: 81px;
            letter-spacing: -1px;
        }

        .gaoji .div-int1 input.wid470 {
            width: 456px;
        }

        .gaoji .div-int1 .no12-span3 {
            display: block;
            width: 72px;
            text-align: right;
            color: #8F949A;
            line-height: 30px;
            float: left;
            font-size: 12px;
            margin-left: 3px;
        }

        .gaoji .div-int1 .data-time {
            float: left;
            position: relative;
        }

            .gaoji .div-int1 .data-time input {
                cursor: pointer;
                background: url("../img/timeIcon.png") no-repeat right 5px;
            }

                .gaoji .div-int1 .data-time input:hover {
                    background: url("../img/timeIcon.png") no-repeat right -20px;
                }

                .gaoji .div-int1 .data-time input:active {
                    background: url("../img/timeIcon.png") no-repeat right -48px;
                }

            .gaoji .div-int1 .data-time input {
                padding-right: 28px;
                width: 67px;
                font-size: 12px;
                border: #bdccdc solid 1px;
            }

    .gaoji .arr-rig {
        float: left;
        background: url("../img/timeIcon.png") no-repeat -2px -88px;
        width: 16px;
        height: 10px;
        margin: 10px 10px;
    }

    .gaoji .no14_t1 {
        float: left;
        color: #a1a3a5;
        padding-right: 4px;
        font-size: 12px;
        line-height: 30px;
    }

    .gaoji .f_select span {
        background: url("../img/s_ico.png") no-repeat;
        height: 12px;
        display: inline-block;
        padding-left: 18px;
        line-height: 12px;
        +line-height: 16px;
        margin: 10px 24px 0 0;
        color: #a1a3a5;
        font-size: 12px;
        cursor: pointer;
        vertical-align: bottom;
    }

        .gaoji .f_select span:last-child {
            +margin-top: 10px;
        }

        .gaoji .f_select span.on {
            background: url("../img/s_icon_h.png") no-repeat 0px 0px;
        }
/*二维码弹窗*/
.blackbg {
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}
/* 二维码弹窗 */
.wxEwmPop {
    display: none;
    width: 315px;
    padding: 2px 16px 12px 16px;
    background-color: #f5fafd;
    border: 1px #bdccdc solid;
    border-radius: 3px;
    border-top: 3px #0c71b4 solid;
    border-bottom: 3px #bdccdc solid;
    position: fixed;
    top: 50%;
    left: 50%;
    text-indent: 0;
    margin: -80px 0 0 -157px;
    z-index: 99999;
}

    .wxEwmPop .text-no141 {
        font-size: 14px;
        padding-top: 12px;
        color: #3e4a61;
        text-align: center;
    }

    .wxEwmPop .ewmImg {
        width: 104px;
        height: 104px;
        margin: 18px auto 0;
    }

    .wxEwmPop .closeThis {
        display: inline-block;
        width: 19px;
        height: 19px;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        border-radius: 4px;
        background: url("../img/fxdg/closeIcon.png") no-repeat 0 0;
    }

        .wxEwmPop .closeThis:hover {
            background: url("../img/fxdg/closeIcon.png") no-repeat 0 -24px;
        }

        .wxEwmPop .closeThis:active {
            background: url("../img/fxdg/closeIcon.png") no-repeat 0 -47px;
        }

/*<!--閸旂喕鍏樺鍦崶-->*/
.funPop {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0px 0 0 -490px;
    z-index: 999999;
}

.funList {
    position: relative;
    width: 970px;
    z-index: 9999;
}

    .funList a span {
        padding-left: 60px;
        color: #767676;
        line-height: 30px;
    }

    .funList a:hover span {
        color: #2496cc;
    }

    .funList a:active span, .funList a.on span {
        color: #0c71b4;
    }

    .funList .funShare {
        background: url("../img/law/share.png") no-repeat 0 0;
        width: 122px;
        height: 31px;
        display: inline-block;
        float: left;
    }

        .funList .funShare:hover {
            background: url("../img/law/share.png") no-repeat 0 -38px;
        }

        .funList .funShare:active, .funList .funShare.on {
            background: url("../img/law/share.png") no-repeat 0 -77px;
        }

    .funList .download {
        background: url("../img/law/xiazai.png") no-repeat 0 0;
        width: 121px;
        height: 31px;
        display: inline-block;
        float: left;
    }

        .funList .download:hover {
            background: url("../img/law/xiazai.png") no-repeat 0 -38px;
        }

        .funList .download:active, .funList .download.on {
            background: url("../img/law/xiazai.png") no-repeat 0 -79px;
        }

    .funList .print {
        background: url("../img/law/day.png") no-repeat 0 0;
        width: 121px;
        height: 31px;
        display: inline-block;
        float: left;
    }

        .funList .print:hover {
            background: url("../img/law/day.png") no-repeat 0 -41px;
        }

        .funList .print:active, .funList .print.on {
            background: url("../img/law/day.png") no-repeat 0 -82px;
        }

    .funList a.postil span {
        padding-left: 45px;
    }

    .funList .postil {
        background: url("../img/law/pizhu.png") no-repeat 0 0;
        width: 121px;
        height: 31px;
        display: inline-block;
        float: left;
    }

        .funList .postil:hover {
            background: url("../img/law/pizhu.png") no-repeat 0 -40px;
        }

        .funList .postil:active, .funList .postil.on {
            background: url("../img/law/pizhu.png") no-repeat 0 -80px;
        }

    .funList a.email span {
        padding-left: 50px;
    }

    .funList .email {
        background: url("../img/law/email.png") no-repeat 0 0;
        width: 121px;
        height: 31px;
        display: inline-block;
        float: left;
    }

        .funList .email:hover {
            background: url("../img/law/email.png") no-repeat 0 -40px;
        }

        .funList .email:active, .funList .email.on {
            background: url("../img/law/email.png") no-repeat 0 -81px;
        }

    .funList .collect {
        background: url("../img/law/shouc.png") no-repeat 0 0;
        width: 121px;
        height: 31px;
        display: inline-block;
        float: left;
    }

        .funList .collect:hover {
            background: url("../img/law/shouc.png") no-repeat 0 -40px;
        }

        .funList .collect:active, .funList .collect.on {
            background: url("../img/law/shouc.png") no-repeat 0 -80px;
        }

    .funList .contribute {
        background: url("../img/law/toug.png") no-repeat 0 0;
        width: 121px;
        height: 31px;
        display: inline-block;
        float: left;
    }

        .funList .contribute:hover {
            background: url("../img/law/toug.png") no-repeat 0 -39px;
        }

        .funList .contribute:active, .funList .contribute.on {
            background: url("../img/law/toug.png") no-repeat 0 -78px;
        }

.funMod {
    width: 967px;
    height: 152px;
    padding: 10px 0;
    background-color: #f5fafd;
    border: 1px #bdccdc solid;
    border-top: 3px #0c71b4 solid;
}

    .funMod .fl {
        float: left;
        width: 625px;
        height: 152px;
        padding: 0 23px;
        border-right: 1px #bac0c8 dotted;
    }

.funMod1 {
    width: 967px;
    height: 90px;
    padding: 10px 0;
    background-color: #f5fafd;
    border: 1px #bdccdc solid;
    border-top: 3px #0c71b4 solid;
}

    .funMod1 .fl {
        float: left;
        height: 90px;
        padding: 0 16px;
    }

.funTit {
    font-size: 16px;
    color: #3e4a61;
    line-height: 20px;
}

.funUl {
    margin-top: 18px;
}

    .funUl li {
        float: left;
        margin: 0 25px;
    }

        .funUl li a {
            display: block;
            text-align: center;
            color: #0c71b4;
        }

            .funUl li a:hover {
                color: #2496cc;
            }

            .funUl li a:active {
                color: #3e4a61;
            }

            .funUl li a span {
                display: inline-block;
                padding-top: 67px;
            }

        .funUl li.f-li1 {
            background: url("../img/law/gongnIcon.png") no-repeat 0 0;
            width: 59px;
            height: 59px;
        }

            .funUl li.f-li1:hover {
                background: url("../img/law/gongnIcon.png") no-repeat 0 -72px;
            }

            .funUl li.f-li1:active {
                background: url("../img/law/gongnIcon.png") no-repeat 0 -147px;
            }

        .funUl li.f-li2 {
            background: url("../img/law/gongnIcon.png") no-repeat -76px 0;
            width: 59px;
            height: 59px;
        }

            .funUl li.f-li2:hover {
                background: url("../img/law/gongnIcon.png") no-repeat -76px -72px;
            }

            .funUl li.f-li2:active {
                background: url("../img/law/gongnIcon.png") no-repeat -76px -147px;
            }

        .funUl li.f-li3 {
            background: url("../img/law/gongnIcon.png") no-repeat -143px 0;
            width: 59px;
            height: 59px;
        }

            .funUl li.f-li3:hover {
                background: url("../img/law/gongnIcon.png") no-repeat -143px -73px;
            }

            .funUl li.f-li3:active {
                background: url("../img/law/gongnIcon.png") no-repeat -143px -147px;
            }

        .funUl li.f-li4 {
            background: url("../img/law/gongnIcon.png") no-repeat -219px 0;
            width: 59px;
            height: 59px;
        }

            .funUl li.f-li4:hover {
                background: url("../img/law/gongnIcon.png") no-repeat -219px -73px;
            }

            .funUl li.f-li4:active {
                background: url("../img/law/gongnIcon.png") no-repeat -219px -147px;
            }

.funMod .fr {
    float: left;
    margin-left: 47px;
    padding-top: 14px;
}

.gx-cun {
    background: url("../img/law/gxIcon.png") no-repeat 0 -15px;
    padding-left: 22px;
    color: #515151;
    font-size: 12px;
    margin-top: 18px;
    cursor: pointer;
}

    .gx-cun.on {
        background: url("../img/law/gxIcon.png") no-repeat 0 0px;
    }

.cunBtn {
    margin-top: 35px;
}

    .cunBtn a {
        width: 88px;
        height: 24px;
        border: 1px #bdccdc solid;
        border-bottom: 3px #bdccdc solid;
        line-height: 24px;
        text-align: center;
        color: #767676;
        border-radius: 4px;
        display: inline-block;
        margin-right: 28px;
    }

        .cunBtn a:hover {
            border-color: #2496cc;
            color: #2496cc;
        }

        .cunBtn a:active {
            border-color: #1777b7;
            color: #1777b7;
        }

.funUl1 {
    margin-top: 1px;
}

    .funUl1 li {
        float: left;
        margin: 0 25px;
    }

        .funUl1 li a {
            display: block;
            text-align: center;
            color: #0c71b4;
        }

            .funUl1 li a:hover {
                color: #2496cc;
            }

            .funUl1 li a:active {
                color: #3e4a61;
            }

            .funUl1 li a span {
                display: inline-block;
                padding-top: 67px;
            }

        .funUl1 li.f-li1 {
            background: url("../img/law/shareIcon.png") no-repeat 0 0;
            width: 59px;
            height: 59px;
        }

            .funUl1 li.f-li1:hover {
                background: url("../img/law/shareIcon.png") no-repeat 0 -70px;
            }

            .funUl1 li.f-li1:active {
                background: url("../img/law/shareIcon.png") no-repeat 0 -139px;
            }

        .funUl1 li.f-li2 {
            background: url("../img/law/shareIcon.png") no-repeat -110px 0;
            width: 59px;
            height: 59px;
        }

            .funUl1 li.f-li2:hover {
                background: url("../img/law/shareIcon.png") no-repeat -110px -70px;
            }

            .funUl1 li.f-li2:active {
                background: url("../img/law/shareIcon.png") no-repeat -110px -139px;
            }

        .funUl1 li.f-li3 {
            background: url("../img/law/shareIcon.png") no-repeat -220px 0;
            width: 59px;
            height: 59px;
        }

            .funUl1 li.f-li3:hover {
                background: url("../img/law/shareIcon.png") no-repeat -220px -70px;
            }

            .funUl1 li.f-li3:active {
                background: url("../img/law/shareIcon.png") no-repeat -220px -139px;
            }

        .funUl1 li.f-li4 {
            background: url("../img/law/shareIcon.png") no-repeat -330px 0;
            width: 59px;
            height: 59px;
        }

            .funUl1 li.f-li4:hover {
                background: url("../img/law/shareIcon.png") no-repeat -330px -70px;
            }

            .funUl1 li.f-li4:active {
                background: url("../img/law/shareIcon.png") no-repeat -330px -139px;
            }

        .funUl1 li.f-li5 {
            background: url("../img/law/shareIcon.png") no-repeat -440px 0;
            width: 59px;
            height: 59px;
        }

            .funUl1 li.f-li5:hover {
                background: url("../img/law/shareIcon.png") no-repeat -440px -70px;
            }

            .funUl1 li.f-li5:active {
                background: url("../img/law/shareIcon.png") no-repeat -440px -139px;
            }

        .funUl1 li.f-li6 {
            background: url("../img/law/shareIcon.png") no-repeat -550px 0;
            width: 59px;
            height: 59px;
        }

            .funUl1 li.f-li6:hover {
                background: url("../img/law/shareIcon.png") no-repeat -550px -70px;
            }

            .funUl1 li.f-li6:active {
                background: url("../img/law/shareIcon.png") no-repeat -550px -139px;
            }

        .funUl1 li.f-li7 {
            background: url("../img/law/shareIcon.png") no-repeat -660px 0;
            width: 59px;
            height: 59px;
        }

            .funUl1 li.f-li7:hover {
                background: url("../img/law/shareIcon.png") no-repeat -660px -70px;
            }

            .funUl1 li.f-li7:active {
                background: url("../img/law/shareIcon.png") no-repeat -660px -139px;
            }

.goBackTop {
    position: fixed;
    right: 50px;
    bottom: 30%;
}

    .goBackTop a {
        background: url("../img/law/goBack.png") no-repeat 0 0;
        width: 30px;
        height: 32px;
        display: block;
    }

        .goBackTop a:hover {
            background: url("../img/law/goBack.png") no-repeat 0 -40px;
        }

        .goBackTop a:active {
            background: url("../img/law/goBack.png") no-repeat 0 -83px;
        }

.sc_tl1 {
    float: left;
    font-size: 16px;
    color: #3e4a61;
    padding-left: 20px;
}

.sc_tr1 {
    float: right;
    margin-right: 25px;
}

    .sc_tr1 a {
        display: block;
        width: 62px;
        height: 24px;
        color: #767676;
        line-height: 24px;
        text-align: center;
        border: 1px #bdccdc solid;
        border-radius: 3px;
        float: left;
        margin-left: 16px;
    }

        .sc_tr1 a:hover {
            color: #2496cc;
            border-color: #2496cc;
        }

        .sc_tr1 a:active {
            color: #1777b7;
            border-color: #1777b7;
        }

.sc_tb1 {
    color: #818181;
    text-align: center;
    padding-top: 28px;
}

    .sc_tb1 a {
        color: #0c71b4;
    }

.ediMod {
    width: 928px;
    height: 120px;
    min-height: 120px;
    margin: 7px auto 0;
    overflow: hidden;
    position: relative;
}

.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;
}
/*发送邮件样式*/
.popwindow_email {
    width: 967px;
    height: 160px;
    padding: 10px 0;
    background: #f5fafd;
    border: 1px #bdccdc solid;
    border-top: 3px #0c71b4 solid;
    position: relative;
    display: none;
}

    .popwindow_email .email_item {
        position: relative;
        width: 680px;
        margin: 0 auto;
        padding-top: 20px;
    }

        .popwindow_email .email_item li .email_format {
            position: relative;
        }

            .popwindow_email .email_item li .email_format li {
                position: relative;
                float: left;
                height: 59px;
                line-height: 59px;
                font-size: 16px;
                color: #3e4a61;
                padding-right: 24px;
            }

                .popwindow_email .email_item li .email_format li span {
                    background: url("../img/law/gongnIcon.png") no-repeat 0 0;
                    width: 59px;
                    height: 59px;
                    display: inline-block;
                    cursor: pointer;
                }

                .popwindow_email .email_item li .email_format li .span1 {
                    background-position: -76px 0;
                }

                .popwindow_email .email_item li .email_format li .span2 {
                    background-position: -143px 0;
                }

                .popwindow_email .email_item li .email_format li .span3 {
                    background-position: -219px 0;
                }

                .popwindow_email .email_item li .email_format li input {
                    height: 59px;
                    line-height: 59px;
                    cursor: pointer;
                }

                .popwindow_email .email_item li .email_format li label {
                    height: 59px;
                    line-height: 59px;
                    font-size: 14px;
                    color: #818181;
                    display: inline-block;
                    vertical-align: top;
                }

                .popwindow_email .email_item li .email_format li .email_input {
                    border: #0c71b4 1px solid;
                    border-radius: 3px;
                    font-size: 16px;
                    height: 16px;
                    line-height: 16px;
                    color: #3e4a61;
                    width: 549px;
                    padding: 8px;
                    display: inline-block;
                    margin-top: 14px;
                    cursor: text;
                }

        .popwindow_email .email_item li a {
            display: inline-block;
            padding: 5px 20px;
            border: 1px solid #bdccdc;
            border-radius: 3px;
            font-size: 14px;
            color: #818181;
            margin-right: 24px;
            float: right;
        }

            .popwindow_email .email_item li a:hover {
                background: #2496cc;
                color: #ffffff;
            }

            .popwindow_email .email_item li a:ACTIVE {
                background: #0c71b4;
                color: #ffffff;
            }
/*投稿样式*/
.popwindow_contribute {
    width: 967px;
    height: 346px;
    padding: 10px 0;
    background: #f5fafd;
    border: 1px #bdccdc solid;
    border-top: 3px #0c71b4 solid;
    position: relative;
    display: none;
}

    .popwindow_contribute .contribute_title {
        position: relative;
        width: 880px;
        padding: 10px 0 5px 42px;
        display: inline-block;
    }

        .popwindow_contribute .contribute_title label {
            font-size: 16px;
            color: #3e4a61;
            padding-right: 10px;
        }

        .popwindow_contribute .contribute_title input {
            border: #0c71b4 1px solid;
            border-radius: 3px;
            font-size: 16px;
            height: 16px;
            line-height: 16px;
            color: #3e4a61;
            width: 564px;
            padding: 10px;
        }

        .popwindow_contribute .contribute_title .contribute_myEditor {
            border: #0c71b4 1px solid;
            border-radius: 3px;
            float: right;
        }
        /*.popwindow_contribute .contribute_title span{
	font-size: 12px;
	color:#c2d0dc;
	position: absolute;
	right: 0;
	bottom:-10px;
}*/
        .popwindow_contribute .contribute_title a {
            font-size: 12px;
            color: #00a2e8;
            text-decoration: underline;
            margin-left: 10px;
        }

    .popwindow_contribute .contribute_button {
        position: relative;
        width: 880px;
        text-align: right;
        padding: 2px 0 0 42px;
    }

        .popwindow_contribute .contribute_button a {
            display: inline-block;
            padding: 5px 20px;
            border: 1px solid #bdccdc;
            border-radius: 3px;
            font-size: 14px;
            color: #818181;
            margin-left: 24px;
        }

            .popwindow_contribute .contribute_button a:hover {
                background: #2496cc;
                color: #ffffff;
            }

            .popwindow_contribute .contribute_button a:ACTIVE {
                background: #0c71b4;
                color: #ffffff;
            }

.searchTerms {
    width: 100%;
    min-height: 43px;
    box-shadow: 0 5px 5px #e3e5e7;
    margin-top: 10px;
}

.searchTermsLeft {
    width: 100%;
    line-height: 43px;
    overflow: hidden;
    min-height: 43px;
}

.searchTermsLeftP {
    width: 330px;
    float: right;
    line-height: 43px;
}

.termsNav {
    font-size: 14px;
    color: #3e4a61;
    padding: 0 10px 0 17px;
    float: left;
    width: 70px;
}

.termsNcon {
    float: left;
    width: 90%;
}

.terms {
    font-size: 14px;
    color: #8e8e8e;
    display: inline-block;
}

    .terms i {
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url("../img/case/deleteImg.png") no-repeat;
        margin: 0 8px 0 4px;
        cursor: pointer;
        vertical-align: -2px;
        *vertical-align: 2px;
    }

    .terms:hover i {
        background: url("../img/case/deleteImghover.png") no-repeat;
    }

.vertical {
    color: #d5dcde;
    margin-right: 9px;
}

.searchTermsLeftPag {
    width: 340px;
    height: 100%;
    float: right;
    margin: 0 0 10px 0;
    position: relative;
}


.searchTermsLeftPag_batch {
    width: 160px;
    height: 100%;
    float: right;
    margin: 0 0 10px 0;
    position: relative;
}

.class_all_chk {
    top: 17px;
    position: absolute;
}

.class_all_text {
    top: 16px;
    position: absolute;
    margin-left: 18px;
}

.funList a.findinpage span {
    padding-left: 45px;
}

.funList .findinpage {
    background: url("../img/law/inpagesearch.png") no-repeat 0 0;
    width: 121px;
    height: 31px;
    display: inline-block;
    float: left;
}

    .funList .findinpage:hover {
        background: url("../img/law/inpagesearch.png") no-repeat 0 -40px;
    }

    .funList .findinpage:active, .funList .findinpage.on {
        background: url("../img/law/inpagesearch.png") no-repeat 0 -80px;
    }

#findinpage_findtext {
    border: #0c71b4 1px solid;
    border-radius: 3px;
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    color: #3e4a61;
    width: 490px;
    padding: 8px;
    display: inline-block;
    margin-top: 14px;
    cursor: text;
}

#fininpageWindow a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #bdccdc;
    border-radius: 3px;
    font-size: 14px;
    color: #818181;
    cursor: pointer;
}

    #fininpageWindow a:hover {
        background: #2496cc;
        color: #ffffff;
    }

.tool_closeThis {
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border-radius: 4px;
    background: url("../img/fxdg/closeIcon.png") no-repeat 0 0;
}

    .tool_closeThis:hover {
        background: url("../img/fxdg/closeIcon.png") no-repeat 0 -24px;
    }


/*合同范本相关  内外网更新 add  by  zw 2022年5月19日*/
.gaoji .div-int1 .data-zishu {
    float: left;
    position: relative;
}

    .gaoji .div-int1 .data-zishu input {
        padding-right: 28px;
        width: 67px;
        font-size: 12px;
        border: #bdccdc solid 1px;
    }
