

/* Start:/local/components/bitrix/news.list/templates/l-c--t-news-list/style.css?17087942821379*/
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;
}

.card-news {
  width: 380px;
  height: auto;
 
padding: 0 30px 0 0;

}
.news_img-news{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.card_text {
  margin-top: 14px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #111111;
  height: 80px;
  text-align: justify;
}
.card_clear-news {
	
  margin-top: 26px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  height: 40px;
      overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis; /* Добавляем многоточие */
  
}
.u-radius-20 {
border-radius: 20px; /* Радиус скругления */
padding: 10px 10px 10px 10px;
}
.truncate {
   
	padding: 10px; /* Поля вокруг текста */
    white-space: pre-wrap; /* Текст не переносится */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis; /* Добавляем многоточие */
   }

@media (max-width: 575px) {
.card-news {
  width: 320px;
  height: auto;
 
padding: 0 20px 0 0;

}
.news_img-news{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

        }
/* End */
/* /local/components/bitrix/news.list/templates/l-c--t-news-list/style.css?17087942821379 */
