@charset "utf-8";
s
/* 通用图片列表_普通式 */
.picList li{}
.picList .pic{text-align: center;line-height: 0px;}
.picList .pic img{height: 100px;padding: 0 20px;}
.picList .pic a:hover img{border-color: #f00;}
.picList .title{line-height: 24px;}
.picList .title a{color: #333;font-size: 12px;}

/* 多个左滚动 - 图片- 公用类 */
.leftLoop{overflow: hidden;position: relative;}

.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 10px;text-align: center;float: left;display: inline;overflow: hidden;}
