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


.mt-8 ul{
    padding-left: 0;
    list-style: none;
}
.mt-8 li {
    position: relative;
    padding-left: 1.75rem;
}
.mt-8 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);
}