/*无数据时*/
.empty-div {
    height: 80%;
    background-color: #f7f7f7;
    width: 100%;
}

.news-div {
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 27px;
}

.news-detail {
    width: 1000px;
    padding: 80px 0px;
}

.display {
    display: none !important;
}

.nd-title {
    font-size: 30px;
    padding-bottom: 7px;
    text-align: center;
}

.nd-time {
    padding-bottom: 22px;
    text-align: center;
    color: #8f8f8f;
}

.nd-paragraph1, .nd-paragraph2 {
    width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 34px;
}

.nd-paragraph3 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bolder;
}

.nd-paragraph2 {
    text-indent: 2em;
}

.news-detail img {
    width: 750px;
    height: auto;
    padding-bottom: 30px;
}

/*上篇下篇*/
.news-tool-div {
    width: 100%;
    padding: 80px 0px;
    background-color: #f7f7f7;
}

.news-tool-container {
    width: 370px;
    font-size: 18px;
}

.news-tool-container:first-child, .news-tool-container:last-child {
    color: #4a4a4a !important;
}

.news-tool-container:nth-child(2) {
    color: #777777 !important;
}