

/* Start:/local/templates/o2/components/bitrix/news/news/bitrix/news.list/.default/style.css?17778863051008*/
.news-list
{
	word-wrap: break-word;
	display: flex;flex-direction: column;gap: 60px;
}
.news-list .news-item {display: flex;gap: 20px;}
.news-list .news-item .news-img {width: 35%;flex-shrink: 0;border-radius: 8px;overflow: hidden;min-width: 300px;}
.news-list .news-item .news-img .preview_picture {width: 100%;height: 100%;object-fit: cover;}
.news-list .news-item .news-desc .news-title a {color: rgba(31, 31, 31, 1);font-size: 20px;font-weight: 500;margin-bottom: 10px;display: block;}
.news-list .news-item .news-desc .news-title a:hover {color:#208bd9;}
.news-date-time {
	color: rgba(141, 141, 141, 1);
  font-size: 14px;
  border-radius: 999px;
  background: rgba(248, 248, 248, 1);
  padding: 0 15px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 30px;
}

@media screen and (max-width: 660px) {
	.news-list .news-item {flex-direction: column;}
	.news-list .news-item .news-img {width:100%;max-height: 250px;}
}

/* End */
/* /local/templates/o2/components/bitrix/news/news/bitrix/news.list/.default/style.css?17778863051008 */
