﻿

div {
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1, h2, h3{
    margin: 0;
    padding: 0;
}

a {
     color: #333333;
    text-decoration: none;
    border: none;
}

    a:hover {
        text-decoration: underline;
        border: none;
        color:#004ea2;
    }

img {
    border: 0px;
    vertical-align: text-bottom;
    display: inline-block;
}

.clr {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
}


.help_header {
    background:url(Images/header_bg.jpg) 0 0;
    height:100px;
    overflow:hidden;
    width:980px;
}
.size14 {
    font-size: 14px;
}
.font-blue a, .font-blue a:hover{
    color: #004ea2;
    font-size:12px;
}

.hei10 {
    height: 10px;
}
.hei20 {
    height:20px;
}
.leftHelp {
    border: medium none;
    float: left;
    height:420px;
    width: 230px;
    padding: 0;
    margin: 0;
}

.help_main {
    height: auto;
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
}

.help_left {
    float: left;
    overflow: hidden;
    width: 228px;
    border: 1px solid #dddddd;
    border-bottom:hidden;
}

.left_title {
    background: url(Images/left_bg.gif) repeat-x scroll 0 0 transparent;
    float: left;
    height: 34px;
    width: 228px;
    border-bottom:1px solid #e6e6e6;
}

    .left_title span {
        font-size: 14px;
        font-weight: bold;
        height: 34px;
        line-height: 34px;
        padding-left: 10px;
        color: #004ea2;
    }

.TP_ul li {
    border-top: 1px solid #dbe4e9;
    line-height: 28px;
    padding-left: 40px;
}

    .TP_ul li a {
        color: #0479C6;
        font-size: 14px;
    }

.help_center_right {
    float: right;
    height: auto;
    width: 740px;
    overflow: hidden;
}
.help_rightR {
    width: 738px;
    overflow: hidden;
    height: 0 auto;
    border: 1px solid #dddddd;
}
.help_right {
    width: 798px;
    overflow: hidden;
    height: 0 auto;
    border: 1px solid #dddddd;
}
.help_B {
    font:normal 14px/28px "宋体";
    color:#0479C6;

}
.help_right_list {
    padding: 20px 40px 0px 40px;
    overflow: hidden;
}

.help_right_list_font {
    font-weight: bold;
    font-size: 14px;
}

.help_right_list_font_text {
    margin-top: 10px;
}

.help_right_list a {
    margin-right: 30px;
    line-height:20px;
    display: inline-block;
}

.pic {
    background: url(Images/question.gif) no-repeat;
    display: block;
    height: 92px;
    overflow: hidden;
    position: absolute;
    width: 27px;
}

.help_right h2 {
    background: url(Images/rtbg.jpg) repeat-x scroll center top #FFFFFF;
     color: #333333;
    font-family: 宋体;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
}

.help_center_question {
    float: left;
    padding:0 80px;
    line-height: 25px;
    margin: 20px 0;
}

    .help_center_question li {
        list-style-type: none;
        background: url(Images/icon.jpg) no-repeat center left;
        padding-left: 15px;
    }

.bzzx {
    padding: 0px 10px;
    overflow: hidden;
}

    .bzzx h3 {
         color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
    }

.mulu p, .ml_list p {
     color: #333333;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-indent: 2em;
    word-break: break-all;
    word-wrap: break-word;
}

.help_content p {
    clear: both;
    font-size: 14px;
    line-height: 28px;
}

.mulu span {
    color: #ff0000;
}

.menuTitle {
    width: 188px;
    height: 34px;
    padding-left: 40px;
    margin: 0 auto;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
    background: url(Images/expand.gif) no-repeat;
    float: left;
     border-bottom:1px solid #e6e6e6;

}

.activeTitle {
    width: 228px;
    height: 34px;
    background: url(Images/fold.gif) no-repeat;
    margin: 0 auto;
    line-height: 34px;
    font-size: 14px;
    font-weight:bold;
    color: #004ea2;
    cursor: pointer;
    float: left;
    border-bottom:1px solid #e6e6e6;
}

.menuContent {
    margin: 0 auto;
    height: auto;
    width: 228px;
    text-align: left;
    display: none;
    float: left;
    border-bottom:1px solid #e6e6e6;
}

    .menuContent li {
        list-style-type: none;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

        .menuContent li a:link, .menuContent li a:active, .menuContent li a:visited {
            width: 228px;
            text-decoration: none;
            padding-left: 50px;
        }

        .menuContent li a:hover {
            font-weight:bold;
            color: #004ea2;
            background: url(/App_Themes/images/bacommon/menu_hove_bg.gif) repeat-x scroll;
            display: block;
            padding-left: 50px;
        }

