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;
}

.blog__detail p {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgb(63, 63, 63);
	margin: 0;
}

.blog__detail .bd__content .text a,
.blog__detail .bd__content .accent a {
	color: blue;
	text-decoration: underline;
}

@media(max-width: 1024px) {
	.blog__detail.container  {
		padding-top: 20px;
	}
}
