﻿/*
    注意：主要用于列表页、详细页、等，
		不要放其它的,写样式请写上说明
*/
/******/
/*帮助信息按钮*/
.a_help {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    background: url(image/help.gif) center left no-repeat;
    padding-left: 20px;
    color: Green;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    padding-top: 2px;
    margin: 0px 10px;
}

    .a_help:hover {
        color: Red;
        text-decoration: underline;
    }

/*公共*/
body, html, form {
    margin: 0px;
    padding: 0px;
    font-size: 9pt;
    scrollbar-face-color: #E4F2FF;
    scrollbar-track-color: #F5FAFE;
    scrollbar-highlight-color: #67CCFF;
    scrollbar-shadow-color: #67CCFF;
    scrollbar-arrow-color: #67CCFF;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    background: #FFFFFF;
}

table {
    border-collapse: collapse;
}

ul, li {
    list-style: none;
    list-style-type: none;
}

h2, h3, h4, p, td, tr, ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}
/*必填项的*号*/
tt {
    color: Red;
    margin-left: 1px;
}

.g {
    color: Green;
}

.gb {
    font-weight: bold;
    color: Green;
}

.rb {
    font-weight: bold;
    color: red;
}
/*屏蔽输入法 强制半角*/ .noCH {
    ime-mode: disabled;
}
/*body去水平滚动条*/
.nox {
    overflow-x: hidden;
}

.nw {
    white-space: nowrap;
}
/*加粗红边框（文本框提示用）*/
input.rrb {
    border: 2px solid #FF0000 !important;
}

select.rrb {
    border: 2px solid #FF0000 !important;
}
/*内容对齐方式*/
.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

.t_c {
    text-align: center;
}

.t_bg {
    background-color: #E8F5FF;
}

/*div浮动*/
.f_l {
    float: left;
}

.f_r {
    float: right;
}

.td_fileList {
    background: url(../../image/load2.gif) center center no-repeat;
}
/*去掉继承的边框*/
.noborder {
    border: none !important;
}

    .noborder td {
        border: none !important;
    }

.t_table {
    margin-top: 0px;
}

    .t_table tr td {
        padding: 5px;
    }

.dm {
    border: 1px solid #DDDDDD;
    padding: 2px;
}

.dm_wait {
    background: url(../../image/wait37.gif) center center no-repeat;
}

.dm_t, .dm_t2, .dm_dbsx {
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    letter-spacing: 2px;
    position: relative;
}

.dm_t {
    background: #50C1E9 url(../../image/note_pad.png) 10px center no-repeat;
}

.dm_t2 {
    background: #A0D468 url(../../image/box.png) 10px center no-repeat;
}

.dm_dbsx {
    background: #69C78A url(../../image/ts_d.gif) 10px center no-repeat;
}

.dm_t a {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #FFFFFF;
    border: 1px solid #F1F1F1;
    background: #A0D468;
    height: 20px;
    line-height: 20px;
    padding: 0px 18px;
}

.uu {
    padding: 3px;
}

    .uu li {
        white-space: nowrap;
        color: #666666;
        line-height: 20px;
        background: #F4F4F4 url(../../image/star_full.png) 4px center no-repeat;
        padding: 6px 10px 6px 25px;
        margin: 4px auto;
    }

        .uu li:hover {
            background-color: #EAEAEA;
        }

        .uu li b {
            margin: 0px 3px;
            color: Green;
        }

            .uu li b.r {
                color: red;
            }

        .uu li.s {
            color: #666666;
            padding-left: 40px;
            background: #F9F9F9 url(../../image/arrow_small_right.png) 24px center no-repeat;
        }

            .uu li.s:hover {
                background-color: #F1F1F1;
            }

.uu_dbsx {
    padding: 3px;
}

    .uu_dbsx li {
        white-space: nowrap;
        color: #666666;
        line-height: 24px;
        background: #F4F4F4 url(../../image/doc_sent.png) 4px center no-repeat;
        padding: 6px 10px 6px 25px;
        margin: 4px auto;
    }

        .uu_dbsx li b {
            margin: 0px 3px;
            color: red;
        }

        .uu_dbsx li a {
            display: inline-block;
            height: 22px;
            line-height: 22px;
            padding: 0px 13px;
            margin: 0px 6px;
            color: #FFFFFF;
            background: #A8DD7D;
            border: 1px solid #DDDDDD;
        }

            .uu_dbsx li a:hover {
                color: White;
                background: #FF9800;
            }

        .uu_dbsx li.s {
            color: #666666;
            padding-left: 40px;
            background: #F9F9F9 url(../../image/arrow_small_right.png) 24px center no-repeat;
        }
/*文章列表*/
.u_xw {
    padding: 3px;
}

    .u_xw li {
        white-space: nowrap;
        color: #666666;
        line-height: 20px;
        height: 20px;
        background: #F4F4F4 url(../../image/volume_quiet.png) 10px center no-repeat;
        padding: 6px 10px 6px 28px;
        margin: 4px auto;
    }

        .u_xw li a {
            height: 20px;
            line-height: 20px;
            display: block;
            float: left;
            margin: 0px 3px;
            color: #3199ce;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

            .u_xw li a:hover {
                color: #FF0000;
                text-decoration: underline;
            }

        .u_xw li tt {
            height: 20px;
            line-height: 20px;
            display: block;
            float: right;
            padding-right: 10px;
            color: #666666;
        }
/*项目列表*/
.u_xm {
    padding: 3px;
}

    .u_xm li {
        white-space: nowrap;
        color: #666666;
        line-height: 20px;
        height: 20px;
        background: #F4F4F4 url(../../image/arrow_small_right.png) 10px center no-repeat;
        padding: 6px 10px 6px 28px;
        margin: 4px auto;
    }

        .u_xm li a {
            height: 20px;
            line-height: 20px;
            display: block;
            float: left;
            margin: 0px 3px;
            color: #3199ce;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

            .u_xm li a:hover {
                color: #FF0000;
                text-decoration: underline;
            }

        .u_xm li tt {
            height: 20px;
            line-height: 20px;
            display: block;
            float: right;
            padding-right: 10px;
            color: #666666;
        }


/***查看申报资料表的样式***/
.q_table {
    margin-top: 5px;
}

    .q_table tr th {
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        padding-top: 20px;
        text-align: center;
    }

    .q_table tr td {
        font-size: 12px;
        height: 30px;
        border: 1px solid #000000;
        padding: 2px;
    }

.l_h {
    line-height: 28px;
}

.q_table td a {
    color: #017DC3;
    text-decoration: none;
    cursor: pointer;
}

    .q_table td a:href {
        color: #FF0000;
    }

.q_btn_show {
    border: none;
    padding: 0px 10px;
    line-height: 22px;
    background: #2fa2db;
    color: #FFFFFF;
    cursor: pointer;
}

    .q_btn_show:hover {
        background: #F9AE44;
    }

.q_Grid {
    border: solid 1px #000000;
    font-size: 12px;
    margin-top: 4px;
}

    .q_Grid tr td, .q_Grid tr th {
        font-size: 12px;
        border: 1px solid #000000;
        padding-left: 2px;
        padding-right: 2px;
    }

    .q_Grid td {
        line-height: 18px;
    }

.q_Grid_h {
    height: 32px;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.q_Grid_i {
    height: 30px;
    font-size: 12px;
    color: #000000;
    text-align: center;
}

/******/

/*贴子详细内容样式**/
.disp_table {
    border: #CDCDCD 1px solid;
}

    .disp_table a {
        color: #065EFE;
    }

.disp_boder {
    border-top: #CDCDCD 1px solid;
}

.disp_table tr th {
    background: #E5ECF2;
    border-right: 1px solid #CDCDCD;
    text-align: left;
    font-weight: normal;
}

.disp_line_l {
    height: 4px;
    line-height: 4px;
    font-size: 0px;
    background: #C2D5E3;
    border-right: 1px solid #CDCDCD;
}

.disp_line_r {
    height: 4px;
    line-height: 4px;
    font-size: 0px;
    background: #E5ECF2;
}

.disp_dashed {
    border-bottom: 1px dashed #CDCDCD;
}
/**返回按钮**/
.backbtn {
    background: #FFFFFF;
    height: 26px;
    color: #666666;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #C2D5E3;
    cursor: pointer;
}

    .backbtn:hover {
        background: #666666;
        color: #FFFFFF;
    }
/*大一点的按钮3，方的、可多字*/
.m_btn_b3 {
    display: block;
    height: 49px;
    margin: 6px;
}

    .m_btn_b3 i {
        display: block;
        float: left;
        height: 49px;
        background: url(image/s_l.gif) left center no-repeat;
        width: 4px;
        margin: 0px;
    }

    .m_btn_b3 input, .m_btn_b3 a {
        display: block;
        float: left;
        border: 0px;
        background: url(image/s_m.gif) repeat-x;
        height: 49px;
        line-height: 49px;
        color: #3366a9;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        letter-spacing: 2px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px;
        width: auto;
        _width: 0;
        overflow: visible !ie;
    }

    .m_btn_b3 b {
        display: block;
        float: left;
        height: 49px;
        background: url(image/s_l.gif) right center no-repeat;
        width: 4px;
        margin: 0px;
    }

    .m_btn_b3:hover input {
        color: #FF0000;
    }

/*-----------------*/

/*树形菜单左边的小图标*/
.tree_img_b {
    display: block;
    background: url(image/tree_img01.gif) center left no-repeat;
    padding-left: 16px;
    margin-left: 3px;
    font-weight: normal;
}


/*----后台登陆页-----*/
.log_back_div {
    width: 100%;
    height: auto;
    background: url(image/login_line.jpg) repeat-x;
}

.log_back_img {
    width: 810px;
    height: 432px;
    background: url(image/login.jpg) no-repeat;
    border: none;
}

.log_back_tophi {
    height: 190px;
}

.log_back_mainhi {
    height: 100px;
    text-align: center;
    padding-left: 240px;
}

.log_txtBox {
    border: solid 1px #006699;
    color: #263578;
    font-size: 12px;
    height: 21px;
    background-color: #FFFFFF;
}

.log_txtBox_hover {
    border: solid 1px #00CCFF;
    color: #263578;
    font-size: 12px;
    height: 21px;
    background-color: #FFFFFF;
}

.log_txtBox_focus {
    border: solid 1px #FF8800;
    color: #263578;
    font-size: 12px;
    height: 21px;
    background-color: #FFFFFF;
}

.log_bdiv {
    height: 30px;
    line-height: 30px;
    width: 246px;
}

.log_btn_div {
    float: left;
    margin-top: 10px;
    height: 30px;
    width: 70px;
}

    .log_btn_div div {
        height: 30px;
        line-height: 30px;
        width: 70px;
    }


.log_tdl {
    float: left;
    color: White;
    font-size: 12px;
    font-weight: bold;
    width: 70px;
    height: 30px;
    text-align: right;
}

.log_tdr {
    float: left;
    width: 160px;
    height: 30px;
    text-align: left;
    padding-left: 3px;
}

.log_btn {
    background-image: url(image/log_btn.gif);
    width: 56px;
    height: 22px;
    background-color: Transparent;
    border: none 0px;
    letter-spacing: 4px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
}

.log_txt {
    padding-top: 10px;
    color: #00679A;
    font-size: 12px;
}

    .log_txt a {
        color: #00679A;
    }

    .log_txt div {
        line-height: 18px;
    }
/*-----------------*/


/*----后台直接登陆企业登陆页-----*/
.e_log_t {
    background: url(image/logImg02.gif) center no-repeat;
    width: 900px;
    height: 580px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #076ED3;
}

/*后台*/
.login_gg {
    margin-top: 1px;
    background: url(image/login_bg.jpg) center repeat-x;
    height: 670px;
}

.login_gg_new {
    margin-top: 1px;
    background: url(image/pp_bj.jpg) center repeat-x;
    height: 670px;
}

.login_bg {
    margin: 0px auto;
    width: 952px;
    height: 670px;
    background: url(image/login_m.jpg) center center no-repeat;
    position: relative;
}

.login_bg_new {
    margin: 0px auto;
    width: 952px;
    height: 670px;
    background: url(image/bjnew.jpg) center center no-repeat;
    position: relative;
}

.login_bg_rpt {
    margin: 0px auto;
    width: 952px;
    height: 670px;
    background: url(image/login_m_ht.jpg) center center no-repeat;
    position: relative;
}

.login_bg_rpt_new {
    margin: 0px auto;
    width: 952px;
    height: 670px;
    background: url(image/bjnew.jpg) center center no-repeat;
    position: relative;
}

/*--登陆输入--*/
.login_in {
    width: 366px;
    position: absolute;
    left: 460px;
    top: 230px;
}

    .login_in tr td {
        height: 59px;
        color: #484848;
    }

/*登陆按钮*/
.login_btns {
    border: 0px;
    cursor: pointer;
    width: 83px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    background: url(image/login_btn.jpg);
    margin: 0px 10px;
}

.login_btns_new {
    border: 0px;
    cursor: pointer;
    width: 269px;
    height: 48px;
    line-height: 28px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    background: url(image/dlbtn.png);
    margin: 0px 10px;
}

.log_txtBox2 {
    margin-left: 4px;
    border: solid 1px #a0a0a0;
    color: #263578;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding: 0px 6px;
    background-color: #f9f9f9;
}

    .log_txtBox2:hover, .log_txtBox_hover2 {
        border: solid 1px #00CCFF;
        color: #263578;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        padding: 0px 6px;
        background-color: #FFFFFF;
    }

    .log_txtBox2:focus, .log_txtBox_focus2 {
        border: solid 1px #FF8800;
        color: #263578;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        padding: 0px 6px;
        background-color: #FFFFFF;
    }



/*----左边框架-----*/
table {
    padding: 0px;
    border-collapse: collapse;
    font-size: 12px;
}

    table td {
        padding: 0px;
        font-size: 12px;
    }

    table a {
        font-size: 12px;
        color: #3199CE;
        text-decoration: none;
    }

        table a img {
            border: none;
        }

        table a:hover {
            color: #ff0000;
            text-decoration: none;
        }

.l_table {
    margin-left: 2px;
    width: 182px;
}

.l_top {
    border-left: solid 1px #67CDFE;
    border-right: solid 1px #67CDFE;
    background: url(image/left_top.jpg) no-repeat;
    line-height: 31px;
    height: 31px;
    width: 182px;
    color: #005FC0;
    font-weight: bold;
    padding-left: 40px;
    font-size: 14px;
}

    .l_top span {
        width: 125px;
        display: block;
        height: 31px;
        line-height: 31px;
        font-size: 14px;
        font-weight: bold;
        color: #005FC0;
        filter: Dropshadow(offx=0,offy=1,color=#FFFFFF) Dropshadow(offx=1,offy=0,color=#FFFFFF);
        text-shadow: 0px 2px 1px #FFFFFF,2px 2px 1px #FFFFFF;
    }

    .l_top a {
        color: #ffffff;
    }

.l_main {
    border-left: solid 1px #67CDFE;
    border-right: solid 1px #67CDFE;
    background: url(image/left_main.jpg) right repeat-y;
}

.l_main_bg {
    background: url(image/tsbg_04.jpg) bottom no-repeat;
}
/*隐藏左边的按钮*/
.l_hide {
    width: 14px;
    height: 31px;
    background: url(image/left_get.gif) 0px 9px no-repeat;
    cursor: pointer;
}

.l_show {
    width: 14px;
    height: 30px;
    background: url(image/left_show.gif) 0px 8px no-repeat;
    cursor: pointer;
}

.l_showtop {
    background: url(image/left_top.jpg) right center no-repeat;
    height: 30px;
    width: 17px;
    border-bottom: solid 1px #67CDFE;
}

.l_showmain {
    width: 2px;
    border-right: solid 1px #67CDFE;
    background: url(image/left_main.jpg) right repeat-y;
}
/*隐藏左边的按钮2*/
#getLeft {
    background: url("image/whowleft.gif") no-repeat scroll center center #C4D6EC;
    border-right: 1px solid #5FBEFE;
    cursor: pointer;
}

#showLeft {
    background: url("image/hideleft.gif") no-repeat scroll center center #C4D6EC;
    border-right: 1px solid #5FBEFE;
    cursor: pointer;
}


/*企业(人员)首页左边菜单*/
.l_menu {
    margin: 4px auto 0px auto;
}

.l_m_a {
    display: block;
    height: 36px;
    padding-left: 40px;
    background: url(image/left_btn01.gif) no-repeat;
    line-height: 36px;
    color: #005EBE;
    text-align: left;
    outline: none;
    margin: 0 auto;
    font-weight: bold;
    width: 120px;
    !width:160px;
}

    .l_m_a:hover {
        background: url(image/left_btn02.gif) no-repeat;
    }

.l_m_h_a {
    display: block;
    height: 36px;
    padding-left: 40px;
    background: url(image/left_btn02.gif) no-repeat;
    line-height: 36px;
    color: #FF0000;
    text-align: left;
    outline: none;
    margin: 0 auto;
    font-weight: bold;
    width: 120px;
    !width:160px;
}

.l_m_a_s {
    display: block;
    height: 36px;
    padding-left: 40px;
    background: url(image/left_btn03.gif) no-repeat;
    line-height: 36px;
    color: #005EBE;
    text-align: left;
    outline: none;
    margin: 0 auto;
    font-weight: bold;
    width: 120px;
    !width:160px;
}

.l_m_a_h_s {
    display: block;
    height: 36px;
    padding-left: 40px;
    background: url(image/left_btn04.gif) no-repeat;
    line-height: 36px;
    color: #005EBE;
    text-align: left;
    outline: none;
    margin: 0 auto;
    font-weight: bold;
    width: 120px;
    !width:160px;
}

/*子菜单*/
.l_smenu {
    margin: auto;
    padding-bottom: 4px;
    background: url(image/left_btn05.gif) center bottom no-repeat;
}

.l_smenu_a {
    display: block;
    height: 26px;
    padding-left: 45px;
    background: url(image/left_btn07.gif) no-repeat;
    line-height: 26px;
    color: #005EBE;
    text-align: left;
    margin: 0 auto;
    outline: none;
    width: 115px;
    !width:160px;
}

    .l_smenu_a:hover {
        background: url(image/left_btn06.gif) no-repeat;
    }

.l_smenu_a_h {
    display: block;
    height: 26px;
    padding-left: 45px;
    background: url(image/left_btn06.gif) no-repeat;
    line-height: 26px;
    color: #FF0000;
    text-align: left;
    outline: none;
    margin: 0 auto;
    width: 115px;
    !width:160px;
}


/******左则菜单******/
/*一级*/
.o_menu {
    margin: 3px auto 0px auto;
}

.o_m01_1, .o_m01_2, .o_m01_3, .o_m01_4 {
    cursor: pointer;
    display: block;
    width: 160px;
    height: 33px;
    line-height: 33px;
    text-align: left;
    outline: none;
    margin: 0px auto;
    font-weight: bold;
    font-size: 12px;
}

    .o_m01_1 span, .o_m01_2 span, .o_m01_3 span, .o_m01_4 span {
        text-align: left;
        margin-left: 25px;
        width: 135px;
        display: block;
        height: 33px;
        line-height: 33px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

.o_m01_1 {
    background: url(image/o_m01_3.gif) no-repeat;
    color: #005EBE;
}

    .o_m01_1 a:hover {
        background: url(image/o_m01_4.gif) no-repeat;
    }

.o_m01_2 {
    background: url(image/o_m01_4.gif) no-repeat;
    color: #FF0000;
}

.o_m01_3 {
    background: url(image/o_m01_1.gif) no-repeat;
    color: #005EBE;
}

.o_m01_4 {
    background: url(image/o_m01_2.gif) no-repeat;
    color: #005EBE;
}

/*二级*/
.o_smenu {
    margin: auto;
    padding-bottom: 3px;
    background: url(image/o_m01_5.gif) center bottom no-repeat;
}

.o_m02_1, .o_m02_2, .o_m02_3, .o_m02_4 {
    cursor: pointer;
    display: block;
    width: 160px;
    height: 23px;
    text-align: left;
    margin: 0px auto;
    outline: none;
    text-align: left;
}

    .o_m02_1 span, .o_m02_2 span, .o_m02_3 span, .o_m02_4 span {
        display: block;
        margin-left: 40px;
        width: 120px;
        height: 23px;
        line-height: 23px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

.o_m02_1 {
    background: url(image/o_m02_1.gif) no-repeat;
    color: #444444;
}

    .o_m02_1:hover {
        background: url(image/o_m02_3.gif) no-repeat;
    }

.o_m02_2 {
    background: url(image/o_m02_3.gif) no-repeat;
    color: #FF0000;
}

.o_m02_3 {
    background: url(image/o_m02_5.gif) no-repeat;
    color: #444444;
}

.o_m02_4 {
    background: url(image/o_m02_2.gif) no-repeat;
    color: #444444;
}
/*三级*/
.o_smenu2 {
    margin: auto;
}

.o_m03_1, .o_m03_2 {
    cursor: pointer;
    display: block;
    width: 160px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    outline: none;
    margin: 0px auto;
}

    .o_m03_1 span, .o_m03_2 span {
        display: block;
        height: 22px;
        line-height: 22px;
        margin-left: 45px;
        width: 115px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

.o_m03_1 {
    background: url(image/o_m03_2.gif) no-repeat;
    color: #666666;
}

    .o_m03_1:hover {
        background: url(image/o_m03_1.gif) no-repeat;
    }

.o_m03_2 {
    background: url(image/o_m03_1.gif) no-repeat;
    color: #FF0000;
}

/*-----------------*/

/*----底边框架-----*/
.bot_b {
    height: 29px;
    background: url(image/bot_b.jpg);
    text-align: center;
    line-height: 29px;
    color: #252928;
    font-size: 10pt;
    font-family: Arial;
}

    .bot_b a {
        color: #252928;
        text-decoration: none;
    }

        .bot_b a:hover {
            color: #FF0000;
            text-decoration: underline;
        }
/*-----------------*/


/*----上面的标题行(th)，可有搜索栏-----*/
.m_title {
    border: 1px solid #6cbeff;
    background: #FFFFFF;
    font-size: 12px;
    margin-top: 4px;
}

    .m_title th {
        border-left: 4px solid #1a87df;
        height: 32px;
        padding-left: 28px;
        color: #076dbf;
        line-height: 30px;
        font-weight: bold;
        text-align: left;
        position: relative;
    }

    .m_title td {
        height: 32px;
        padding-left: 3px;
        padding-right: 3px;
        border: 1px solid #6cbeff;
    }

    .m_title p.btn {
        position: absolute;
        right: 0px;
        top: 4px;
    }
/*----常用表格table样式-----*/
.m_table {
    border: 1px solid #6cbeff;
    color: #444444;
    font-size: 12px;
    margin-top: 4px;
}

    .m_table td {
        height: 32px;
        padding: 3px;
        border: 1px solid #6cbeff;
    }

    .m_table .t_t {
        border-left: 4px solid #1a87df;
        height: 32px;
        padding-left: 28px;
        color: #076dbf;
        line-height: 30px;
        font-weight: bold;
        text-align: left;
        position: relative;
    }
/*----搜索和清空按钮---*/
.m_btn_s {
    border: none 0px;
    background-color: Transparent;
    height: 22px;
    line-height: 22px;
    width: 56px;
    background: url(image/queryBtn.gif);
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
}

    .m_btn_s:hover {
        color: #FF0000;
    }
/*清空按钮下和搜索按钮的间隔*/
.bnts_top {
    margin-top: 4px;
}

.bnts_left20 {
    margin-left: 20px;
}

.bnts_left10 {
    margin-left: 10px;
}
/*----常用按钮---*/

.m_btn, .m_btn_w2, .m_btn_w4, .m_btn_w6, .m_btn_w8, .m_btn_w12, .m_btn_w14 {
    border: none 0px;
    margin: 2px 3px;
    background: #1a87df;
    height: 26px;
    line-height: 24px;
    padding: 0px 16px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
}
    /*按钮指向时的样式*/
    .m_btn:hover, .m_btn_w2:hover, .m_btn_w4:hover, .m_btn_w6:hover, .m_btn_w8:hover, .m_btn_b1:hover, .m_btn_w12:hover, .m_btn_w14:hover {
        background: #076dbf;
    }

/*自适应宽按钮*/
.m_btn_a1, .m_btn_a1_h, .m_btn_a2, .m_btn_a3 {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    letter-spacing: 2px;
    background: #1a87df;
    line-height: 22px;
    padding: 0px 16px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

    .m_btn_a1:hover, .m_btn_a2:hover, .m_btn_a3:hover {
        background: #076dbf;
    }


.m_btn_green {
    border: none 0px;
    background: #2fbb07;
    height: 26px;
    line-height: 24px;
    padding: 0px 16px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin: 2px 3px;
}

.m_btn_orange {
    border: none 0px;
    background: #ff9f00;
    height: 26px;
    line-height: 24px;
    padding: 0px 16px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin: 2px 3px;
}


/*---------------------*/

/*隐藏式附件上传*/
.divfileup {
    position: relative;
    width: 66px;
    background: #1a87df;
    text-align: center;
    height: 26px;
    margin: 2px auto;
}

    .divfileup input.up {
        position: absolute;
        z-index: 2;
        width: 65px;
        left: 0px;
        top: 0px;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

    .divfileup a {
        position: absolute;
        width: 100%;
        color: #FFF !important;
        height: 24px;
        line-height: 24px;
        left: 0px;
        top: 0px;
        z-index: 1;
        display: block;
        text-align: center;
    }

    .divfileup:hover {
        background: #076dbf;
    }


/*------文本框-----*/
.m_txt {
    border: solid 1px #CCC;
    color: #076dbf;
    padding: 0px 4px;
    font-size: 12px;
    height: 26px;
    transition: 0.3s;
}

    .m_txt:hover {
        border: solid 1px #1a87df;
        color: #076dbf;
        background-color: #FFFFFF;
    }

    .m_txt:focus {
        border: solid 1px #1a87df;
        color: #076dbf;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 8px #888888;
    }

/*多行文体TD的padding*/
.m_txt_M {
    padding: 2px;
}
/*---------------------*/


/*------列表样式1-----*/
.m_dg1 {
    border: solid 1px #6cbeff;
    font-size: 12px;
    margin-top: 4px;
}

    .m_dg1 td, .m_dg1 th {
        font-size: 12px;
        border: solid 1px #6cbeff;
        padding-left: 2px;
        padding-right: 2px;
    }

    .m_dg1 td {
        line-height: 20px;
        padding: 3px;
    }

    .m_dg1 a {
        font-size: 12px;
        color: #076dbf;
        text-decoration: none;
    }

        .m_dg1 a img {
            border: none;
        }

        .m_dg1 a:hover {
            color: #ff0000;
            text-decoration: none;
        }

.m_dg1_h {
    background: #d9eeff;
    height: 34px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #076dbf;
}

.m_dg1_i, .m_dg1_a {
    height: 36px;
    font-size: 12px;
    background-color: #ffffff;
    color: #272727;
    text-align: center;
}

    .m_dg1_i:hover, .m_dg1_a:hover /*光标移动效果*/ {
        background-color: #f8fcff;
    }

.m_dg1_a {
    background-color: #FAFAFA;
}

.m_dg1_select {
    height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #f8fcff;
    color: #006797;
}
/*---------------------*/



/*----温馨提示-----*/
.wxts_top {
    background: url(image/wxts_b.gif) repeat-x;
    height: 4px;
    font-size: 0px;
    line-height: 0px;
}

.wxts_bot {
    background: url(image/wxts_b.gif) bottom repeat-x;
    height: 4px;
    font-size: 0px;
    line-height: 0px;
}

.wxts_l {
    background: url(image/wxts_b.gif) repeat-y;
}

.wxts_r {
    background: url(image/wxts_b.gif) right repeat-y;
}

.wxts_top_l {
    width: 5px;
    height: 4px;
    background: url(image/wxts_j.gif) 0px 0px no-repeat;
    font-size: 0px;
    line-height: 0px;
}

.wxts_top_r {
    width: 5px;
    height: 4px;
    background: url(image/wxts_j.gif) right 0px no-repeat;
    font-size: 0px;
    line-height: 0px;
}

.wxts_bot_l {
    width: 5px;
    height: 4px;
    background: url(image/wxts_j.gif) 0px bottom no-repeat;
    font-size: 0px;
    line-height: 0px;
}

.wxts_bot_r {
    width: 5px;
    height: 4px;
    background: url(image/wxts_j.gif) right bottom no-repeat;
    font-size: 0px;
    line-height: 0px;
}

.wxts_m {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top;
    background: url(image/wxts_rImg.jpg) right 20px no-repeat;
}

.wxts_m_noimg {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top;
}
/*----
.wxts_title { background: url(image/img01.gif) 4px 5px no-repeat; }
.wxts_msg { background: url(image/ts.gif) 4px 4px no-repeat; }
.wxts_Ts { background: url(image/title_img.gif) 4px 4px no-repeat; }
-----*/
/*----温馨提示 title-----*/
.wxts_title {
    background: #F8FCFF;
    width: 98%;
    height: 34px;
    border: 1px solid #C5E6FF;
    line-height: 34px;
    color: #3399CA;
    font-weight: bold;
    font-size: 13px;
    margin: 4px auto 0px auto;
}

    .wxts_title b {
        background: url(image/tt_bb2.gif) 5px 3px no-repeat;
        display: block;
        padding-left: 28px;
        height: 38px;
        line-height: 38px;
    }

    .wxts_title s {
        background: url(image/tt_bb.gif) 5px 3px no-repeat;
        display: block;
        padding-left: 28px;
        height: 38px;
        line-height: 38px;
        text-decoration: none;
    }
/*----温馨提示 列表等等-----*/
.wxts_Ts {
    background: url(image/tt_b.gif);
    width: 98%;
    height: 28px;
    line-height: 28px;
    color: #3399CA;
    font-weight: bold;
    font-size: 13px;
    margin: 8px auto 0px auto;
}

    .wxts_Ts b {
        background: url(image/tt_bb.gif) 5px 3px no-repeat;
        display: block;
        padding-left: 28px;
        height: 28px;
        line-height: 28px;
    }

.wxts_msg {
    background: url(image/tt_b.gif);
    width: 98%;
    height: 28px;
    border: 1px solid #dddddd;
    line-height: 28px;
    color: #3399CA;
    font-weight: bold;
    font-size: 13px;
    margin: 4px auto 0px auto;
}

    .wxts_msg b {
        background: url(image/tt_bb.gif) 5px 3px no-repeat;
        display: block;
        padding-left: 28px;
        height: 28px;
        line-height: 28px;
    }

.wxts_title div, .wxts_Ts div {
    margin: 0px 5px;
    padding-top: 3px;
    line-height: 26px;
    vertical-align: top;
}
/*-----------------------*/


/*------工具按钮行-----*/
.m_bar {
    margin-top: 4px;
    height: 34px;
    background: #F8FCFF;
    border: 1px solid #C5E6FF;
}

    .m_bar tr td {
        padding: 0px 8px;
    }
/*---------------------*/


/*密码修改*/
.cp_t {
    width: 400px;
    margin-top: 10px;
}

    .cp_t td {
        height: 35px;
    }


/*********************OA*******************/


/*选项卡*/
.tabBar {
    height: 39px;
    background: url(image/app_tab02.gif) repeat-x;
    margin: 4px auto 0px auto;
}

.tab_btn {
    display: block;
    height: 39px;
    float: left;
    line-height: 39px;
    color: #353334;
    padding-left: 9px;
    background: url(image/app_tab03.gif) no-repeat;
    cursor: pointer;
    margin-left: 10px;
    width: auto;
    text-decoration: none;
    _width: 30px;
    white-space: nowrap;
}

    .tab_btn strong {
        display: block;
        height: 39px;
        line-height: 39px;
        color: #353334;
        text-align: center;
        padding-right: 9px;
        background: url(image/app_tab04.gif) right no-repeat;
    }

.tab_btn1 {
    display: block;
    height: 39px;
    text-decoration: none;
    float: left;
    line-height: 39px;
    color: #FFFFFF;
    padding-left: 9px;
    background: url(image/app_tab06.gif) no-repeat;
    cursor: pointer;
    margin-left: 10px;
    _width: 30px;
    white-space: nowrap;
}

    .tab_btn1 strong {
        display: block;
        text-align: center;
        height: 39px;
        line-height: 39px;
        color: #FFFFFF;
        padding-right: 9px;
        background: url(image/app_tab05.gif) right no-repeat;
    }

.tabBar_l {
    display: block;
    float: left;
    height: 39px;
    width: 9px;
    background: url(image/app_tab01.gif) no-repeat;
}

.tabBar_r {
    display: block;
    float: right;
    height: 39px;
    width: 9px;
    background: url(image/app_tab01.gif) right no-repeat;
}

/*div 自动换行*/
.wrap {
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
    width: 100%;
    height: 100%;
}



/*********提示tip********/
#tip_tt {
    position: absolute;
    display: block;
    background: url(image/tt_left.gif) top left no-repeat;
}

#tip_tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(image/tt_top.gif) top right no-repeat;
    overflow: hidden;
}

#tip_ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #666;
    color: #FFF;
}

#tip_ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(image/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}
/*****************/



/*****************Linq分页控件样式 start ******************/
.pages_div {
    padding: 6px 0px;
    width: 96%;
    margin: 0px auto;
    font-family: Arial;
    font-size: 14px;
}

.pages {
    margin-top: 1px;
    vertical-align: middle;
    margin: 4px auto;
}

    .pages a, .pages .cpb {
        height: 24px;
        line-height: 24px;
        padding: 0px 8px;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #DDDDDD;
        background: #f5f5f5;
        margin: 1px;
        font-size: 12px;
        color: #4b4b4b;
        text-align: center;
        min-width: 16px;
        vertical-align: middle;
    }

        .pages .cpb, .pages a:hover {
            font-weight: bold;
            color: #FFFFFF;
            background: #1a87df;
            border: 1px solid #1a87df;
            display: inline-block;
        }

    .pages span {
        display: inline-block;
    }

.pagescount {
    color: #242323;
    line-height: 24px;
}

    .pagescount b {
        font-weight: normal;
        font-size: 14px;
        color: #4b4b4b;
    }

.pages input {
    border: solid 1px #AAAAAA;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    padding: 0px 1px;
}

#Pager1_btn {
    border: 1px solid #ddd;
    background: #ffff;
    height: 24px;
    background-color: Transparent;
    border: none 0px;
    text-align: center;
    cursor: pointer;
    color: #154790;
    margin-left: 8px;
}
/*****************Linq分页控件样式 end ******************/

/*黄色提示框*/
.ts {
    margin: 0px auto;
    border: 1px dashed #FAB90A;
    margin-top: 4px;
    line-height: 18px;
    padding: 2px;
    text-indent: 2em;
    color: red;
    background: #FCEFBF;
}

.RedTdAndLink td, .RedTdAndLink td a {
    color: Red;
}

/**新闻列表**/
.l_k_bo {
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 6px;
    zoom: 1;
}

    .l_k_bo li {
        display: block;
        border-bottom: dotted 1px #969696;
        height: 27px;
        line-height: 27px;
        overflow: hidden;
    }

    .l_k_bo i {
        float: left;
        display: block;
        height: 27px;
        line-height: 27px;
        width: 20px;
        padding-left: 0px;
        background: url(image/img6.gif) 6px center no-repeat;
    }

    .l_k_bo s {
        float: left;
        display: block;
        height: 27px;
        line-height: 27px;
        width: 20px;
        padding-left: 0px;
        background: url(image/biao_1.jpg) 6px center no-repeat;
    }

    .l_k_bo b {
        float: left;
        display: block;
        height: 27px;
        line-height: 27px;
        width: 20px;
        padding-left: 0px;
        background: url(image/img5.gif) 6px center no-repeat;
    }

    .l_k_bo a {
        display: block;
        float: left;
        font-size: 12px;
        color: #373737;
        height: 27px;
        line-height: 27px;
        cursor: pointer;
        text-decoration: none;
    }

        .l_k_bo a tt {
            color: #FF0000;
        }

        .l_k_bo a:hover {
            color: Red;
            text-decoration: underline;
        }

    .l_k_bo span {
        display: block;
        float: left;
        font-size: 12px;
        color: #AAAAAA;
        height: 27px;
        line-height: 27px;
        margin-left: 4px;
    }


/*隐藏按钮*/
.cHidden {
    display: none;
}

.q_btn_show {
    overflow: visible;
    border: none;
    padding: 0px 10px;
    line-height: 22px;
    background: #2fa2db;
    color: #FFFFFF;
    cursor: pointer;
}

    .q_btn_show:hover {
        background: #F9AE44;
    }



/*基本信息中的选项卡*/
.i_main_tab {
    padding: 2px 0px 0px 0px;
    width: 98%;
    margin: 3px auto 0px auto;
    overflow: hidden;
    height: auto;
    background: #FFFFFF;
}

    .i_main_tab ul {
        display: block;
        height: auto;
        overflow: hidden;
        margin: 0px auto;
        background: #FFFFFF;
        border-bottom: 1px solid #076dbf;
        padding: 4px 15px;
        position: relative;
    }

        .i_main_tab ul li {
            display: block;
            height: 38px;
            float: left;
            padding: 14px 7px 0px 7px;
        }

            .i_main_tab ul li a {
                display: inline-block;
                cursor: pointer;
                height: 38px;
              
                background: #EEEFF4;
                font-size: 14px;
                padding: 0px 18px;
                color: #666666;
                text-decoration: none;
                border-top: 1px solid #E1E1EB;
                border-left: 1px solid #E1E1EB;
                border-right: 1px solid #E1E1EB;
            }

                .i_main_tab ul li a:hover {
                    color: Red;
                }

                .i_main_tab ul li a.h {
                    background: #076dbf;
                    color: #FFF;
                    font-weight: bold;
                    height: 38px;
                   
                    margin-top: -8px;
                    border-left: 1px solid #076dbf;
                    border-right: 1px solid #076dbf;
                    border-top: 1px solid #076dbf;
                }

            .i_main_tab ul li.btn {
                display: block;
                height: 38px;
                position: absolute;
                right: 10px;
                top: 0px;
            }

.i_main_tab_div {
    padding-top: 40px;
}

/*附件*/
.ufile {
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

    .ufile li {
        height: auto;
        overflow: hidden;
        border-bottom: 1px dashed #E1E1E1;
        background: #FAFAFA;
    }

        .ufile li:hover {
            background: #F1F1F1;
        }

        .ufile li p {
            float: left;
            height: auto;
            overflow: hidden;
            padding: 6px 2px;
            margin: 0px;
            line-height: 20px;
            color: #616161;
        }

            .ufile li p a.d {
                color: Red;
                font-weight: bold;
            }

            .ufile li p a:hover {
                text-decoration: underline;
            }

.zt {
    padding: 5px;
}

    .zt li {
        padding: 3px 0px;
    }

        .zt li a {
            display: block;
            cursor: pointer;
            border: 1px solid #DEDEDE;
            padding: 7px 30px;
            text-align: left;
            font-size: 12px;
            color: #444;
            font-weight: bold;
            background: #EFEFEF url(../../image/star.png) 5px center no-repeat;
        }

            .zt li a.cur {
                border: 1px solid #FDD08E;
                background-color: #FDEDCB;
                color: #000;
            }

/******全新系统头部样式***start***/
.topn_back {
    height: 65px;
    border-bottom: 2px solid #076dbf;
    background: #1a87df;
    position: relative;
}
/*logo*/
.topn_logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 2;
}


/*手写式头部logo*/
.logo_txt {
    height: 65px;
    padding-left: 10px;
}

    .logo_txt i {
        display: block;
        float: left;
        height: 65px;
        width: 50px;
        background: url(image/gh.png) center center no-repeat;
    }

    .logo_txt b {
        display: block;
        float: left;
        height: 65px;
        line-height: 62px;
        font-size: 22px;
        font-family: '微软雅黑';
        color: #FFFFFF;
    }

/*头部右边内容*/
.topn_r {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 66px;
    z-index: 5;
}


/*菜单*/
.topn_menu {
    height: auto;
    overflow: hidden;
    float: left;
    padding: 5px 10px 0px 10px;
}

    .topn_menu ul {
        height: auto;
        overflow: hidden;
    }

        .topn_menu ul li {
            float: left;
            height: auto;
            overflow: hidden;
            margin: 0px 3px;
        }

            .topn_menu ul li a {
                display: block;
                height: auto;
                overflow: hidden;
                padding: 5px 8px 2px 8px;
                text-align: center;
                cursor: pointer;
                text-decoration: none;
            }

                .topn_menu ul li a img {
                    width: 28px;
                    height: 28px;
                    border: 0px;
                }

                .topn_menu ul li a i {
                    display: block;
                    height: 20px;
                    line-height: 20px;
                    font-style: normal;
                    color: #FFFFFF;
                }

            .topn_menu ul li:hover, .topn_menu ul li.h {
                background: #015da8;
                border-bottom: 3px solid #fcbd2f;
                font-weight: bold;
            }

/*用户信息*/
.topn_info {
    float: left;
    height: 66px;
    color: #FFFFFF;
}

    .topn_info div.user {
        float: left;
        height: 56px;
        overflow: hidden;
        line-height: 24px;
        background: #076dbf url(image/user.png) 10px center no-repeat;
        padding: 10px 10px 0px 40px;
        color: #FFFFFF;
        font-size: 16px;
    }

        .topn_info div.user u {
            color: #85d3ff;
            text-decoration: none;
            font-size: 12px;
            line-height: 14px;
        }

/*退出按钮*/
.topn_exit {
    margin-left: 1px;
    float: left;
    height: 66px;
    width: 46px;
    background: #076dbf url(image/exit.png) 12px center no-repeat;
    cursor: pointer;
}

/******全新系统头部样式***end***/
/******全新系统左则菜单***start***/
.m_back /*菜单背景*/ {
    border-right: 1px solid #6cbeff;
    overflow: auto;
    position: relative;
}

.m_dl1 /*第一级*/ {
    height: auto;
    overflow: hidden;
}

    .m_dl1 dd {
        padding-bottom: 1px;
    }

        .m_dl1 dd p {
            height: 40px;
            border-bottom: 1px solid #c5e6ff;
            background: #e8f5ff;
            position: relative;
            cursor: pointer;
            border-left: 6px solid #1a87df;
        }

            .m_dl1 dd p img {
                height: 20px;
                width: 20px;
                border: 0px;
                position: absolute;
                top: 10px;
                left: 8px;
            }

            .m_dl1 dd p b {
                display: block;
                height: 40px;
                line-height: 40px;
                font-size: 12px;
                color: #5b6684;
                padding-left: 35px;
            }

            .m_dl1 dd p i {
                display: block;
                position: absolute;
                width: 12px;
                height: 8px;
                top: 16px;
                right: 14px;
                font-size: 1px;
                background: url(../../Skin/Blue/image/mm_k.png) -24px 0px no-repeat;
            }

                .m_dl1 dd p i.h {
                    background: url(../../Skin/Blue/image/mm_k.png) -12px 0px no-repeat;
                }

            .m_dl1 dd p.h, .m_dl1 dd p:hover {
                border-left: 6px solid #1a87df;
                background: #d5edff;
            }

                .m_dl1 dd p:hover b, .m_dl1 dd p.h b {
                    color: #076dbf;
                }

.m_dl2 /*第二级*/ {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #c5e6ff;
}

    .m_dl2 dd {
        padding: 1px;
    }

        .m_dl2 dd p {
            height: 32px;
            position: relative;
            cursor: pointer;
            border-bottom: 0px;
            background: #FFF;
            border-left: 2px solid #e8f5ff;
        }

            .m_dl2 dd p img {
                height: 18px;
                width: 18px;
                border: 0px;
                position: absolute;
                top: 6px;
                left: 14px;
            }

            .m_dl2 dd p s {
                position: absolute;
                top: 14px;
                left: 20px;
                font-size: 1px;
                height: 9px;
                width: 9px;
                border: 0px;
                background: url(../../Skin/Blue/image/li2.gif) 0px 0px no-repeat;
            }

            .m_dl2 dd p b {
                display: block;
                height: 32px;
                line-height: 32px;
                font-size: 12px;
                color: #5b6684;
                padding-left: 45px;
                font-weight: normal;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
            }

            .m_dl2 dd p i {
                display: block;
                position: absolute;
                width: 12px;
                height: 8px;
                top: 14px;
                right: 14px;
                font-size: 1px;
                background: url(../../Skin/Blue/image/mm_k.png) -24px 0px no-repeat;
            }

                .m_dl2 dd p i.h {
                    background: url(../../Skin/Blue/image/mm_k.png) -12px 0px no-repeat;
                }

            .m_dl2 dd p:hover, .m_dl2 dd p.h {
                background: #1a87df;
                border-left: 2px solid #e8f5ff;
            }

                .m_dl2 dd p:hover b, .m_dl2 dd p.h b {
                    color: #FFFFFF;
                }

.m_dl3 /*第三级*/ {
    height: auto;
    overflow: hidden;
    border-bottom: 0px;
}

    .m_dl3 dd p {
        height: 30px;
        position: relative;
        cursor: pointer;
        border-bottom: 0px;
        background: #FFF;
        border-left: 6px solid #FFFFFF;
    }

        .m_dl3 dd p img {
            height: 14px;
            width: 14px;
            border: 0px;
            position: absolute;
            top: 8px;
            left: 25px;
        }

        .m_dl3 dd p s {
            font-size: 1px;
            height: 2px;
            width: 2px;
            border: 0px;
            position: absolute;
            top: 14px;
            left: 30px;
            background: #5b6684;
        }

        .m_dl3 dd p b {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            color: #72809b;
            padding-left: 45px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

        .m_dl3 dd p:hover, .m_dl3 dd p.h {
            background: #e0f1ff;
            border-left: 6px solid #1a87df;
        }

            .m_dl3 dd p:hover b, .m_dl3 dd p.h b {
                color: #076dbf;
            }

/*菜单显示隐藏功能*/
.d_menu_hide, .d_menu_show {
    position: fixed;
    width: 14px;
    height: 44px;
    cursor: pointer;
    top: 50%;
    margin-top: -22px;
    z-index: 100;
}

.d_menu_hide {
    background: url(image/index.png) right center no-repeat;
    right: 0px;
}

.d_menu_show {
    background: url(image/index2.png) left center no-repeat;
    left: 0px;
}

/******全新系统左则菜单***end***/


/******全新系统底部样式***start***/
.bbb {
    height: 25px;
    line-height: 25px;
    background: #076dbf;
    text-align: center;
    color: #FFFFFF;
}

    .bbb a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .bbb a:hover {
            color: #EB642D;
        }
/******全新系统底部样式***end***/


/*头部内容等固定位置*/
.top_fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999999;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #666666;
}
/*底部按钮、分页控件等固定位置*/
.bottom_fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999999;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #666666;
}


/*我的桌面可移动板块*/
.mttl {
    padding: 0px 15px !important;
    height: 24px !important;
    color: #FFFFFF;
    background: #1a87df;
    border: 1px solid #1a87df !important;
}

/*多余内容隐藏，点击展开*/
.autocontent {
    cursor: pointer;
    border: 1px solid #F1F1F1;
    padding: 0px 4px;
    background: #FFF;
}

    .autocontent:hover {
        border: 1px solid #ffdcc4;
    }

.autocontent_h {
    height: 4em;
    overflow: hidden;
    position: relative;
}

    .autocontent_h s {
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: left;
        color: #ffb400;
        height: 12px;
        line-height: 12px;
        text-decoration: none;
        background: #FFF;
        cursor: pointer;
    }
