.banner_page1 {
    position: relative;
}

.banner_page1 img {
    position: relative;
    z-index: 6;
}

.banner_page1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ny-banner-zz.png) no-repeat;
    background-size: 100%;
    z-index: 7;
}


.ny {
    position: relative;
    padding-bottom: 290px;
    padding-top: 170px;
    overflow: hidden;
}

.ny-byh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/ihome6-bbj2.png) no-repeat;
    background-position: center top;
    height: 126px;
    margin-bottom: -15px;
    z-index: 8;
}

.ny-hwl {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 7;
}

.ny-hwr {
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index:7;
}
.ny-m{
    position: relative;
    z-index: 8;
}


.ndgk ul li {
    overflow: hidden;
}

.ndgk ul li h3 {
    float: left;
    width: 510px;
    font-size: 30px;
    color: #005d89;
    line-height: 36px;
    position: relative;
    padding-right: 50px;
    z-index: 8;
    text-align: right;
    margin-top: 70px;

}

.ndgk ul li h3::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 5px;
    height: 5px;
    margin-right: -2px;
    border-radius: 50%;
    background: #ef9775;
    z-index: 8;
}

.ndgk ul li h3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 13px;
    height: 13px;
    margin-right: -6px;
    border-radius: 50%;
    background: #005d89;
    z-index: 7;
}

.ndgk ul li .cont {
    overflow: hidden;
    position: relative;
    z-index: 7;
    border-left: 1px solid #e4e5e5;
    padding-top: 70px;
    padding-left: 50px;
}

.ndgk ul li div::before {
    content: "";
    position: absolute;
    left: 50px;
    right: 0;
    height: 1px;
    background: #e4e5e5;
    top: 35px;
}

.ndgk ul li:first-child div {
    margin-top: 0;
    padding-top: 0;
}

.ndgk ul li:first-child div::before {
    content: none;
}

.ndgk ul li div p {
    font-size: 16px;
    line-height: 30px;
    color: #444545;
    margin-top: 25px;
    text-indent: 2em;
}

.ndgk ul li div p:first-child {
    margin-top: 0;
}

@media screen and (max-width:1500px) {
    .ndgk ul li h3 {
        width: 260px;
    }
}

@media screen and (max-width:1024px) {
    .ndgk ul li h3 {
        width: 200px;
        font-size: 24px;

    }
}

@media screen and (max-width:1024px) {
    .ndgk ul li h3 {
        float: none;
        width: auto;
        padding-left: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .ndgk ul li h3::before {
        left: 0;
        margin-right: 0;
    }

    .ndgk ul li h3::after {
        content: none;
    }

    .ndgk ul li div {
        border-left: none;
        padding-left: 0;
    }

    .ndgk ul li div::before {
       content: none;
    }

    .ndgk ul li div {
        padding-top: 0;
        margin-top: 20px;
    }

    .ndgk ul li:first-child div {
        margin-top: 20px;
    }
    .ny { 
        padding-bottom: 200px;
        padding-top: 50px;
    }
}
@media screen and (max-width:768px){
    .ny { 
        padding-bottom: 130px;
        padding-top: 20px;
    }

#vsb_content table {
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}

}
