body {
    background-image: none
}

.whatsNewMod {
    box-sizing: border-box
}

.whatsNewMod .content .list .item {
    border-bottom: solid 1px #ebebeb
}

.whatsNewMod .content .list .item:after {
    content: "";
    clear: both;
    display: block
}

.whatsNewMod .content .list .item .info,
.whatsNewMod .content .list .item .txt {
    float: left
}

.whatsNewMod .content .list .item .info {
    width: 148px;
    text-align: center;
    padding: 10px
}

.whatsNewMod .content .list .item .info .tag {
    background: #c3c3c3;
    color: #fff;
    padding: 2px 0;
    margin-bottom: 5px
}

.whatsNewMod .content .list .item .info .tag.important {
    background: #d00808
}

.whatsNewMod .content .list .item .info .tag.camFeart {
    background: #333333
}

.whatsNewMod .content .list .item .txt {
    width: 892px;
    padding: 12px 15px 20px;
    border-left: solid 1px #ebebeb
}

.whatsNewMod .content .list .item .ttl {
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 5px
}

.whatsNewMod .content .list .item .ttl a {
    color: #333333
}

.whatsNewMod .content .list .item .detail {
    line-height: 1.6;
    font-size: 15px;
    font-size: 1.5rem
}

.whatsNewMod .content .list .item .detail .all {
    display: none
}

.whatsNewMod .content .list .item .detail.on .sum {
    display: none
}

.whatsNewMod .content .list .item .detail.on .all {
    display: block
}

.whatsNewMod .content .list .item .detail .btn10 {
    float: right;
    margin-right: 15px;
    margin-top: 8px
}

.whatsNewMod .content .nodata {
    display: table;
    width: 100%
}

.whatsNewMod .content .nodata p {
    font-size: 16px;
    font-size: 1.6rem;
    display: table-cell;
    text-align: center;
    height: 340px;
    vertical-align: middle
}
