.runfeng_case_read {
    padding-bottom: var(--content-gap);
}

.runfeng_case_read_header {
    padding: var(--text-gap-lg) 0;
}

.runfeng_case_read_header a {
    color: rgba(40, 40, 40, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    text-transform: capitalize;
    margin-right: 10px;
}

.runfeng_case_read_header span {
    color: var(--title-text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.714;
    text-transform: capitalize;
    margin-left: 10px;
}

.runfeng_case_read_header b {
    margin-left: 10px;
    font-weight: 400;
}

.runfeng_case_read_content {
    margin-top: 20px;
    display: flex;
    gap: var(--text-gap);
    padding-bottom: var(--text-gap);
}

.runfeng_case_read_content_left {
    width: 48.6%;
}

.runfeng_case_read_content_right {
    flex: 1;
}

.runfeng_case_read_content_title {
    font-size: var(--title-size-h4);
    font-weight: 700;
    line-height: 1.53;
    color: var(--title-text-color);
    margin-bottom: calc(var(--text-gap-md) / 2);
}

.runfeng_case_read_content_content,
.runfeng_case_read_content_content p {
    color: rgba(40, 40, 40, 0.70);
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 1.375;
    text-align: justify;
}

.runfeng_case_read_content_info {
    display: flex;
    flex-direction: column;
    gap: calc(var(--text-gap-md) / 2);
    margin-top: calc(var(--text-gap-lg) * 2);
}

.runfeng_case_read_content_info_item {
    display: flex;
    align-items: center;
    gap: calc(var(--text-gap-md) / 2);
}

.runfeng_case_read_content_info_item_label {
    width: 160px;
    padding: 12px 0;
    border: 1px solid #E1E1E1;
    background: #FFF;
    color: rgba(40, 40, 40, 0.60);
    font-family: var(--title-font-family);
    font-size: var(--text-size);
    font-weight: 700;
    line-height: 1.375;
    display: flex;
    align-items: center;
    justify-content: center;
}

.runfeng_case_read_content_info_item_value {
    flex: 1;
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: var(--text-size);
    font-weight: 700;
    line-height: 1.375;
}

.runfeng_case_read_content_right img {
    width: 100%;
    aspect-ratio: 69/52;
    object-fit: cover;
}

.runfeng_case_read_content_stone_title {
    margin-top: var(--text-gap);
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: var(--title-size-h5);
    font-weight: 700;
    line-height: 1.25;
}

.runfeng_case_read_content_stone_list {
    margin-top: var(--text-gap-md);
    display: flex;
    flex-wrap: wrap;
    gap: var(--text-gap-lg);
}

.runfeng_case_read_content_stone_item {
    width: calc((100% - var(--text-gap-lg)) / 2);
}

.runfeng_case_read_content_stone_item a{
    display: block;
}
.runfeng_case_read_content_stone_item img {
    width: 100%;
    aspect-ratio: 705/420;
    object-fit: cover;
}

.runfeng_case_read_content_stone_item_title {
    margin-top: calc(var(--text-gap-md) / 2);
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: var(--text-flag-size);
    font-weight: 700;
    line-height: 1.5;
}

.runfeng_case_read_content_stone_content {
    margin-top: var(--text-gap-md);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.runfeng_case_read_content_stone_content_item_content {
    color: rgba(40, 40, 40, 0.70);
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 1.375;
}

.runfeng_case_read_content_description {
    margin-top: var(--content-gap-md);
}

.runfeng_case_read_content_description p {
    min-height: calc(var(--text-gap-md) / 2);
}

.runfeng_case_read_content_description h1,
.runfeng_case_read_content_description h2,
.runfeng_case_read_content_description h3,
.runfeng_case_read_content_description h4,
.runfeng_case_read_content_description h5,
.runfeng_case_read_content_description h6 {
    margin: calc(var(--text-gap-md) / 2) 0;
}

.runfeng_case_read_content_description img {
    margin: calc(var(--text-gap-md) / 2) 0;
}

.runfeng_case_read_content_description_title {
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: var(--title-size-h5);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: calc(var(--text-gap-md) / 2);
}

.runfeng_case_read_content_recommend {
    margin-top: var(--content-gap-md);
    position: relative;
}

.runfeng_case_read_content_recommend_title {
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: var(--title-size-h5);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: var(--text-gap-md);
}

.runfeng_case_read_content_recommend_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--text-gap-md);
}

.runfeng_case_read_content_recommend_item {
    width: calc((100% - var(--text-gap-md) * 2) / 3);
}

.runfeng_case_read_content_recommend_item img {
    width: 100%;
    aspect-ratio: 454/320;
    object-fit: cover;
}

.runfeng_case_read_content_recommend_item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: calc(var(--text-gap-md) / 2);
}

.runfeng_case_read_content_recommend_item_title_text {
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.545;
    flex: 1;
    padding-right: var(--text-gap-lg);
    height: calc(22px * 1.545 * 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.runfeng_case_read_content_recommend_item_title_text_date {
    color: rgba(40, 40, 40, 0.40);
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 1.375;
}

.runfeng_case_read_content_recommend_item_content {
    color: rgba(40, 40, 40, 0.70);
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 1.375;
    height: calc(var(--text-size) * 1.375 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 4px;
}
.runfeng_case_read_content_recommend_list.swiper{
    padding-bottom: 60px !important;
}
.runfeng_case_read_content_recommend_item .runfeng-btn2 {
    color: var(--title-text-color);
    margin-top: calc(var(--text-gap) / 2);
}
.runfeng_case_read_content_recommend .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important;
}

.runfeng_case_read_content_recommend .swiper-pagination .swiper-pagination-bullet {
    background: rgba(40, 40, 40, 0.2);
}

.runfeng_case_read_content_recommend .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(40, 40, 40, 1);
}
@media screen and (max-width: 992px) {
    .runfeng_case_read_content_recommend_item_title_text{
        font-size: 18px;
        height: calc(18px * 1.545 * 1);
    }
    .runfeng_case_read_content_recommend_item {
        width: 100%;
    }

    .runfeng_case_read_content_info_item_label {
        width: 100px;
    }

    .runfeng_case_read_content {
        flex-direction: column;
    }

    .runfeng_case_read_content_left {
        width: 100%;
    }

    .runfeng_case_read_content_right {
        width: 100%;
    }

    .runfeng_case_read_content_stone {
        flex-direction: column;
    }

    .runfeng_case_read_content_stone_item {
        width: 100%;
    }

    .runfeng_case_read_content_right {
        order: -1;
    }
}

@media screen and (max-width: 768px) {
    .runfeng_case_read_content_recommend_item_title_text{
        font-size: 16px;
        height: calc(16px * 1.545 * 1);
    }
}