.local{	
	border-top: 0.19rem solid #f8f8f8;
}
.local p{
	margin: 0 0.3rem;
	line-height: 0.94rem;
}
.local p a{
	display: inline-block;
	font-size: 0.26rem;
	color: #666666;
}
.local p span{
	color: #139bff;
}
.list{
	border-top: 1px solid #f2f2f2;
}
.list ul{
	margin: 0 0.3rem;
	margin-top: 0.2rem;
}
.list ul li{
	clear: both;
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #f2f2f2;
	padding: 0.24rem 0;
}
.list ul li p{
	float: left;
	width: 74%;
	font-size: 0.26rem;
	color: #333333;
}
.list ul li span{
	float: right;
	color: #999999;
}
.list ul li:last-child{
	border-bottom: none;
}