.zzzq .crumb-nav {
	color: #313333;
	font-size: 35px;
	margin: 10px auto 30px;
}

.zzzq .csbox-tit {
	font-size: 36px;
}

.zzzq .csbox-cont a {
	font-size: 32px;
}

.zzzq .csbox-cont {
	display: flex;
	flex-wrap: wrap;
}

.zzzq .csbox-cont li {
	margin-bottom: 20px;
}

.zzzq .csbox-tit {
	position: relative;
	background: none;
}

.zzzq .csbox-tit::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0px, -50%);
	width: 345px;
	height: 1px;
	background: #C9DAF2;
}

.zzzq .csbox-tit::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px, -50%);
	width: 345px;
	height: 1px;
	background: #C9DAF2;
}
