

.bannerImg {
    height: 600px;
    width: 100%;
}
.block1 .content {
    margin-top: 104px;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 76px;
}

.block1 .list {
    width: 1200px;
    box-sizing: border-box;
}
    .block1 .list .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height:210px;
    }
        .block1 .list .item .left{
            width:180px;
            margin-right:20px;
        }
.block1 .list .item .left img {
    width: 100%;
}
.block1 .list .item .right {
    width: 410px;
    height: 150px;
    padding: 0 24px;
    border-left: 1px solid #ddd;
}
    .block1 .list .item .right .name{
        font-size:22px;
        color:#333;
        margin-bottom:19px;
    }
    .block1 .list .item .right .desc {
        font-size: 16px;
        color: #666;
        line-height: 20px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .block1 .list .item .right .more {
        color: var(--new-main-color);
        font-size:12px;
        cursor:pointer;
    }

