/*链接跳转*/
.link_ul{
	display: flex;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 30px;
}
.link_ul>li{
	height: 66px;
	padding-left: 1rem;
	border-bottom: 2px solid regb(0,0,0,0);
	margin-right: 55px;
	color: #666;
	position: relative;
	top: 1px;
}
.link_ul>li a{
	font-size: 1.125rem;
	color: inherit;
	line-height: 66px;
}
.link_li_style{
	color: #4895f3 !important;
	border-bottom: 2px solid #4895f3;
}
.xz_box{
	padding-bottom: 1.875rem;
}
.xz_li{
	border-bottom: 1px dashed #ccc;
	padding: 0 .8125rem;
}
.xz_li:last-child{
	border-bottom: 0;
}
.xz_li a{
	height: 71px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xz_div{
	display: flex;
	align-items: center;
}
.xz_img{
	margin-right: .875rem;
}
.xz_div p{
	font-size: 1.5rem;
	color: #111;
}
.xz_p{
	font-size: 1.25rem;
	color: #111;
}
.cp_page{
	display: flex;
	justify-content: center;
	margin: 1.875rem 0;
}
.cp_page li{
	width: 2.6875rem;
	height: 2.6875rem;
	line-height: 2.6875rem;
	text-align: center;
	border: 1px solid #4895f3;
	margin: 0 1rem;
	font-size: 1rem;
	color: #4895f3;
}
.cp_page li a{
	color: inherit;
}
.cp_page li:nth-child(1){
	width: 7.375rem;
}
.cp_page li:last-child{
	width: 7.375rem;
}