/*帮助中心*/
.subhelp{
    width:1180px;
    margin:0 auto;
}
.subhelpl{
    width:210px;
    float:left;
    border: 1px solid #DDDDDD;
}
.subhelpl .menubox{
    width: 210px;
}
.subhelpl .menuhead,.subhelpr .menuhead {
    color: #FFFFFF;
    font-size: 18px;
    background-color: #369E01;
    font-weight: normal;
    text-indent: 40px;
    line-height: 36px;
    padding-top: 1px;
}
.subhelpr .menuhead {
    width: auto;
}
.subhelpl .menu {
    width: auto;
    height: auto;
    padding: 0;
    margin:0;
    list-style: none;
    list-style: none;
}
.subhelpl ul{
    padding: 0;
    list-style-type: none;

}
.subhelpl .menu i {
    display: inline-block;
    background-image: url(../images/f_menu.png);
    margin-right: 5px;
    width: 10px;
    height: 14px;
}
.subhelpl .menu b {
    display: inline-block;
    background-image: url(../images/x_menu.png);
    margin-right: 5px;
    width: 10px;
    height: 14px;
}
.subhelpl .menu li a {
    display: block;
    position: relative;
    color: #333333;
    font-size:16px;
    text-decoration:none;
    border-bottom: 1px solid #ddd;
    line-height: 42px;
    text-indent: 40px;
}
.subhelpl .menu li a:hover, .menu li a.active {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #6FBA2A;
    background-color: #efefef;
}
.subhelpl .menu li a img{
    vertical-align: baseline;
    margin-right: 5px;
}
.subhelpl .menu ul li a {
    display: block;
    color:#333333;
    text-decoration:none;
    border-bottom: 1px solid #ddd;
    line-height: 38px;
    text-indent: 40px;
    font-size: 14px;
    list-style-type: none;
    background-color: #FFFFFF;
}
.subhelpl .menu ul li a:hover{
    color:#FFFFFF;
    background-color: #84B011;
}
.subhelpr{
    width:938px;
    float:right;
}
.subhelpr .title{
    width:900px;
    line-height: 40px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
}
.subhelpr .content{
    width:880px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 28px;
    color: #000000;
}
.subhelpr .content p{
    text-indent: 28px;
}

.subhelpr li a {
    line-height: 25px;
    padding: 0 5px;
}