
.block7 {
    background: url('../../../images/home/block/block7/back.png') no-repeat;
    background-size: cover;
    padding: 56px 0;
}

    .block7 .content-box {
        margin: 0 auto;
        width: 1200px;
        box-sizing: border-box;
        flex-direction: column;
    }

        .block7 .content-box .title-common {
            margin-bottom: 60px;
        }

            .block7 .content-box .title-common h2 {
                font-size: 26px;
                margin-bottom: 20px;
            }

            .block7 .content-box .title-common .unit {
                font-size: 28px;
                color: #333;
                text-align: center;
            }

.activity {
    height: 400px;
}



.block7 .list-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

    .block7 .list-wrap .img-box {
/*        flex: 1 1 calc(33.333% - 10px);*/
        padding:20px 35px;
        width: 386px;
        height: 75px;
        border-radius:12px;
        background: #fff;
        transition: transform .5s;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        display: flex;
        align-items: center;
/*        justify-content: center;*/
    }
