/* 导航 */

.news-tit {
    height: 0.58rem;
    position: absolute;
    left: 0.72rem;
    top: 0;
    width: 100%;
    z-index: 100;
}

.news-tab li {
    height: 0.58rem;
    float: left;
    width: 5.31rem;
}

.news-tab li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

.tab-nv1 a,
.tab-nv2 a,
.tab-nv1.on a,
.tab-nv2.on a {
    background: url(//game.gtimg.cn/images/hyrz/ingame/v2018/newsPic/mews_menu_bg1.png);
    background-repeat: no-repeat;
    -webkit-background-size: 10.65rem 1.19rem;
    background-size: 10.65rem 1.19rem;
}

.tab-nv1 a {
    background-position: 0 0;
}

.tab-nv2 a {
    background-position: -5.34rem -0.61rem;
}

.tab-nv1.on a {
    background-position: 0 -0.61rem;
}

.tab-nv2.on a {
    background-position: -5.34rem 0;
}


/* 新闻 */

.news-top-img {
    margin: 0.3rem 0 0.22rem 0.16rem;
}

.news-top-img a {
    width: 4.42rem;
    height: 2.27rem;
    display: block;
    border: 0.03rem solid #362524;
    border-radius: 0.05rem;
    margin-right: 0.28rem;
}

.news-top-img a:nth-child(2) {
    margin-right: 0;
}

.news-top-img a img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 资讯 */

.news-box {
    padding: 0.13rem 0.3rem 2rem;
    background: #e8decd;
    -webkit-box-shadow: 0 0 0.08rem #c0b4a2 inset;
    box-shadow: 0 0 0.08rem #c0b4a2 inset;
    overflow: scroll;
    margin: 0.32rem 0 0 0.16rem;
}

.notice-load,
.news-load {
    text-align: center
}

.news-list li {
    width: 100%;
    height: 0.7rem;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #c5b293;
    font-size: 0.24rem;
}

.news-list li:first-child {
    border-top: none !important;
}

.news-list li:last-child {
    border: none !important;
}

.n-tips {
    width: 8%;
    height: 0.3rem;
    line-height: 0.34rem;
    background: #cb5b39;
    display: inline-block;
    border: 0.03rem solid #efd8b2;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    float: left;
    margin-top: 0.17rem;
    border-radius: 0.1rem;
}

.n-img {
    /*width: 0.58rem;
    height: 0.58rem;*/
    width: 0.65rem;
    height: 0.38rem;
    float: left;
    display: inline-block;
    margin-top: 0.05rem;
}

.n-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.list-link {
    margin-left: 0.1rem;
    width: 90%;
    height: 0.7rem;
    float: right;
    display: inline;
}

.list-ct {
    display: inline-block;
    color: #000000;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.7rem;
}

.n-time {
    font-size: 0.2rem;
    color: #000;
    float: right;
    line-height: 0.7rem;
    font-weight: normal;
}

.n-time i {
    background: url(//game.gtimg.cn/images/hyrz/ingame/v2018/tips_bg.png) no-repeat 50% 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 0.66rem;
    height: 0.3rem;
    display: inline-block;
    text-indent: -9999px;
}


/* 新闻内页 */

.newsdetail-cont {
    padding: 0.2rem 0.6rem 0.5rem;
    background: #e8decd;
    -webkit-box-shadow: 0 0 8px #c0b4a2 inset;
    box-shadow: 0 0 8px #c0b4a2 inset;
    overflow-y: scroll;
    height: 4.3rem;
    margin-top: -0.03rem;
}

.newsdetail-tit {
    color: #040401;
    font-size: 0.3rem;
}

.newsdetail-time {
    color: #be964b;
    font-size: 0.2rem;
}

.newsdetail-nr {
    padding-bottom: 0.2rem;
}

.newsdetail-nr p {
    color: #483c2f;
    font-size: 0.2rem;
    line-height: 0.3rem;
}

.newsdetail-nr img {
    display: block;
    margin: 0.2rem auto;
    width: 5.17rem;
    height: 100%;
    border: 0.03rem solid #362524;
}