* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

.cooperation_partness {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 5px 0 5px 0; */
}

.c_p_content {
    padding-top: 50px;
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.img_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 50px 0 0 0; */
}

.img_list_item {
    border: 1px solid #CCCCCC;
    width: 19%;
    /* padding: 28px 2px 28px 2px; */
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-bottom: 30px;
}

.img_list_item:hover{
    background-color: rgb(247, 248, 252);
}

.img_item {
    width: 70%;
    /* height: 52px; */
}