.news-detail {
	height: 582px;
}

.news-detail .title {
	text-align: center;
	color: #e66730;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
}

.news-detail .subtitle {
	font-size: 14px;
	text-align: center;
	color: #e66730;
	line-height: 25px;
	margin-bottom: 18px;
}

.news-detail .content {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.news-detail .content img{
	float: right;
	margin-left: 20px;
	margin-top: -12px;
}
.news-detail .content span {
	display: block;
	text-indent: 2em;
}
.news-detail .content p {
	text-align: right;
}
