
.block5 .content {
    margin-top: 127px;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 76px;
}

.block5 .list {
    width: 1200px;
    height: 300px;
    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: 100px;
        height: 100px;
        margin: 38px auto;
    }

    .block5 .item .name {
        color: #333;
        font-size: 24px;
        font-weight:bold;
        margin-bottom:16px;
    }
    .block5 .item .tips {
        color: #666;
        font-size: 16px;
        margin-bottom: 20px;
    }

