img {
  border: none;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.news-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header{
    background-color: rgba(0, 0, 0, .6);
}

.news-banner{
    width: 100%;
    height: 3.83rem;
    position: relative;
}

.news-logo{
    width: 4.84rem;
    height: 2.63rem;
    position: absolute;
    top: 2rem;
    left: 0.5rem;
}

.news-nav{
    width: 100%;
    margin: 0.2rem 0;
    padding: 0 0.5rem;
}

.news-nav span{
    font-size: 0.18rem;
}

.msg-right a{
    display: inline-block;
    width: 1rem;
    height: 0.35rem;
    background-color: #4883d1;
    text-align: center;
    border-radius: 0.05rem;
    line-height: 0.35rem;
}
.news-content{
    width: 15rem;
    margin: 0 auto 0.2rem;
}

.details-content{
    width: 15rem;
    min-height: 2.2rem;
    margin: 0 auto 0.2rem;
    background-color: #fff;
    padding: 0.15rem;
    font-size: 0.2rem;
    color: #606060;
    font-weight: bold;
}
.details-content a{
    color: blue;
}
.details-title{
    width: 15rem;
    height: auto;
    margin: 0 auto 0.2rem;
    font-size: 0.4rem;
    text-align: center;
    background-color: #ffeab1;
    color: #5a5c57;
    font-weight: bold;
}

.news-text {
    width: 2.55rem;
    height: 0.77rem;
    margin: 0.5rem auto;
}

.news-nav-title {
    width: 2.4rem;
    height: 0.76rem;
    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.76rem;
}

.news-nav-active{
    width: 2.4rem;
    height: 0.76rem;
    background: url(//cdn.htgames.net/gw/legendofheroes/static/image/pc/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.2rem;
    cursor: pointer;
    background-color: #fff;
}

.title{
    width: 1rem;
    height: 0.4rem;
    background-color: #dec169;
    line-height: 0.4rem;
    color: #fff;
    border-radius: 0.08rem;
    text-align: center;
    margin-left: 0.2rem;
}

.des{
    width: 12rem;
    margin: 0 0.3rem;
}

.top-fot{
    width: 1.76rem;
    position: fixed;
    bottom: 0.2rem;
    left: 0.1rem;
}

.top-fot img{
    width: 1.72rem;
    height: 0.54rem;
}
