@charset "utf-8";
/* CSS Document */

/* 通用信息列表_普通式 */
.infoList li{ height:24px; line-height:24px;   }
.infoList li .date{ float:right; color:#999;  }


/* 通用图片列表_普通式 */
.picList li{ width:126px;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:120px; height:90px;  }
.picList .pic a:hover img{ border-color:#f00;  }
.picList .title{ line-height:24px;   }




/* 多个左滚?- 图片- 公用?*/
.leftLoop{  position:relative;  }
.leftLoop .hd{ overflow:hidden;  height:30px; position: absolute;right: -10px;top:-45px}
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  line-height:10px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden;  
	 cursor:pointer; background:url("../images/btns.gif") no-repeat 0px -17px; width:31px; height:15px;}
.leftLoop .hd .next{ background:url("../images/btns.gif") no-repeat;  }
.leftLoop .hd .next:hover{background:url("../images/btns.gif") no-repeat -40px -17px;}
.leftLoop .hd .prev:hover{background:url("../images/btns.gif") no-repeat -40px 0px;}
.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(../images/pie.htc);}
.leftLoop .hd ul li.on{ background:#f00;  }
.leftLoop .bd{ overflow:hidden;  }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 10px; text-align:center;  _display:inline; overflow:hidden;width: 280px;position:relative;   }
