 #id_aj676 > * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: Noto Sans, sans-serif;
        word-break: keep-all;
    }
    #id_aj676{
        width: 100%;
    }
    #id_3ingy{
        width: 100%;
    }
    #id_97ua9{
        box-sizing: border-box;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }
    #id_1sz2m{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .class_qanhd{
        font-size: 34px;
        font-weight: 700;
        color: #222222;
    }
    .class_qanhd_sub{
        font-size: 28px;
        font-weight: 500;
        color: #777777;
    }
    #id_ob742{
        box-sizing: border-box;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .class_bg72j{
        width: calc(100% / 3 - 10px);
        display: flex;
        align-items: center;
    }
    .class_bg72j img{
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    #id_p92sf{
        margin-top: 100px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #id_p92sf_left{
        width: 60%;
        display: flex;
        flex-direction: column;
        padding-right: 50px;
    }
    #id_p92sf_right{
        width: 40%;
        padding-left: 50px;
    }
    .id_p92sf_right_img_box{
        box-sizing: border-box;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .id_p92sf_right_img_box img{
        box-sizing: border-box;
        display: flex;
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }

    .df_rdfsd{
        font-size: 20px;
        font-weight: 500;
        color: #222222;
    }
    .df_rdfsd_sub{
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }
    .df_rdfsd_tex{
        font-size: 15px;
        font-weight: 300;
        color: #333333;
        margin: 20px 0;
    }
    .df_rdfsd_end{
        font-size: 17px;
        color: #333333;
        font-weight: 400;
    }
    
    @media (max-width: 1200px) {
        #id_p92sf {
            margin-top: 70px;
            flex-direction: column;
        }
        #id_p92sf_left{
            width: 100%;
            padding-right: 0;
        }
        #id_p92sf_right{
            width: 100%;
            padding-left: 0;
            margin-top: 35px;

        }
        .id_p92sf_right_img_box{
            justify-content: flex-start;
        }
        .id_p92sf_right_img_box img{
            max-width: 500px;
        }
    }

    @media (max-width: 992px) {
        .class_qanhd{
            font-size: 28px;
        }
        .class_qanhd_sub{
            font-size: 22px;
        }
        #id_ob742{
            margin-top: 20px;
        }
        #id_p92sf {
            margin-top: 40px;
        }
        .df_rdfsd_tex {
            margin: 15px 0;
        }
    }

    @media (max-width: 768px) {
        #id_ob742{
            flex-direction: column;
        }
        .class_bg72j {
            width: 100%;
            margin-bottom: 10px;
        }
        .class_qanhd{
            font-size: 24px;
        }
        .class_qanhd_sub{
            font-size: 20px;
        }
        #id_ob742{
            margin-top: 20px;
        }
        #id_p92sf {
            margin-top: 30px;
        }
        .df_rdfsd_tex {
            margin: 15px 0;
        }
        .df_rdfsd {
            font-size: 17px;
        }
        .df_rdfsd_sub {
            font-size: 15px;
        }
    }