.news_bg{
    padding-top: 0;
    position: static;
}

.detail_box{
    width: 100%;
    padding: 15px 0;
}

.news_info{
    margin-left: 0;
    padding: 0 15px;
    width: auto;
}

nav{
    display: none;
}

.wap_nav{
    width: 100%;
    height: auto;
}

.wap_nav_info{
    width: 100%;
    height: 56px;
    background: #2A76FE;
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.04px;
}

.wap_nav_info a{
    display: block;
    width: 20px;
    height: 20px;
    background: url(/file-4000000002-css-..-img-comeback.png.jpg) center center no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 15px;
    top: 18px;
}

.wap_menu{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 18px;
}

.wap_menu_list{
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 56px;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.wap_menu_list ul{
    background: #fff;
}
.wap_menu_list ul li{
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #cbcbcb;
    text-align: center;
    line-height: 49px;
    color: #000;
}

.notScroll{
    width: 100%;
    height: calc(100vh - 48px);
    overflow: hidden;
}

.news_info h2{
    text-align: left;
    font-size: 20px;
}

.news_type{
    background: none;
    font-size: 14px;
    text-align: left;
    margin: 5px 0;
    /* height: 30px; */
    line-height: 1.6;
}

.news_con{
    text-align: justify;
    word-break: break-all;
}

.news_con p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 2;
    margin-bottom: 10px;
}

.news_con img{
    max-width: 100%;
    margin: 10px auto;
}