

.block2 .content {
    box-sizing: border-box;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-top: 104px;
}

.block2 .list2{
    width:1200px;
}

.block2 .list {
    height: 500px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block2 .item {
    border: 1px solid #efefef;
    border-radius: 18px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 390px;
    margin-right: 16px;
    flex-shrink: 0;
}

.block2 .layui-carousel .swiper-item {
    background-color: white
}

    .block2 .item:last-child {
        margin-right: 0;
    }

    .block2 .item .img {
        width: 100%;
        height: 319px;
    }

        .block2 .item .img img {
            width: 100%;
            height: 100%;
        }

    .block2 .item .tip {
        color: var(--new-main-color);
        font-weight: bold;
        font-size: 19px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .block2 .item .desc {
        color: #666;
        margin-bottom: 16px;
        text-align: center;
        padding: 0 32px;
        line-height: 22px;
        height: 55px
    }

.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
    top: 0px!important;
}