.news-detail {
    padding-top: 0px;
    padding-bottom: 97px;
}
.news-title {
    padding-bottom: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 48px;
}
.news-time {
    padding-bottom: 69px;
    width: 500px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.7;
}
.news-content {
    
}
.news-content p {
    text-indent: 2em;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 40px;
}

.news-content p:last-child {
    margin-bottom: 0;
}
.news-img {
    text-align: center;
}
.news-img img {
    margin-bottom: 20px;
}
.news-img-desc {
    text-indent: 0 !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    opacity: 0.7;
    margin-bottom: 40px !important;
}
.news-img-introduce {
    text-indent: 0 !important;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px !important;
}
.news-img-introduce:last-child {
    margin-bottom: 100px !important;
}