﻿@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;
    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;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

img {
    vertical-align: middle;
    cursor: pointer;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}


.header {
    width: 100%;
    height: 100px;
    background: url("../img/hd.png") repeat-x 0 0;
}

    .header .inner {
        width: 1400px;
        margin: 0 auto;
    }

    .header .logo {
        float: left;
        padding-top: 18px;
    }

    .header .nav {
        float: left;
        margin-left: 14px;
        height: 73px;
    }

#logo_width {
    margin-left: 40px;
}

#left_w {
    margin-left: 8px;
}

/*.common_body .header .nav
{
    margin-left: 0;
}*/

.header .nav ul li {
    float: left;
    height: 73px;
    /* background: url("../img/lrBor.png") no-repeat 0 0;*/
    color: #808b93;
}

.header .nav ul {
    /* background: url("../img/lrBor.png") no-repeat right 0;*/
    padding-right: 2px;
}

.header .nav li a {
    /*display: block;*/
    border-top: 0 solid;
    margin-left: 1px;
    padding: 0 10px;
    text-align: center;
    color: #808b93;
    padding-top: 6px;
    text-shadow: 0 0 3px #fff;
}

.nav ul li a:hover, .nav ul li .on {
    color: #2396cc;
    /*border-top: 6px #2396cc solid;*/
    padding-top: 0;
}

.r_side {
    float: right;
}

    .r_side ul {
        padding-top: 29px;
    }

    .r_side li {
        float: left;
        height: 17px;
        line-height: 17px;
        border-left: 1px #a8b2b6 dotted;
        padding: 0 9px;
    }



        .r_side li a.forum {
            background: url("../img/forum.png") no-repeat;
            width: 18px;
            height: 17px;
            display: block;
        }

            .r_side li a.forum:hover {
                background: url("../img/forum_on.png") no-repeat;
            }


        .r_side li a.t1 {
            background: url("../img/icon_img.png") no-repeat 0 -1px;
            width: 15px;
            height: 14px;
            display: block;
        }

            .r_side li a.t1:hover {
                background: url("../img/icon_img.png") no-repeat 0 -20px;
            }

            .r_side li a.t1.on, .r_side li a.t1:active {
                background: url("../img/icon_img.png") no-repeat 0 -40px;
            }

        .r_side li a.q1 {
            background: url("../img/icon_img.png") no-repeat -30px -1px;
            width: 15px;
            height: 15px;
            display: block;
        }

            .r_side li a.q1:hover {
                background: url("../img/icon_img.png") no-repeat -30px -22px;
            }

            .r_side li a.q1.on, .r_side li a.q1:active {
                background: url("../img/icon_img.png") no-repeat -30px -45px;
            }

        .r_side li a.i1 {
            background: url("../img/icon_img.png") no-repeat -59px 0;
            width: 10px;
            height: 15px;
            display: block;
        }



            .r_side li a.i1.on, .r_side li span.i1:active {
                background: url("../img/icon_img.png") no-repeat -59px -40px;
            }

            .r_side li a.i1:hover {
                background: url("../img/icon_img.png") no-repeat -59px -20px;
            }

        .r_side li a.e1 {
            background: url("../img/icon_img.png") no-repeat -77px 0px;
            width: 18px;
            height: 15px;
            display: block;
        }

            .r_side li a.e1:hover {
                background: url("../img/icon_img.png") no-repeat -77px -19px;
            }

            .r_side li a.e1.on, .r_side li span.e1:active {
                background: url("../img/icon_img.png") no-repeat -77px -38px;
            }

        .r_side li.li_lg {
            position: relative;
            padding: 0 9px 0 0;
            padding-bottom: 20px;
            border-left: 0 none;
        }

            .r_side li.li_lg a.login {
                background: url("../img/icon_lg.png") no-repeat 10px 0px;
                height: 17px;
                display: block;
                padding-left: 31px;
                font-size: 12px;
                color: #6c7a81;
                line-height: 17px;
                font-weight: bold;
                border-left: 1px #a8b2b6 solid;
            }

                .r_side li.li_lg a.login:hover, .r_side li.li_lg a.login.on {
                    background: url("../img/icon_lg.png") no-repeat 10px -20px;
                    color: #2396cc;
                }

                .r_side li.li_lg a.login:active {
                    background-position: 10px -39px;
                    color: #0c71b4;
                }

        .r_side li.li_rg {
            padding: 0 0px 0 9px;
        }

            .r_side li.li_rg .reg {
                font-size: 12px;
                color: #6c7a81;
                display: block;
                font-weight: bold;
            }

                .r_side li.li_rg .reg:hover {
                    color: #2396cc;
                }

                .r_side li.li_rg .reg:active {
                    color: #0c71b4;
                }

        .r_side li.li_lg a.login span {
            padding-right: 20px;
            background: url("../img/ar_b.png") no-repeat right center;
        }

        .r_side li.li_lg a.login:hover span, .r_side li.li_lg a.login.on span {
            background: url("../img/ar_t.png") no-repeat right center;
        }

.j_e1_nav .e1_nav {
    display: none;
    position: absolute;
    width: 218px;
    margin: 8px 0 0 -99px;
    height: 142px;
    background: #f5fbfd;
    z-index: 10;
    text-align: center;
    box-shadow: 0 5px 5px #92b0c0;
    border-radius: 3px;
}

    .j_e1_nav .e1_nav span {
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -7px;
        width: 13px;
        height: 7px;
        background: url("../img/arrow_top_withe.png");
    }

    .j_e1_nav .e1_nav label {
        width: 194px;
        display: inline-block;
        font-size: 12px;
        color: #767e86;
        text-align: left;
        padding-top: 7px;
    }

        .j_e1_nav .e1_nav label a {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url("../img/uodate--nor.png");
        }

            .j_e1_nav .e1_nav label a:hover {
                display: inline-block;
                width: 12px;
                height: 12px;
                background: url("../img/update-hover.png");
            }

            .j_e1_nav .e1_nav label a:active {
                display: inline-block;
                width: 12px;
                height: 12px;
                background: url("../img/update-pre.png");
            }

    .j_e1_nav .e1_nav textarea {
        resize: none;
        width: 190px;
        height: 50px;
        border: 1px solid #bdccdc;
        display: inline-block;
        line-height: 15px;
        font-size: 12px;
        color: #767e86;
        border-radius: 3px;
        text-align: left;
        padding: 2px;
        background: #F5FBFD;
    }

    .j_e1_nav .e1_nav .e1_nav_botton {
        position: relative;
        padding-top: 7px;
    }

        .j_e1_nav .e1_nav .e1_nav_botton a {
            display: inline-block;
            font-size: 12px;
            color: #ffffff;
            padding: 4px 10px;
            background: #bdccdc;
            border-radius: 3px;
        }

            .j_e1_nav .e1_nav .e1_nav_botton a:hover {
                background: #2496cc;
            }

            .j_e1_nav .e1_nav .e1_nav_botton a:ACTIVE {
                background: #0c71b4;
            }

.j_t1_nav .t1_nav {
    border-radius: 3px;
    display: none;
    position: absolute;
    margin: 9px 0 0 -31px;
    width: 80px;
    height: 90px;
    z-index: 999;
    background: #f5fbfd;
    box-shadow: 0 5px 5px #82a9bb;
}

    .j_t1_nav .t1_nav .j_t1_jianTou {
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -7px;
        width: 13px;
        height: 7px;
        background: url("../img/arrow_top_withe.png");
    }

    .j_t1_nav .t1_nav ul {
        margin-top: -20px;
    }

        .j_t1_nav .t1_nav ul li input {
            vertical-align: middle;
        }

        .j_t1_nav .t1_nav ul li {
            list-style: none;
            border: none;
            color: #767e86;
            height: 25px;
            line-height: 25px;
        }

        .j_t1_nav .t1_nav ul .small {
            font-size: 10px;
        }

        .j_t1_nav .t1_nav ul .middle {
            font-size: 12px;
        }

        .j_t1_nav .t1_nav ul .lage {
            font-size: 14px;
        }

.j_user_box .user_nav {
    position: absolute;
    top: 18px;
    right: 0px;
    border: 1px solid #0c71b4;
    width: 104px;
    background: #fff;
    z-index: 999 !important;
    display: none;
    float: left;
}

#ulUserInfo {
    z-index: 999 !important;
}

.j_i1_nav .i1_nav {
    display: none;
    border-radius: 3px;
    position: absolute;
    z-index: 999;
    background: #f5fbfd;
    width: 105px;
    height: 95px;
    margin: 12px 0 0 -46px;
    box-shadow: 0 5px 5px #7ea8bc;
}

    .j_i1_nav .i1_nav span {
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -7px;
        width: 13px;
        height: 7px;
        background: url("../img/arrow_top_withe.png");
    }

    .j_i1_nav .i1_nav img {
        width: 60px;
        height: 60px;
        display: block;
        margin: 15px auto;
    }



.j_user_box .user_nav a {
    color: #333;
    display: block;
    text-align: left;
    height: 34px;
    line-height: 34px;
    padding-left: 26px;
    margin: 0;
    background: url(../img/user_icon.png?v=20240830) no-repeat 5px 8px;
}

.j_user_box .user_nav .link2 {
    background-position: 5px -24px;
}

.j_user_box .user_nav .link3 {
    background-position: 5px -56px;
}

.j_user_box .user_nav .link4 {
    background-position: 5px -88px;
}

.j_user_box .user_nav .link5 {
    background-position: 5px -120px;
}

.j_user_box .user_nav .link6 {
    background-position: 5px -152px;
}

.j_user_box .user_nav .link7 {
    background-position: 5px -184px;
}

.j_user_box .user_nav .link8 {
    background-position: 5px -216px;
}

.j_user_box .user_nav .link9 {
    background-position: 5px -248px;
}

.j_user_box .user_nav .link10 {
    background-position: 5px -279px;
}

.j_user_box .user_nav .link11 {
    background-position: 5px -309px;
}

.j_user_box .user_nav .link12 {
    background-position: 5px -340px;
}



.j_user_box .user_nav .link15 {
    background-position: 5px -371px;
}



.j_user_box .user_nav .link16 {
    background-position: 5px -403px;
}



.j_user_box .user_nav .link17 {
    background-position: 5px -435px;
}



.j_user_box .user_nav .link13 {
    display: none;
}

.j_user_box .user_nav .link14 {
    display: none;
}

.j_user_box .user_nav a:hover {
    color: #0c71b4;
}

.j_user_box .user_nav a:hover {
    background: url(../img/user_icon_hover.png?v=20240830) no-repeat 5px 8px;
}

.j_user_box .user_nav .link2:hover {
    background-position: 5px -24px;
}

.j_user_box .user_nav .link3:hover {
    background-position: 5px -56px;
}

.j_user_box .user_nav .link4:hover {
    background-position: 5px -88px;
}

.j_user_box .user_nav .link5:hover {
    background-position: 5px -119px;
}

.j_user_box .user_nav .link6:hover {
    background-position: 5px -151px;
}

.j_user_box .user_nav .link7:hover {
    background-position: 5px -183px;
}

.j_user_box .user_nav .link8:hover {
    background-position: 5px -215px;
}

.j_user_box .user_nav .link9:hover {
    background-position: 5px -247px;
}

.j_user_box .user_nav .link10:hover {
    background-position: 5px -278px;
}

.j_user_box .user_nav .link11:hover {
    background-position: 5px -308px;
}

.j_user_box .user_nav .link12:hover {
    background-position: 5px -339px;
}


.j_user_box .user_nav .link16:hover {
    background-position: 5px -403px;
}

.j_user_box .user_nav .link17:hover {
    background-position: 5px -435px;
}

.j_user_box .user_nav .link15:hover {
    background-position: 5px -371px;
}

.footer {
    width: 100%;
    height: 120px;
    margin-top: 47px;
    background-color: #ced7da;
    bottom: 0;
}

.about {
    width: 100%;
    text-align: center;
    padding-top: 38px;
}

    .about a {
        color: #55666d;
        padding-right: 32px;
    }

        .about a:hover {
            color: #55666d;
        }

        .about a.nopdr0 {
            padding-right: 0;
        }

.copr {
    width: 100%;
    text-align: center;
    color: #55666d;
    padding-top: 16px;
}

    .copr span {
        padding-right: 56px;
    }


.contentTit a {
    color: #3e4a61;
}

    .contentTit a:hover {
        color: #0c71b4;
    }

    .contentTit a.link {
        color: #3e4a61;
        cursor: text;
        font-weight: bold;
    }

    .contentTit a.linkEed {
        color: #3e4a61;
    }

        .contentTit a.linkEed:hover {
            color: #0c71b4;
        }

    .contentTit a.link:hover {
        color: #0c71b4;
        cursor: text;
        font-weight: bold;
    }


body {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    position: relative;
}
/*.banner{ 
	overflow: visible !important;
	width: 100%;
	background: url("../img/banner.png") center no-repeat;
	height: 568px;
	position: relative;
	z-index: 3;
	max-height: 568px;
	min-height: 400px
}
*/

.banner {
    display: block;
    background-image: url(../img/banner.png?v=20240830);
    height: 568px;
    z-index: 2;
    min-height: 568px;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: visible !important;
}

.abs_height {
    position: relative;
    z-index: 1;
}

.mod_auto {
    width: 1000px;
    margin: auto;
}

.search_mod {
    padding: 233px 0 0 80px;
    position: relative;
    z-index: 100;
}

.text_p1 {
    padding-bottom: 12px;
}

.input_mode {
    border: 1px solid #0c71b4;
    border-right: 0 none;
    background: #fff;
    width: 358px;
    height: 33px;
    float: left;
    border-radius: 3px 0 0 4px;
}

    .input_mode input {
        padding: 9px;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        font-family: "微软雅黑";
        width: 330px;
        border: none;
        outline: 0;
        margin: 0 0 0 2px;
        background: none;
    }

.search_mod .clearfix {
    position: relative;
}

.search_mod .search_list {
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #fff;
    border: 1px #0c71b4 solid;
    opacity: 0.8;
    fill-opacity: 0.8;
    border-radius: 5px;
    border-top: 0;
}

.search_list li {
    font-size: 14px;
    padding: 9px 12px;
    width: 390px;
    color: #515151;
    overflow: hidden;
}

    .search_list li a {
        color: #515151;
    }

        .search_list li a:hover {
            color: #1073b8;
        }


.search {
    background: url("../img/search.png") no-repeat 0 0;
    width: 57px;
    height: 35px;
    float: left;
}

    .search:hover {
        background: url("../img/search.png") no-repeat 0 -49px;
    }

    .search:active {
        background: url("../img/search.png") no-repeat 0 -97px;
    }

    .search input {
        border: none;
        outline: 0;
        background: none;
        width: 57px;
        height: 32px;
        cursor: pointer;
    }

.h_sch {
    background: url("../img/btnBg.png") no-repeat 0 0;
    width: 256px;
    height: 55px;
    margin: 81px auto 0;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -127px;
    z-index: 99;
}

    .h_sch:hover {
        background: url("../img/btnBg.png") no-repeat 0 -84px;
    }

    .h_sch.on {
        background: url("../img/btnBg.png") no-repeat 0 -172px;
    }

    .h_sch a {
        display: block;
        color: #fff;
    }

.h_searchMod {
    width: 1000px;
    margin: 0 auto;
    padding-top: 62px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    margin-top: -8px;
    position: relative;
    z-index: 8;
    display: none;
}

.classify {
    width: 960px;
    text-align: center;
    padding-bottom: 16px;
}

    .classify span {
        color: #71767d;
        padding-right: 40px;
        font-weight: bold;
        cursor: pointer;
    }

        .classify span.cur {
            color: #0060a8;
        }

        .classify span.nopdr0 {
            padding-right: 0;
        }

.btn_search {
    background: url("../img/seaBg.png") no-repeat;
    width: 250px;
    height: 32px;
    position: absolute;
    bottom: -25px;
    left: 375px;
    cursor: pointer;
    z-index: -1;
}

    .btn_search a {
        display: block;
        text-align: center;
        line-height: 28px;
        background: url("../img/arr_top.png") no-repeat 0 0;
        width: 20px;
        height: 8px;
        margin: 10px 115px;
        cursor: pointer;
    }

    .btn_search:hover a {
        background: url("../img/arr_top.png") no-repeat 0 -15px;
    }

.inputDiv {
    width: 962px;
    margin: auto;
    padding-bottom: 18px;
}

.div-int1 {
    float: left;
    padding-right: 10px;
    position: relative;
}

    .div-int1 .no12-span1 {
        display: inline-block;
        width: 72px;
        text-align: right;
        color: #71767d;
    }

    .div-int1 input {
        width: 220px;
        height: 14px;
        border: 1px #bcb9b9 solid;
        padding: 7px 8px;
        color: #71767d;
        outline: 0;
        border-radius: 3px;
        font-family: "微软雅黑",Microsoft YaHei;
        vertical-align: middle;
    }

    .div-int1 .no12-span2 {
        font-size: 12px;
        color: #c6c6c6;
        position: absolute;
        top: 31px;
        left: 81px;
        letter-spacing: -1px;
    }

    .div-int1 input.wid470 {
        width: 456px;
    }

    .div-int1 .no12-span3 {
        display: block;
        width: 72px;
        text-align: right;
        color: #71767d;
        line-height: 30px;
        float: left;
    }

    .div-int1 .data-time {
        float: left;
        position: relative;
    }

        .div-int1 .data-time input {
            cursor: pointer;
            background: url("../img/timeIcon.png") no-repeat right 5px;
        }

            .div-int1 .data-time input:hover {
                background: url("../img/timeIcon.png") no-repeat right -20px;
            }

            .div-int1 .data-time input:active {
                background: url("../img/timeIcon.png") no-repeat right -48px;
            }
        /* .data-time .timeIcon
{
    background: url("../img/timeIcon.png") no-repeat 0 0;
    width: 20px;
    height: 19px;
    position: absolute;
    right: 5px;top: 5px;
    cursor: pointer;
}
.data-time .timeIcon:hover
{
    background: url("../img/timeIcon.png") no-repeat 0 -25px;
}
.data-time .timeIcon:active
{
    background: url("../img/timeIcon.png") no-repeat 0 -53px;
} */

        .div-int1 .data-time input {
            padding-right: 28px;
            width: 66px;
            font-size: 12px;
        }

.arr-rig {
    float: left;
    background: url("../img/timeIcon.png") no-repeat -2px -88px;
    width: 16px;
    height: 10px;
    margin: 10px 7px;
}



.div-select {
    float: left;
    width: 236px;
    height: 28px;
    border: 1px #bcb9b9 solid;
    border-radius: 3px;
    position: relative;
}


    .div-select a {
        width: 180px;
        padding: 7px;
        color: #71767d;
    }


    .div-select .getValue {
        display: block;
        width: 195px;
        padding: 7px;
        color: #71767d;
    }

.xl_icon {
    background: url("../img/icon_xl.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    cursor: pointer;
}

.div-select .xl_icon:hover {
    background: url("../img/icon_xl.png") no-repeat 0 -24px;
}

.div-select .xl_icon:active {
    background: url("../img/icon_xl.png") no-repeat 0 -47px;
}

.div-select ul {
    border: 1px #bcb9b9 solid;
    position: absolute;
    top: 28px;
    left: -1px;
    z-index: 19;
    background-color: #fff;
    display: none;
    background: #fff;
}

    .div-select ul li {
        width: 222px;
        height: 14px;
        padding: 7px;
        color: #71767d;
        cursor: pointer;
    }

.div-select.pdr14 {
    margin-right: 14px;
}

.findWay {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0px 25px;
}

.no14_t1 {
    float: left;
    color: #a1a3a5;
    padding-right: 30px;
}

.f_select {
    float: left;
}

    .f_select span {
        background: url("../img/s_icon.png") no-repeat 0 0;
        height: 10px;
        display: inline-block;
        padding-left: 14px;
        vertical-align: middle;
        line-height: 12px;
        margin-right: 24px;
        color: #a1a3a5;
        font-size: 12px;
        cursor: pointer;
    }

        .f_select span.on {
            background: url("../img/s_icon.png") no-repeat -1px -12px;
        }

.c-date {
    float: right;
    width: 100px;
    height: 28px;
    background-color: #bdccdc;
    color: #fff;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

    .c-date.wid-r7 {
        margin-right: 7px;
    }

    .c-date:hover {
        background-color: #2496cc;
    }

    .c-date:active {
        background-color: #0c71b4;
    }

/*底部样式*/
.footerMod {
    width: 100%;
    padding-top: 60px;
}

.footer_absolute {
    position: absolute;
    bottom: 0;
}

.share {
    width: 472px;
    margin: auto;
}

    .share ul li {
        float: left;
        border-right: 1px #ccc solid;
        padding: 0 14px;
        height: 22px;
    }

        .share ul li a {
            color: #999;
            line-height: 20px;
        }

            .share ul li a:hover {
                color: #2496cc;
            }

            .share ul li a.CallCenter {
                background: url("../img/icon_a.png") no-repeat -3px -1px;
                width: 19px;
                height: 22px;
                padding-left: 29px;
            }

                .share ul li a.CallCenter:hover {
                    background: url("../img/icon_a.png") no-repeat -5px -102px;
                }

                .share ul li a.CallCenter:active {
                    background: url("../img/icon_a.png") no-repeat -4px -217px;
                }

            .share ul li a.weibo {
                background: url("../img/icon_a.png") no-repeat -3px -25px;
                width: 24px;
                height: 19px;
                padding-left: 34px;
            }

                .share ul li a.weibo:hover {
                    background: url("../img/icon_a.png") no-repeat -2px -129px;
                }

                .share ul li a.weibo:active {
                    background: url("../img/icon_a.png") no-repeat 0px -247px;
                }

            .share ul li a.online {
                background: url("../img/icon_a.png") no-repeat -3px -48px;
                width: 19px;
                height: 19px;
                padding-left: 34px;
            }

                .share ul li a.online:hover {
                    background: url("../img/icon_a.png") no-repeat -2px -157px;
                }

                .share ul li a.online:active {
                    background: url("../img/icon_a.png") no-repeat -1px -275px;
                }

        .share ul li.weixin {
            border-right: 0;
            padding-right: 0;
        }

            .share ul li.weixin a {
                background: url("../img/icon_a.png") no-repeat -3px -72px;
                width: 23px;
                height: 19px;
                padding-left: 32px;
            }

                .share ul li.weixin a:hover {
                    background: url("../img/icon_a.png") no-repeat -1px -185px;
                }

                .share ul li.weixin a:active {
                    background: url("../img/icon_a.png") no-repeat 0px -304px;
                }

.h_searchMod .item_box {
    display: none;
}

.checkbox-int {
    float: left;
    color: #71767d;
    line-height: 30px;
}

    .checkbox-int label {
        display: inline-block;
        /*width: 37px;*/
    }

.search_b_box {
    /*background: url("../img/s_bg.png") no-repeat center 0;*/
    height: 160px;
    position: relative;
    z-index: 1;
}

    .search_b_box .r_bg {
        width: 100%;
        /*background: url("../img/com_hd.png") repeat-x 0 0;*/
        background: url("../img/com_hd.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        height: 130px;
        z-index: -1;
        /*overflow: hidden;*/
        padding-top: 30px;
    }

    .search_b_box .inner {
        width: 850px;
        margin: 0 auto;
    }

    .search_b_box .logo {
        margin: 20px 40px 0 0;
    }

    .search_b_box .search_item .l {
        border: 1px solid #96c3d8;
        border-radius: 5px;
        background: #fff;
        width: 605px;
        margin: 22px 5px 0 0;
    }

        .search_b_box .search_item .l .text {
            /*height: 20px;*/
            line-height: 20px;
            padding: 8px;
            border: 0 none;
            background: transparent;
            width: 460px !important;
        }




        .search_b_box .search_item .l .text1 {
            /*height: 20px;*/
            line-height: 20px;
            padding: 8px;
            border: 0 none;
            background: transparent;
            width: 300px !important;
        }


    .search_b_box .search_item .search_btn {
        display: block;
        border: 0 none;
        width: 129px;
        height: 36px;
        text-indent: 20px;
        cursor: pointer;
        border-radius: 0 3px 3px 0;
        border-left: 1px solid #579dcd;
        background: url("../img/search_icon.png") #fff no-repeat 17px 12px;
        font-weight: normal;
        color: #0164ab;
        font-size: 14px;
        font-family: "微软雅黑";
    }

        .search_b_box .search_item .search_btn:hover {
            background: url("../img/search_icon1.png") #39a0d1 no-repeat 17px 12px;
            color: #fff;
        }

    .search_b_box .search_item .result_btn {
        width: 126px;
        height: 38px;
        border: 1px solid #96c3d8;
        border-radius: 5px;
        background: #fff;
        display: block;
        font-size: 14px;
        margin-top: 22px;
        color: #0164ab;
        text-align: center;
        line-height: 36px;
        font-family: "微软雅黑";
        cursor: pointer;
    }

        .search_b_box .search_item .result_btn:hover {
            background: #39a0d1;
            color: #fff;
        }

        .search_b_box .search_item .result_btn:ACTIVE {
            background: #1075b7;
            color: #fff;
        }



.search_mod .result_btn {
    width: 126px;
    height: 33px;
    border: 1px solid #96c3d8;
    border-radius: 5px;
    background: #fff;
    display: block;
    font-size: 14px;
    color: #0164ab;
    text-align: center;
    line-height: 34px;
    font-family: "微软雅黑";
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #0c71b4;
}

    .search_mod .result_btn:hover {
        background: #39a0d1;
        color: #fff;
    }

    .search_mod .result_btn:ACTIVE {
        background: #1075b7;
        color: #fff;
    }



.crumb_box {
    width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
}

    .crumb_box p {
        border-left: 3px solid #7d8592;
        color: #3e4a61;
        padding-left: 6px;
    }

        .crumb_box p a {
            color: #0c71b4;
            font-style: italic;
        }

        .crumb_box p i, .crumb_box p i a {
            color: #3e4a61;
        }

.fxdg_main {
    width: 1140px;
    margin: 0 auto;
    border: 1px solid #e9ecee;
    box-shadow: 0 5px 5px #e3e5e7;
    border-radius: 3px;
}

    .fxdg_main .inner {
        padding: 20px;
        background: #fff;
    }

    .fxdg_main .t_box li {
        float: left;
        display: inline;
        width: 234px;
        height: 148px;
        margin: 0 8px 10px 0;
        position: relative;
    }

        .fxdg_main .t_box li a {
            display: block;
            width: 234px;
            height: 148px;
            background: url("../img/flc_bg1.png") no-repeat 0 0;
            color: #2b2f37;
        }

            .fxdg_main .t_box li a:hover {
                background: url("../img/flc_bg2.png") no-repeat 0 0;
                color: #2b2f37;
            }

            .fxdg_main .t_box li a:active {
                background: url("../img/flc_bg3.png") no-repeat 0 0;
                color: #2b2f37;
            }

            .fxdg_main .t_box li a:hover .p1 {
                color: #fff;
            }

                .fxdg_main .t_box li a:hover .p1 .s1 {
                    color: #bdd3e9;
                }

            .fxdg_main .t_box li a:hover .p2 {
                color: #2496cc;
            }

            .fxdg_main .t_box li a:active .p1 {
                color: #fff;
            }

                .fxdg_main .t_box li a:active .p1 .s1 {
                    color: #bdd3e9;
                }

            .fxdg_main .t_box li a:active .p2 {
                color: #2496cc;
            }

        .fxdg_main .t_box li .p1 {
            padding-top: 38px;
            color: #0c71b4;
            font-size: 20px;
            text-align: center;
            line-height: 20px;
        }

            .fxdg_main .t_box li .p1.pp2 {
                padding-top: 25px;
            }

            .fxdg_main .t_box li .p1 .s1 {
                color: #bdd3e9;
                font-size: 12px;
                display: block;
                margin-bottom: 10px;
                line-height: 13px;
            }

        .fxdg_main .t_box li .p2 {
            color: #fff;
            font-size: 22px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            height: 34px;
            line-height: 24px;
        }

    .fxdg_main .t_box ul {
        margin-right: -30px;
    }


    .fxdg_main .b_box {
        background: #f7f7f7;
        border: 1px solid #e1e4e5;
        padding: 7px;
        position: relative;
    }

        .fxdg_main .b_box .hd {
            height: 40px;
            line-height: 40px;
            background: url("../img/i1.png") #d9d9d9 no-repeat 10px center;
            border-radius: 5px;
            color: #3e4a61;
            padding-left: 40px;
            font-weight: bold;
        }

        .fxdg_main .b_box .bd {
            padding: 14px 0;
        }

            .fxdg_main .b_box .bd ul {
                float: left;
                width: 270px;
                padding: 0 20px 20px 20px;
                display: inline;
                border-radius: 3px;
            }

            .fxdg_main .b_box .bd .color_center {
                background: #fff;
            }

            .fxdg_main .b_box .bd li {
                border-bottom: 1px dashed #e0e1e2;
                padding: 10px;
                color: #8e8e8e;
            }

                .fxdg_main .b_box .bd li .fl {
                    width: 60px;
                }

                .fxdg_main .b_box .bd li .a {
                    color: #2b2f37;
                    position: relative;
                    /*padding-right: 10px;*/
                    width: 180px;
                }

                    .fxdg_main .b_box .bd li .a .item {
                        position: absolute;
                        top: -110px;
                        right: -250px;
                        border: 1px solid #dce5e8;
                        border-bottom: 3px solid #a7b9c7;
                        padding: 20px 10px 0;
                        background: #f5fbfd;
                        width: 250px;
                        display: none;
                    }

                        .fxdg_main .b_box .bd li .a .item .scroll {
                            height: 200px;
                            overflow: hidden;
                        }

                            .fxdg_main .b_box .bd li .a .item .scroll .mCSB_inside > .mCSB_container {
                                margin-right: 0;
                            }

                        .fxdg_main .b_box .bd li .a .item .in {
                            border-left: 1px solid #dce5e8;
                            position: relative;
                            margin: 0 10px;
                        }

                .fxdg_main .b_box .bd li .arr_l {
                    position: absolute;
                    top: 100px;
                    left: -12px;
                    width: 12px;
                    height: 33px;
                    background: url("../img/arr_l.png")no-repeat 0 center;
                }

                .fxdg_main .b_box .bd li .a .item .in a {
                    padding-left: 15px;
                    display: block;
                    background: url("../img/c.png")no-repeat 2px center;
                    overflow: hidden;
                    margin-left: -5px;
                    *zoom: 1;
                    color: #505050;
                    font-size: 14px;
                    margin-bottom: 27px;
                }

                    .fxdg_main .b_box .bd li .a .item .in a span {
                        display: inline-block;
                    }

                    .fxdg_main .b_box .bd li .a .item .in a:hover, .fxdg_main .b_box .bd li .a .item .in .on {
                        color: #0c71b4;
                        background: url("../img/c_on.png")no-repeat 0 center;
                    }

                .fxdg_main .b_box .bd li .a:hover {
                    color: #0c71b4;
                }

        .fxdg_main .b_box .i_bg {
            position: absolute;
            width: 15px;
            height: 97px;
            left: -1px;
            top: 80px;
            background: url("../img/flc_bg4.png")no-repeat 0 0;
        }


.footerMod.bt_none {
    padding-top: 0;
    position: static;
    margin-top: 70px;
}


/*resut_main*/
.resut_main {
    width: 1030px;
    margin: 0 auto;
    border: 1px solid #e6f0fa;
    background: #e6f0fa;
}

    .resut_main .l_box {
        width: 347px;
        background: url("../img/l_bg.png") repeat-y 0 0;
    }


    .resut_main .kb_bg {
        background-image: url(../img/kw_bg.png?v=20240830);
        background-repeat: repeat-y;
    }


    .resut_main .l_box li {
        height: 44px;
        line-height: 44px;
    }

        .resut_main .l_box li a {
            display: block;
            padding-left: 10px;
            margin-right: 16px;
            margin-left: 10px;
            color: #8e8e8e;
            height: 43px;
            border-bottom: 1px dashed #e6e8e9;
        }

            .resut_main .l_box li a .s2 {
                margin-left: 18px;
            }

    .resut_main .l_box .on {
        background: url("../img/li_on.png") no-repeat 0 0;
        padding: 4px 0;
        margin-top: -1px;
    }

        .resut_main .l_box .on a {
            border-bottom: 0 none;
            height: 51px;
        }

            .resut_main .l_box .on a .s2 {
                font-size: 16px;
                font-weight: bold;
                color: #0c71b4;
            }

    .resut_main .l_box li a:hover .s2 {
        color: #0c71b4;
    }

    .resut_main .l_box .ft {
        text-align: center;
    }






        .resut_main .l_box .ft .pager {
            display: inline-block;
            color: #8d9197;
            padding: 16px 0;
        }

    .resut_main .l_box .pager .s1 {
        margin: 10px 15px 0 0;
    }

    .resut_main .l_box .pager .s2 a {
        float: left;
        min-width: 32px;
        height: 32px;
        border: 1px solid #ddd;
        margin-right: -1px;
        text-align: center;
        line-height: 32px;
        margin: 0 4px 0 0;
        color: #4889bf;
    }

    .resut_main .l_box .pager .s2 .pre, .resut_main .l_box .pager .s2 .next {
        color: #858687;
    }

    .resut_main .l_box .pager .s3 {
        margin: 10px 15px 0 15px;
    }

    .resut_main .l_box .pager .s5 {
        margin: 5px 10px 0 2px;
    }

    .resut_main .l_box .pager .s4 .text {
        width: 28px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border: 1px solid #ddd;
    }

    .resut_main .l_box .pager .s6 {
        width: 30px;
        height: 15px;
        text-align: center;
        line-height: 20px;
        background: #f5fbfd;
        border: 1px solid #bdcede;
        border-radius: 5px;
        color: #0c71b4;
        float: left;
        margin-top: 5px;
    }


    .resut_main .l_box .pager .first {
        background: url(../img/i_3.png?v=20240830) no-repeat center center;
    }

    .resut_main .l_box .pager .last {
        background: url(../img/i_4.png?v=20240830) no-repeat center center;
    }

    .resut_main .l_box .pager .pre {
        background: url(../img/i_5.png?v=20240830) no-repeat center center;
    }

    .resut_main .l_box .pager .next {
        background: url(../img/i_6.png?v=20240830) no-repeat center center;
    }

    .resut_main .l_box .pager .a:hover {
        background: #0c71b4;
        color: #fff;
    }


    .resut_main .r_box {
        width: 178px;
        background: url("../img/m_bg.png") #d6e6f6 repeat-y 0 0;
        padding: 10px 10px 12px 10px;
        height: 500px;
    }

        .resut_main .r_box .t {
            width: 176px;
            background: #e6f0fa;
            border-bottom: 3px solid #bccbdb;
            border-radius: 5px;
            margin-bottom: 18px;
        }

        .resut_main .r_box .t_in {
            border: 1px solid #9db5cd;
            border-radius: 5px;
            padding: 10px;
        }

        .resut_main .r_box .t .p1 {
            padding-left: 18px;
            background: url("../img/z1.png") no-repeat 0 4px;
            font-size: 14px;
            line-height: 20px;
        }

            .resut_main .r_box .t .p1 .s1 {
                color: #8e8e8e;
                margin-right: 10px;
            }

            .resut_main .r_box .t .p1 .s2 {
                color: #0c71b4;
            }

        .resut_main .r_box .t .p2 {
            padding-top: 22px;
        }

            .resut_main .r_box .t .p2 a {
                float: left;
                width: 22px;
                height: 22px;
                margin-right: 3px;
                display: inline;
                background: url("../img/s1.png") no-repeat 0 0;
            }

            .resut_main .r_box .t .p2 .a1 {
                background-position: 0 0;
            }

            .resut_main .r_box .t .p2 .a2 {
                background-position: -27px 0;
            }

            .resut_main .r_box .t .p2 .a3 {
                background-position: -53px 0;
            }

            .resut_main .r_box .t .p2 .a4 {
                background-position: -80px 0;
            }

            .resut_main .r_box .t .p2 .a5 {
                background-position: -106px 0;
            }

            .resut_main .r_box .t .p2 .a6 {
                background-position: -133px 0;
            }

            .resut_main .r_box .t .p2 a:hover {
                background: url("../img/s2.png") no-repeat 0 0;
            }

            .resut_main .r_box .t .p2 .a2:hover {
                background-position: -27px 0;
            }

            .resut_main .r_box .t .p2 .a3:hover {
                background-position: -53px 0;
            }

            .resut_main .r_box .t .p2 .a4:hover {
                background-position: -80px 0;
            }

            .resut_main .r_box .t .p2 .a5:hover {
                background-position: -106px 0;
            }

            .resut_main .r_box .t .p2 .a6:hover {
                background-position: -133px 0;
            }

            .resut_main .r_box .t .p2 a:active {
                background: url("../img/s3.png") no-repeat 0 0;
            }

            .resut_main .r_box .t .p2 .a2:active {
                background-position: -27px 0;
            }

            .resut_main .r_box .t .p2 .a3:active {
                background-position: -53px 0;
            }

            .resut_main .r_box .t .p2 .a4:active {
                background-position: -80px 0;
            }

            .resut_main .r_box .t .p2 .a5:active {
                background-position: -106px 0;
            }

            .resut_main .r_box .t .p2 .a6:active {
                background-position: -133px 0;
            }

        .resut_main .r_box .b {
            padding: 0 5px;
        }

            .resut_main .r_box .b dt {
                font-size: 16px;
                color: #3e4a61;
                margin-bottom: 42px;
                font-weight: bold;
            }

            .resut_main .r_box .b dd {
                height: 38px;
                line-height: 38px;
                border-top: 1px dashed #8894a0;
            }

                .resut_main .r_box .b dd a {
                    color: #414141;
                }

.mCSB_scrollTools .mCSB_dragger {
    background: #bccfdf !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}












.resut_main .m_box {
    width: 435px;
}

    .resut_main .m_box .item_box {
        display: none;
    }

    .resut_main .m_box .hd .t {
        padding: 9px 0;
    }

        .resut_main .m_box .hd .t .a {
            width: 21px;
            height: 21px;
            background: url("../img/r_1.png") no-repeat 0 0;
        }

        .resut_main .m_box .hd .t .a2 {
            background-position: -21px 0;
        }

        .resut_main .m_box .hd .t .a3 {
            background-position: -42px 0;
        }

        .resut_main .m_box .hd .t .a4 {
            background-position: -63px 0;
        }

        .resut_main .m_box .hd .t .a:hover {
            background: url("../img/r_2.png") no-repeat 0 0;
        }

        .resut_main .m_box .hd .t .a2:hover {
            background-position: -21px 0;
        }

        .resut_main .m_box .hd .t .a3:hover {
            background-position: -42px 0;
        }

        .resut_main .m_box .hd .t .a4:hover {
            background-position: -63px 0;
        }

        .resut_main .m_box .hd .t .a:active {
            background: url("../img/r_3.png") no-repeat 0 0;
        }



        .resut_main .m_box .hd .t .on1 {
            background: url("../img/r_3.png") no-repeat 0 0;
        }

        .resut_main .m_box .hd .t .a2:active {
            background-position: -21px 0;
        }

        .resut_main .m_box .hd .t .a3:active {
            background-position: -42px 0;
        }

        .resut_main .m_box .hd .t .a4:active {
            background-position: -63px 0;
        }

    .resut_main .m_box .hd .b {
        padding: 9px 9px 25px 9px;
        background: url("../img/b1.png") #dceaf8 no-repeat 98% 90%;
    }

        .resut_main .m_box .hd .b .d {
            margin-bottom: 8px;
        }

            .resut_main .m_box .hd .b .d .l {
                background: #e9f2fa;
                overflow: hidden;
                height: 19px;
                color: #3e4a61;
                line-height: 19px;
            }

            .resut_main .m_box .hd .b .d .s1 {
                width: 74px;
                height: 19px;
                text-align: center;
                font-size: 12px;
            }

            .resut_main .m_box .hd .b .d .s2 {
                width: 19px;
                height: 19px;
                background: url("../img/c1.png") no-repeat 0 0;
            }

                .resut_main .m_box .hd .b .d .s2:hover {
                    background: url("../img/c2.png") no-repeat 0 0;
                }

            .resut_main .m_box .hd .b .d .r {
                margin: 3px 0 0 10px;
            }

                .resut_main .m_box .hd .b .d .r span, .resut_main .m_box .hd .b .d .r a {
                    float: left;
                    color: #6b6b6b;
                }

                .resut_main .m_box .hd .b .d .r span {
                    width: 19px;
                    height: 5px;
                    background: url("../img/ar_r.png") no-repeat 0 0;
                    margin-top: 5px;
                }

    .resut_main .m_box .bd {
        margin-top: 15px;
        padding-right: 10px;
    }

        .resut_main .m_box .bd .in {
            padding: 0 15px;
        }

        .resut_main .m_box .bd li {
            min-height: 34px;
            border-left: 1px solid #aeb3b8;
        }

            .resut_main .m_box .bd li .tit, .resut_main .m_box .bd li .tit a {
                color: #515151;
            }

            .resut_main .m_box .bd li .tit {
                background: url("../img/c_b.png") no-repeat 0 center;
                padding-left: 22px;
                margin-left: -5px;
            }

        .resut_main .m_box .bd .on .tit {
            background: url("../img/c_on_1.png") no-repeat 0 0;
            margin-left: -3px;
        }

        .resut_main .m_box .bd .on {
            border-left: 0 none;
        }

            .resut_main .m_box .bd .on .tit a {
                color: #0c71b4;
                font-weight: bold;
            }

        .resut_main .m_box .bd .detial {
            padding-left: 22px;
        }

            .resut_main .m_box .bd .detial a {
                display: block;
                background: url("../img/c_s.png") no-repeat 0 center;
                margin-top: 14px;
                padding-left: 18px;
                color: #515151;
            }

.l_sider {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -650px;
}

    .l_sider li {
        margin-bottom: 14px;
    }

        .l_sider li a {
            display: block;
            width: 124px;
            height: 53px;
            background: url("../img/sider_a.png") no-repeat 0 0;
            position: relative;
        }

            .l_sider li a:hover {
                background: url("../img/sider_a_on.png") no-repeat 0 0;
            }

        .l_sider li .on {
            display: block;
            width: 130px;
            height: 53px;
            background: url("../img/sider_a_active.png") no-repeat 0 0;
        }

        .l_sider li .p1 {
            text-align: center;
            color: #5a5a5a;
            font-size: 12px;
            padding-top: 10px;
        }

        .l_sider li .p2 {
            text-align: center;
            color: #fff;
            font-size: 12px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 19px;
        }


/*fx_sub_nav*/
.fx_sub_nav {
    width: 998px;
    margin: 0 auto;
    height: 41px;
    border-bottom: 3px solid #0c71b4;
    background: #e6f0fa;
}

    .fx_sub_nav .all {
        width: 66px;
        height: 41px;
        background: #0c71b4;
        text-align: center;
        line-height: 41px;
        border-radius: 5px 5px 0 0;
        position: relative;
    }

        .fx_sub_nav .all a {
            color: #fff;
        }

        .fx_sub_nav .all .arr {
            position: absolute;
            bottom: -8px;
            left: 50%;
            width: 13px;
            height: 6px;
            margin-left: -7px;
            background: url(../img/ar_bb.png?v=20240830) no-repeat 0 0;
        }

.s_icon {
    width: 22px;
    height: 22px;
    background: url(../img/icon3.png?v=20240830) no-repeat -1px -2px;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 0;
}

.s_icon2 {
    background-position: -81px -2px;
}

.s_icon3 {
    background-position: -158px -2px;
}

.s_icon4 {
    background-position: -226px -2px;
}

.s_icon5 {
    background-position: -300px -2px;
}

.s_icon6 {
    background-position: -371px -2px;
}

.s_icon7 {
    background-position: -447px -2px;
}

.s_icon8 {
    background-position: -528px -2px;
}

.s_icon9 {
    background-position: -836px -2px;
}

.fx_sub_nav li {
    float: left;
    display: inline;
    margin-left: 22px;
    margin-top: 12px;
}

    .fx_sub_nav li a {
        display: block;
        overflow: hidden;
        color: #3e4a61;
        *zoom: 1;
        font-size: 14px;
    }

    .fx_sub_nav li .a1.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -1px -56px;
    }

    .fx_sub_nav li .a2.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -81px -56px;
    }

    .fx_sub_nav li .a3.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -158px -56px;
    }

    .fx_sub_nav li .a4.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -226px -56px;
    }

    .fx_sub_nav li .a5.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -300px -56px;
    }

    .fx_sub_nav li .a6.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -371px -56px;
    }

    .fx_sub_nav li .a7.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -447px -56px;
    }

    .fx_sub_nav li .a8.hover .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -528px -56px;
    }

    .fx_sub_nav li a:hover {
        color: #0c71b4;
    }

    .fx_sub_nav li a.active {
        color: #0c71b4;
        font-weight: bold;
    }

    .fx_sub_nav li .a1.active .s_icon, .detail_main .s_icon {
        background: url(../img/icon3.png?v=20240830) no-repeat -1px -110px;
    }

    .fx_sub_nav li .a2.active .s_icon, .detail_main .s_icon2, .keywordinfo .s_icon2 {
        background: url(../img/icon3.png?v=20240830) no-repeat -81px -110px;
    }

    .fx_sub_nav li .a3.active .s_icon, .detail_main .s_icon3, .keywordinfo .s_icon3 {
        background: url(../img/icon3.png?v=20240830) no-repeat -158px -110px;
    }

    .fx_sub_nav li .a4.active .s_icon, .detail_main .s_icon4, .keywordinfo .s_icon4 {
        background: url(../img/icon3.png?v=20240830) no-repeat -226px -110px;
    }

    .fx_sub_nav li .a5.active .s_icon, .detail_main .s_icon5, .keywordinfo .s_icon5 {
        background: url(../img/icon3.png?v=20240830) no-repeat -300px -110px;
    }

    .fx_sub_nav li .a6.active .s_icon, .detail_main .s_icon6, .keywordinfo .s_icon6 {
        background: url(../img/icon3.png?v=20240830) no-repeat -371px -110px;
    }

    .fx_sub_nav li .a7.active .s_icon, .detail_main .s_icon7, .keywordinfo .s_icon7 {
        background: url(../img/icon3.png?v=20240830) no-repeat -447px -110px;
    }

    .fx_sub_nav li .a8.active .s_icon, .detail_main .s_icon8, .keywordinfo .s_icon8 {
        background: url(../img/icon3.png?v=20240830) no-repeat -528px -110px;
    }

    .fx_sub_nav li .a1.active_s .s_icon {
        background-position: -3px -165px;
    }

    .fx_sub_nav li .a2.active_s .s_icon {
        background-position: -83px -165px;
    }

    .fx_sub_nav li .a3.active_s .s_icon {
        background-position: -160px -165px;
    }

    .fx_sub_nav li .a4.active_s .s_icon {
        background-position: -228px -165px;
    }

    .fx_sub_nav li .a5.active_s .s_icon {
        background-position: -302px -165px;
    }

    .fx_sub_nav li .a6.active_s .s_icon {
        background-position: -373px -165px;
    }

    .fx_sub_nav li .a7.active_s .s_icon {
        background-position: -449px -165px;
    }

    .fx_sub_nav li .a8.active_s .s_icon {
        background-position: -530px -165px;
    }

    .fx_sub_nav li a span {
        margin-top: 3px;
    }

.rusult_rel {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    color: #8e8e8e;
    height: 45px;
    line-height: 45px;
}

.search_tj {
    width: 970px;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 15px;
    background: #e6f0fa;
    line-height: 43px;
    box-shadow: 0 3px 3px #ccc;
    position: relative;
}


    .search_tj #divSearchBox {
        width: 680px;
    }

.sanjiao1 {
    position: absolute;
    top: 21px;
    left: 127px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #2894ff transparent;
    border-style: dashed dashed solid dashed;
    border-width: 10px;
    z-index: 1000;
}

.sanjiao2 {
    position: absolute;
    top: -9px;
    left: -10px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #e6f0fa transparent;
    border-style: dashed dashed solid dashed;
    border-width: 10px;
}

#searchtypechange {
    padding: 5px;
    width: 400px;
    height: 50px;
    left: 100px;
    top: 41px;
    position: absolute;
    background-color: #e6f0fa;
    border-radius: 4px;
    border: 1px solid #2894ff;
    box-shadow: 0px 0px 15px #06c;
    line-height: 50px;
    text-align: center;
    z-index: 999;
}



.search_tj dt {
    color: #3e4a61;
    font-weight: bold;
    margin-right: 12px;
}

.search_tj dd {
    color: #d5dcde;
}

    .search_tj dd a {
        color: #8e8e8e;
        padding-right: 18px;
        background: url(../img/close.png?v=20240830) no-repeat right center;
    }

.search_tj .r select {
    margin: 12px 5px 0;
}

.detail_main {
    width: 996px;
    padding: 1px;
    border: 1px solid #e9ecee;
    background: #fff;
    margin: 5px auto;
}

    .detail_main .t_box {
        background: #f7f7f7;
        /*padding: 15px 15px 5px;*/
        margin-top: 10px;
    }

        .detail_main .t_box li {
            min-height: 20px;
            line-height: 22px;
            margin-bottom: 15px;
        }




            .detail_main .t_box li .s_icon {
                margin-right: 15px;
            }

            .detail_main .t_box li a {
                color: #414141;
                font-size: 16px;
            }


            .detail_main .t_box li .divpath a {
                font-size: 14px;
            }


            .detail_main .t_box li a .num {
                color: #8e8e8e;
                min-width: 72px;
            }

            .detail_main .t_box li a .title span {
                color: #0c71b4;
                font-weight: bold;
            }

    .detail_main .b_box {
        padding: 0 15px;
    }

        .detail_main .b_box li {
            padding: 20px 0 0;
        }

            .detail_main .b_box li .t {
                margin-bottom: 5px;
            }

                .detail_main .b_box li .t .s_icon {
                    margin-right: 15px;
                }

                .detail_main .b_box li .t .title {
                    color: #0c71b4;
                    font-size: 16px;
                    margin-bottom: 5px;
                    width: 920px;
                    line-height: 22px;
                }


    .detail_main .t_box li .t .title {
        color: #0c71b4;
        font-size: 16px;
        margin-bottom: 10px;
        width: 663px;
        line-height: 22px;
    }

        .detail_main .t_box li .t .title:hover {
            font-weight: bold;
        }



    .detail_main .b_box li .t .title:hover {
        font-weight: bold;
    }

    .detail_main .b_box li .m {
        margin-left: 34px;
        border-bottom: 1px dashed #e6e8e9;
        padding-bottom: 20px;
    }

        .detail_main .b_box li .m .text {
            line-height: 24px;
            color: #8e8e8e;
            margin-bottom: 6px;
        }



#floatBoxBg {
    width: 100%;
    height: auto;
    filter: alpha(opacity=100);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b2b2b2;
    padding: 0px;
    margin: auto;
}

.floatBox {
    border: 1px solid #AEBFCF;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #E6F0FA;
    padding: 0px 0px 10px 0px;
    z-index: 999;
    border-top-width: 0px;
}

    .floatBox .title {
        height: 40px;
        color: #555;
        font-family: "宋体";
        font-size: 14px;
        vertical-align: middle;
        padding: 0px 10px 0px 10px;
        background-color: #E6F0FA;
        cursor: move;
        font-weight: bold;
        border-top: 3px solid #0B71B3;
        text-align: center;
    }

        .floatBox .title h4 {
            font-weight: bold;
            float: left;
            padding: 0;
            margin: 0;
            font-family: "微软雅黑", Microsoft YaHei;
            font-size: 16px;
            line-height: 40px;
            vertical-align: top;
            text-align: center;
            width: 93%;
            color: #3B465C;
        }

        .floatBox .title span {
            float: right;
            cursor: pointer;
            font-family: "微软雅黑", Microsoft YaHei;
            text-align: right;
            padding-top: 10px;
        }

    .floatBox .content {
        background-color: #E6F0FA;
        width: auto;
        height: auto;
        padding: 5px 20px 0px 20px;
        margin: auto;
        float: left;
    }

.floatBox-button {
    width: 100%;
    height: 30px;
    padding: 0px;
    margin: 10px auto auto auto;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.xuanze {
    height: 180px;
    width: 150px;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    padding: 0px 0px 0px 2px;
    margin: 0px;
    line-height: 22px;
    font-size: 12px;
    color: #666 !important;
    display: inline-block;
    border: 1px solid #e7e7e7;
    background-color: #FFF;
}

.detail_main .b_box li .m .time {
    color: #8e8e8e;
    font-size: 12px;
    font-style: italic;
    vertical-align: text-top;
}

    .detail_main .b_box li .m .time a {
        color: #8e8e8e;
    }

        .detail_main .b_box li .m .time a:hover {
            color: #8e8e8e;
        }

    .detail_main .b_box li .m .time span, .detail_main .b_box li .m .time a {
        /*margin-right: 30px;*/
    }




.detail_main .b_box li .t .time {
    color: #8e8e8e;
    font-size: 12px;
    font-style: italic;
    vertical-align: text-top;
    padding-left: 34px;
    width: 94%;
}

    .detail_main .b_box li .t .time a {
        color: #8e8e8e;
    }

        .detail_main .b_box li .t .time a:hover {
            color: #8e8e8e;
        }

    .detail_main .b_box li .t .time span, .detail_main .b_box li .t .time a {
        /*margin-right: 30px;*/
    }



.detail_main .b_box .li_img .txt_box {
    width: 780px;
    margin-left: 10px;
}

.detail_main .pager {
    text-align: center;
    color: #8d9197;
    padding: 45px 0;
}

    .detail_main .pager .in {
        display: inline-block;
        font-size: 14px;
    }

    .detail_main .pager .s1 {
        margin: 10px 15px 0 0;
    }


    .detail_main .pager .s2 a {
        float: left;
        width: 32px;
        height: 32px;
        border: 1px solid #ddd;
        margin-right: -1px;
        text-align: center;
        line-height: 32px;
        color: #4889bf;
    }

    .detail_main .pager .s2 .pre, .detail_main .pager .s2 .next {
        color: #858687;
    }

    .detail_main .pager .s3 {
        margin: 10px 15px 0 15px;
    }

    .detail_main .pager .s5 {
        margin: 10px 15px 0 5px;
    }

    .detail_main .pager .s4 {
        margin-top: 3px;
    }

        .detail_main .pager .s4 .text {
            width: 28px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border: 1px solid #ddd;
        }

    .detail_main .pager .s6 {
        width: 44px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background: #f5fbfd;
        border: 1px solid #bdcede;
        border-radius: 5px;
        color: #0c71b4;
        float: left;
        margin-top: 5px;
    }

    .detail_main .pager .first {
        background: url(../img/i_3.png?v=20240830) no-repeat center center;
    }

    .detail_main .pager .last {
        background: url(../img/i_4.png?v=20240830) no-repeat center center;
    }

    .detail_main .pager .pre {
        background: url(../img/i_5.png?v=20240830) no-repeat center center;
    }

    .detail_main .pager .next {
        background: url(../img/i_6.png?v=20240830) no-repeat center center;
    }

    .detail_main .pager .a:hover {
        background: #0c71b4;
        color: #fff;
    }

.fxdg_main .b_box .bd li .more_btn {
    display: block;
    width: 26px;
    height: 16px;
    background: url(../img/more_btn.png?v=20240830) no-repeat 0 0;
    margin: 0 0 10px 210px;
}

    .fxdg_main .b_box .bd li .more_btn:hover {
        background: url(../img/more_btn1.png?v=20240830) no-repeat 0 0;
    }

@media all and (max-width: 1300px) {
    .footerMod {
        position: static;
    }
}

.s-inputBtn {
    width: 128px;
    height: 36px;
    background-color: #fff;
    border-left: 0;
    float: left;
    border-left: 1px #96c3d8 solid;
    cursor: pointer;
}

    .s-inputBtn a {
        background: url("../img/fxdg/srhIcon1.png") no-repeat 0 0;
        padding-left: 22px;
        line-height: 16px;
        display: block;
        color: #0164ab;
        margin: 10px 0 0 30px;
    }

    .s-inputBtn:hover {
        background-color: #39a0d1;
    }

    .s-inputBtn:active {
        background-color: #1075b7;
    }

    .s-inputBtn:hover a {
        background: url("../img/fxdg/srhIcon1.png") no-repeat 0 -23px;
        color: #fff;
    }


.sxList {
    width: 320px;
}




/*********全局检索各个库显示样式*******/
.sel-tab {
    width: 999px;
    height: 41px;
    border-bottom: 3px #0c71b4 solid;
    background-color: #ffffff;
    margin: 0 auto;
}

.sel-ul li {
    float: left;
    position: relative;
    text-align: center;
    line-height: 41px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .sel-ul li:hover {
        background: #3496cc;
    }

    .sel-ul li a {
        color: #3e4a61;
        display: inline-block;
        line-height: 41px;
        text-align: center;
        padding: 0 10px;
    }

    .sel-ul li:hover a {
        color: #fff;
    }

    .sel-ul li span {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../img/icon3.png?v=20240830) no-repeat;
        vertical-align: middle;
        padding-right: 5px;
    }

        .sel-ul li span.icon {
            background: url(../img/icon-33.png?v=20240830) no-repeat 0 -22px;
        }

        .sel-ul li span.icon1 {
            background-position: -2px -3px;
        }

        .sel-ul li span.icon2 {
            background-position: -82px -3px;
        }

        .sel-ul li span.icon3 {
            background-position: -159px -3px;
        }

        .sel-ul li span.icon4 {
            background-position: -227px -3px;
        }

        .sel-ul li span.icon5 {
            background-position: -301px -3px;
        }

        .sel-ul li span.icon6 {
            background-position: -372px -3px;
        }

        .sel-ul li span.icon7 {
            background-position: -448px -3px;
        }

        .sel-ul li span.icon8 {
            background-position: -759px -3px;
        }

    .sel-ul li:hover span.icon {
        background: url(../img/icon-33.png?v=20240830) no-repeat 0 0;
    }

    .sel-ul li:hover span.icon1 {
        background-position: -3px -165px;
    }

    .sel-ul li:hover span.icon2 {
        background-position: -83px -165px;
    }

    .sel-ul li:hover span.icon3 {
        background-position: -160px -165px;
    }

    .sel-ul li:hover span.icon4 {
        background-position: -228px -165px;
    }

    .sel-ul li:hover span.icon5 {
        background-position: -302px -165px;
    }

    .sel-ul li:hover span.icon6 {
        background-position: -373px -165px;
    }

    .sel-ul li:hover span.icon7 {
        background-position: -449px -165px;
    }

    .sel-ul li:hover span.icon8 {
        background-position: -760px -165px;
    }

    .sel-ul li.on {
        background: #0c71b4;
    }

        .sel-ul li.on a {
            color: #fff;
        }

        .sel-ul li.on span.icon {
            background: url(../img/icon-33.png?v=20240830) no-repeat 0 0;
        }

        .sel-ul li.on span.icon1 {
            background-position: -3px -165px;
        }

        .sel-ul li.on span.icon2 {
            background-position: -83px -165px;
        }

        .sel-ul li.on span.icon3 {
            background-position: -160px -165px;
        }

        .sel-ul li.on span.icon4 {
            background-position: -228px -165px;
        }

        .sel-ul li.on span.icon5 {
            background-position: -302px -165px;
        }

        .sel-ul li.on span.icon6 {
            background-position: -373px -165px;
        }

        .sel-ul li.on span.icon7 {
            background-position: -449px -165px;
        }

        .sel-ul li.on span.icon8 {
            background-position: -760px -165px;
        }







/***************全文css样式*******************/
.title_m {
    font-family: SimSun;
    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: ËÎÌå;
    font-size: 18.7px;
    font-weight: bold;
    text-align: center;
}

    .title_al table {
        margin: auto;
    }

.title_alx {
    font-family: ËÎÌå;
    font-size: 16px;
    font-weight: bold;
}

    .title_alx table {
        margin: auto;
    }

.title_s table {
    margin: auto;
}

.c_zhang {
    font-family: SimSun;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

    .c_zhang table {
        margin: auto;
    }

.c_jie {
    font-family: SimSun;
    font-size: 16px;
    text-align: center;
}

    .c_jie table {
        margin: auto;
    }

.c_tiao {
    font-family: SimSun;
    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: SimSun;
    font-size: 21px;
}

.fs_2 {
    font-family: SimSun;
    font-size: 18px;
}

.fs_3 {
    font-family: SimSun;
    font-size: 16px;
}

.fs_4 {
    font-family: SimSun;
    font-size: 14px;
}

.c_pre {
}

.jc {
    font-weight: bold;
}

.dline {
    text-decoration: underline;
    font-family: ºÚÌå;
}

.bgcolor {
    background-color: #B3B3B3;
}

/*new add*/
.zt_banner {
    height: 290px;
    min-height: inherit;
}

    .zt_banner .search_mod {
        padding-top: 85px;
    }

        .zt_banner .search_mod .text_p1 {
            font-size: 28px;
            color: #0c71b4;
            margin-bottom: 10px;
            font-weight: bold;
        }

.zt_index_wrap {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 111;
}

    .zt_index_wrap .yuedu_menu {
        border-bottom: 1px solid #0c71b4;
        width: 100%;
        position: absolute;
        top: -41px;
        left: 0;
    }

        .zt_index_wrap .yuedu_menu a {
            float: left;
            width: 145px;
            height: 41px;
            text-align: center;
            line-height: 41px;
            font-size: 18px;
            color: #767e86;
            background: #fff;
        }

        .zt_index_wrap .yuedu_menu .on {
            background: #0c71b4;
            color: #fff;
        }

        .zt_index_wrap .yuedu_menu .zt_bd {
            border: 1px solid #e9ecee;
            border-top: 0 none;
        }

    .zt_index_wrap .zt_bd .hd {
        margin: 0 13px 0;
        border-bottom: 1px solid #bdd3e9;
        margin-bottom: 40px;
    }

        .zt_index_wrap .zt_bd .hd strong {
            display: block;
            width: 140px;
            height: 44px;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            color: #415fc3;
            border-bottom: 2px solid #0c71b4;
            margin-left: 53px;
            margin-bottom: -1px;
        }

    .zt_index_wrap .zt_bd .bd {
        padding-bottom: 52px;
    }

        .zt_index_wrap .zt_bd .bd li {
            float: left;
            margin-right: 20px;
            padding-top: 10px;
        }

    .zt_index_wrap .zt_bd .bd {
        padding-left: 64px;
        /*box-shadow: 0 5px 5px #ccc;*/
        margin-bottom: 20px;
    }



.new_crumb_box {
    font-style: italic;
    color: #3e4a61;
    font-size: 14px;
    width: 997px;
    margin: 10px auto;
    border-left: 3px solid #7d8592;
}

    .new_crumb_box p {
        padding-left: 6px;
        font-weight: bold;
    }

        .new_crumb_box p a {
            color: #3e4a61;
        }

    .new_crumb_box .on {
        color: #0c71b4;
    }

.artical_wrap {
    width: 998px;
    border: 1px solid #e9ecee;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 3px 3px #ddd;
}

    .artical_wrap .inner {
        padding: 20px;
    }

.artical_wrap_body {
    background: #f2f5f7;
}

.artical_wrap .l_box {
    width: 180px;
    border: 1px solid #bdcede;
    background: #f5fbfd;
    padding: 15px 10px;
    height: 748px;
    overflow: hidden;
    border-radius: 3px;
}

    .artical_wrap .l_box .hd {
        color: #3e4a61;
        font-size: 20px;
        background: url("../img/new/n1.png") no-repeat 0 4px;
        padding-left: 24px;
        height: 22px;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: left;
    }

    .artical_wrap .l_box .bd {
    }

        .artical_wrap .l_box .bd a {
            color: #3e4a61;
            font-size: 14px;
            display: block;
            margin-bottom: 20px;
            line-height: 18px;
        }

        /*图书目录用*/
        .artical_wrap .l_box .bd .active {
            color: #0c71b4;
            font-size: 14px;
            display: block;
            margin-bottom: 20px;
            line-height: 18px;
        }

        .artical_wrap .l_box .bd a:hover {
            color: #0c71b4;
        }

.artical_wrap .r_box {
    width: 722px;
    border: 1px solid #bdcede;
    background: #fff;
    padding: 15px 5px 15px 15px;
    height: 748px;
    overflow: hidden;
}

    .artical_wrap .r_box .hd {
        font-size: 20px;
        color: #3e4a61;
        font-weight: bold;
        margin-bottom: 15px;
        text-align: left;
    }

    .artical_wrap .r_box p {
        text-indent: 2em;
        margin-top: 5px;
        line-height: 26px;
        color: #414141;
    }

.mCSB_scrollTools .mCSB_draggerContainer {
    background: #d7eaf7;
}
/*.artical_wrap .r_box  p span{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3e4a61;
    color: #fff;
    text-align: center;
    line-height: 14px;
    background: url("../img/new/n2.png") no-repeat 0 center;
    vertical-align: middle;
    position: relative;
}
*/
.artical_wrap .r_box p em {
    position: absolute;
    bottom: 25px;
    left: -140px;
    line-height: 24px;
    text-indent: 0;
    width: 280px;
    background: #f5fafd;
    border: 1px solid #bdccdc;
    border-bottom: 2px solid #bdccdc;
    border-radius: 3px;
    padding: 15px 10px;
    color: #414141;
    font-size: 14px;
    font-style: normal;
    text-align: left;
    display: none;
}

    .artical_wrap .r_box p em i {
        position: absolute;
        bottom: -8px;
        left: 140px;
        width: 12px;
        height: 8px;
        background: url("../img/new/n13.png") no-repeat 0 center;
    }

.hd {
    height: 30px;
    text-align: right;
    padding-right: 10px;
}

    .hd .inner {
        display: inline-block;
    }

        .hd .inner a {
            float: left;
            width: 24px;
            height: 24px;
        }

            .hd .inner a span, .ts_list .hd .inner a .on {
                display: block;
                width: 24px;
                height: 24px;
                background: url(../img/new/n11.png?v=20240830) no-repeat 0 0;
            }

        .hd .inner .a1 span {
            background-position: 0 0;
        }

        .hd .inner .a2 span {
            background-position: -24px 0;
        }

        .hd .inner .a1 .on {
            background-position: 0 -24px;
        }

        .hd .inner .a2 .on {
            background-position: -24px -24px;
        }

.tsk_wrap {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 3px 3px 3px #ddd;
}

    .tsk_wrap .inner {
        padding: 15px 25px;
    }

    .tsk_wrap .l_box .book_box .img {
        border-radius: 3px;
        box-shadow: 0 3px 3px #eee;
        margin-right: 30px;
        width: 238px;
    }

        .tsk_wrap .l_box .book_box .img img {
            width: 238px;
        }

    .tsk_wrap .l_box .book_box .text .d1 {
        font-size: 22px;
        color: #0c71b4;
        margin-bottom: 13px;
        width: 460px;
        line-height: 32px;
    }

    .tsk_wrap .l_box .book_box .text .d2 {
        color: #333;
        line-height: 30px;
        width: 460px;
    }

        .tsk_wrap .l_box .book_box .text .d2 span {
            color: #6c6c6c;
        }

    .tsk_wrap .l_box .book_box .text .d3 {
        padding-top: 80px;
    }

        .tsk_wrap .l_box .book_box .text .d3 a {
            float: left;
            width: 130px;
            height: 38px;
            text-align: center;
            line-height: 38px;
            color: #767676;
            background: #f5fafd;
            border: 1px solid #d9e3ed;
            border-bottom: 3px solid #d9e3ed;
            margin-right: 15px;
            font-size: 18px;
            display: inline;
            border-radius: 3px;
        }

            .tsk_wrap .l_box .book_box .text .d3 a:hover {
                border-color: #1777b7;
                color: #1777b7;
            }

    .tsk_wrap .l_box .con_intro {
        width: 720px;
        margin-top: 65px;
        margin-bottom: 40px;
    }

        .tsk_wrap .l_box .con_intro .hd {
            font-size: 20px;
            color: #0c71b4;
            font-weight: bold;
            margin-bottom: 10px;
            height: auto;
            text-align: left;
            padding-right: auto;
        }

        .tsk_wrap .l_box .con_intro .bd p {
            color: #414141;
            font-size: 14px;
            line-height: 24px;
            text-indent: 2em;
        }

        .tsk_wrap .l_box .con_intro .bd {
            width: 720px;
            padding: 0;
        }

    .tsk_wrap .l_box .dis_con {
        width: 720px;
    }

        .tsk_wrap .l_box .dis_con .hd {
            font-size: 20px;
            color: #0c71b4;
            font-weight: bold;
            margin-bottom: 15px;
            height: auto;
            text-align: left;
            padding-right: auto;
        }

        .tsk_wrap .l_box .dis_con .bd {
            background: #f1f5f8;
            border: 1px solid #dcdddf;
            border-radius: 3px;
            padding: 20px;
            border-bottom: 2px solid #cac8c9;
        }

            .tsk_wrap .l_box .dis_con .bd .t_box {
                background: #fff;
                padding: 20px 5px 20px 20px;
                margin-bottom: 5px;
            }

            .tsk_wrap .l_box .dis_con .bd .user {
                margin-bottom: 10px;
            }

                .tsk_wrap .l_box .dis_con .bd .user .img {
                    width: 38px;
                    margin-right: 10px;
                    border: 1px solid #0c71b4;
                    border-radius: 3px;
                }

                    .tsk_wrap .l_box .dis_con .bd .user .img img {
                        border-radius: 3px;
                    }

                .tsk_wrap .l_box .dis_con .bd .user .text .d1 {
                    font-size: 12px;
                    color: #0c71b4;
                    margin-bottom: 5px;
                }

                .tsk_wrap .l_box .dis_con .bd .user .text .d2 {
                    font-size: 16px;
                    color: #666;
                }

            .tsk_wrap .l_box .dis_con .bd .user_2 .img {
                width: 28px;
            }

            .tsk_wrap .l_box .dis_con .bd .user_2 {
                padding-left: 52px;
            }

                .tsk_wrap .l_box .dis_con .bd .user_2 .d2 span {
                    color: #0c71b4;
                }

    .tsk_wrap .l_box .user_fn {
        text-align: right;
        border-bottom: 1px dashed #c3d0e0;
        padding-bottom: 6px;
        margin-bottom: 15px;
    }

    .tsk_wrap .l_box .dis_con .b_box {
        background: #e6f0fa;
        padding: 20px;
    }

        .tsk_wrap .l_box .dis_con .b_box textarea {
            width: 634px;
            height: 52px;
            padding: 3px;
            border: 0 none;
            background: transparent;
        }

    .tsk_wrap .l_box .dis_con .pl_btn_box {
        text-align: right;
    }

        .tsk_wrap .l_box .dis_con .pl_btn_box a {
            display: inline-block;
            width: 62px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            border: 1px solid #1776b6;
            border-bottom: 3px solid #1776b6;
            background: #fff;
            color: #1776b6;
            border-radius: 5px;
        }

    .tsk_wrap .r_box {
        width: 200px;
    }

        .tsk_wrap .r_box .t {
            width: 198px;
            background: #f5fbfd;
            border-radius: 5px;
            margin-bottom: 5px;
        }

        .tsk_wrap .r_box .t_in {
            border: 1px solid #9db5cd;
            border-radius: 5px;
            padding: 10px;
        }

        .tsk_wrap .r_box .t .p1 {
            padding-left: 18px;
            background: url("../img/z1.png") no-repeat 0 4px;
            font-size: 14px;
            line-height: 20px;
        }

            .tsk_wrap .r_box .t .p1 .s1 {
                color: #8e8e8e;
                margin-right: 10px;
            }

            .tsk_wrap .r_box .t .p1 .s2 {
                color: #0c71b4;
            }

        .tsk_wrap .r_box .t .p2 {
            padding-top: 22px;
        }

            .tsk_wrap .r_box .t .p2 a {
                float: left;
                width: 22px;
                height: 22px;
                margin-left: 6px;
                display: inline;
                background: url("../img/s1.png") no-repeat 0 0;
            }

            .tsk_wrap .r_box .t .p2 .a1 {
                background-position: 0 0;
            }

            .tsk_wrap .r_box .t .p2 .a2 {
                background-position: -27px 0;
            }

            .tsk_wrap .r_box .t .p2 .a3 {
                background-position: -53px 0;
            }

            .tsk_wrap .r_box .t .p2 .a4 {
                background-position: -80px 0;
            }

            .tsk_wrap .r_box .t .p2 .a5 {
                background-position: -106px 0;
            }

            .tsk_wrap .r_box .t .p2 .a6 {
                background-position: -133px 0;
            }

            .tsk_wrap .r_box .t .p2 a:hover {
                background: url("../img/s2.png") no-repeat 0 0;
            }

            .tsk_wrap .r_box .t .p2 .a2:hover {
                background-position: -27px 0;
            }

            .tsk_wrap .r_box .t .p2 .a3:hover {
                background-position: -53px 0;
            }

            .tsk_wrap .r_box .t .p2 .a4:hover {
                background-position: -80px 0;
            }

            .tsk_wrap .r_box .t .p2 .a5:hover {
                background-position: -106px 0;
            }

            .tsk_wrap .r_box .t .p2 .a6:hover {
                background-position: -133px 0;
            }

            .tsk_wrap .r_box .t .p2 a:active {
                background: url("../img/s3.png") no-repeat 0 0;
            }

            .tsk_wrap .r_box .t .p2 .a2:active {
                background-position: -27px 0;
            }

            .tsk_wrap .r_box .t .p2 .a3:active {
                background-position: -53px 0;
            }

            .tsk_wrap .r_box .t .p2 .a4:active {
                background-position: -80px 0;
            }

            .tsk_wrap .r_box .t .p2 .a5:active {
                background-position: -106px 0;
            }

            .tsk_wrap .r_box .t .p2 .a6:active {
                background-position: -133px 0;
            }

        .tsk_wrap .r_box .m {
            border: 1px solid #9db5cd;
            background: #f5fbfd;
            border-radius: 5px;
        }

        .tsk_wrap .r_box .m {
            padding: 8px;
            margin-bottom: 6px;
        }

            .tsk_wrap .r_box .m .hd {
                background: url("../img/new/n3.png") no-repeat 0 center;
                padding-left: 14px;
                font-size: 14px;
                font-weight: bold;
                color: #3e4a61;
                height: auto;
                text-align: left;
                padding-right: auto;
            }

            .tsk_wrap .r_box .m .bd {
                padding-left: 15px;
                font-size: 12px;
            }

                .tsk_wrap .r_box .m .bd li {
                    margin-top: 11px;
                }

                    .tsk_wrap .r_box .m .bd li p {
                        line-height: 18px;
                        margin-bottom: 5px;
                    }

                    .tsk_wrap .r_box .m .bd li .p1 {
                        color: #0c71b4;
                        background: url("../img/new/n6.png") no-repeat 0 5px;
                        padding-left: 10px;
                    }

                    .tsk_wrap .r_box .m .bd li .p2 {
                        font-style: italic;
                        color: #8e8e8e;
                        padding-left: 10px;
                    }

    .tsk_wrap .bd {
        padding: 0;
        width: auto;
    }

.tsk_banner {
    width: 100%;
    height: 293px;
    text-align: center;
    /*background: url("../img/new/img6.jpg") no-repeat center 0;*/
}


.tsk_wrap_con {
    margin-top: 4px;
    background: #fff;
}

    .tsk_wrap_con .inner {
        padding: 15px 0;
    }

    .tsk_wrap_con .pager .s2 a {
        margin-right: -1px;
    }

.pager .s2 .a_select {
    color: #fff;
}

.ztjj_box {
    padding-left: 38px;
}

    .ztjj_box .hd {
        color: #0c71b4;
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: bold;
        padding: 5px 0;
        text-align: left;
    }

    .ztjj_box .bd {
        color: #414141;
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
        padding-bottom: 28px;
        padding-right: 20px;
    }

.ztjj_box {
    background: #fff;
}

.tsk_sort_box {
    background: #f7f7f7;
    padding: 15px;
}

    .tsk_sort_box .b {
        margin-top: 16px;
    }

    .tsk_sort_box label {
        color: #8e8e8e;
        margin-right: 25px;
    }

    .tsk_sort_box .select_box .in {
        width: 130px;
        height: 22px;
        border: 1px solid #bdccdc;
        border-radius: 2px;
        background: #fff;
        color: #71767d;
        line-height: 22px;
        padding-left: 8px;
        background: url("../img/new/a_b.png") #fff no-repeat 95% center;
    }

    .tsk_sort_box .select_box {
        margin-top: -4px;
        position: relative;
    }

    .tsk_sort_box .in_option {
        position: absolute;
        top: 22px;
        left: 0;
        width: 130px;
        border: 1px solid #bdccdc;
        background: #fff;
        padding-left: 8px;
        display: none;
    }

        .tsk_sort_box .in_option a {
            display: block;
            color: #71767d;
            height: 22px;
            line-height: 22px;
        }

            .tsk_sort_box .in_option a:hover {
                color: #1073b8;
            }

    .tsk_sort_box .b a {
        color: #414141;
        float: left;
        margin-right: 8px;
        padding: 5px;
        border-radius: 3px;
        margin-top: -4px;
    }

        .tsk_sort_box .b .on, .tsk_sort_box .b a:hover {
            color: #fff;
            background: #0c71b4;
        }

.ts_list .bd li {
    float: left;
    width: 230px;
    height: 339px;
    margin: 0 0 10px 5px;
    display: inline;
}

.ts_list .bd {
    border-bottom: 1px dashed #e6e8e9;
    margin: 0 25px;
    padding-top: 10px;
}

    .ts_list .bd li a.title {
        display: block;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 24px 0 14px;
    }

    .ts_list .bd li a.book_btn {
        float: left;
        width: 60px;
        height: 25px;
        text-align: center;
        line-height: 27px;
        color: #767676;
        background: #f5fafd;
        border: 1px solid #d9e3ed;
        border-bottom: 3px solid #d9e3ed;
        margin-right: 5px;
        font-size: 12px;
        display: inline;
        border-radius: 3px;
        font-style: normal;
    }

        .ts_list .bd li a.book_btn:hover {
            border-color: #1777b7;
            color: #1777b7;
        }

    .ts_list .bd li a.book_btn_pdf {
        float: left;
        /*width: 85px; dongbin 20220719*/
        width: 60px;
        height: 25px;
        text-align: center;
        line-height: 27px;
        color: #767676;
        background: #f5fafd;
        border: 1px solid #d9e3ed;
        border-bottom: 3px solid #d9e3ed;
        /*margin-right: 15px; dongbin 20220719*/
        margin-right: 5px;
        font-size: 12px;
        display: inline;
        border-radius: 3px;
        font-style: normal;
    }

        .ts_list .bd li a.book_btn_pdf:hover {
            border-color: #1777b7;
            color: #1777b7;
        }

    .ts_list .bd li .img {
        text-align: center;
    }

        .ts_list .bd li .img img {
            width: 140px;
            height: 192px;
        }

    .ts_list .bd li .text {
        width: 186px;
        margin: 0 auto;
    }

        .ts_list .bd li .text .p1 {
            font-size: 16px;
            color: #0c71b4;
            margin-bottom: 5px;
            margin-top: 16px;
            line-height: 22px;
        }

        .ts_list .bd li .text .p2 {
            font-size: 12px;
            color: #9b9c9c;
        }

    .ts_list .bd li a:hover {
        background: #f5fbfd;
        border: 1px solid #bdcede;
        border-radius: 3px;
        box-shadow: 0 0 5px #eee;
    }

    .ts_list .bd li .p3 {
        padding-top: 10px;
    }

.tszy_list .item .img img {
    width: 100px;
}

.ml_icon1 {
    width: 41px;
    height: 26px;
    background: url(../img/new/ml_1.png?v=20240830) no-repeat 0 0;
}

.mulu_box .p2 {
    padding-left: 29px;
}

.ml_icon2 {
    width: 70px;
    height: 26px;
    background: url(../img/new/ml_2.png?v=20240830) no-repeat 0 0;
}

.mulu_box .p3 {
    padding-left: 86px;
}

.ml_icon3 {
    width: 69px;
    height: 13px;
    background: url(../img/new/ml_3.png?v=20240830) no-repeat 0 0;
}

.ml_icon {
    margin: 0 5px 0 0;
}

.tszy_list {
    padding: 0 55px;
}

    .tszy_list .item {
        margin-top: 25px;
        border-bottom: 1px dashed #e6e8e9;
        padding-bottom: 10px;
    }

        .tszy_list .item .text {
            width: 747px;
            margin-left: 10px;
        }

            .tszy_list .item .text .t a {
                font-size: 16px;
                color: #0c71b4;
                display: block;
                margin-bottom: 8px;
            }

                .tszy_list .item .text .t a:hover {
                    font-weight: bold;
                }

            .tszy_list .item .text .t span {
                color: #9b9c9c;
                font-size: 14px;
                font-style: italic;
            }

            .tszy_list .item .text span {
                color: #9b9c9c;
                font-size: 14px;
                font-style: italic;
            }

            .tszy_list .item .text .t {
                margin-bottom: 8px;
            }

        .tszy_list .item .m .txt {
            line-height: 20px;
            color: #8e8e8e;
            margin-bottom: 10px;
        }

        .tszy_list .item .b .title {
            padding-left: 17px;
            background: url(../img/new/n10.png?v=20240830) no-repeat 0 0;
        }

.mulu_box p a {
    color: #333;
}

    .mulu_box p a:hover {
        color: #0c71b4;
    }
/*--------- ↓ 图书相关CSS ↓----------*/
.zt_index_wrap {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 111;
    display: none;
}

    .zt_index_wrap .inner {
        border-top-color: rgb(233, 236, 238);
        margin: 2px auto 0;
        border: 1px solid #e9ecee;
        position: relative;
        margin-bottom: 10px;
    }

    .zt_index_wrap .yuedu_menu {
        border-bottom: 1px solid #0c71b4;
        width: 100%;
        position: absolute;
        top: -41px;
        left: 0;
    }

        .zt_index_wrap .yuedu_menu a {
            float: left;
            width: 145px;
            height: 41px;
            text-align: center;
            line-height: 41px;
            font-size: 18px;
            color: #767e86;
            background: #fff;
        }

        .zt_index_wrap .yuedu_menu .on {
            background: #0c71b4;
            color: #fff;
        }

        .zt_index_wrap .yuedu_menu .zt_bd {
            border: 1px solid #e9ecee;
            border-top: 0 none;
        }

    .zt_index_wrap .zt_bd .hd {
        margin: 0 13px 0;
        border-bottom: 1px solid #bdd3e9;
        margin-bottom: 40px;
        height: auto;
    }

        .zt_index_wrap .zt_bd .hd strong {
            display: block;
            width: 140px;
            height: 44px;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            color: #415fc3;
            border-bottom: 2px solid #0c71b4;
            margin-left: 53px;
            margin-bottom: -1px;
        }

    .zt_index_wrap .zt_bd .bd {
        padding-bottom: 52px;
    }

        .zt_index_wrap .zt_bd .bd li {
            float: left;
            margin-right: 20px;
        }

    .zt_index_wrap .zt_bd .bd {
        padding-left: 64px;
        /*box-shadow: 0 5px 5px #ccc;*/
    }

.zt_spzd_index_wrap {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 111;
    display: none;
}

    .zt_spzd_index_wrap .inner {
        border-top-color: rgb(233, 236, 238);
        margin: 2px auto 0;
        border: 1px solid #e9ecee;
        position: relative;
        margin-bottom: 10px;
    }

    .zt_spzd_index_wrap .yuedu_menu {
        border-bottom: 1px solid #0c71b4;
        width: 100%;
        position: absolute;
        top: -41px;
        left: 0;
    }

        .zt_spzd_index_wrap .yuedu_menu a {
            float: left;
            width: 145px;
            height: 41px;
            text-align: center;
            line-height: 41px;
            font-size: 18px;
            color: #767e86;
            background: #fff;
        }

        .zt_spzd_index_wrap .yuedu_menu .on {
            background: #0c71b4;
            color: #fff;
        }

        .zt_spzd_index_wrap .yuedu_menu .zt_bd {
            border: 1px solid #e9ecee;
            border-top: 0 none;
        }

    .zt_spzd_index_wrap .zt_bd .hd {
        margin: 0 13px 0;
        border-bottom: 1px solid #bdd3e9;
        margin-bottom: 40px;
        height: auto;
    }

        .zt_spzd_index_wrap .zt_bd .hd strong {
            display: block;
            width: 140px;
            height: 44px;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            color: #415fc3;
            border-bottom: 2px solid #0c71b4;
            margin-left: 53px;
            margin-bottom: -1px;
        }

    .zt_spzd_index_wrap .zt_bd .bd {
        padding-bottom: 52px;
    }

        .zt_spzd_index_wrap .zt_bd .bd li {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

    .zt_spzd_index_wrap .zt_bd .bd {
        padding-left: 64px;
        box-shadow: 0 5px 5px #ccc;
    }

pre, xmp, plaintext, listing {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}


.fltsconent {
    text-indent: 2em;
    margin-top: 5px;
    line-height: 26px;
    color: #414141;
}


    .fltsconent img {
        max-width: 600px;
    }

.searchtxtbox {
    width: 140px;
    height: 24px;
    border: 1px solid #96c3d8;
    -moz-border-radius: 3px 0 0 4px; /* Gecko browsers */
    -webkit-border-radius: 3px 0 0 4px; /* Webkit browsers */
    border-radius: 3px 0 0 4px;
    float: left;
    background-color: #ffffff;
    padding-left: 5px;
}

    .searchtxtbox input {
        border: 0 none;
        width: 140px;
        height: 24px;
        line-height: 20px;
        float: left;
    }

.searchtxtbutton {
    background: url(/staticelem/img/headsearch.jpg?v=20240830) no-repeat;
    height: 26px;
    width: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    cursor: pointer;
}


.phcolor {
    color: #999;
}


.class_link {
    display: none;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    background-color: #FCF4D7;
    padding-left: 10px;
    height: 35px;
    line-height: 30px;
}

    .class_link span {
        color: #0c71b4;
    }

    .class_link a.link_item_a {
        color: #4a4a4a;
    }

        .class_link a.link_item_a:hover {
            color: #0c71b4;
        }


.statistics {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

    .statistics a {
        border: 1px solid #96c3d8;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 25px;
        padding: 5px;
        border-radius: 5px;
        color: #3e4a61;
    }

        .statistics a:hover {
            color: #fff;
            background-color: #0c71b4;
        }

    .statistics .active {
        color: #fff;
        background-color: #0c71b4;
    }

.titleselectContent {
    font-family: 微软雅黑;
    font-size: 14px;
    margin-bottom: 5px;
}

.titleSelectText {
    border: 1px solid #96c3d8;
    border-radius: 5px;
    height: 30px;
    width: 270px;
}

.titleSelect {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #96c3d8;
    border-radius: 5px;
    color: #0164ab;
    cursor: pointer;
    font-family: 微软雅黑;
    height: 30px;
    line-height: 26px;
}

    .titleSelect:hover {
        color: #fff;
        background: #0164ab none repeat scroll 0 0;
    }

.fz-title1 a:link {
    color: #0c71b4;
    font-size: 16px;
    line-height: 22px;
}


.fz-title1 a:hover {
    color: #0c71b4;
    font-weight: bold;
}



.fz-title1 a:visited {
    color: #39a0d1;
}

.fz-title1 a:hover {
    color: #0c71b4;
}

.image {
    display: inline-block;
    background: url(/staticelem/img/flws_icon-1.png?v=20240830) no-repeat;
    width: 21px;
    height: 22px;
    cursor: pointer;
    margin-left: 20px;
    position: absolute;
}

    .image:hover {
        background: url(/staticelem/img/flws_icon-2.png?v=20240830) no-repeat;
        width: 60px;
        height: 22px;
        cursor: pointer;
    }

.precontent {
    font-size: 12px;
}


/*-------弹出框样式 add time  20170427------*/
/**
* DialogBySHF Library v1.0.0
* http://www.sucaijiayuan.com
*/
#DialogBySHFLayer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 500;
    background-color: #333333;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
/*弹出的提示框*/
#DialogBySHF {
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    background-color: #f2f2f2;
    z-index: 600;
}

    #DialogBySHF #Title {
        margin: 0;
        width: 100%;
        height: 35px;
        background-color: #E6F0FA;
        font-family: 'microsoft yahei';
        font-size: 18px;
        text-align: center;
        cursor: move;
        line-height: 35px;
        border-radius: 3px 3px 0 0;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        border-top: 3px solid #0B71B3;
    }

    #DialogBySHF #Close {
        position: absolute;
        right: 7px;
        top: 6px;
        height: 21px;
        line-height: 21px;
        width: 21px;
        cursor: pointer;
        display: block;
        background-color: #E6F0FA;
    }

#Container table {
    margin: 0px auto;
}

#DialogBySHF #Container {
    padding: 0px 5px 5px 5px;
    /*width:390px;
    height:355px;*/
}

    #DialogBySHF #Container table, #DialogBySHF #Container iframe {
        width: 100%;
        height: 100%;
    }

        #DialogBySHF #Container table td {
            vertical-align: middle;
        }

        #DialogBySHF #Container table #TipLine {
            padding: 0 30px;
            font-family: 'microsoft yahei';
        }

        #DialogBySHF #Container table #BtnLine {
            height: 60px;
            text-align: center;
        }

            #DialogBySHF #Container table #BtnLine input {
                margin: 6px 11px;
                -moz-user-select: none;
                background-color: #F5F5F5;
                background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
                background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(241, 241, 241));
                background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
                border: 1px solid rgba(0,0,0,0.1);
                *border: 1px solid #DDDDDD;
                border: 1px solid #DDDDDD\0;
                border-radius: 2px;
                font-family: 'microsoft yahei';
                color: #666666;
                cursor: default;
                font-size: 12px;
                font-weight: bold;
                height: 29px;
                line-height: 27px;
                min-width: 54px;
                padding: 0 8px;
                text-align: center;
            }

                #DialogBySHF #Container table #BtnLine input:hover {
                    background-color: #F8F8F8;
                    background-image: -moz-linear-gradient(center top, #F8F8F8, #F1F1F1);
                    border: 1px solid #C6C6C6;
                    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
                    color: #333333;
                }

                #DialogBySHF #Container table #BtnLine input:focus {
                    border: 1px solid #4D90FE;
                    outline: medium none;
                }
/*-------弹出框样式 add time  20170427------*/
a.flink:link {
    color: #0c71b4 !important;
}

a.flink:visited {
    color: #0c71b4;
}

a.flink:hover {
    color: red;
}


/*图书库按钮*/
a.book_btn {
    float: left;
    width: 85px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    color: #767676;
    background: #f5fafd;
    border: 1px solid #d9e3ed;
    border-bottom: 3px solid #d9e3ed;
    margin-right: 15px;
    font-size: 12px;
    display: inline;
    border-radius: 3px;
    font-style: normal;
}

    a.book_btn:hover {
        border-color: #1777b7;
        color: #1777b7;
    }

a.book_btn_pdf {
    float: left;
    width: 85px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    color: #767676;
    background: #f5fafd;
    border: 1px solid #d9e3ed;
    border-bottom: 3px solid #d9e3ed;
    margin-right: 15px;
    font-size: 12px;
    display: inline;
    border-radius: 3px;
    font-style: normal;
}

    a.book_btn_pdf:hover {
        border-color: #1777b7;
        color: #1777b7;
    }


.anchorStyle {
    font-size: 16px;
    line-height: 26px;
    color: #0c71b4;
}


/**各个主页右边说明样式 2019.05.15*/
.help_text {
    color: #ffffff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 14px;
    padding-left: 10px;
}
/***/

.daohang .ul_top {
    width: 990px; /**必须更新2024年4月1日*/
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}




.daohang ul li {
    float: left;
    height: 30px !important;
}


/**内容页面鼠标滑动法条变更弹出框样式 add by zw 2019年11月13日*/
.hisbox {
    font-family: 微软雅黑,Microsoft YaHei;
    margin-top: 60px;
}

.item_action_name {
    width: 50px;
    float: left;
    color: #515153;
    font-size: 14px;
}

.item_title {
    width: 650px;
    float: left;
    padding-left: 30px;
}

.item_tiao_content_his {
    padding-left: 30px;
    padding-bottom: 20px;
    color: #505B6D;
    line-height: 25px;
    font-size: 14px;
    float: right;
}

.his_bg_1 {
    background: url(/staticelem/img/his_bg_1.png?v=20240830) no-repeat;
}

.his_bg_2 {
    background: url(/staticelem/img/his_bg_2.png?v=20240830) repeat-y;
}

.item_title a {
    color: #4385BF;
    text-decoration: none;
    font-weight: bold;
}

    .item_title a:hover {
        color: #4385BF;
        text-decoration: none;
        font-weight: bold;
    }

.his_content_gdt {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    width: 420px;
}
/**内容页面显示法条变更弹出框样式 add by zw 2019年11月13日*/


/**法条关联法律样式 */
.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: 596px;
    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;
    margin-top: 35px;
}

.flglft .prop {
    margin: 0 auto 30px;
    width: auto;
    text-align: center;
    color: #939494;
}



.flglft .prop_other {
    margin: 0 auto 30px;
    width: auto;
    text-align: center;
    color: #939494;
    font-size: 11px;
}

.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;
}


.flglft .flglft_lookAll_new {
    line-height: 25px;
    position: absolute;
    border: 1px solid #6ca9d1;
    color: #6ca9d1 !important;
    width: 75px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    top: 20px;
    right: 112px;
    cursor: pointer;
    font-size: 12px;
}

.flglft .flglft_flyg_new {
    line-height: 25px;
    position: absolute;
    border: 1px solid #6ca9d1;
    color: #6ca9d1 !important;
    width: 75px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    top: 20px;
    right: 30px;
    cursor: pointer;
    font-size: 12px;
    display: none;
}
/**法条关联法律样式 */

/* 提示词 样式 zw 2020年5月9日*/
.classurl {
    text-align: center;
    margin: -4px -10px -4px 0px;
    height: 31px;
    line-height: 31px;
}

a.yijianzhida {
    font-size: 12px;
    color: #787974 !important;
}

.classurl:hover a.yijianzhida {
    color: #0071BD !important;
    font-weight: bold;
    line-height: 31px;
}
/* 提示词 样式*/

.redwz {
    color: red !important;
}




/* 期刊检索页面 文献传递显示 查询结果书 只更新外网 */
#wxcd_div a:visited {
    color: #39a0d1;
}

#wxcd_div a:link {
    color: #0c71b4;
    font-size: 16px;
    line-height: 22px;
}

#wxcd_div a {
    color: #0c71b4;
    font-size: 16px;
    line-height: 20px;
}

/* 批量下载 */
.checkdown {
    position: absolute;
    left: -19px;
    padding-right: 15px;
    top: 5px;
}

/*dongbin */
#divbtn a {
    width: 85px;
}


.lib-search-container.search_b_box {
    height: 300px;
}

    .lib-search-container.search_b_box .inner {
        width: 950px;
    }

    .lib-search-container.search_b_box .r_bg {
        background-image: url('/staticelem/internet/img/bg-search-flws.jpg');
        background-position: center center;
        height: 230px;
        padding: 0;
        padding-top: 70px;
    }

.ftsy-search-container.search_b_box .r_bg {
    background-image: url('/staticelem/internet/img/bg-search-ftsy.jpg');
}

.lib-search-container.search_b_box .search_item .l {
    border: none;
    border-radius: 5px;
    height: 58px;
}

    .lib-search-container.search_b_box .search_item .l .text,
    .lib-search-container.search_b_box .search_item .l .text1 {
        border-radius: 5px;
        height: 42px;
        padding-left: 28px;
        padding-right: 18px;
        width: 430px !important;
    }

    .lib-search-container.search_b_box .search_item .l .text1 {
        width: 320px !important;
    }


.lib-search-container.search_b_box .s-inputBtn {
    height: 58px;
    border-radius: 5px;
    border: 0;
    background: none;
}

.lib-search-container.search_b_box .search_item .search_btn {
    border-radius: 5px;
    height: 48px;
    background-color: #2976AA;
    margin-top: 5px;
    margin-right: 5px;
    color: #fff;
    /*background-image: url('../internet/img/search-icon.png');*/
    background-image: url(/staticelem/images/search-general.png?v=20240830);
    background-position: 25px 18px;
    font-size: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

    .lib-search-container.search_b_box .search_item .search_btn:hover {
        background-color: #498fb8;
    }

.lib-search-container.search_b_box .search_item .result_btn {
    color: #FFF;
    background-color: #fe955a;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    margin-top: 27px;
    margin-left: 15px;
    border: 0px;
    font-size: 18px;
    background-image: url(/staticelem/images/search-advance.png?v=20240830);
    background-position: 17px 18px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    text-indent: 20px;
}

    .lib-search-container.search_b_box .search_item .result_btn:hover {
        background-color: #ffb482;
    }

    .lib-search-container.search_b_box .search_item .result_btn.inresult {
        background-image: url(/staticelem/images/search-result.png?v=20240830);
        background-size: 18px 15px;
        background-position: 9px 17px;
        text-indent: 22px;
    }


.ftsy-search-container.search_b_box .search_item .l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ftsy-search-container.search_b_box .div-select {
    height: 58px !important;
    border: 0px;
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0 !important;
    margin-top: 22px !important;
    width: 240px !important;
    margin-left: 0 !important;
}

.ftsy-search-container.search_b_box .getValue {
    line-height: 34px !important;
    margin-top: 5px;
    text-align: center;
    width: 200px !important;
    cursor: pointer;
}

.ftsy-search-container.search_b_box .xl_icon {
    background-image: url('../internet/img/index/dropdown-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    height: 38px;
    border-right: 1px solid #ddd;
    width: 40px;
}

.ftsy-search-container.search_b_box .div-select ul {
    top: 60px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    width: 200px !important;
    left: 20px;
}

    .ftsy-search-container.search_b_box .div-select ul li {
        height: auto;
        width: auto;
        text-align: center;
    }

        .ftsy-search-container.search_b_box .div-select ul li a {
            width: 100%;
        }

.ftsy-search-container.search_b_box .inner {
    width: 886px !important;
}

.lib-search-container .lib-title {
    margin: 0 auto 10px;
    display: block;
}

.fxdg-search-container {
    height: 160px;
}

    .fxdg-search-container.search_b_box {
        height: 160px;
    }

        .fxdg-search-container.search_b_box .r_bg {
            height: 160px;
            padding-top: 0;
            background-image: url("/staticelem/img/com_hd.jpg");
        }

        .fxdg-search-container.search_b_box .search_item .search_btn {
            width: 150px;
            border: 0;
        }

        .fxdg-search-container.search_b_box .search_item .l .text {
            width: 404px !important;
        }

        .fxdg-search-container.search_b_box .search_item .l {
            margin-top: 50px;
        }

.flfg-search-container {
    height: 160px;
}

    .flfg-search-container.search_b_box {
        height: 160px;
    }

        .flfg-search-container.search_b_box .r_bg {
            height: 160px;
            padding-top: 0;
            background-image: url("/staticelem/img/com_hd.jpg");
            background-size: 100%;
        }

        .flfg-search-container.search_b_box .search_item .search_btn {
            width: 120px;
            border: 0;
        }

        .flfg-search-container.search_b_box .search_item .l .text {
            width: 404px !important;
        }

        .flfg-search-container.search_b_box .search_item .l {
            margin-top: 50px;
        }


        .flfg-search-container.search_b_box .div-select {
            height: 58px !important;
            border: 0px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            margin-right: 0 !important;
            margin-top: 50px !important;
            width: 130px !important;
            margin-left: 0 !important;
        }

        .flfg-search-container.search_b_box .getValue {
            line-height: 34px !important;
            margin-top: 5px;
            text-align: center;
            width: 90px !important;
            cursor: pointer;
        }

        .flfg-search-container.search_b_box .xl_icon {
            background-image: url('../internet/img/index/dropdown-icon.png');
            background-repeat: no-repeat;
            background-position: center center;
            margin-top: 10px;
            height: 38px;
            border-right: 1px solid #ddd;
            width: 40px;
        }

        .flfg-search-container.search_b_box .div-select ul {
            top: 60px;
            text-align: center;
            line-height: 20px;
            border-radius: 5px;
            width: 125px !important;
            left: 0px;
        }

            .flfg-search-container.search_b_box .div-select ul li {
                height: auto;
                width: auto;
                text-align: center;
            }

                .flfg-search-container.search_b_box .div-select ul li a {
                    width: 100%;
                }

        .flfg-search-container.search_b_box .search_item .l {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

            .flfg-search-container.search_b_box .search_item .l .text1 {
                width: 329px !important;
            }

.ftsy-general-search-container.flfg-search-container.search_b_box .search_item .l .text1 {
    width: 319px !important;
}

.flfg-search-container.search_b_box .inner {
    width: 950px;
}

.flfg-search-container.search_b_box .search_item .fr.r {
    display: none;
}

.flfg-search-container.search_b_box .search_item .result_btn {
    margin-top: 55px;
}

.cpgz-search-container {
    height: 160px;
}

    .cpgz-search-container.search_b_box {
        height: 160px;
    }

        .cpgz-search-container.search_b_box .r_bg {
            height: 160px;
            padding-top: 0;
            background-image: url("/staticelem/img/com_hd.jpg");
        }

        .cpgz-search-container.search_b_box .search_item .search_btn {
            width: 150px;
            border: 0;
        }



        .cpgz-search-container.search_b_box .search_item .l .text {
            width: 404px !important;
        }

        .cpgz-search-container.search_b_box .search_item .l {
            margin-top: 50px;
        }

        .cpgz-search-container.search_b_box .search_key_box {
            float: left;
        }

        .cpgz-search-container.search_b_box .s-inputBtn {
            width: auto;
        }

        .cpgz-search-container.search_b_box .input_mode_1 {
            float: left;
        }

        .cpgz-search-container.search_b_box .search_item .result_btn {
            margin-top: 55px;
        }

        .cpgz-search-container.search_b_box #SearchListDIV1 {
            width: 470px !important;
        }

.flgd-search-container.search_b_box .search_item .search_btn {
    width: 120px;
    border: 0;
}

.qklw-search-container.search_b_box .search_item .search_btn {
    width: 120px;
    border: 0;
}

.lib-search-container .fr.r {
    /*background-color: rgba(255,255,255,0.5) !important;*/
    border-radius: 5px !important;
    height: 58px !important;
    margin-top: 50px !important;
    padding: 0 5px !important;
    margin-left: 5px !important;
}

    .lib-search-container .fr.r .result_btn {
        margin-top: 5px !important;
        margin-left: 0;
        background-color: #FE955A;
        font-size: 17px;
    }

.ftsy-search-container.search_b_box .search_item .search_btn {
    width: 120px;
    border: 0;
    background-color: #A82025;
}

    .ftsy-search-container.search_b_box .search_item .search_btn:hover {
        background-color: #cd1e20;
    }

.ftsy-search-container.search_b_box .search_item .l .text1 {
    width: 329px !important;
}

.ftsy-search-container .fr.r {
    background-color: none !important;
    padding: 0 !important;
    height: 48px !important;
    margin-left: 15px !important;
    margin-top: 27px !important;
}

    .ftsy-search-container .fr.r .result_btn {
        margin-top: 0px !important;
        background-color: #F39C16;
    }

        .ftsy-search-container .fr.r .result_btn:hover {
            background-color: #F2AA3C;
        }

.flws-search-container.search_b_box .search_item .search_btn {
    width: 120px;
    border: 0;
    background-color: #A82025;
}

    .flws-search-container.search_b_box .search_item .search_btn:hover {
        background-color: #cd1e20;
    }

.flws-search-container.search_b_box .search_item .l .text {
    width: 431px !important;
}

.flws-search-container .fr.r {
    background-color: none !important;
    padding: 0 !important;
    height: 48px !important;
    margin-left: 15px !important;
    margin-top: 27px !important;
}

    .flws-search-container .fr.r .result_btn {
        margin-top: 0px !important;
        background-color: #F39C16;
    }

        .flws-search-container .fr.r .result_btn:hover {
            background-color: #F2AA3C;
        }

    .flws-search-container .fr.r .result_btn {
        background-image: url('/staticelem/internet/img/gjjs.png');
        background-repeat: no-repeat;
    }

        .flws-search-container .fr.r .result_btn:hover {
            background-image: url('/staticelem/internet/img/gjjs-hover.png');
        }

.ftsy-search-container .fr.r .result_btn {
    background-image: url('/staticelem/internet/img/gjjs.png');
    background-repeat: no-repeat;
}

    .ftsy-search-container .fr.r .result_btn:hover {
        background-image: url('/staticelem/internet/img/gjjs-hover.png');
    }

.ftsy-general-search-container.search_b_box .div-select {
    width: 220px !important;
}

    .ftsy-general-search-container.search_b_box .div-select ul {
        top: 60px;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
        width: 213px !important;
        left: 0px;
    }

        .ftsy-general-search-container.search_b_box .div-select ul li {
            height: auto;
            width: auto;
            text-align: center;
        }

            .ftsy-general-search-container.search_b_box .div-select ul li a {
                width: 100%;
            }

.ftsy-general-search-container.search_b_box .search_item .fr.r {
    display: block;
}

.ftsy-general-search-container.search_b_box .inner {
    width: 1010px !important;
}

.ftsy-general-search-container.search_b_box .getValue {
    line-height: 34px !important;
    margin-top: 5px;
    text-align: center;
    width: 180px !important;
    cursor: pointer;
}

.tips-fxdg {
    z-index: 99 !important;
}

    .tips-fxdg #SearchListDIV1 {
        width: 605px !important;
    }

        .tips-fxdg #SearchListDIV1 li {
            width: auto !important;
        }

.tips-flfg {
    z-index: 99 !important;
}

    .tips-flfg #SearchListDIV1 {
        width: 630px !important;
    }

        .tips-flfg #SearchListDIV1 li {
            width: auto !important;
        }

.tips-cpgz {
    z-index: 99 !important;
}

    .tips-cpgz.search_b_box #SearchListDIV1 {
        width: 605px !important;
    }

        .tips-cpgz.search_b_box #SearchListDIV1 li {
            width: auto !important;
        }

.tips-flgd {
    z-index: 99 !important;
}

    .tips-flgd.search_b_box #SearchListDIV1 {
        width: 605px !important;
    }

        .tips-flgd.search_b_box #SearchListDIV1 li {
            width: auto !important;
        }

.tips-qklw {
    z-index: 99 !important;
}

    .tips-qklw.search_b_box #SearchListDIV1 {
        width: 605px !important;
    }

        .tips-qklw.search_b_box #SearchListDIV1 li {
            width: auto !important;
        }

.tips-book {
    z-index: 99 !important;
}

    .tips-book.search_b_box #SearchListDIV1 {
        width: 600px !important;
    }

        .tips-book.search_b_box #SearchListDIV1 li {
            width: auto !important;
        }

.tips-flws-index {
    z-index: 99 !important;
}

    .tips-flws-index #SearchListDIV1 {
        width: 605px !important;
    }

        .tips-flws-index #SearchListDIV1 li {
            width: auto !important;
        }

.tips-flws {
    z-index: 99 !important;
}

    .tips-flws.search_b_box #SearchListDIV1 {
        width: 605px !important;
    }

        .tips-flws.search_b_box #SearchListDIV1 li {
            width: auto !important;
        }


.tips-all {
    z-index: 99 !important;
}

    .tips-all.search_b_box #SearchListDIV1 {
        width: 605px !important;
    }

        .tips-all.search_b_box #SearchListDIV1 li {
            width: auto !important;
        }

.subjectContentRight .left-box {
    min-height: 600px;
}



/*全文中的无权限提示框的样式，因为图书文字阅读权限冲突，所以从faxin.css 移动到common.css zw  2022年7月22日*/
#fullBrowseTip {
    display: none;
    border: none;
    height: 193px;
    box-shadow: 0 0 10px #bdccdc;
    padding: 20px;
    margin-right: 0px;
    background-color: #F5FAFD;
    background-image: url('../img/jg/fulltext-tip-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

    #fullBrowseTip a {
        color: #0c71b4;
    }

    #fullBrowseTip .left {
        width: 75%;
        padding-top: 40px;
        font-size: 14px;
        line-height: 30px;
        display: inline-block;
        float: left;
    }

        #fullBrowseTip .left p {
            text-indent: 0em;
            padding-left: 30px;
            text-align: left;
        }

    #fullBrowseTip .right {
        width: 24%;
        display: inline-block;
        text-align: center;
    }

    #fullBrowseTip .top {
        padding: 36px;
    }

        #fullBrowseTip .top p {
            text-indent: 0em;
            line-height: 32px;
            padding-left: 30px;
            text-align: left;
        }

    #fullBrowseTip .bottom {
        text-align: right;
    }

        #fullBrowseTip .bottom a {
            display: inline-block;
            width: 134px;
            text-align: center;
            line-height: 41px;
            color: #ffffff;
            margin-right: 30px;
        }

        #fullBrowseTip .bottom .zxgm {
            background-image: url('../img/jg/btn-1.png');
        }

        #fullBrowseTip .bottom .sqsy {
            background-image: url('../img/jg/btn-2.png');
        }

/* 法律 左侧 导航 */
.leftNavList {
    line-height: 22px;
}

    .leftNavList .leftNavList {
        display: none;
        margin-left: 20px;
    }

    .leftNavList .icon {
        background-size: 11px;
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position-y: 6px;
        color: #777;
    }

    .leftNavList .plus {
        background-image: url(/staticelem/images/plus-active-new.png?v=20240830);
    }

    .leftNavList .minus {
        background-image: url(/staticelem/images/minus-active-new.png?v=20240830);
    }

    .leftNavList .name a {
        margin-top: 0px;
        color: #0C71B4;
    }

    .leftNavList .tiao-link {
        margin-left: 15px;
        margin: 5px 0px;
    }



.tiao_link_lsyg {
    border: 1px solid #6ca9d1;
    color: #6ca9d1;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 10px;
    background-color: #ffffff;
}

.tial_link_sxxsx {
    background-color: #6ca9d1;
    color: White;
    text-align: center;
    padding: 2px 5px;
    width: 30px;
    border-radius: 4px;
}



/*检索记录报错 add by 张伟 2023年5月23日
 */
#searchrecord {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 999;
    display: none;
}

#fullBrowseTipNoPower {
    display: none;
    border: none;
    height: 350px;
    box-shadow: 0 0 10px #bdccdc;
    background-color: #F5FAFD;
    /*background-image: url('../img/jg/fulltext-tip-bg.png');*/
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 20px;
    /*padding: 15px;*/
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
    margin: 15% auto 0 !important;
    z-index: 9999;
    border-radius: 10px;
}

.topbox {
    background-color: rgba(12, 113, 180, 1);
    height: 45px;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

    .topbox .lanmu {
        font-size: 16px;
        margin-top: 10px;
        float: left;
        margin-left: 20px;
        background-image: url(/staticelem/images/searchrecord_1.png?v=20240830);
        background-repeat: no-repeat,no-repeat;
        background-position: 0 2px;
        padding-left: 22px;
    }


    .topbox .close {
        float: right;
        margin-right: 15px;
        cursor: pointer;
        margin-top: 10px;
        font-size: 18px;
    }


#fullBrowseTipNoPower .left {
    width: 90%;
    padding-top: 20px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-family: "微软雅黑", Microsoft YaHei;
    margin-left: 50px;
}

    #fullBrowseTipNoPower .left input {
        border-radius: 5px;
        height: 25px;
        border-width: 1px;
        border-color: rgba(170, 170, 170, 1);
        border-style: solid;
        width: 400px;
        font-size: 14px;
        padding: 5px;
    }

    #fullBrowseTipNoPower .left p {
        text-indent: 0em;
        text-align: left;
        font-size: 14px;
        color: #666;
    }

.recordok {
    margin-top: 80px;
    font-size: 16px;
    margin-left: 80px;
    line-height: 30px;
}

#fullBrowseTipNoPower .left .div_name {
    width: 90px;
    float: left;
}

#fullBrowseTipNoPower .left .div_content {
    width: 480px;
    float: left;
}

.div-searchrecord {
    float: right;
    background-image: url(/staticelem/images/searchrecord_3.png?v=20240830),url(/staticelem/images/searchrecord_2.png?v=20240830);
    background-repeat: no-repeat,no-repeat;
    background-position: 0 13px,102px 7px;
    width: 108px;
    padding-left: 19px;
}

.searchrecord_add {
    border: 0px;
    background-image: url(/staticelem/internet/img/index/btn-1.png?v=20240830);
    width: 101px;
    height: 36px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #FFFFFF;
    cursor: pointer;
    /*float: right;*/
    margin-right: 50px;
}


.btnbox1 {
    text-align: center;
    width: 720px;
    margin-top: 25px;
    float: left;
}

.searchrecord_add:hover {
    background-image: url(/staticelem/internet/img/index/btn-1-hover.png?v=20240830);
}


.searchrecord_cancel {
    border: 0px;
    background-image: url(/staticelem/internet/img/index/btn-2.png?v=20240830);
    width: 101px;
    height: 36px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #FFFFFF;
    cursor: pointer;
    /*float: right;*/
    margin-right: 50px;
}

    .searchrecord_cancel:hover {
        background-image: url(/staticelem/internet/img/index/btn-2-hover.png?v=20240830);
    }



.layui-layer-content a {
    color: #0c71b4;
}

.cpydbox {
    margin-top: 15px;
    padding: 15px;
    background-color: #f6f6f6;
    line-height: 30px;
    color: #555;
    font-size: 14px;
}

    .cpydbox .al_cpyd {
        max-height: 70px;
        overflow: hidden;
        position: relative;
    }

    .cpydbox .all-content {
        max-height: none;
    }

    .cpydbox .xianshi {
        font-size: 14px;
        text-align: right;
        cursor: pointer;
    }

.list-lib {
    margin-right: 15px;
    padding: 0 10px;
    border-radius: 1px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.ck {
    background-color: #fa6900;
}

.zdx {
    background-color: #dc464d;
}


.common-header {
    width: 100%;
    height: 100px;
    margin: 0px auto;
}

    .common-header .container-inner {
        width: 1200px;
        margin: 0px auto 0px;
        padding-top: 18px;
        display: flex;
        align-items: flex-start;
    }

    .common-header .logo {
        background-image: url(/staticelem/img/logo.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 82px;
        height: 50px;
        margin-top: 3px;
    }

    .common-header .nav {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        margin-right: auto;
    }

    .common-header .nav-list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .common-header .nav-item {
        user-select: none;
    }

        .common-header .nav-item a {
            color: #666666;
            display: block;
            border-radius: 3px;
            line-height: initial;
        }

            .common-header .nav-item a:hover {
                color: #2095cb;
            }

    .common-header .nav-module {
        position: relative;
    }

        .common-header .nav-module .nav-item {
            position: relative;
            /*&.hover a {
                background-color: $a-bgc;
            }*/
        }

            .common-header .nav-module .nav-item a {
                font-size: 15px;
                font-weight: bold;
                margin-right: 15px;
                /*&:hover {
                    background-color: $a-bgc;
                }*/
            }

                .common-header .nav-module .nav-item a:hover {
                    color: #2095cb;
                }

        .common-header .nav-module .tips {
            position: absolute;
            width: 340px;
            font-size: 12px;
            background-color: #ffffff;
            padding: 5px;
            border-radius: 5px;
            display: none;
            z-index: 99;
            user-select: none;
            cursor: pointer;
            left: -128px;
            top: 41px;
        }

            .common-header .nav-module .tips::after {
                content: '';
                position: absolute;
                top: -7px;
                left: 165px;
                width: 0;
                height: 0;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid #fff;
            }

    .common-header .nav-lib {
        margin-top: 5px;
        border-radius: 3px;
    }

        .common-header .nav-lib .nav-item {
            line-height: initial;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .common-header .nav-lib .nav-item a {
                color: #666666;
                font-size: 14px;
            }

                .common-header .nav-lib .nav-item a:hover {
                    color: #2095cb;
                }

            .common-header .nav-lib .nav-item::after {
                content: '|';
                margin: 0px 8px;
                color: #666666;
                font-size: 10px;
            }

            .common-header .nav-lib .nav-item.no::after {
                content: '';
                margin: 0px;
            }

            .common-header .nav-lib .nav-item:last-child::after {
                content: '';
                margin: 0px;
            }

        .common-header .nav-lib .info {
            position: absolute;
            left: 0;
            background-color: rgba(9, 41, 114, 0.85);
            width: 100%;
            min-width: 1200px;
            color: #ffffff;
            display: none;
            cursor: pointer;
            z-index: 999;
            top: 90px;
        }

            .common-header .nav-lib .info a {
                color: #ffffff;
            }

        .common-header .nav-lib .info-container {
            width: 1060px;
            margin: 0 auto;
            display: flex;
        }

            .common-header .nav-lib .info-container .title {
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 20px;
                font-weight: bold;
            }

            .common-header .nav-lib .info-container p {
                line-height: 25px;
                padding-left: 30px;
                background-repeat: no-repeat;
                background-position-y: 5px;
                margin-bottom: 10px;
                letter-spacing: 1px;
            }

                .common-header .nav-lib .info-container p.position {
                    background-image: url(/src/image/bubble/info-position.png);
                }

                .common-header .nav-lib .info-container p.resource {
                    background-image: url(/src/image/bubble/info-resource.png);
                }

                .common-header .nav-lib .info-container p.function {
                    background-image: url(/src/image/bubble/info-function.png);
                }

    .common-header .func {
        display: flex;
        flex-direction: column;
    }

    .common-header .func-list {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .common-header .func-item {
        user-select: none;
        position: relative;
    }

        .common-header .func-item .user-list {
            position: absolute;
            right: 5px;
            min-width: 110px;
            background-color: #ffffff;
            border-radius: 5px;
            z-index: 999;
            display: none;
            border: 1px solid #aaa;
        }

            .common-header .func-item .user-list a {
                color: #333;
                display: block;
                text-align: left;
                height: 34px;
                line-height: 34px !important;
                padding-top: 0px;
                padding-bottom: 0px;
                padding-left: 30px;
                margin: 0;
                background: url(/src/image/user_icon.png) no-repeat 5px 8px;
            }

                .common-header .func-item .user-list a.link2 {
                    background-position: 5px -24px;
                }

                .common-header .func-item .user-list a.link3 {
                    background-position: 5px -56px;
                }

                .common-header .func-item .user-list a.link4 {
                    background-position: 5px -88px;
                }

                .common-header .func-item .user-list a.link5 {
                    background-position: 5px -121px;
                }

                .common-header .func-item .user-list a.link6 {
                    background-position: 5px -152px;
                }

                .common-header .func-item .user-list a.link7 {
                    background-position: 5px -184px;
                }

                .common-header .func-item .user-list a.link8 {
                    background-position: 5px -216px;
                }

                .common-header .func-item .user-list a.link9 {
                    background-position: 5px -248px;
                }

                .common-header .func-item .user-list a.link10 {
                    background-position: 5px -279px;
                }

                .common-header .func-item .user-list a.link11 {
                    background-position: 5px -309px;
                }

                .common-header .func-item .user-list a.link12 {
                    background-position: 5px -340px;
                }

                .common-header .func-item .user-list a:hover {
                    color: #0c71b4;
                }

                .common-header .func-item .user-list a:hover {
                    background: url(/src/image/user_icon_hover.png) no-repeat 5px 8px;
                }

                .common-header .func-item .user-list a.link2:hover {
                    background-position: 5px -24px;
                }

                .common-header .func-item .user-list a.link3:hover {
                    background-position: 5px -56px;
                }

                .common-header .func-item .user-list a.link4:hover {
                    background-position: 5px -88px;
                }

                .common-header .func-item .user-list a.link5:hover {
                    background-position: 5px -121px;
                }

                .common-header .func-item .user-list a.link6:hover {
                    background-position: 5px -152px;
                }

                .common-header .func-item .user-list a.link7:hover {
                    background-position: 5px -184px;
                }

                .common-header .func-item .user-list a.link8:hover {
                    background-position: 5px -216px;
                }

                .common-header .func-item .user-list a.link9:hover {
                    background-position: 5px -248px;
                }

                .common-header .func-item .user-list a.link10:hover {
                    background-position: 5px -279px;
                }

                .common-header .func-item .user-list a.link11:hover {
                    background-position: 5px -309px;
                }

                .common-header .func-item .user-list a.link12:hover {
                    background-position: 5px -340px;
                }

                .common-header .func-item .user-list a:hover {
                    color: #25a7fe;
                }

        .common-header .func-item a {
            color: #666666;
            padding: 0px 5px;
            display: block;
            font-size: 12px;
            line-height: initial;
        }

    .common-header .func-list.func-row-1 li {
        display: flex;
        align-items: center;
    }

        .common-header .func-list.func-row-1 li::after {
            content: '|';
            margin-top: 0px;
            font-size: 11px;
            color: #666;
        }

        .common-header .func-list.func-row-1 li:last-child a {
            padding-right: 0px;
        }

        .common-header .func-list.func-row-1 li:last-child::after {
            content: '';
            display: none;
        }

    .common-header .func-list.func-row-1 a {
        line-height: 20px;
        font-size: 14px;
    }

    .common-header .func-list.func-row-2 {
        margin-top: 5px;
    }


        .common-header .func-list.func-row-2 > li {
            display: flex;
            align-items: center;
            line-height: 19px !important;
            height: 19px !important;
        }

            .common-header .func-list.func-row-2 > li:last-child::after {
                content: '';
                display: none;
            }

            .common-header .func-list.func-row-2 > li::after {
                content: '|';
                margin-top: 0px;
                font-size: 11px;
                color: #666;
            }

        .common-header .func-list.func-row-2 li:last-child a {
            padding-right: 0px;
        }

        .common-header .func-list.func-row-2 a {
            line-height: 19px;
            font-size: 14px;
        }

    .common-header .func-item#usreInfo {
        width: unset;
    }

    .common-header .allwebsitesearch {
        width: 105px;
        height: 16px;
        line-height: 16px;
        margin-top: 5px;
        padding: 0px 5px;
        color: #666666;
        border: 1px solid #93B7DE;
        font-size: 12px;
        align-self: flex-end;
        cursor: pointer;
        background-image: url(/staticelem/img/allwebsitesearch.png);
        background-repeat: no-repeat;
        background-position: top 3px right 5px;
    }

        .common-header .allwebsitesearch:hover {
            color: #2095cb;
            background-image: url(/staticelem/img/allwebsitesearch-hover.png);
        }

        .common-header .allwebsitesearch div {
            font-size: 12px;
            line-height: 16px;
        }
