/* 通用图片列表_普通式 */ 
.picList li{ width:280px; border:1px solid #ededed; margin-right:10px; margin-top:15px;} 
.picList .pic{ line-height:0px;  } 
.picList .pic img{ width:280px; height:181px; padding:0px;} 
.picList .pic a:hover img{ border-color:#70151b;  } 
.picList .title{ line-height:24px; padding:10px;} 
.picList .title a{ text-align:left; font-size:16px;}
.picList .title h3{ color:#777777; padding-top:20px;}


.picList11 li{ width:280px; border:1px solid #ededed; margin-right:10px; margin-top:15px;} 
.picList11 .pic{ line-height:0px;  } 
.picList11 .pic img{ width:280px; height:211px; padding:0px;} 
.picList11 .pic a:hover img{ border-color:#70151b;  } 
.picList11 .title{ line-height:24px; padding:10px;} 
.picList11 .title a{ text-align:left; font-size:16px;}
.picList11 .title h3{ color:#777777; padding-top:20px;}

 
/* 多个左滚动 - 公用类 */ 
.leftLoop{ overflow:hidden; position:relative; } 
.leftLoop .hd{ overflow:hidden;  height:30px; margin:0px auto; text-align:center;} 
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:5px; height:9px; line-height:10px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("demoEffect/images/icoLeft.gif") no-repeat;} 
.leftLoop .hd .next{ background:url("demoEffect/images/icoRight.gif") no-repeat;} 
.leftLoop .hd ul{ zoom:1; float:left;  margin-top:15px; position:relative; left:50%;} 
.leftLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc;  text-indent:-999px; cursor:pointer; 
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 	    position: relative;
    right: 50%;
    display: inline;
    float: left;
    margin:0 5px;
    line-height: 38px;
	} 
.leftLoop .hd ul li.on{ background:#70151b;  } 
.leftLoop .bd{ padding:0px;   } 
.leftLoop .bd ul{ overflow:hidden; zoom:1; } 
.leftLoop .bd ul li{ float:left; display:inline;} 

.newsckgd{margin:15px auto 0;}
.newsckgd a{ width:130px; height:36px; line-height:36px; border-radius:20px; border:1px solid #ededed; text-align:center; display:block; margin:0px auto;}
.newsckgd a:hover{ background:#70151b; color:#fff;}
