

/* Start:/bitrix/templates/poliklinika1_temp/components/saksin/news/web20_/saksin/news.list/.default/style.css?16951881271096*/
.newsblock:hover {
	opacity: 1;
}

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

div.news-item > div.news-text {
  position: relative; 
  max-height: 6em;
  //text-align: justify;  
  margin-right: -1em;
  padding-right: 1em;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 5.2em;
}

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

/*
div.news-item > div.news-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
div.news-item > div.news-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
*/

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;
}
/* End */
/* /bitrix/templates/poliklinika1_temp/components/saksin/news/web20_/saksin/news.list/.default/style.css?16951881271096 */
