.news_detail_div_page {
    background: #f7fafc;
    padding-bottom: 80px;
    padding-top: 112px
}

.news_detail_div_page p {
    line-height: 1.5;
    margin-bottom: 12px
}

.news_detail_div_page p img {
    max-width: 950px !important;
    /*max-width: 98%;*/
}

.news_detail_div_page .news_crumbs {
    margin-bottom: 40px
}

.news_detail_div_page .news_crumbs i {
    font-size: 13px
}

.news_detail_div_page .news_crumbs span {
    color: #999;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px
}

.news_detail_div_page .news_crumbs span:hover {
    color: #004baa
}

.news_detail_div_page .news_crumbs .text1 {
    color: #333;
    cursor: text
}

.news_detail_div_page .news-detail-div {
    background: #fff;
    padding: 60px 120px
}

.news_detail_div_page .news-related-pager {
    padding-top: 80px
}

.news_detail_div_page .news-related-text {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.news_detail_div_page .news-related-content {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 34px;
    padding: 40px 40px 8px
}

.news_detail_div_page .news-related-nap {
    padding-left: 24px;
    width: 100%
}

.news_detail_div_page .news-related-item {
    cursor: pointer;
    margin-bottom: 32px;
    width: 47.5%
}

.news_detail_div_page .news-related-item:hover .news-related-node {
    background: #004baa
}

.news_detail_div_page .news-related-item:hover .news-related-text2 {
    color: #004baa
}

.news_detail_div_page .news-related-item .news-related-node {
    background: #595959;
    border-radius: 50%;
    height: 6px;
    margin-top: 2px;
    position: absolute;
    width: 6px
}

.news_detail_div_page .news-related-item .news-related-text2 {
    color: #222;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.news_detail_div_page .news-related-item .news-related-text3 {
    color: #999;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px
}

.news_detail_div_page .news-detail-title-top {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px
}

.news_detail_div_page .news-detail-line {
    background-color: #ddd;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%
}

.news_detail_div_page .news-detail-content {
    overflow: hidden;
    width: 100%
}

.news_detail_div_page .news-detail-content img {
    max-width: 98% !important;
}

.news_detail_div_page .news-detail-date-top {
    color: #999;
    font-size: 14px;
    margin-top: 24px
}

.news_detail_div_page .news-detail-date-top span {
    margin-left: 24px
}

@media (max-width: 1200px) {
    .news_detail_div_page {
        padding-top: 80px
    }

    .news_detail_div_page .news_crumbs {
        margin-bottom: 24px
    }

    .news_detail_div_page .news-detail-div {
        padding: 30px 40px
    }

    .news_detail_div_page .news-detail-title-top, .news_detail_div_page .news-related-text {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .news_detail_div_page {
        overflow: hidden;
        padding-bottom: 40px;
        padding-top: 65px;
        width: 100%
    }

    .news_detail_div_page .news-related-item {
        margin-bottom: 24px;
        width: 100%
    }

    .news_detail_div_page .news-detail-div {
        padding: 24px 16px
    }

    .news_detail_div_page .news-detail-title-top {
        font-size: 16px;
        line-height: 24px
    }

    .news_detail_div_page .news-detail-date-top {
        margin-top: 16px
    }

    .news_detail_div_page .news-detail-date-top span {
        margin-left: 16px
    }

    .news_detail_div_page .news-detail-line {
        margin-bottom: 24px;
        margin-top: 24px
    }

    .news_detail_div_page .news-related-pager {
        padding-top: 40px
    }

    .news_detail_div_page .news-related-text {
        font-size: 16px;
        line-height: 16px
    }

    .news_detail_div_page .news-related-content {
        margin-top: 24px;
        padding: 24px 16px 0
    }

    .news_detail_div_page .news-related-nap {
        padding-left: 18px
    }
}
