
.block5 .content {
    margin-top: 127px;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 76px;
}

.block5 .list {
    width: 1200px;
    height: 400px;
    box-sizing: border-box;
}
.block5 .item {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

    .block5 .item img {
        width: 80px;
        height: 80px;
        margin: 45px auto;
    }

    .block5 .item .name {
        color: var(--new-main-color);
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 22px;
    }
    .block5 .item .tips {
        color: #666;
        font-size: 16px;
        padding:20px;
    }

