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



.col-12 > ul {
    padding-left: 0;
    list-style: none;
}

.col-12 > ul > li {
    position: relative;
    padding-left: 1.75rem;
}

.col-12 > ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3.5px;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-image: url(/local/templates/oxy/img/svg/li.svg);
}

.col-12 > ol {
    padding-left: revert;
    list-style: revert;
}

.col-12 > ol > li {
    position: revert;
    padding-left: revert;
}

.col-12 > ol > li::before {
    content: none;
}
