.art6news-item {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #c9cbd0;
}
.art6news-item a {
	display: block;
	text-decoration: none;
}
.art6news-item__image {
	margin-bottom: 10px;
}
.art6news-item__title {
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
	color: #626368;
}
.art6news-item__title:hover {
	color: #424348;
}
.art6news-item__previews {
	margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
    font-size: 13px;
	color: #626368;
}
.art6news-item__previews:hover {
	color: #424348;
}
.art6news-item__dateadded p {
	margin: 0;
}
.art6news-item__link {
	color: #424e95;
	text-transform: uppercase;
	text-decoration: none;
}
.art6news-item__link.button {
	display: block;
	border: 1px solid #424e95;
	padding: 5px 10px;
	border-radius: 3px;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.art6news-item__link.button:hover {
	background-color: #424e95;
	color: white;
}

.art6news-info__image {
	margin-right: 20px;
	margin-bottom: 10px;
}

.art6news-module {
	border-bottom: 1px solid #c9cbd0;
}
.sidebar__item .art6news-module__layout {
	width: 100%;
}
.art6news-module__date {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	color: #626368;
}
.art6news-module__title {
	width: calc(100% - 60px);
	margin-left: 5px;
	line-height: 14px;
}
a.art6news-module__link {
	color: #626368;
	font-size: 13px;
	text-decoration: none;
}
a.art6news-module__link:hover {
	color: #424348;
}
.art6news-module__button {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}
.art6news-module__button a {
	color: #424e95;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
}