
/*筛选样式*/
.refine{
	border:1px solid #ccc;
	/*box-shadow: 0 0 10px #ccc;*/
	padding: 10px;
	background-color:#f4f4f4;
}
.refine-div{
	width:700px;
	padding:10px;
}
.re-row{
	margin-top:6px;
	line-height: 26px;
	overflow: hidden;
}
.re-title{
	/*display: inline;*/
	float:left;
	width:70px;
	font-weight: 700;
}
.re-item{
	/*display: inline;*/
	float:left;
	width:600px;
	padding-left:10px;
}
.re-span{
	margin-right:15px;
	white-space: nowrap;
	cursor:pointer;
}
.spaned{
	padding:2px 5px;
	background-color:green;
	color:#fff;
}

/*标准展示*/
.stand-data{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	line-height:32px;
}
.stand-data-class{
	float:right;
	padding:3px 10px;
	background-color: #dae6ff;
	color:#0050ef;
	border-radius: 5px;
	margin-right:16px;
}
.std_file_class{
	font-size:15px;
	margin-left:20px;
	margin-top:10px;
}
