@charset "utf-8";
/* CSS Document */

/* 通用信息列表_普通式 */
.infoList li{ height:24px; line-height:24px;   }
.infoList li .date{ float:right; color:#999;  }



/* 单个图片幻灯片盒子 - 公用类 */
.slideBox{ width:100%; height:244px; overflow:hidden; position:relative; border:1px solid #eee;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:18%; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; list-style:none  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd img{ width:100%; height:244px; }


/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative;  }
.leftLoop .prev{ background:url(../imgs/left.png) no-repeat left center; width:23px; height:112px; position:absolute; left:0px; display:block; top:15px;}
.leftLoop .next{ background:url(../imgs/right.png) no-repeat right center; width:23px; height:112px; position:absolute; right:0px; display:block; top:15px;}


.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; margin-left:15px;   }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 10px; text-align:center; float:left; _display:inline; overflow:hidden;  }

/* 通用图片列表_普通式 */
.picList li{ width:156px;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:150px; height:110px; padding:2px; border:1px solid #ccc;  }
.picList .pic a:hover img{ border-color:#f00;  }
.picList .title{ line-height:24px; color:#00892E; height:24px; margin-top:-24px; position:relative; z-index:999; background:rgba(000, 000, 000, 0.3) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/   }
.picList .title a{color:#00892E;}