

/* Start:/bitrix/templates/site-mo-knd/components/saksin/news/bootstrap_v5/saksin/news.list/.default/style.css?1683073957854*/
.newsblock:hover {
	opacity: 1;
}

div.news-item
{
	box-shadow: 1px 1px 5px grey;
	padding: 0px 5px 0 5px;
	overflow: hidden;
	cursor: pointer;
	//max-height: 100px;
    //text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 10px;
    max-height: 152px;
    overflow: hidden;
}

div.news-item a
{
	text-decoration: none;
}

div.news-item > div.news-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 6.5em;
}

div.news-item > div.news-text p {
	margin:0;
}


div.news-list img.preview_picture
{
	//float:left;
	//margin: 3px 5px 1px 10px;
	//margin: 3px 10px 3px 3px;
	//float:left; height: auto; width: 150px;
	margin: 1px 10px 1px -4px;
    height: 150px;
    width: 150px;
    object-fit: cover;
}
.news-date-time {
	//color:#486DAA;
	background: var(--bs-orange);
}
/* End */
/* /bitrix/templates/site-mo-knd/components/saksin/news/bootstrap_v5/saksin/news.list/.default/style.css?1683073957854 */
