.b-news-list {
	margin-top: 42px;
}
.news-list__inner {
	display: flex;
	align-items: flex-start;
}
.news-list__img {
	max-width: 312px;
	width: 100%;
}
.news-list__img img {
	width: 100%;
}
.news-list__content-top,
.news-detail__content-top {
	display: flex;
	font-size: 16px;
	line-height: 30px;
}
.news-list__content-date,
.news-list__content-time {
	color: #999999;
}
.news-list__content-date {
	padding: 0 12px 0 9px;
	margin: 0 7px 0 10px;
	position: relative;
}
.news-list__content-date:before,
.news-list__content-date:after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 28px;
	background-color:#F6F6F6;
}
.news-list__content-date:before {
	left: 0;	
}
.news-list__content-date:after {
	right: 0;
}
.news-list__content-title {
	font-size: 30px;
	line-height: 39px;
	color: #111111;
}
.news-list__content-text {
	line-height: 26px;
	opacity: 0.8;
	margin-top: 40px;
}
.news-list__content-logo {
	width: 30px;
}
.news-list__content-logo img {
	width: 100%;
}
.news-list__content-whose {
	color: #538D63;
	opacity: 0.8;
	margin-left: 19px;
}
.news-list__content {
	margin-left: 38px;
	width: 100%;
}
.news-list__content-middle {
	margin-top: 12px;
	padding-bottom: 33px;
	border-bottom: 1px solid #F5F5F5;
}
.news-list__content-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
}
.news-list__btn {
	max-width: 160px;
	width: 100%;
}
.news-list__btn a:link,
.news-list__btn a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 19px;
	color: #111111;
	width: 100%;
	height: 40px;
	transition: background-color 0.3s ease;
}
.news-list__btn a:hover,
.news-list__btn a:active {
	background-color: #E4E4E4;
	transition: background-color 0.3s ease;
}
.news-list__counter-title,
.news-list__counter-value {
	font-size: 14px;
	line-height: 18px;
}
.news-list__counter-title {
	color: #999;
}
.news-list__counter-value {
	color: #111;
}
.news-list__item {
	margin-bottom: 70px;
}
.news-list__item:last-child {
	margin-bottom: 0;
}
.b-news-list .catalog-section__load {
	width: 100%;
    background-color: #F5F5F5;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    cursor: pointer;
    transition: background-color 0.3s ease;
}