.level2_R div{text-align: justify; }
.level2_R div:after{display: inline-block ; content: '';}
.level1{
    margin:0 auto;
    width:1000px;
    padding-top:20px;
}
.level2_L{
    background: #FFFFFF;
    width:230px;
    font-size: 14px;
    float:left;
    padding: 21px 0px 21px 0px;
}
.level2_R{
    width:750px;
    float:right;
}
.level3_menu{
    width:230px;
    height:40px;
    line-height: 40px;
    display: block;
}
.level3_menu_L{
    width:4px;
    height:40px;
    background: #FFFFFF;
    float:left;
    margin-right:50px;
}
.level3_menu_L_on{
    width:4px;
    height:40px;
    background: #F85659;
    float:left;
    margin-right:50px;
}
.level3_menu_R{
    margin-top: 9px;
    width: 125px;
    height: 22px;
    font-size: 14px;
    color: #2E2E30;
    letter-spacing: 0;
    line-height: 22px;
    float:left;
    cursor: pointer;
}
.level3_menu_R_on{
    margin-top: 9px;
    width: 125px;
    height: 22px;
    font-size: 14px;
    color: #F85659;
    letter-spacing: 0;
    line-height: 22px;
    float:left;
    cursor: pointer;
}
.level2_R_title{
    width: 750px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #2E2E30;
    padding-left: 80px;
    margin-bottom: 1px;
    background: #FFFFFF;
}
.level2_R_main{
    width: 750px;
    height: auto;
    padding:0px 80px 0px 80px;
    background: #FFFFFF;
    font-size: 14px;
    color: #B3B3B3;
    line-height: 20px;
}
.link2-red {
    background: #2E2E30;
    border-radius: 100px;
    font-size: 14px;
    color: #FFFFFF;
    width: 100px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #2E2E30;
    margin:0px 0px 0px 0px;
    text-decoration:none !important;
    display: inline-block;
    margin-right:20px;
}
#content {
    padding:6px 10px;width:590px;height:132px;border: 1px solid #EDEDED;border-radius: 4px;
}
.qa_list { margin-top: 2px;}
.qa_list .qa_title {
    background-color:#F5F5F5;
    color:#666666;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    transition: none;
}
.qa_list .qa_title:hover {
    background-color:#F85659;
    color:#FFFFFF;
}
.help_div .btn_help{position: relative;float: right;width: 18px;height: 17px;}
.help_div .search{width: 400px;line-height: 36px;padding: 0 10px;border-radius: 4px;border: 1px #B3B3B3 solid;}
.help_div .btn_help img{z-index: 10;margin-left: -208px;margin-top: 12px;}