div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.block-one-useful-external {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	margin-bottom: 20px;
}
.block-one-useful-video {
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-one-useful-video p {
	text-align: center;
	margin: 0;
}
.useful-video {
	width: 60%;
	height: auto;
    min-height: 220px;
	margin: 0 auto;
}
.block-one-useful-info {
	width: 50%;
	padding: 0;
}
.block-one-useful-info a {
	color: black;
}
.block-one-useful-info:hover a h3 {
	color: #00859B;
}
@media (max-width: 1024px) {
	.useful-video {
		width: 80%;
	}
	.block-one-useful-info {
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	.block-one-useful-external {
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 40px;
	}
	.block-one-useful-video {
		width: 100%;
	}
	.useful-video {
		width: 70%;
		min-height: 250px;
	}
	.block-one-useful-info {
		width: 100%;
		padding: 0;
	}
	.block-one-useful-info h3 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 425px) {
	.useful-video {
		width: 100%;
		min-height: 200px;
	}
	.block-one-useful-info h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}