body{
    font-family: 微软雅黑;
}

/*内容*/
.ztzl_bg{
    width: 975px;
    height: 482px;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

/*********========特效-图片横向滚动=======*********/
/* 专题css */
img{border:0;}
.scorll_box{width:935px;height:160px;position: relative;}
.scorll_box img{
    width: 218px;
    height: 72px;
}
.scorll_ul{
    height: 160px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}
.scorll_ul li{
    width: 218px;
    height: 160px;
    float: left;
    margin-left: 21px;
}
.scorll_ul li:first-child{
    margin-left: 0;
}
#prev{
    position: absolute;
    width: 55px;
    height: 87px;
    display: block;
    left: 0;
    top:43px;
    background: url("../images/pre.png") no-repeat;
}
#next{
    position: absolute;
    width: 55px;
    height: 87px;
    display: block;
    right: 0;
    top: 43px;
    background: url("../images/next.png") no-repeat;
}




