.newsContent{
	width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2em;
	color: #333;
	padding: 50px 0;
	word-wrap: break-word;
		white-space:pre-wrap

}

.newsContent p{
	text-indent: 2em;
	word-wrap: break-word;
	white-space:pre-wrap
}

.newsContent .title{
	font-size: 24px;
	line-height: 2em;
	text-align: center;
}
.newsContent .source{
	display: block;
	text-align: center;
	line-height: 2em;
	font-size: 12px;
	color: #999;
	padding-bottom: 30px;
}
.newsContent img{
	display: block;
	text-align:center;
	margin: auto auto !important;
	box-shadow: 0 0 10px  rgba(0,0,0,0.5);
}
