

/* Start:/bitrix/templates/diag/components/bitrix/news/news/bitrix/news.list/.default/style.css?16078223701216*/
.news-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    display: block;
}
	.news-item p {
		margin-bottom: 30px;
		font-family: 'Roboto';
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: -0.2px;
		text-indent: 3%;
	}
	.news-item a:hover {
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
	}
		.news-item a:hover {
			color: black;
		}

	.news-item .item-image {
		float: left;
		width: 40%;
		margin-bottom: 20px;
	}
		.news-item .item-image img {
			border: 0;
			vertical-align: middle;
			height: auto;
			width: 100%;
		}
	.news-item .item-details {
		width: 60%;
		padding-left: 20px;
		float: left;
	}
		.news-item .item-details .item-title {
			margin-bottom: 4px;
			font-size: 26px;
			color: #111;
			font-weight: 600;
			line-height: 1.5;
			margin: 0 0 10px 0;
			text-rendering: optimizelegibility;
		}
		.news-item .item-details .read-more {
			text-transform: uppercase;
			font-weight: 700;
		}			.fa-long-arrow-right:before {
				content: "\f178";
			}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/diag/components/bitrix/news/news/bitrix/news.list/.default/style.css?16078223701216 */
