
.bannerImg{
 
}
.block1 .content {
    margin-top: 104px;
    box-sizing: border-box;
    flex-direction: column;
}

.block1 .list {
    border: 1px solid #efefef;
    width: 1200px;
    height: 310px;
    border-radius: 18px;
    padding: 38px;
    box-sizing: border-box;
}
.block1 .item {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

    .block1 .item img {
        width: 100px;
        height: 100px;
        margin-bottom: 34px;
    }

    .block1 .item .nums {
        color: var(--new-main-color);
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 22px;
        position: relative;
        border-right:1px solid #e5e5e5;
    }

        .block1 .item .nums .plus {
            color: var(--new-main-color);
            font-size: 28px;
            margin-left: 6px;
            position: absolute;
            top: -4px;
        }

    .block1 .item .name {
        color: #333;
        margin-bottom: 18px;
    }

