.fAQ.fAQ_gray {
    background: #fafafa;
    padding: 80px 0;
}

.fAQ .faq_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 128px;
}

.fAQ .faq_container {
    margin-top: 40px;
}

.fAQ .faq_row {
    margin-top: -8px;
    margin-bottom: -8px;
}

.fAQ .faq_row>div {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    flex-direction: column;
}

.fAQ.fAQ_gray .faq_item {
    background: #ffffff;
}

.fAQ .faq_item {
    background: #FAFAFA;
    min-height: 200px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.fAQ .faq_item .faq_icon {
    display: inline-flex;
    margin-bottom: 16px;
}

.fAQ .faq_item .faq_item_title {
    position: relative;
    z-index: 2;
}

.fAQ .faq_item.faq_item_notques {
    min-height: 108px;
    align-items: center;
    flex-direction: row;
}

.fAQ .faq_item.faq_has_arrow {
    min-height: 80px;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.fAQ .faq_has_arrow .faq_item_arrow_title {
    max-width: calc(100% - 48px);
    display: inline-block;
}

.fAQ .faq_has_arrow .faq_item_arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(/system/modules/org.opencms.portal.template.core/resources/images/cms2.0/icon/ic_arrow16.svg);
}

.fAQ .faq_item .faq_item_icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 0;
}

.fAQ .faq_item.faq_item_notques .faq_item_icon {
    right: 8px;
    bottom: 8px;
}

.fAQ .faq_item.cursor_default .faq_item_title {
    cursor: default;
}

.fAQ .faq_item.cursor_default .faq_item_btn {
    display: none;
}

.fAQ .faq_item .faq_item_description {
    width: 100%;
    margin-top: 8px;
    color: #777777;
    flex-grow: 1;
    position: relative;
}

.fAQ .faq_item .faq_item_btn {
    color: #333333;
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (min-width: 721px) and (max-width: 1200px) {
    .fAQ.fAQ_gray {
        padding: 64px 0;
    }
    .fAQ .faq_item .faq_item_btn::after {
        display: none;
    }
}

@media only screen and (max-width: 720px) {
    .fAQ.fAQ_gray {
        padding: 40px 0;
    }
    .fAQ .faq_container {
        margin-top: 32px;
    }
    .fAQ .faq_item {
        min-height: 164px;
    }
    .fAQ .faq_item .faq_item_description {
        margin-top: 8px;
        flex: auto;
    }
    .fAQ .faq_item .faq_item_btn {
        margin-top: 32px;
    }
    .fAQ .faq_item .faq_item_btn::after {
        display: none;
    }
}