
.block3 .content {
    margin-top: 104px;
    box-sizing: border-box;
    flex-direction: column;
}

.block3 .list {
    border: 2px solid #efefef;
    width: 1200px;
    height: 615px;
    border-radius: 18px;
    box-sizing: border-box;
}

.block3 .item {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    /*    text-align: center;*/
    padding: 72px 30px 10px 30px;
    display: flex;
    flex-direction: column;
}

    .block3 .item img {
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    }

    .block3 .item .nums {
        color: var(--new-main-color);
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .block3 .item .name {
        color: #666;
        margin-bottom: 16px;
        line-height:22px;
    }
