.detail_nav {
    padding: 10px 20px;
    overflow: hidden;
}
.detail_nav a {
    float: left;
    display: block;
    border: 1px solid #eee;
    padding: 5px 16px;
    margin-right: 15px;
}

.detail_nav a:hover, .detail_nav a.current {
    background: #82cd24;
    border: 1px solid #82cd24;
    color: #fff;
}

.list_wrap ul {
    padding: 0 20px;
}
.list_wrap li {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.list_wrap li a, .list_wrap li img, .list_wrap li span {
    display: block;
}
.list_wrap li .img_box {
    width: 150px;
    height: 110px;
    float: left;
    margin-right: 20px;
}
.list_wrap li img {
    width: 150px;
    height: 110px;
    object-fit: cover;
}
.list_wrap li .info {
    width: 620px;
    float: left;
}
.list_wrap li .info .name {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_wrap li .info .time {
    color: #999;
    margin: 3px 0 6px 0;
}

.crumb .icon, .game_information .info .btn a i, .open_detail .advantage span i, .open_detail .btn i, .arrow-btn, .list_wrap li .info .time i, .like_box .like i, .detail_like div i span, .game_big_info .btn a i, .app_table_list li .star i, .tag_type_wrap li i, .recommend_wrap .list li, .phb_r_l ul li i, .title_yellow .icon, .phb_tuijian .cont li .num i, .phb_type .btn_box li i, .phb_type .type_box li p, .phb_newest li i, .phb_type .btn_box li a {
    background-image: url(../images/icon_home.png);
    background-repeat: no-repeat;
    background-size: 207px 980px;
}
.list_wrap li .info .time i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0 -203px;
    position: relative;
    top: 5px;
}
.list_wrap li .info p {
    height: 40px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.pages {
    padding: 3px;
    margin: 40px 0;
    text-align: center;
    font-size: 16px;
}

.pages a, .pages .pageindex, .pages span {
    padding: 8px 12px;
    margin-right: 10px;
    color: #7f7f7f;
    text-decoration: none;
    border: 1px solid #e6e6e6;
}
.pages a:hover, .pages a.current {
    color: #fff;
    background: #82cd24;
    border: 1px solid #82cd24;
}