/*Стили для страницы публикаций*/

p, li {
	font-size: 16px;
	color: #444444;
	margin-bottom: 20px;
	line-height: 25px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.last_new h3 {
    margin-bottom: 0px;
}

ul li, ol li ul li {
list-style-type: disc;
margin-left: 30px;
}

ol li {
list-style-type: decimal;
margin-left: 30px;
}

.autor  {
	color: #a1a1a1;
	font-size: 11px;
}

.share .title_share {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 6px;
	display: block;
}


.after_results_row {
    margin-top: 35px;
}

