@media screen and (max-width: 769px) {
    .sub_content_right {
        width: 100%;
    }

    .sub_content_right_top {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .sub_content_right_top_top {
        width: 100%;
        height: 32px;
    }


    .con_con {
        padding: 0 2%;
        box-sizing: border-box;
        text-indent: 0;
    }

    .con_con img {
        max-width: 100%!important;
        height: auto!important;
    }
}