
#mobile #scollApp{   /* add scroll */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.news_bulletin{
    width: 1280px;
    margin:0 auto;
}
#mobile .scroll_main{ /* add scroll */
    margin: 0 auto 0;
    height: calc(100vh - 1.33rem);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
#mobile .news_bulletin {  /* add scroll */
    width: 100%;
    margin: 0;
    min-height: auto;
    overflow: auto;
    padding: 0;
    
}
.news_bulletin_content{
    padding-top: 81px;
}
#mobile .news_bulletin_content{
    padding: 0 0 1rem 0;
}
/* 官方消息 */

.news_bulletin_content_left{
    float: left;
    width: 980px;
    padding-right: 48px;
    height: auto;
}
#mobile .news_bulletin_content_left{
    float: none;
    width: 100%;
    padding: 0;
    min-height: calc(100vh - 1.173rem);
    height: auto;
}
#mobile .news_bulletin_content_left .news_bulletin_content_right_title{
    display: none;
}
.news_bulletin_content_left .news_bulletin_content_right_title {
    font-weight: 600;
    font-size: 26px;
    color: #333333;
    letter-spacing: 2px;
    padding-bottom: 5px;
    width: 118px;
    border-bottom: 1px solid #A00000;
    margin-bottom: 48px;
}
#mobile .news_bulletin_content_left>ul{
    padding: .4rem;
}
#mobile .news_bulletin_content_left>ul>li{
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    height: auto;
    padding: .267rem 0;
}
.news_bulletin_content_left>ul>li{
    margin-bottom: 31px;
    width: 100%;
    padding-right: 7px;
    border-bottom: 1px solid #EDEDED;
    }
    #mobile .news_bulletin_content_left>ul>li>p:nth-child(1){
    height: 1.1rem;
    overflow: hidden;
    margin-bottom: .4rem;
    }
    #mobile .news_bulletin_content_left>ul>li>p>a{
    float: left;
    width: 100%;
    padding:0 .9rem 0 0;
    line-height: .533rem;
    font-size: .427rem;
    color: #333333;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 549;
    }
    .news_bulletin_content_left>ul>li>p>a{
    float: left;
    width: 100%;
    padding-right: 50px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    padding-bottom: 20px;
    cursor: pointer;
    font-weight: bold;
    }
    .news_bulletin_content_left>ul>li>p>a.width100{
    padding-right: 0;
    
    }
    #mobile .news_bulletin_content_left>ul>li>p:nth-child(1)>span{
    float: right;
    margin-left: -.933rem;
    width: .867rem;
    height: .5rem;
    text-align: center;
    line-height: .45rem;
    border-radius: 2px;
    border: 1px solid rgba(160,0,0,1);
    font-size: .293rem;
    font-weight: 500;
    color: rgba(160,0,0,1);
    letter-spacing: 1px;
    margin-top: .07rem;
    }
    .news_bulletin_content_left>ul>li>p:nth-child(1)>span{
    float: right;
    margin-left: -46px;
    width:46px;
    height:24px;
    text-align: center;
    line-height: 23px;
    border-radius:2px;
    border:1px solid rgba(160,0,0,1);
    font-size:12px;
    font-weight:500;
    color:rgba(160,0,0,1);
    letter-spacing:1px;
    }
    .news_bulletin_content_left>ul>li>p>a:hover{
    color: #A00000;
    }
    #mobile .news_bulletin_content_left>ul>li>p:last-child{
    padding:0;
    }
    .news_bulletin_content_left>ul>li>p:last-child{
    padding-bottom: 14px;
    }
    #mobile .news_bulletin_content_left>ul>li>p>span:nth-child(1){
        float: left;
        padding: 0 .133rem;
        width: auto;
        min-width: 1.6rem;
        height: .533rem;
        line-height: .533rem;
        text-align: center;
        background: rgba(200,174,106,1);
        border-radius: .0267rem;
        font-size: .267rem;
        color: #FFFFFF;
        letter-spacing: 0.86px;
    
    }
    #mobile .news_bulletin_content_left>ul>li>p:nth-child(2)>span:nth-child(2){
    float: right;
    color: #BBBBBB;
    font-size: .267rem;
    margin-top:.107rem;
    }
    .news_bulletin_content_left>ul>li>p:nth-child(2)>span:nth-child(2){
    float: right;
    color: #BBBBBB;
    font-size: 14px;
    margin-top: 5px;
    }
    .news_bulletin_content_left>ul>li>p>span:nth-child(1){
        float: left;
        padding: 0 10px;
        width: auto;
        min-width: 74px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: rgba(200,174,106,1);
        border-radius: 2px;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0.86px;
    
    }
    
    /* 新闻 list notPic 样式 end */