﻿*{ margin:0px; padding:0px;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
    background:#ededed;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }


.picScroll-left{ overflow:hidden; position:relative; width:1200px; margin:40px auto;   }
.picScroll-left .hd{ overflow:hidden;  height:11px; margin-top: 38px;  }
.picScroll-left .hd ul{width:auto; display: table; margin: 0px auto}
.picScroll-left .hd ul li{ float:left;  width:11px; height:11px; overflow:hidden; margin-right:15px; text-indent:-999px; cursor:pointer; background:#fff; border-radius: 11px;}
.picScroll-left .hd ul li.on{background: #000000}
.picScroll-left .bd{width:100%; height: auto; overflow: hidden}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden;  width: 584px; height: 111px; background: #fff; }
.picScroll-left .bd ul li h3{width:100%; height: 30px; line-height:30px; font-size: 18px; color: #333333; } 
.picScroll-left .bd ul li p{width:100%; height: 25px; line-height: 25px; color: #666666;  font-size: 14px; }
.picScroll-left .bd ul li a{padding:10px 20px; width: 100%; height: 100%; display: block}


