

/* Start:/bitrix/templates/.default/components/bitrix/news/template1/bitrix/news.list/.default/style.css?1788253335791*/
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;
}
.circle-img-wrapper {
        width: 100px;
        height: 100px;
        overflow: hidden;           /* обрезает всё, что выходит за 100×100 */
        position: relative;
        border-radius: 50%;         /* делает контейнер круглым */
      }

      .circle-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;          /* заполняет контейнер, сохраняя пропорции, обрезая лишнее */
        object-position: center;    /* центрирует область обрезки */
        display: block;
      }
/* End */
/* /bitrix/templates/.default/components/bitrix/news/template1/bitrix/news.list/.default/style.css?1788253335791 */
