<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鏂囩珷椤垫牱寮�*/
/*2023-12-05 鏂板鏍峰紡 start*/
article div {
    text-align: justify;
    padding-top: 20px;
    padding: 10px 10px;
    word-wrap: break-word;
    word-break: break-all;
}
.article article h2,h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #4693e9;
    margin: 10px 0px 15px 0px;
    padding: 10px 0 10px 20px;
    background: #f5f5f5;
}
article p {
    font-size: 15px;
    position: relative;
    color: rgba(51,51,51,.88);
    margin: 5px 0 10px;
    line-height: 180%;
}
.article-title h2{
    text-align:center;font-size:32px;cursor: pointer;
}
/*2023-12-05 鏂板鏍峰紡 end*/</pre></body></html>