.ztreport{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
 .ztreport .hd{
    
}
 .ztreport .hd p{
    position: absolute;
    width: 30px;
    height: 200px;
    display: block;
    cursor: pointer;
}
 .ztreport .hd .next{
    right: 0px;
    background: url(../images/1612140947257552581.jpg) center center no-repeat ;
    top:0;
}
 .ztreport .hd .prev{
    left: 0px;
    background: url(../images/1612140947259874892.jpg) center center no-repeat ;
    top:0;
}
.ztreport .bd{
    width: 800px;
    height:210px;
    margin:auto;
    margin-left: 34px;
}
 .ztreport .bd .picList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
 .ztreport .bd .picList li{
     float: left;
     width: 237px;
     margin-right: 6px;
     margin-left: 6px;
         height: 174px;
     position: relative;
}
 .ztreport .bd .picList li img{
    width:237px !important;
    height: 174px !important;
 }
.ztreport .bd .picList li dl{
    width: 237px;
    height: auto;
    overflow: hidden;   
}
 .ztreport .bd .picList li dl dt{
    width: 100%;
    height: auto;
    overflow: hidden;   
}
.ztreport .bd .picList li dl dd{
    width: 100%;
    background: #f2f2f2;
    height:82px;
    text-align: center;
    padding-top: 10px;
}
.ztreport .hd .prev:hover,.ztreport .hd .next:hover{background-position: 0 68px;}