.container {
    margin: 30px auto 80px;
}

.content_right {
    float: right;
    width: calc(100% - 319px - 30px);
}

.content_left {
    width: 319px;
    float: left;
}

.related {
    width: 100%;
    background-color: #EBEBEB;
}

.related_title {
    width: 100%;
    height: 59px;
    background: var(--primary-color);
    padding: 0 28px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 59px;
}

.related_list {
    width: 100%;
    padding: 0 28px;
    box-sizing: border-box;
}

.related_card_pc {
    display: block;
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #BFBFBF;
    justify-content: space-between;
}

.related_card_pc:hover {
    cursor: pointer;
    background-color: #F5F5F5;
}

.related_card_pc:nth-child(1) {
    border-top: none;
}

.related_card_mobile {
    display: none;
}

.related_card_img {
    width: 106px;
    height: 65px;
}

.related_card_img img {
    width: 100%;
    height: 100%;
}

.related_card_info {
    width: calc(100% - 106px - 10px);
}

.related_card_info_faq {
    width: 100%;
}

.related_card_info_faq_title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 16px;
}

.related_card_info_title {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 16px;
}

.related_card_info_sep {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: var(--primary-color);
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

._right_title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 48px;
}

._right_time {
    font-weight: 200;
    font-size: 14px;
    color: var(--primary-color);
    line-height: 48px;
}

._right_desc {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

._right_img {
    width: 378px;
    height: auto;
    margin-top: 16px;
}

._right_wenda {
    margin-top: 36px;
}

.wenda_title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 48px;
}

.wenda_text {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-top: 8px;
}

@media screen and (max-width: 800px) {

    .content_right,
    .content_left {
        float: none;
        width: 100%;
    }

    .related {
        margin-top: 45px;
    }

    .related_title {
        height: 65px;
        font-size: 18px;
        line-height: 65px;
        padding: 0 14px;
    }

    .related_list {
        padding: 0 14px;
    }

    .related_card_pc {
        display: none;
    }

    .related_card_mobile {
        display: block;
        border-bottom: 6px solid var(--primary-color);
        padding: 20px 0;
    }

    .related_card_info_title {
        font-weight: 400;
        font-size: 15px;
        color: var(--primary-color);
        line-height: 18px;
    }

    .related_card_img {
        width: 250px;
        height: 152px;
        position: relative;
        margin-top: 10px;
    }

    .related_card_img img {
        width: 100%;
        height: 100%;
    }

    .related_card_img_sep {
        width: auto;
        height: 27px;
        padding: 0 20px;
        background: #FFFFFF;
        box-sizing: content-box;
        font-weight: 400;
        font-size: 13px;
        color: #0C5B8B;
        line-height: 27px;
        position: absolute;
        left: 0;
        top: 0;
    }

    ._right_title {
        font-size: 18px;
        line-height: 24px;
    }

    ._right_time {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }

    ._right_desc {
        font-size: 15px;
        line-height: 21px;
        margin-top: 9px;
    }

    ._right_img {
        width: 213px;
        height: auto;
        margin-top: 3px;
    }

    ._right_wenda {
        margin-top: 20px;
    }

    .wenda_title {
        font-size: 18px;
        line-height: 24px;
    }

    .wenda_text {
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        margin-top: 12px;
    }
}