

/* Start:/bitrix/templates/jin/components/bitrix/news.list/news-block-full/style.css?15829589171368*/
.news-block-full { }

.news-block-full .title {
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
	color: #0f73ae;
}

.news-block-full .preview-text {
	font-size: 12px;
	line-height: 18px;
}

.news-block-full .news-item { margin-top: 8px; }
.news-block-full .news-item:first-child { margin-top: 0; }

.news-block-full .news-item .img,
.news-block-full .news-item .date,
.news-block-full .news-item .text {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	height: 182px;
	background: #ffffff;
}

.news-block-full .news-item .img:hover ~ .text .title { text-decoration: underline; }

.news-block-full .news-item .date {
	border-left: none;
	text-align: center;
	width: 115px;
	color: #2d3844;
	-webkit-transition: color .3s, background .3s;
	-moz-transition: color .3s, background .3s;
	-o-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.news-block-full .news-item:hover .date {
	background: #0f73ae;
	color: #ffffff;
}

.news-block-full .news-item .date .day {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

.news-block-full .news-item .date .month {
	font-size: 14px;
	text-transform: uppercase;
}

.news-block-full .news-item .text {
	border-left: none;
	width: 535px;
	padding: 0 24px;
}
/* End */
/* /bitrix/templates/jin/components/bitrix/news.list/news-block-full/style.css?15829589171368 */
