/*帮助中心*/
html,body,.row{
    margin:0;
    padding:0;
}
.Help{
    margin-bottom: 100px;
}
.H-elp{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.help_li {
    float: left;
}
.help_li, .help_con {
    border: 1px solid #ececec;
    height: auto!important;
    height: 400px;
    min-height: 400px;
    background: #f8f8f8;
    margin-bottom: 15px;
}
.help_li h3 {
    width: 200px;
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
}
.help_li ul {
    width: 200px;
}
ul, ol, li, dd {
    list-style-type: none;
    list-style: none;
}
.help_li ul li {
    width: 200px;
    height: 40px;
    text-align: center;
}
.help_ul li:hover{
    background-color: #fff;
    cursor: pointer;
}
.curr{
    background-color: #fff;
}
a {
    color: #666;
}
.help_li ul li a {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: normal;
    color: #666;
    text-decoration: none;
}
.help_con {
    width: 960px;
    float: right;
}
.help_li, .help_con {
    border: 1px solid #ececec;
    height: auto!important;
    height: 400px;
    min-height: 400px;
    background: #f8f8f8;
    margin-bottom: 15px;
}
.help_con h2 {
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ECECEC;
    font-size: 18px;
}
.help_con>.other_content{
    text-indent: 2em;
}
