@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:  no-repeat;}
.leftloop .hd .next{ display:block;  width:22px; height:27px; line-height:10px; float:right;  overflow:hidden;  
	 cursor:pointer; background:  no-repeat;}
.leftloop .hd .next{ background:  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: ;}
.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;  }



