@charset "utf-8";
.news_all {
		margin-bottom: 35px;
}
.news_item_gr {
		border-top: 1px solid #C2D3D8;
		margin-bottom: 50px;
}
article.news_item {
		padding: 26px 0;
		border-bottom: 1px solid #C2D3D8;
}
.news_all article.news_item:first-child {
		border-top: 1px solid #C2D3D8;
}
article.news_item a {
		text-decoration: none;
		color: #353E4A;
		position: relative;
		padding-right: 80px;
		display: block;
}
.news_item_in {
		display: flex;
		align-items: center;
}
article.news_item a:after {
		content: '';
		display: block;
		position: absolute;
		right: 15px;
		top: calc(50% - 11px);
		width: 22px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: 0 center;
		background-size: 22px;
}
article.news_item a.normalLink::after {
		background-image: url("../images/icon_arw_blu.png")
}
article.news_item a.blankPDF::after {
		background-image: url("../images/icon_pdf_blu.png")
}
article.news_item a.blankLink::after {
		background-image: url("../images/icon_blank_blu.png")
}
@media (hover: hover) {
		article.news_item a:hover {
				color: #0168B7;
		}
}
@media(max-width: 767px) {
		article.news_item a {
				padding-right: 30px;
		}
		article.news_item a:after {
				right: 5px;
				top: calc(50% - 8px);
				width: 18px;
				height: 20px;
				background-size: 18px;
		}
}
.news_item time {
		font-size: 16px;
		font-family: "Poppins";
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.03em;
		color: #3356a1;
		width: 125px;
}
.news_title {
		font-weight: 500;
		line-height: 1.6;
		flex: 1
}
@media(max-width: 767px) {
		article.news_item {
				padding: 15px 0;
		}
		article.news_item a {
				padding-right: 45px;
				display: block;
		}
		.news_item_in {
				display: block;
		}
		.news_item time {
				width: auto;
				font-size: 14px;
				margin: 0 0 10px;
				display: block;
		}
		.news_title {
				font-size: 15px;
		}
}