.head_banner{
	height: 160px;
	line-height: 160px;
}
.news_banner h2{
	font-weight: 600;
	font-size: 36px;
	color: #FFFFFF;
}
.news_banner{
	background: url('../../images/news/bg.png');
}

/* 面包屑 */
.crumbs{
	padding:20px 0px 30px;
	display: flex;
}

.crumbs p,.crumbs a{
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}
.crumbs a:hover{
	color: #156CED;
}
.crumbs p:not(:last-child)::after{
	content: ">";
	margin: 0px 5px;
	color: #000000;
	font-size: 14px;
}


/* 分页器 */

/* 分页器 */
.paging{
	margin:46px 0px 66px ;
	display: flex;
	justify-content: center;
	
}
.paging img{
	width: 40px;
	height: 40px;
}
.paging a{
	margin: 0px 15px;
}

.paging a:not(:first-child),
.paging a:not(:last-child)
{	
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 50%;
	font-weight: 400;
	font-size: 14px;
	color: #A1A4B6;
}

.paging a:not(:first-child):not(:last-child):not(:nth-child(4)):hover
{
	background: #E3EFFF;
	color:#156CED ;
	font-weight: bold;
}
.paging a.active{
	background: #E3EFFF;
	color:#156CED ;
	font-weight: bold;
}