.counter {
	width: 1200px;
	margin: 0 auto;
}

.toad {
	height: 20px;
	line-height: 20px;
	font-size: 8px;
	margin: 11px auto;
}

.toad span a {
	color: #333;
	font-family: .PingFang SC-Regular, PingFang SC;
}

.toad span:nth-child(1) a {
	color: #999;
}

.count_box {
	display: flex;
	justify-content: space-between;
}

.count_left {}

.count_left .tabs {
	width: 200px;
	height: 200px;
	background-color: #fff;
	position: fixed;
	font-size: 14px;
	line-height: 32px;
}

.count_left .tabs li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: 22px;
	text-decoration: none;
	border-left: 1px solid #D5D5D5;
	font-size: 14px;
	color: #6F6F6F;
}
.count_left .tabs li:hover a{
	background-color: #D5D5D5;
	color: #2C8DF6;
}
.count_left .tabs .on {
	color: #2C8DF6;
	border-left: 4px solid #2C8DF6;



}

/* 右 */
.count_right {
	width: 926px;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	padding: 30px;
}

.rumen_rmzn_titie {
	width: 100%;
	height: 50px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.rumen_rmzn_titie .xq {
	color: #5E5E5E;
	line-height: 22px;
	margin-left: 15px;
	font-size: 14px;
	display: inline;
	font-weight: normal;
}

h3 {
	min-height: 40px;
	line-height: 40px;
	margin: 20px 0;
	font-size: 14px;
	font-weight: normal;
}

h3 i{
	color: red;
}