@charset "utf-8";
/* CSS Document */


.effect{width:680px; height:135px;}
/* 通用图片列表_普通式 */
.picList li{ width:88px;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:80px; height:98px; padding:2px; border:1px solid #ccc;  }
.picList .pic a:hover img{ border-color:#f00;  }
.picList .title a{ line-height:24px; font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; font-size:14px; text-decoration:none;
color:#999;}
.picList .title a:hover{ line-height:24px; font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; font-size:14px; text-decoration:none;
color:#333;}




/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative; }
.leftLoop .hd{ overflow:hidden; height:40px; margin-top:40px; }
.leftLoop .hd .prev{ display:block;  width:22px; height:27px; line-height:10px; float:left;  overflow:hidden;  
	 cursor:pointer; background: url(../images/up_on_news.jpg) no-repeat;}
.leftLoop .hd .next{ display:block;  width:22px; height:27px; line-height:10px; float:right;  overflow:hidden;  
	 cursor:pointer; background: url(../images/up_on_news.jpg) no-repeat;}
.leftLoop .hd .next{ background: url(../images/dn_on_news.jpg) 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:7px; 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 7px; text-align:center; float:left; _display:inline; overflow:hidden;  }



