

/* Start:/bitrix/templates/.default/components/my_components/news/content/my_components/news.list/.default/style.css?1642389252933*/
.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 {
  overflow: hidden;
  position: relative; 
  line-height: 1.5em;
  max-height: 6em;
  text-align: justify;  
  margin-right: -1em;
  padding-right: 1em;
}

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 */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1627620372272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */
/* /bitrix/templates/.default/components/my_components/news/content/my_components/news.list/.default/style.css?1642389252933 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1627620372272 */
