div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#828282;
	margin-bottom: 15px;
	display: inline-block;
}

h1.page-title {
	margin-bottom: 10px;
}

.news-detail__preview-text {
	font-size: 18px;
    line-height: 26px;
}

.news-detail__list-link {
	font-weight: bold;
	color: #709950;
	font-size: 18px;
	line-height: 26px;
	margin-top: 40px;
	display: block;
}

.news-detail__list-link .fas {
	margin-right: 8px;
}

.news-detail__list-link:hover,
.news-detail__list-link:focus {
	color: #709950;
	text-decoration: none;
}