    body{
        padding-top:2rem;
    }
    .newsBox{
        width: 80%;
        background: #fff;
        margin: 0 auto;
        padding: 0.5rem 0.3rem;
        font-size: 0.3rem;
    }
    .newstitle{
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 0.34rem;
    }
    .newsdate{
        width: 100%;
        text-align: center;
        padding: 0.6rem 0 0.2rem 0;
        color: #5e6970;
        border-bottom: 1px solid #dedede;
    }
    .newsinner{
        padding: 0 0.2rem;
    }
    .newsinner p{
        line-height: 0.7rem;
        color: #5e6970;
        text-indent: 0.36rem;
        text-align: justify;
        margin: 0.4rem 0;
    }

    .newsinner img{
        width: 95% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
       
    }
    .PrevAndNext{
        color: #5e6970;
        border-bottom: 1px solid #dedede;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0.1rem;
        margin-top: 0.8rem;
    }
    .PrevAndNext a{
        padding-right: 0.2rem;
        color: #5e6970;
        width: 43%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        white-space: nowrap;
    }
    .fenxiang{
        padding: 0.2rem;
        display: flex;
        align-items: center;
        position: relative;
    }
    .fenxiang a{
        margin-right: 0.1rem;
    }
    .fenxiang img{
        width: 0.24rem;
    }
    .qrcode{
        position: absolute;
        width: 0.8rem;
        left: 1.8rem;
        top: 0.1rem;
        height: 0.8rem;
        display: none;
    }
    .qrcode canvas{
        width: 100%;
        height: 100%;
    }
    @media screen and (max-width: 750px){
        body{
            padding-top: 0;
        }
        .newsBox{
            width: 100%;
        }
        .PrevAndNext a{
            width: 37%;
        }
    }