.news-banner{
    width: 100%;
    height: 2.65rem;
    background: url(//cdn.htgames.net/gw/legendofheroes/static/image/wap/news-pic.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.news-logo{
    width: 2.08rem;
    height: 1.13rem;
    margin: 1.4rem 0 0 0.15rem;
}

.news-nav{
    width: 100%;
    margin: 0.2rem 0;
    padding: 0 0.2rem;
}

.news-nav span{
    font-size: 0.22rem;
}

.msg-right a{
    display: inline-block;
    width: 1.84rem;
    height: 0.47rem;
    background-color: #4883d1;
    text-align: center;
    border-radius: 0.05rem;
    line-height: 0.47rem;
    font-size: 0.22rem;
}
.news-text{
    width: 2.43rem;
    height: 0.73rem;
    margin: 0.5rem auto 0.3rem;
}

.news-content{
    width: 7rem;
    margin: 0 auto 0.2rem;
}

.news-nav-title {
    width: 1.5rem;
    height: 0.49rem;
    margin: 0.15rem;
    color: #4783d2;
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #4783d2;
    border-radius: 0.08rem;
    line-height: 0.49rem;
}

.news-nav-active{
    width: 1.5rem;
    height: 0.49rem;
    background: url(//cdn.htgames.net/gw/legendofheroes/static/image/wap/news-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.news-list{
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    background-color: #efefef;
    overflow: hidden;
}

.news-article li{
    height: 0.6rem;
    display: flex;
    align-items: center;
    color: #616161;
    border: 1px solid #b5b5b5;
    /* padding: 0.05rem; */
    margin: 0.15rem 0;
    font-size: 0.22rem;
    cursor: pointer;
    background-color: #fff;
}

.title{
    width: 1rem;
    height: 0.48rem;
    background-color: #dec169;
    line-height: 0.48rem;
    color: #fff;
    border-radius: 0.08rem;
    text-align: center;
    margin-left: 0.1rem;
}

.des{
    width: 4.2rem;
    margin: 0 0.2rem;
}

.date{
    margin-right: 0.1rem;
}

.details-title{
    width: 7rem;
    height: auto;
    margin: 0 auto 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    background-color: #ffeab1;
    color: #5a5c57;
    font-weight: bold;
}

.details-content{
    width: 7rem;
    min-height: 2.2rem;
    margin: 0 auto 0.2rem;
    background-color: #fff;
    padding: 0.15rem;
    font-size: 0.22rem;
    color: #606060;
}
.details-content a{
    color: blue;
}
