.main {
	min-height: 600px;
	background-color: #f5f5f5;
	padding: 20px 0;
}
.content{
	background-color: #fff;
	padding: 18px 12px;
}
.news-detail-title{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
}
.news-detail-title .title{
	text-align: center;
	font-size: 24px;
	color: rgba(42, 42, 42, 1);
	font-weight: bold;
}
.news-detail-title .time-source{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
}
.news-detail-title .time-source .time{
	margin-right: 40px;
}
.news-desc{
	padding-top: 20px;
}
.news-desc img{
	margin: 20px auto;
	max-width: 100%;
}