

/* Start:/local/templates/default/components/bitrix/news/news/style.css?1782134136682*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>/* Стили для списка новостей на странице /press-center/ */
.news-list .news-item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-list .news-item__text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */


/* Start:/local/templates/default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1731484130155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/default/components/bitrix/news/news/style.css?1782134136682 */
/* /local/templates/default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1731484130155 */
