/*
###############################
#############片花css###########
###############################
*/
.module_item_trailers{
	width:340px;
}
.module_item_trailers li{
	float:left;
	width:160px;
	margin:20px 9px 0 0;
}
.module_item_trailers li .pic{
	width:160px;
	height:120px;
	overflow:hidden;
	position:relative;
}
.module_item_trailers li .pic img{
	width:160px;
	height:120px;
  -webkit-transition:transform 0.3s;
  -moz-transform:transform 0.3s; 
  -o-transform:transform 0.3s; 
}
.module_item_trailers li .pic img:hover {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
}
.module_item_trailers li .pic .play_icon{
	display:block;
	width:44px;
	height:44px;
	background:url(/n1../../images/pages/module_icon.png) no-repeat 0 -128px;
	position:absolute;
	left:6px;
	bottom:6px;
}
.module_item_trailers li .pic a:hover .play_icon{
	background-position:-50px -128px;
}
.module_item_trailers li .name{
	width:160px;
	height:34px;
	white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    line-height:34px;
}
.module_item_trailers li .num_wrap .trail_item{
	float:left;
	line-height:14px;
	text-align:left;
    color:#999;
    font-size:12px;
}
.module_item_trailers li .play_num{
	width:88px;
	height:14px;
	overflow:hidden;
}
.module_item_trailers li .play_num .icon{
	float:left;
	width:13px;
	height:13px;
	background:url(/n1../../images/pages/module_icon.png) no-repeat -100px -132px;
	vertical-align:middle;
	margin-right:3px;
}
.module_item_trailers li .play_msg .icon{
	float:left;
	width:13px;
	height:13px;
	background:url(/n1../../images/pages/module_icon.png) no-repeat -100px -148px;
	vertical-align:middle;
	margin-right:3px;
}
.module_item_trailers li .play_msg a{
	color:#999;
}
.module_item_trailers li .play_msg i{
	float:left;
}




