.content{
	text-align: left;
	width:100%;
	line-height: 20px;
}
.content .help_menu {
	float: left;
    width: 20%;
    padding-left:10px;
}
.help_menu ul li {
    border-bottom: 1px dashed #DDDDDD;
    line-height: 35px;
    font-weight: bold; 
    font-size:13px;
    list-style: none outside none;
}
.help_menu ul li span {
    background-image: url("../image/title_icon.png");
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin-left: 10px;
    margin-top: 8px;
    width: 10px;
}
.help_menu ul li a {
    cursor: pointer;
    font-family: "微软雅黑";
    margin-left: 5px;
    text-decoration: none;
    color: #3A80C1;
}
.help_menu #xl li {
    border: 0 none;
    color: #3A80C1;
    font-family: "宋体";
    font-size: 12px;
    height: 25px;
    padding-left: 40px;
}
.help_menu #xl li a {
    color: #3A80C1;
    font-family: "宋体";
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
}

.help_content {
    float: left;
    margin-left: 13px;
    width: 70%;
}
.help_content_title {
	margin-top: 20px;
    border-bottom: 1px solid #DDDDDD;
    color: #656565;
    float: left;
    font-family: "微软雅黑";
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.help_content_body {
    float: left;
}
.help_content_body .body_title {
    background-image: url("../image/title_icon.png");
    background-repeat: no-repeat;
    color: #434343;
    float: left;
    font-family: "微软雅黑";
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 14px;
    padding-left: 10px;
    width: 100px;
}

.help_content_body .body_font {
    float: left;
    width: 100%;
}

.help_content_body .body_font p {
    color: #656565;
    font-family: "微软雅黑";
    font-size: 12px;
    min-height: 22px;
}

.help_concent_body .body_font .sj {
    margin-left: 18px;
}
.help_concent_body .body_font .sl {
    margin-bottom: 12px;
    margin-left: 18px;
}

