.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);
}
.newsCenter_content{
	width: 1420px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 20px;
	position: relative;
	z-index: 9;
	top: -100px;
	overflow: hidden;
	/* height: 1000px; */
	min-height: 660px;
}
.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;
}
.newsCenter_news{
	width: 1380px;
	margin: 20px;
}
.newsCenter_news a{
	
}
.newsCenter_new_box{
	width: 100%;
	height: 140px;
	display: flex;
}
.newsCenter_new_box:hover .newsCenter_new_title{
	color: #E60000;
}
.newsCenter_new_cover{
	width: 200px;
	height: 100px;
	display: block;
	margin: auto 20px;
}
.newsCenter_new_right{
	width: 660px;
}
.newsCenter_new_title{
	font-size: 24px;
	line-height: 50px;
	margin-top: 8px;
	color: #000000;
	white-space:nowrap;/*规定段落中的文本不进行换行*/
	overflow:hidden;/*内容会被修剪，并且其余内容是不可见的。*/
	text-overflow:ellipsis;/*显示省略号来代表被修剪的文本*/
}
.newsCenter_new_text{
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	color: #666666;
	white-space:nowrap;/*规定段落中的文本不进行换行*/
	overflow:hidden;/*内容会被修剪，并且其余内容是不可见的。*/
	text-overflow:ellipsis;/*显示省略号来代表被修剪的文本*/
}
.newsCenter_new_date{
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}
.newsCenter_hidden{
	position:absolute; 
	left:-5000px;
}

/* 分页 */
.newsCenter_paging{
	margin: 40px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a,ul.pagination li span{
    color: black;
    float: left;
    padding: 8px 12px;
    /* text-decoration: none; */
    /* transition: background-color .3s; */
    border: 1px solid #ddd;
	/* cursor:pointer; */
}

ul.pagination li.active a,ul.pagination li.active span{
    background-color: #e60000;
    color: white;
    border: 1px solid #e60000;
}
li a:active,li a:hover {
    outline: 0;
    color: #04c8c7;
	background-color: #DDDDDD;
}

.disabled span{
	padding: 8px 12px;
	border: 1px solid #ddd;
	cursor: not-allowed;
}

#head_content_tag4{
	color: #E60000;
}
.newsCenter_news_loading{
	font-size: 24px;
	color: #666666;
	text-indent: 20px;
}