.news_date{
	font-size: 13px;
	line-height: 16px;
	color: #D1D1D1;	
	margin-bottom: 30px;
}
.main_news_img{
	margin-bottom: 30px;
}
.extra_img{
	margin-top: 30px;
	overflow: hidden;
}
.extra_img img{
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
	width: calc(50% - 7px);
}
.extra_img img:nth-child(2n){
	margin-right: 0;
}
.news_text ul{
	margin: 0;
	padding: 0;
}
.news_text ul li{
	list-style: none;
	margin-bottom: 20px;
	padding-left: 34px;
	position: relative;
}
.news_text ul li:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1V15M1 8H15' stroke='%23CE2A31' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
    background-repeat: no-repeat;
}
.news_text ul li:last-child{
	margin-bottom: 0;
}
.attention{
	padding-left: 34px;
	position: relative;
	margin-top: 30px;
}
.attention:before{
	content: "";
	position: absolute;
	width: 17px;
	height: 16px;
	left: 0;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.448 7.74234V12.1616M11.448 16.5808H11.458M9.73802 2.06364L1.26802 17.6856C1.09339 18.0197 1.00099 18.3985 1.00001 18.7843C0.99903 19.1702 1.08951 19.5495 1.26245 19.8847C1.43538 20.2199 1.68474 20.4992 1.98573 20.6949C2.28671 20.8906 2.62882 20.9958 2.97802 21H19.918C20.2672 20.9958 20.6093 20.8906 20.9103 20.6949C21.2113 20.4992 21.4607 20.2199 21.6336 19.8847C21.8065 19.5495 21.897 19.1702 21.896 18.7843C21.8951 18.3985 21.8027 18.0197 21.628 17.6856L13.158 2.06364C12.9797 1.73895 12.7287 1.4705 12.4292 1.28419C12.1297 1.09788 11.7918 1 11.448 1C11.1043 1 10.7663 1.09788 10.4668 1.28419C10.1673 1.4705 9.91629 1.73895 9.73802 2.06364Z' stroke='%23CE2A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
    background-repeat: no-repeat;	
}
.back_link{
	margin-top: 40px;
}
.back_link a{
	font-size: 14px;
	line-height: 17px;
	color: #1B2229;	
}
.files{
	margin-top: 40px;
}
.download_link{
	margin-bottom: 20px;
}


@media (min-width: 768px) {
	.news_date{
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 40px;
	}
	.extra_img{
		margin-top: 0;
	}
	.left_aside .extra_img img {
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
		width: calc(50% - 15px);
	}
	.left_aside .extra_img img:nth-child(2n) {
		margin-right: 0;
	}
	.news_text ul li{
		margin-bottom: 30px;
		padding-left: 44px;
	}
	.news_text ul li:last-child {
		margin-bottom: 0;
	}
	.attention:before{
		width: 21px;
		height: 20px;
	}
	.attention{
		margin-top: 40px;
		padding-left: 44px;
	}
	.files{
		margin-top: 62px;
	}
	.download_link{
		margin-bottom: 30px;
	}
}