* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

* a {
    text-decoration: none;
}

/* 全屏布局 */
html,
body {
    height: 100%;
}

.box {
    /* min-height: 100%; */
}

.section {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

.news-detail-wrap {
    flex: 1;
}


.news-detail-wrap {
    margin-top: 120px;
}

.news-bread {
    width: 1600px;
    margin: 40px auto 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-bread a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.news-bread span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.news-bread i {
    font-size: 12px;
    color: #DDD;

}


.news-title {
    width: 1600px;
    margin: 0 auto 30px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 38px;
    color: #333333;
}


.news-info {
    width: 1600px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-left,
.info-center,
.info-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-info i {
    font-size: 15px;
}

.news-info span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.news-content {
    width: 1600px;
    margin: 0 auto;
}

.news-content p {
   /* margin-bottom: 8px;
    text-indent: 2em;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 30px; */
}

.news-content img {
    /* display: block; */
    width: 100%;
	height: auto;
    /* margin: 20px auto; */
}
