.subPageWrap {
	width: 100%;
	height: auto;
	margin-top: 55px;
	background-color: #FFFFFF;
	padding-bottom: 60px;
}

.newsTitle {
	color: #555555;
	font-size: 20px;
	text-align: center;
}

.newsTime {
	color: #555555;
	text-align: center;
	margin-bottom: 30px;
}

.newsAbstruct p {
	color: #555555;
	line-height: 20px;
    font-size: 15px;
}

.newsContent {
	color: #555555;
	line-height: 20px;
    font-size: 15px;
}

.newsContent p {
	text-indent: 2em;
}

.newsContent img {
	display: block;
	margin: 0 auto;
}
