.news_title {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.3rem;
    color: #ffffff;
    background-color: #3CA5F6;
}

.news_header,.header_wrapper{
    width: 100%;
    font-size: 0.3rem;
}

.news_header{
    height: 1rem;
    line-height: 1rem;
    color: #fff;
}

.header_wrapper{
    position: fixed;
    height: 1rem;
    background: #3CA5F6;
    z-index: 999;
    width: 100%;
    overflow: scroll;
    box-shadow: 0px 12px 8px -12px #999999;
}
.header_wrapper ul{
    height: 100%;
    padding: 0;
    margin: 0;
}
.header_wrapper ul>li{
    padding: 0;
    display: block;
    width: 1rem;
    margin-left:0.2rem;
    float: left;
    text-align: center;
}
.header_wrapper ul>li>a{
    display: block;
    color: #fff;
    text-decoration: none;
}
.header_wrapper ul>li>a.active{
    color: #444;
    background: #fff;
}


.content_list,.news_content{
    font-size: 0.3rem;
    width: 100%;
    height: auto;
}
.news_content{
    padding: 0.2rem;
    position: fixed;
    top: 1rem;
    bottom: 0;
    height: auto;
    padding-bottom: 1rem;

}
.content_item{


}
.content_title{
    flex: 1;
}
.content_item a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    letter-spacing:0.02rem;
    position: relative;
    color: #444;
    padding: 0.2rem 0;
}
.content_pic{
    margin-left: 0.1rem;
    width: 2rem;
    height: 1.7rem;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.content_pic>img{
    display: block;
    width: 2rem;
    height: 1.7rem;
}
.content_tip{
    padding: 0.05rem;
    display: block;
}

.content_item i{
    position: absolute;
    bottom: 0.1rem;
    font-style: normal;
    font-size: 0.2rem;

}
.content_item .content_tip{
    border: 1px solid #ED5565;
    color: #ED5565;
}

.content_item .content_resouce{
    bottom: 0.2rem;
    left: 1rem;
    color: #999;
}

.content_item{
    padding-bottom: 0.1rem;
    border-bottom: solid #eee 1px;
}

img.mescroll-totop{
    width: 1rem !important;
    height: 1rem !important;
}

p.upwarp-nodata{
    font-size: 0.2rem;
}

.bottom_count {
    width: 100%;
    position: fixed;
    z-index: 99999999999;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    padding: 10px;
    display: flex;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    box-sizing: border-box;
}

.bottom_count p {
    color: #fff;
    flex: 1;
    margin: 0;
}

.bottom_count p span {
    color: #FFFF00;
}

.bottom_count p:last-child {
    text-align: right;
    width: 3em;
    max-width: 3em;
    min-width: 3em;
}
