
.hezuo-list {
    position: relative;
}
.hezuo-list .bd ul {
    overflow: hidden;
}
.hezuo-list .bd ul li {
    width: 32%;
    /*height: 200px;*/
    margin-right: 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.hezuo-list .bd ul li img {
    width: 100%;
    /*height: 200px;*/
    display: block;
}
.hezuo-list .prev, .hezuo-list .next {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}
.hezuo-list .next {
    left: auto;
    right: -60px;
    background-position: 8px 5px;
}
.hezuo-list .prev:hover, .hezuo-list .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.hezuo-list .prevStop {
    display: none;
}
.hezuo-list .nextStop {
    display: none;
}
.huoban .title p{
    padding-top: 25px;
}
