.main {
    /* background: #f2f3f5; */
    padding-bottom: 90px;
}

.ny-jishu .left .df.justify-between,
.ny-jishu .right {
    min-height: 556px;
    max-height: 556px;
    overflow: hidden;
}

/* 左侧 */
.ny-jishu .left {
    width: 100%;
    margin-right: 30px;
}

.ny-jishu .left .slide.productClassOne {
    overflow: auto;
}

.ny-jishu .left .slide.productClassOne li.mb5.cur {
    background-color: #00428e;
}

.ny-jishu .left .slide.productClassOne li.mb5:hover {
    background-color: #00428e;
}

.ny-jishu .left .slide.productClassOne li.mb5.cur .dfc {
    color: white;
}

.ny-jishu .left .slide.productClassOne li.mb5:hover .dfc {
    color: white;
}

.ny-jishu .slide:first-of-type {
    border-right: 2px solid #bfbfbf;
}

.ny-jishu .slide {
    width: calc(50%);
}

.ny-jishu .slide li a {
    height: 50px;
    padding: 0 20px 0 40px;
}

/* 右侧 */
.ny-jishu .right {
    width: 100%;
    padding-top: 79px;
    flex: 1;
}

.ny-jishu .left .slide.productClassTwo li.mb5.cur {
    background-color: #00428e;

}

.ny-jishu .left .slide.productClassTwo li.mb5.cur .dfc {
    color: white;
}

.ny-jishu .items li:hover {
    background-color: #f2f3f5;
    color: #00428e;
}

.ny-jishu li:hover a {
    color: #00428e;
}

li {
    list-style: none;
}

p {
    word-wrap: break-word;
    word-break: break-all;
}