.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner-img{
   /*  width: 100%; */
    height: 400px;
    display: block;
}
.slideBox{ width:100%; height:400px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:23%; bottom:25px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:15px;  width:10px; height:10px;border-radius: 100%;border: 1px solid #fff;  cursor:pointer; }
.slideBox .hd ul li.on{ background:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.main{
    width: 100%;
    height: auto;
}
.news-center{
    width: 1000px;
    height: auto;
    margin: 50px auto;
    overflow: hidden;
}
.news-title{
    font-size: 22px;
}
.news-inf{
    margin-top: 10px;
}
.news-time{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #888;
    background: url("../images/news-detail/shijian.png") 0 center no-repeat;
    padding-left: 20px;
}
.news-num{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #888;
    background: url("../images/news-detail/chakan.png") 0 center no-repeat;
    padding-left: 25px;
    margin-left: 25px;
}
.news-main{
    margin-top: 30px;
    border-top: 1px solid #888;
    padding: 20px 0;
}
.news-main-dis{
    font-size: 14px;
    color: #888;
    line-height: 30px;
}
.news-main-img{
    width: 760px;
    height: auto;
    margin: 30px auto 0;
    display: block;
}