/*监测报告样式*/
.testreport_con{
	width: 100%;
	float: left;	
	padding:20px 0;	 
}
.testreport_con ol li{
    width: 31.8%;
	float: left;
	list-style: none;
    margin: 0 2% 2% 0;
	border-radius: 4px;
	border:1px solid #ccc;
	height: 203px;
	position: relative;
}
.testreport_con li img{
	width: 10%;
	float: left;
	display: block;
	padding: 8% 3% 0 5%;
}
.testreport_con li dl{
	width: 80%;
	color: #666;
	float: left;
	font-size: 16px;
	padding: 5% 0% 0 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.testreport_con li dl dt{
	color: #000;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;			
}
.testreport_con li dl dd{
	width: 92%;
}
.testreport_con li dl dd a{
	color:#333;}
.testreport_con li dl dd a:hover{
	color:#4db6ff;}
.testreport_con a{
	color: #999;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.testreport_con .more_a{		
	width: 98%;
	text-align: right;
	padding-bottom: 2%;
	position: absolute;
	bottom: 0;
}

		