@charset "utf-8";
/*-- Public --*/
.fl{ float:left !important; _display:inline;  }
.fr{ float:right !important; _display:inline;}

/* 通用图片列表_普通式 */ 
.picList { 
	width:971px; 
	height:150px;
	margin:0px auto;
	padding:0px;
	}
.picList li{ 
	width:161px;
	float:left;
	} 
.picList li img{
	width:123px;
	height:48px;
	border:#eeeeee solid 1px;
	}
.picList li .pic{
	width:125px;
	height:50px;
	text-align:center;
	margin-bottom:16px;
	}
 .picList li a{
	text-decoration:none;
	}
.picList li .pic:hover img{
	border:#e00b0b solid 1px;
	}
.picList li .txt{
	width:133px;
	clear:both;
	text-align:left;
	line-height:22px;
	}
.picList li .txt span{
	width:133px;
	color:#2b7eb8;
	font-weight:bold;
	margin-bottom:6px;
	display:block;
	}
/* 多个左滚动 - 公用类 */ 
.leftLoop{ overflow:hidden; position:relative; width:971px; height:150px; margin:0px auto; padding-top:18px; } 
.leftLoop .hd{ overflow:hidden;} 
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:5px; height:9px; line-height:10px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden; cursor:pointer; } 
.leftLoop .hd .next{ } 
.leftLoop .hd ul{ float:right; overflow:hidden; zoom:1;} 
.leftLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; overflow:hidden; text-indent:-999px; cursor:pointer; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(PIE.htc);} 
.leftLoop .hd ul li.on{ background:#f00;  } 
.leftLoop .bd{} 
.leftLoop .bd ul{ overflow:hidden; zoom:1; list-style:none; margin:0px; padding:0px; } 
.leftLoop .bd ul li{text-align:center; float:left;display:_inline; background:none;} 
