.n_swiper_img1{
	width: 100%;
	max-width: 1920px;
	min-width: 1420px;
	margin: 0 auto;
	height: 320px;
	background-size: 1920px 320px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/information_head.jpg);
}
.article_content{
	width: 1420px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 20px;
	position: relative;
	z-index: 9;
	top: -100px;
	overflow: hidden;
	/* height: 1000px; */
}
.article_title{
	width: 880px;
	margin: 40px auto 20px 40px;
	font-size: 48px;
	font-weight: 500;
}
.article_author_date{
	width: 880px;
	margin: 10px auto 10px 40px;
	font-size: 14px;
	color: #666666;
}
.article_details{
	width: 880px;
	/* height: 1000px; */
	margin-left: 40px;
	margin-top: 20px;
	overflow: hidden;
}
.article_details p{
	text-align: justify;
	font: normal 18px/36px Microsoft Yahei;
	color: #666666;
	/* margin: 10px 0; */
}
.article_details img {
    padding: 5px 0;
    max-width: 820px;
	
}
.go_top{
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin-top: 30px;
	margin-right: 530px;
}

.newsCenter_tags{
	width: 1380px;
	display: flex;
	height: 80px;
	margin: 20px;
}
.newsCenter_tag{
	font-size: 18px;
	line-height: 80px;
	width: 120px;
	text-align: center;
	cursor:pointer;
	color: #000000;
}
.tag_true{
	color: #e60000;
}
#head_content_tag4{
	color: #e60000;
}