
.block6 .content {
    box-sizing: border-box;
    margin-bottom: 76px;
    height: 650px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.block6 .box-right {
    height: 650px;
    width: 292px;
    /*    background: var(--new-main-color);*/
    background: linear-gradient(to bottom, #ff9800, #ff6702);
    position: absolute;
    right:0;
    top:-10px;
}

.block6 .list {
    width: 1000px;
    height: 537px;
    box-sizing: border-box;
    z-index: 99;
}

    .block6 .list .top-title {
        color: #333;
        font-size: 24px;
        text-align: left;
        margin-bottom: 59px;
    }
    .block6 .list .top-title .us {
        color: var(--new-main-color);
        font-size: 24px;
    }
        .block6 .list .top-title .about {
            color: #666;
            font-size: 14px;
        }

.block6 .item {
    display: flex;
    align-items:center;
}

    .block6 .item .desc {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        margin-right:48px;
    }



    .block6 .item img {
        width: 557px;
        height: 378px;
        background:#fff;
        border:16px solid #fff;
    }



.block6 .btns {
    width: 150px;
    height: 40px;
    border-radius: 24px;
    text-align: center;
    background: var(--new-main-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px
}
        .block6 .btns .btn {
            color: #fff;
            margin-right:10px
        }
