/* section {
    min-height: calc(100vh - 365px);
} */

.news-wrap img,
.news-wrap video {
    max-width: 100%;
}

.news-title {
    width: 100%;
    height: auto;
    font-family: 'Microsoft YaHei';
    color: #404040;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
}

.news-time {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 20px 0;
}

/* 预览图片 */
.imgBox {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19930428;
    overflow-x: auto;
}

.imgBox img {
    width: 100%;
}