<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#case_list {
	min-height:462px;
	height:auto !important;  /*兼容IE6的最小高度设置和自适应*/
	height:462px;
	overflow:visible;
	width:759px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#pro_img{
	text-align:center;
}
#pro_img img{
	border: 1px solid #b4b4b4;
	padding:4px;
	background-color: #FFFFFF;
}
#pro_name{
	padding-top:6px;
	text-align:center;
	color:#666666;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
#pro_desc{
	margin:3px 5px 0px 12px;
	line-height:22px;
	height:auto !important;
	overflow:hidden;
}
#pro_desc h2{
	font-size:14px;
	font-weight:bold;
	color:#919191;
	font-family:Arial, Helvetica, sans-serif;
}
#pro_desc p {
	margin:0px 0px 8px 0px;
}
#pro_desc a {
	color:#094B9F;
}
#pro_desc a:hover {
	text-decoration:underline;
	color:#094B9F;
}
#pro_link{
	clear:both;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	height:auto !important;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
#pro_link .previous{
	padding-right:50px;
	text-align:left;
}
#pro_link .next{
	width:50%;
	text-align:right;
}
</pre></body></html>