@media only screen and (max-width: 768px) {
    .cooperate_img{
        width: 100%;
        margin-top: 20px;
    }
    /*公共css*/
    .ajaxcontent {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ajaxcontent a {
        color: #333333;
        text-decoration: none;
    }



    .cooperate_lb{
        width: 100%;
        text-align: center;
        margin-top: 38px;
        cursor: pointer;
        /*background-color: #eeeeee;*/
        /*padding-left: 10px;*/
    }
    .cooperate_lb_dom{
        width: 100%;
        /*height: 180px;*/
        background-color: #eeeeee;
        border-radius: 5px;
        position: relative;
    }
    .cooperate_lb_domshadow{
        box-shadow: 7px 10px 7px 1px
        rgba(0, 0, 0, 0.1);
    }

    .cooperate_lb_doml{
        float: left;
        margin-top: 29px;
        /*margin-left: 49px;*/
        height: 140px;
    }
    .line{
        width: 1px;
        height: 140px;
        background-color: #cecece;
        float: left;
        margin-top: 17px;
        margin-left: 10px;
    }
    .cooperate_lb_domr div{
        /*float: right;*/
        width: 71%;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #010101;
        /*margin-top: 57px;*/
        text-align: left;
        position: absolute;
        right: 0px;
        /*top:19px;*/

        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:5;
        -webkit-box-orient:vertical;
    }
    .cooperate_lb_domr{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 180px
    }
    .domtitle{
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        /*line-height: 153px;*/
        letter-spacing: 0px;
        color: #19443d;
        margin-top: 19px;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }
    .image-container .cooperate_lb_dom {
        transition: transform 0.3s;
        padding-left: 10px
    }

    .image-container .cooperate_lb_dom:hover {
        transform: translate(0,-10px);
    }

    .c_title{
        margin-top: 39px;
    }
    .jinxiaohezuo1{
        margin-top: 40px;
    }
    .c_case{
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        /*line-height: 153px;*/
        letter-spacing: 0px;
        color: #262e37;
        text-align: center;
    }
    .awards-container{
        text-align: center;
        /*margin-top: 39px;*/
    }
    .awards-wrapper{
        margin-top: 20px;
    }
}
