.content {
    padding-top: 92px;
    padding-bottom: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.help_right {
    width: 948px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 550px;
    margin-top: 12px;
}
.question {
    padding: 0 112px 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question h3{
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 14px;
    line-height: 26px;
}
.question p{
    font-size: 16px;
    color:#777;
    text-indent: 2em;
    line-height: 28px;
}
.now_question{
    margin-bottom: 24px;
}
.again_question{
    margin-bottom: 24px;
}
.again_question p{
    text-indent: 1em;
}
.again_question p i{
    color: var(--theme-color);
}
.again_question p b{
    color: #273a5b;
}
p img{
    display: block;
    margin-left: 2em;
    margin-top: 12px;
    width: 200px;
}
