@media only screen and (max-width:768px) {
    .search_wrap {
        padding-top: 0;
        height     : 2.5rem;
    }

    .search_wrap .search {
        width: 100%;
    }

    .search_wrap .search .input1 {
        width      : 75%;
        margin-left: 0.2rem;
        height     : 0.6rem;
        line-height: 0.6rem;
    }

    .content_wrap .contentBox {
        width: 100%;
    }

    .content_wrap .content .content_left {
        width: 100%;
    }

    .content_wrap .content .content_right {
        display: none;
    }

    .search_wrap .search .input2 {
        width      : 20%;
        height     : 0.6rem;
        line-height: 0.6rem;
    }

    .search_wrap .search .gaoji {
        display: none;
    }

    .jgqsearch {
        display: none;
    }

    .search_wrap .search .reci {
        padding: 0.18rem 0.2rem;
    }

    .ui-placehoder {
        height     : 0.6rem;
        line-height: 0.6rem;
    }

    .content_wrap {
        padding: 0.2rem;
    }

    .content_title_item {
        width: 100% !important;
    }

    .content_wrap .content_title ul {
        width: 100% !important;
    }

    .content_wrap .content_title ul li {
        border   : 1px solid #e8e8e8;
        width    : 2.35rem;
        max-width: 2.35rem;
    }

    .content_title_right,
    .content_title_left {
        display: none;
    }

    .content_wrap .content .content_left {
        margin-left: 0;
        margin-top : 0;
    }

    .knowledgecard {
        display: none;
    }

    #jsearch-condition-box-content {
        display: none;
    }

    #pagination {
        height: auto !important;
    }

    .zxblsxItemWrapTitle {
        max-width: 100%;
    }

    .content_wrap .content .content_left .btn_more button {
        width        : 2rem;
        height       : 0.6rem;
        line-height  : 0.6rem;
        border-radius: 0.5rem;
    }

    .gsblan {
        border-radius: 0.5rem;
    }
    .m-question{width: 85% !important;}
}