.cooperation{
    padding: 30px 0;
}

.cooperation_item{
    width: 1040px;
    min-height: 200px;
    margin: auto;
}

.cooperation_item img{
    width: 400px;
    height: auto;
}

.cooperation_item_content{
    width: 580px;
}

.cooperation_item_title{
    font-size: 24px;
    line-height: 36px;
    padding: 22px 0;
    font-weight: bolder;
}

.cooperation_item_introduce{
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.content_right{
    margin-right: 60px;
}

.content_left{
    margin-left: 60px;
}

.cooperation_title{
    line-height: 90px;
}

.table_title{
    color: #000;
    width: 33%;
    text-align: center;
    line-height: 30px;
    font-weight: bolder;
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 20px;
}

.table_p{
    width: 33%;
    padding: 10px 50px ;
    box-sizing: border-box;
    text-align: left;
    line-height: 24px;
    color: #545454;
}

.table_red{
    color: #2256AA;
    line-height: 20px;
}

.table_light_grey{
    background-color: #F6F6F6;
}

.table_dark_grey{
    background-color: #E8E8E8;
}

.table_R{
    margin-right: 5px;
}

.table_border{
    border-right: 1px solid #DDDDDD;
}

@media screen and (max-width: 750px) {
    .hyg_banner, .w1200, .cooperation_item {
        width: 100%;
    }

    .cooperation{
        padding: 10px 0 10px;
    }

    .cooperation_item{
        padding: 0 15px;
        box-sizing: border-box;
        height: fit-content;
        min-height: 120px;
    }

    .cooperation_item img{
        width: 50%;
        max-height: 210px;
    }

    .cooperation_item_content{
        width: calc(60% - 15px);
    }

    .content_right{
        margin-right: 15px;
    }

    .content_left{
        margin-left: 15px;
    }

    .cooperation_item_title{
        margin-top: 0px;
        font-size: 15px;
        line-height: 20px;
        padding: 5px 0;
    }

    .cooperation_item_introduce{
        font-size: 10px;
        line-height: 18px;
        margin: 0;
    }

    .cooperation_title{
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .table_title{
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0;
    }

    .table_p{
        font-size: 12px;
        padding: 8px 0 8px 8px ;
        line-height: 19px;
        word-wrap: break-word;
    }

    .table_red{
        line-height: 14px;
    }
}
