/*H5推荐位样式*/
.h5_center .inline {
    width: 110px;
}
.h5_body {
    position: relative;
    padding: 20px 44px 0;
}

.h5_body .bd {
    overflow: hidden;
    height: 170px;
}

.h5_body ul {
    overflow: hidden
}

.h5_body li {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    width: 261px;
    height: 168px;
    border: 1px solid #ddd;
}

.h5_body li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.h5_body li.last {
    margin-right: 0
}

.h5_body li:hover {
    border-color: #ff7a00;
}
.h5_body .transparent_div {
    position: absolute;
    top: 136px;
    left: 0;
    width: 261px;
    height: 32px;
    background-color: #000;
    opacity: 0.5;
}
.h5_body .new_game_name {
    position: absolute;
    top: 136px;
    left: 0;
    width: 261px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.h5_body .prev {
    position: absolute;
    width: 30px;
    height: 92px;
    background: url(../images/icon.png) no-repeat -83px -158px;
    left: 0;
    top: 59px;
}
.h5_body .prev:hover {
    background-position: 0 -158px;
}
.h5_body .next {
    position: absolute;
    width: 30px;
    height: 92px;
    background: url(../images/icon.png) no-repeat -122px -158px;
    right: 0;
    top: 59px;
}
.h5_body .next:hover {
    background-position: -39px -158px;
}