/*** nav start ***/
.nav{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.nav li{
	position: relative;
	float: left;
	width: 33.333%;
	border-right: 1px solid #f2f3f9;
	text-align: center;
	color: #747474;
}

.nav li span:first-of-type{
	display: inline-block;
	height: 0.9rem;
	line-height: 0.9rem;
}

.nav li.active span:first-of-type{
	border-bottom: 3px solid #2f9bfe;
}

.nav li.active span{
	color: #2f9bfe;
}

.nav li span.num{
	position: absolute;
	top: 0.12rem;
	right: 0.08rem;
	font-size: 0.24rem;
}
/*** nav end ***/

.matter-list{
	margin: 0.32rem 0;
	padding: 0 0.3rem;
}

.matter-list li{
	overflow: hidden;
	position: relative;
	margin-bottom: 0.24rem;
	padding: 0.32rem 0.3rem;
	box-shadow: rgba(0,0,0,.2) 0 2px 3px;
}

.matter-list li h3{
	font-size: 0.34rem;
	font-weight: 600;
	line-height: 1.3333333;
	color: #000;
}

.matter-list li p{
	margin-top: 0.18rem;
	font-size: 0.26rem;	
}

.matter-list li p span:not(:first-of-type){
	margin: 0 4px;
	padding: 4px;
	border-radius: 12px;
	color: #54a576;
    background: #f5f5f5;
	
}

.matter-list li span:first-of-type{
	color: #ff8700;
}

.matter-list li::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin-top: auto;
	margin-left: -7px;
	margin-bottom: auto;
	width: 10px;
	height: 80%;
	border-radius: 5px;
	background-color: red;
	content: '';
}

.matter-list li:nth-child(6n+1)::before{
	background-color: rgba(255,0,0,.35);
}

.matter-list li:nth-child(6n+2)::before{
	background-color: rgba(0,0,255,.35);
}

.matter-list li:nth-child(6n+3)::before{
	background-color: rgba(0,0,0,.35);
}

.matter-list li:nth-child(6n+4)::before{
	background-color: rgba(255,165,0,.35);
}

.matter-list li:nth-child(6n+5)::before{
	background-color: rgba(128,0,128,.35);
}

.matter-list li:nth-child(6n+6)::before{
	background-color: rgba(0,128,0,.35);
}
