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;
}
.blockother{margin-top:40px;}
.items{display:flex; margin-bottom:20px;}
.items .photo{width:250px; height:250px;}
.items .photo img{object-fit: contain; width:250px;}
.items .desc{margin-left:30px;}
.items .name{font-size:24px; margin-bottom:20px;}
.items .text{margin-bottom:20px;}
.items .link a{text-decoration:underline;}
@media (max-width:991px) {
	.items{flex-direction:column; align-items: center;}
	.items .photo{margin-bottom:20px;}
}
