.c_0100_8 .content1 {
    padding: 60px 0;
}

.content_body_left {
    text-align: right;
}

.content_title_h4 {
    font-size: 32px;
    font-weight: 500;
    color: #03081A;
}

.common_title_h3 {
    color: #03081A;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 34px;
}

.content_body_img {
    width: 50%;
}

.content_body_text {
    max-width: 550px;
}

/* 移动端响应式样式 */
@media screen and (max-width: 767px) {
    /* 容器布局调整 */
    .container_flx {
        height: auto !important;
        flex-direction: column;
        padding: 20px 15px;
    }

    .container_flx_400 {
        height: auto !important;
    }

    /* 内容区域调整 */
    .content_body_right,
    .content_body_left {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .content_body_left {
        /*margin-top: 30px;*/
        text-align: center;
    }

    /* 标题和文本调整 */
    .common_title_h3 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .content_title_h4 {
        font-size: 20px;
        text-align: center;
    }

    .content_body_text {
        font-size: 14px;
        line-height: 1.6;
        margin: 10px 0;
        text-align: left;
        max-width: 100%;
    }

    /* 图片调整 */
    .body_left_img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .body_left_img img {
        width: 100%;
        height: auto;
    }

    .content_body_img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    /* 内容块调整 */
    .content1 {
        padding: 30px 0;
    }

    .content1:first-child {
        padding-top: 0;
    }

    /* 导航栏调整 */
    .fix_navbar_box {
        position: relative;
        top: 0;
    }

    .fix_navbar {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
    }

    .fix_navbar li {
        width: 100%;
        text-align: center;
        padding: 8px 20px;
        border-bottom: 1px solid #eee;
    }

    /* 页脚调整 */
    .footer {
        padding: 20px 15px;
    }

    .footer > ul > li > dl > div {
        flex-direction: column;
        gap: 20px !important;
    }
}

/* 小屏幕手机适配 */
@media screen and (max-width: 480px) {
    .c_0100_8 .content1 {
        padding: 0;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .common_title_h3 {
        font-size: 20px;
    }

    .content_title_h4 {
        font-size: 18px;
    }

    .content_body_text {
        font-size: 13px;
    }

    .body_left_img img,
    .content_body_img {
        max-width: 250px;
    }
}
