body{
    padding: 0;
}
#content-container{
    min-height: calc(100vh - 90px);
}
.witer-backgroud{
    max-width: 890px;
    background-color: #fff;
    padding: 30px 55px;
    margin: 0 auto;
    box-sizing: unset;
}
.header-news{
    height: 86px;
    border-bottom: 1px solid #dbd4cd;
}
.header-news a{
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.header-news img{
    width: 200px;
    max-height: 70px;
    display: inline-block;  
}
.news-content{
    color: #18191a;
}
.news-content .title{
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    line-height: 4em;
}
.news-content .info{
    border-top: 1px dashed #dbd4cd;
    border-bottom: 1px dashed #dbd4cd;
    height: 35px;
    text-align: center;
    margin-bottom: 35px;
    color: #757575;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
}
.news-content .info span{
    display: inline-block;
    margin-right: 25px;
    line-height: 35px;
}
.news-content .info div:first-child{
    display: inline;
}
.news-content .info .label{
    display: inline;
    height: 25px;
    line-height: 20px;
}
.news-content .text{
    border-bottom: 1px dashed #dbd4cd;
}
.news-content .attach{
    display: none;
}
.news-content .attach .attach-item{
    margin: 10px;
}
.news-content .attach span{
    color: #757575;
}
.news-content .attach h3{
    font-family: "微软雅黑";
    font-weight: bold;
    margin-bottom: 10px;
}
.news-content .attach i{
    margin-left: 10px;
    color: #50a1ff;
}
.show{
    display: block;
}
@media (max-width: 800px) {
    .witer-backgroud{
        padding: 30px 13px;
    }
    .news-content .title{
        font-size: 18px;
        line-height: 28px;
    }
    .news-content .info{
        font-size: 14px;
    }
    .toggle{
        display: none!important;
    }
    .header-news{
        height: 50px;
    }
    .header-news img{
        width: 120px;
    }
}