
@media screen and (max-width: 1000px) {

    .content .caseshow{
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto;
        margin: 20px 0 0 0;
        padding: 0 10px;
    }
    .caseshow .info{
        width: 100%;
    }
    .caseshow .info .left,
    .caseshow .info .right{
        display: block;
        width: 100%;
        margin: 0 0  4px 0;
    }
    .content img{
        width: 100% !important;
        height: auto !important;
    }
    .content .caseshow .case-body{
        width: 100% !important;
    }

    .content .bshare{
        margin: 0 0 10px 0;
    }
    .content .caseshow .case-body p:first-child,
    .content .caseshow .case-body p:last-child{
        display: none;
    }


}