@charset "utf-8";
/* CSS Document */


/* 通用图片列表_普通式 */
.picList li{ text-align:center;  }
.picList li img{border:1px solid #ddd; padding:2px; width:158px; height:131px; }
.picList li a:hover img{ border:1px solid #202e82;  }
.picList li p{ line-height:24px;}
.picList li p a{ color:#fff; display:block; line-height:24px; background:#202e82}
.picList li p a:hover{color:#fff;  background:#3344ac; }

/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative;  border:none;}
.leftLoop .bd{ padding:20px 0px 0; padding-left:12px;  }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 0 0 11px; text-align:center; float:left; _display:inline; overflow:hidden;  }
.leftLoop .tempWrap{ padding-left:20px;}

/*成功案例轮换，单个图片轮换*/
.topLoop .bd{overflow:hidden;  height:174px; width:241px; margin:0 auto;}
.topLoop .bd .picList li{ margin-right:5px;}
.topLoop .bd .picList li img{ border:none; padding:0px;}



