div.news-detail
{
	word-wrap: break-word;
}
div.news-detail h1, div.news-detail h2
{
	margin-top: 2rem;
	margin-bottom: 1rem;
}
div.news-detail img
{
	max-width:100%;
	height: 100%;
	width:100%;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#999;
	font-size: small;
}
