<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*crumb开始*/
.crumb{
    margin: 10px auto;
    background: #fff;
    padding: 15px 20px;
}
.crumb p{
    font-weight: 600;
}
.crumb p a{
    font-weight: normal;
}
.channel_content{
    background: #fff;
    padding: 15px 30px;
}

/*crumb结束*/
/*内容板块开始*/
.content-container{
    background: #fff;
    padding:30px 20px;
}
.content-title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 55px;
    padding: 0 20px;
}
.content-source{
    text-align: center;
    margin: 20px 55px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
}
.content-source span{
    margin: 20px;
    color:#707070;
}
.content-text{
    margin:10px 55px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.content-text p{
    font-size: 18px;
    line-height: 45px;
    text-align: justify;
    text-indent: 2rem;
    white-space: normal;
    word-break: break-all;
}
.content-nav{
    margin: 20px 55px;
}
.content-nav p{
    font-size: 17px;
    line-height: 40px;
}
/*内容板块结束*/


</pre></body></html>