body {
    overflow-x: hidden;
}
.page-hover .dp_nav-list > li#menu-item-82 > a {
    border-bottom: 2px solid #000;
    color: #000;
}
.news_detail-view {
    padding-top: 51px;
    background: rgb(248, 248, 248);
}
.news_detail-view * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
}
.news_detail-bg {
    width: 100%;
    height: 179px;
    background: url(../imgs/new-detail-bg.png) no-repeat center center;
}
.jn_news-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 36px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.news-inner-content div,
.news-inner-content p,
.news-inner-content video {
    width: 100% !important;
}
.news-inner-content video {
    height: auto !important;
}
.news-detail-inner {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    /* padding: 0 20px; */
    margin: 0 auto;
}
.news-detail-inner-title {
    width: 100%;
    font-size: 36px;
    line-height: 49px;
}
.news-detail-inner-mbx {
    font-size: 18px;
    line-height: 25px;
    color: rgba(46, 46, 46, 0.6);
    padding-top: 7px;
}
.news-detail-inner-mbx a {
    color: rgba(46, 46, 46, 0.6);
}
.news_detail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: 100%;
    padding: 64px 0 100px 0;
    margin: 0 auto;
}
.news_detail-content {
    /* width: 600px; */
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 100px;
}
.news-info-title {
    font-size: 48px;
    line-height: 66px;
    color: #2e2e2e;
}
.news-info-date {
    font-size: 18px;
    line-height: 25px;
    color: #2e2e2e;
    opacity: 0.5;
    margin-top: 12px;
}
.news-inner-content {
    padding-top: 50px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
}
.news-inner-content p {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: #000000;
}
.news-inner-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}
.news_menu-content {
    width: 274px;
    margin-top: 90px;
    /* padding: 20px 40px;
    background: rgb(250, 250, 250);
    border-radius: 7px; */
}
.news-detail-list {
    padding: 20px 40px;
    background: rgb(250, 250, 250);
    border-radius: 7px;
}
.new_tab-title {
    font-size: 24px;
    line-height: 33px;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
}
.news-block-detail {
    width: 200px;
}
.news-block-item {
    margin-bottom: 20px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-prefix-images {
    width: 90%;
    height: auto;
    margin: 0 auto;
    align-self:flex-start;
}
.news-block-title {
    font-size: 14px;
    line-height: 19px;
    color: #2e2e2e;
    padding-top: 10px;
}
.news-block-time {
    font-size: 14px;
    line-height: 19px;
    color: #2e2e2e;
    opacity: 0.5;
    padding-top: 11px;
    text-align: left;
    width: 100%;
}

.news-block-context {
    display: none;
}
.news_detail-view section {
    padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
    .page-hover .dp_nav-list > li#menu-item-82 > a {
        border-bottom: 0;
    }
    .news-detail-inner-title {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .news-detail-inner-mbx {
        font-size: 1rem;
        line-height: 1.2;
    }
    .news_detail-view {
        padding-top: 4.23rem;
    }

    .news_detail-bg {
        height: 7rem;
        line-height: 7rem;
        font-size: 2rem;
        background-size: 100% 100%;
        padding: 0 2rem;
    }

    .news_detail-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .news-inner-content div {
        width: 100% !important;
        height: auto !important;
    }
    .news-inner-content video {
        width: 100% !important;
        height: auto !important;
    }

    .news_detail-content {
        margin-right: 0;
    }

    .news-info-title {
        font-size: 1.85rem;
        line-height: 2.4rem;
    }

    .news-info-date {
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 0.4rem;
    }
    .news-inner-content {
        padding-top: 1.9rem;
    }
    .news-inner-content p {
        font-size: 1.1rem;
    }

    .news_menu-content {
        width: 100%;
        margin-top: 3.3rem;
    }
    .news-detail-list {
        padding: 0rem;
        background: none;
        margin-top: 4rem;
    }

    .new_tab-title {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        line-height: 1.2rem;
        padding-bottom: 0.56rem;
    }

    .news-block-item {
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0.5rem;
        width: 100%;
        height: 7rem;
        border: 0.08rem solid #eaeaea;
        box-sizing: border-box;
        margin-bottom: 0.7rem;
        background-color: #fff;
    }

    .news-prefix-images {
        position: absolute;
        border-radius: 0.2rem;
        width: 35%;
        height: 80%;
        left: 3%;
        top: 10%;
    }

    .news-block-title {
        position: absolute;
        color: #1d1d1d;
        left: 40%;
        top: 10%;
        font-size: 0.7rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60%;
    }

    .news-block-time {
        position: absolute;
        color: #1d1d1d;
        left: 40%;
        top: 23%;
        font-size: 0.5rem;
        width: unset;
    }

    .news-block-context {
        display: -webkit-box;
        position: absolute;
        left: 40%;
        top: 50%;
        color: #1d1d1d;
        opacity: 0.5;
        font-size: 0.5rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}
