.help_page {
    width: 100%;
    overflow: hidden;
}
.help_page ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.help_page ul li {
    margin: 0;
    padding: 0;
}
.help_page ul li:nth-child(odd) {
    background: #eeeeee;
    border-bottom: 1px solid #fff;
}
.help_page ul li:nth-child(even) {}
.help_page ul li a.title {
    display: block;
    height: 30px;
    line-height: 34px;
    font-size: 13px;
    color: #5a5959;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    font-family: sans-serif,NEWF;
}
.help_page ul li a.title.active,
.help_page ul li a.title:hover {
    color: #0b7bca;
}
.help_page ul li a.title.active > i,
.help_page ul li a.title:hover > i {
    color: #0b7bca;
}
.help_page ul li a i {
    width: 60px;
    display: block;
    float: left;
}
.help_page ul li a i:before {
    content: " ";
    display: block;
    width: 10px;
    background: url(../images/arrow_sans_right.png) no-repeat 0 0;
    height: 10px;
    float: left;
    background-size: cover;
    margin: 10px;
}
.help_page ul li a.title:hover > i:before {
    background: url(../images/arrow_sans_right_blue.png) no-repeat 0 0;
    background-size: cover;
}
.help_page ul li a.title.active:hover > i:before,
.help_page ul li a.title.active > i:before {
    background: url(../images/arrow_sans_down_blue.png) no-repeat 0 0;
    background-size: cover;
}
.help_page ul li .help_content {
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.help_page ul li .help_content .help_text {
    padding: 10px 20px;
    border-top: 1px solid #FFF;
}
.help_page ul li .help_content .help_text h2 {}
.help_page ul li .help_content .help_text .help-content {}
.help_page ul li .help_content .help_text .help-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
    list-style: initial;
}
.help_page ul li .help_content .help_text .help-content li {
    border: none;
    background: none;
    margin: 10px 0;
    text-align: justify;
}
.help_page ul li .help_content .help_text .help-content a {}
.help_page ul li .help_content .help_text .help-content p {}
.help_page ul li .help_content .help_text .help-content span {}
.help_page ul li .help_content .help_text .help-content strong {}