.news-title {
    padding-top: 1.9rem;
}



.news-main p {
    font-size: 0.38rem;
    line-height: 1.8;
    margin-bottom: 0.4rem;
    color: #333;
    text-align: justify;
    word-break: break-all;
}
.news-main p a{
    color: #0894ec;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.news-main img {
    max-width: 100% !important;
    height: auto !important;
}

.news-info {
    font-size: .24rem;
    line-height: .42rem;
    margin-top: .3rem;
    color: #999;
    margin-bottom: .9rem;
}


.notice-title{
    margin-top: .5rem;
    display: -ms-flexbox;
    display: flex;
    height: .6rem;
    position: relative;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.notice-title::after{
    content: " ";
    position: absolute;
    left: 0;
    top: .2rem;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,0.1); 
    color: rgba(0,0,0,0.1); 
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaley(0.5);
    transform: scaley(0.5); 
    z-index: 1;
}

.notice-text{
    background: #f9f9f9;
    display: block;
    z-index: 2;
    padding: 0 .35rem;
    font-size: .24rem;
    line-height: .4rem;
}

.notice-text-info{
    font-size: .2rem;
    line-height: .36rem;
    color: #999;
    text-align: center;
    width: 80%;
    margin:0 auto .9rem;
    display: block;
}

.user-img img{
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    margin-right: .2rem;
}

.notice-user .flex-item p{
    font-size: .24rem;
    color: #000;
}

.notice-user .flex-item p p{
    font-size: .2rem; 
    color: #999;
    transform: scaley(0.9);
}

.floww-icon a{
    border:1px solid #999;
    width: 1rem;text-align: center;
    color: #000;
    line-height: .48rem;
    height: .42rem;
    font-size: .24rem;display: block;
    border-radius: .1rem;
}

.notice-user{
    padding-bottom:.25rem;
    position: relative;
    margin-bottom: .5rem;
}

.notice-user::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #f0f0f0; 
    color: rgba(0,0,0,0.1); 
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaley(0.5);
    transform: scaley(0.5); 
    z-index: 1;
}


.link-svg{
    font-size: .28rem;
    margin:.4rem 0;
 }
 .svg-left img{
    width: .35rem;
 }
 
 .link-svg li li{
     margin-top:.2rem;
 }
 
 .link-svg a{
     text-decoration:underline;
     color: #666;    
     font-size: .28rem;  
 }
 .link-svg .weui-flex__item{
    margin-left: 10px;
 }

.weui-flex {
    display: flex;
}

 
 .svg-left svg{
     width:.35rem;
     margin-right:.25rem;
     height:.4rem;
 }
 
 .svg-left{
     font-size:0;
 }
    