

/* Start:/local/templates/main/components/bitrix/news/manipulation/bitrix/news.list/.default/style.css?1782296703681*/
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;
}
.manipulation-page ul {
	padding-bottom: 1em;
}

.manipulation-page ul li {
	list-style-type: none;
	position: relative;
	margin-left: 2em;
	padding: .2em 0;
}

.manipulation-page ul li::before {
	content: '';
	position: relative;
	left: -20px;
	top: 14px;
	width: 7px;
	height: 7px;
	display: table-cell;
	background-color: currentColor;
	border-radius: 50%
}


@media (max-width: 767px) {
	.manipulation-page ul li::before {
		content: '';
		background-color: #2C5E4F;
		left: -22px;
		top: 16px;
		width: 9px;
		height: 9px
	}
}
/* End */
/* /local/templates/main/components/bitrix/news/manipulation/bitrix/news.list/.default/style.css?1782296703681 */
