.ninja .content-box .content.content2 .ninja-list .list-box {
    height: 100%;
    overflow-y: auto;
}

.content {
    padding: .2rem;
}

.news-list-box {
    width: 100%;
    height: 100%;
    background: #ece2d6;
    padding: .15rem .15rem .3rem;
    position: relative;
}

.news-list-box .list-box {
    height: 100%;
    overflow-y: auto;
    padding: 0 0.15rem 0.15rem;
}

.news-list-box .load-more {
    position: absolute;
    width: 100%;
    bottom: 0.05rem;
    text-align: center;
    font-size: 0.18rem;
    color: #816150;
}

.list-box .list-item {
    width: 48%;
    float: left;
    background: #fdf6ee;
    padding: 0.1rem;
    box-shadow: 0px 0px 5px #66574e;
    display: flex;
    margin-top: 0.2rem;
}

.list-box .list-item:nth-child(1) {
    margin-top: 0;
}

.list-box .list-item:nth-child(2) {
    margin-top: 0;
}

.list-box .list-item:nth-child(2n) {
    margin-left: 3%;
}

.list-box .list-item .item-left {
    flex: none;
    width: 2rem;
    height: 1.4rem;
    position: relative;
}

.list-box .list-item .item-left img {
    display: block;
    width: 100%;
    height: 100%;
}

.list-box .list-item .item-left .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.list-box .list-item .item-left .mask .icon-play {
    position: absolute;
    width: 0.36rem;
    height: 0.41rem;
    background: url("//game.gtimg.cn/images/hyrz/cp/ingame/a20191112wsq/icon-play.png") no-repeat center / 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-box .list-item .item-right {
    flex: auto;
    margin-left: 0.1rem;
}

.list-box .list-item .item-right .title {
    font-size: 0.22rem;
    color: #816150;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-box .list-item .item-right .dec {
    display: flex;
    margin-top: 0.35rem;
    position: relative;
}

.list-box .list-item .item-right .dec .type {
    display: inline-block;
    font-size: 0.2rem;
    color: #866758;
    border: 1px solid #866758;
    border-radius: 3px;
    padding: 0 2px;
}

.list-box .list-item .item-right .dec .see-num {
    position: absolute;
    font-size: 0.18rem;
    color: #99918d;
    top: 0;
    left: 50%;
}

.list-box .list-item .item-right .dec .see-num::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.18rem;
    background: url("//game.gtimg.cn/images/hyrz/cp/ingame/a20191112wsq/icon-eye.png") no-repeat center / 100%;
    left: -0.32rem;
    top: 50%;
    margin-top: -0.09rem;
}

.list-box .list-item .item-right .dec .time {
    position: absolute;
    font-size: 0.18rem;
    color: #99918d;
    top: 0;
    right: 0;
}/* #t6Hl8#56DC764F93D9F9CDDCEEA6111275BEA2 */