#list
{
	width:1008px;
}
#list td
{
	padding:2px;
	width:191.6px;
	height:158px;
	border:1px solid #AAA;
}
.productionImg
{
	width:189.6px;
	height:135px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
#list td .label
{
	width:189.6px;
	font-weight:bold;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;
}
#list td:hover
{
	cursor:pointer;
	color:#f07225;
}
.detail
{
	min-height:380px;
	display:none;
}
.detail .dm
{
	border-bottom:1px dashed #f07225;
}
.detail .dm td
{
	font-size:16px;
	font-weight:bold;
	color:#f07225;
}
.detail .dm td .t_1
{
	font-size:16px;
	color:#666;
}
.detail .dm td .t_2
{
	font-size:18px;
}
.detail .dm td:hover,.detail .dm td .t_1:hover,.detail .dm td .t_2:hover
{
	cursor:pointer;
}
#detail_content
{
	margin-top:8px;
}
.detail_content_title
{
	font-size:18px;
	font-weight:bold;
}
.detail_production_imgs
{
	padding:0 0 6px 0;
}
.exhibitionImg
{	
	cursor:pointer;
	border:1px solid #EEE;
	height:180px;
	margin-top:6px;
	margin-right:6px;
}
.exhibitionImg:hover
{	
	border:1px solid #f07225;
}
.producton_param_title
{
	padding:4px;
	width:180px;
	font-size:16px;
	font-weight:bold;
	color:#f07225;
	border-bottom:1px dotted #AAA;
}
.producton_param_value
{
	padding:4px;
	border-bottom:1px dotted #AAA;
	max-width:420px;
	word-wrap:break-word;
}
.producton_param_compare_value
{
	background-color:#EEE;
}
.compare ul
{
	margin:4px;
	padding:0;
	width:220px;
	height:420px;
	overflow:auto;
}
.compare ul li
{
	list-style:none;
	margin:0;
	padding:3px 0;
}
.compare ul li.vl
{
	cursor:pointer;
}
.compare ul li.vl:hover
{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.compare ul li.vl:active
{
	opacity:0.4;
	filter:alpha(opacity=40);
}
