.home {
    /* width: 65%; */
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    padding-top: 20px;
    min-height: 500px;



}

.item .item-box {
    margin: 5px 10upx;
    width: 730upx;
    background-color: #fff;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    /* #ifdef APP-PLUS */
    box-shadow: 1px 1px 6px -6px gray;
    /* #endif*/
    /* #ifndef APP-PLUS */
    box-shadow: 1px 1px 8px -6px gray;
    /* #endif*/
    position: relative;
    margin-bottom: 10px;


}

.item .item-box .tips-num {
    position: absolute;
    left: calc(50% - 180px);
    top: 0px;
    flex: 1;
    width: 360px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;



}

.item .item-box .tips-num .tips-t {
    color: #fff;
    background-color: #cb3131;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    padding: 1px 5px;

}

.item .item-box .t {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.item .item-box .game-wrap {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;




}

.item .item-box .game-wrap .bold {
    margin: 0 10px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.item .item-box .game-wrap .bold .n-t {
    text-align: center;
}

.item .item-box .game-wrap .t-l {
    display: flex;
    flex: 1;
    justify-content: flex-end;

}

.item .item-box .game-wrap .t-l .n {
    display: flex;
    flex-direction: row;
    align-items: center;


}

.item .item-box .game-wrap .t-l .n .red {
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 1px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item .item-box .game-wrap .t-l .n .yellow {
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 1px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item .item-box .game-wrap .t-l .n .yellow {
    background-color: #ffce52;
}

.item .item-box .game-wrap .t-l .n .t_ {
    font-size: 17px;
    flex: 1;
    text-overflow: ellipsis;
    lines: 1;

}

.item .item-box .game-wrap .t-l .n .img {
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.item .item-box .game-wrap .t-r {
    display: flex;
    flex: 1;


}

.item .item-box .game-wrap .t-r .n {
    display: flex;
    flex-direction: row;
    align-items: center;


}

.item .item-box .game-wrap .t-r .n .red,
.yellow {
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 1px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item .item-box .game-wrap .t-r .n .yellow {
    background-color: #ffce52;
}

.item .item-box .game-wrap .t-r .n .t_ {
    font-size: 16px;
    flex: 1;
    text-overflow: ellipsis;
    lines: 1;

}

.item .item-box .game-wrap .t-r .n .img {
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.item .item-box .game-wrap .t-l {}

.item .item-box .game-wrap .t-l .n {
    justify-content: flex-end;


}

.item .item-box .game-wrap .t-l .n .t_ {
    text-align: right;
}

.item .item-box .c {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    line-height: 24px;
}

.item .item-box .img-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;


}

.item .item-box .img-wrap .img {
    border-radius: 5px;
    flex: 1;
    /* height: 200px; */
    width: 100%;
}

.item .item-box .time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;


}

.item .item-box .time .l {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item .item-box .time .time-t {
    font-size: 14px;
    margin-left: 10px;
}

.item .item-box .time .time-c {
    font-size: 16px;
    color: #333;
}

.isMore {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}