.faq-title{
    padding: 16px 0;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    border-bottom: 1px dashed #e1e1e1;
}
.icon-image{
    width: 28px;
    height: 28px;
}
.icon-image-title{
    flex: 0 0 234px;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}