/* 新闻内页 */
.news-details-wai{
	margin-bottom: 45px;
}
.navigation{
	margin-top: 50px;
}
.navigation ul{
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}
.navigation ul li{
	margin-right: 10px;
}

.details-body h2{
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
}
.text-secondary{
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #6c757d;
	text-align: center;
	color: #6c757d;
}

.news-content{
	margin-bottom: 40px;
}
.news-content p{
	margin-top: 15px;
	font-size: 14px;
	line-height: 2;
}
















