div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.bx-text iframe{
	height: 600px;
}

@media screen and (max-width: 600px){
	.bx-text iframe{
		height: unset;
	}
}
