.head_banner{
	height: 482px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.news_banner h2{
	font-weight: 600;
	font-size: 36px;
	color:#333333;
	margin-bottom: 30px;
}
.news_banner p{
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	
}
.news_banner{
	background: url('../../images/bg.png');
	background-size: 100% 100%;
}

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

.crumbs p,.crumbs a{
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}
.crumbs a:hover{
	color: var(--color);
}
.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: #373941;
	color:var(--color) ;
	font-weight: bold;
}
.paging a.active{
	background: #373941;
	color:var(--color) ;
	font-weight: bold;
}