@charset "utf-8";
/* 通用图片列表_普通式 */
.picList li{width:126px;}
.picList .pic{text-align:center;line-height:0px;  }
.picList .pic img{width:120px; height:90px;padding:2px; border:1px solid #ccc;  }
.picList .pic a:hover img{border-color:#f00;  }
.picList .title{line-height:24px;}

/* 多个左滚动 - 图片- 公用类 */
.leftLoop{overflow:hidden; position:relative; border:1px solid #ccc;}
.leftLoop .hd{overflow:hidden;height:23px; background:#f4f4f4;}
.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;background:url(icoLeft.gif) no-repeat;}
.leftLoop .hd .next{ background:url(icoRight.gif) no-repeat;}
.leftLoop .hd ul{float:right;overflow:hidden;zoom:1;margin-top:10px;}
.leftLoop .hd ul li{position:relative;_display:inline; float:left;width:10px;height:10px;overflow:hidden;background:#ccc;margin-right:10px;
	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{padding:10px;}
.leftLoop .bd ul{overflow:hidden;zoom:1; }
.leftLoop .bd ul li{margin:0 5px; text-align:center; float:left; _display:inline; overflow:hidden;}

/* 通用信息列表_普通式 */ 
.infoList li{ height:24px; line-height:24px;   } 
.infoList li .date{ float:right; color:#999;  } 

/* 文本切换盒子 - 公用类 */ 
.slideTxtBox{width:458px; border:1px solid #ddd; text-align:left;  } 
.slideTxtBox .hd{height:30px; line-height:30px; background:#f4f4f4; padding:0px; border-bottom:1px solid #ddd;  position:relative;  } 
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   } 
.slideTxtBox .hd ul li{ float:left; padding:0 15px; } 
.slideTxtBox .hd ul li a{color:#000} 
.slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; } 
.slideTxtBox .bd{padding:15px;} 
.slideTxtBox .bd ul{padding:0px;} 
.slideTxtBox .bd ul li a{color:#000;} 
.slideTxtBox .tempWrap{margin:15px;  }