.pc_help_rt .con { padding: 10px 25px 22px; }
.help-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 54px;
    border-bottom: 1px dashed #ececec;
}
.help-list-row:last-child { border-bottom: none; }
.help-list-link {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.help-list-link:hover { color: #e01b28; }
.help-list-date {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    flex: 0 0 auto;
}
.help-list-empty {
    padding: 18px 0 6px;
    color: #999999;
    font-size: 14px;
}
.sj_help_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .12rem;
    margin-top: .04rem;
    padding: .1rem .12rem;
    background: #fafbff;
    border: 1px solid #eef1f7;
    border-radius: .08rem;
    box-shadow: 0 .02rem .08rem rgba(15, 23, 42, .04);
}
.sj_help_row a {
    color: #333333;
    font-size: .14rem;
    line-height: .22rem;
    flex: 1 1 auto;
}
.sj_help_row span {
    color: #999999;
    font-size: .12rem;
    flex: 0 0 auto;
}
