<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content{
    background-color: #f5f5f5;
}
.article{
    background-color: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 0.5rem;
    margin: 1.5rem auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.article .breadcrumb-position{
    padding:15px 20px;
    background: url(http://www.hbea.edu.cn/Templets/202209/images/position.png) 0 center no-repeat;
    word-break: break-all;  /*å…è®¸åœ¨å•è¯å†…æ¢è¡Œ*/
    text-overflow: ellipsis;/*æ˜¾ç¤ºçœç•¥ç¬¦å·æ¥ä»£è¡¨è¢«ä¿®å‰ªçš„æ–‡æœ¬*/
    overflow: hidden;
    white-space: nowrap;/*ä¸æ¢è¡Œ æŽ§åˆ¶å•è¡Œæ–‡æœ¬*/
}
.article .panel{
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-top: 20px;
}
.article .panel .panel-body{
    padding: 15px 0;
}
.article .panel-body .box{
    border: 1px solid #000;
    display: inline-block;
    /*width: 26px;*/
    margin-right: 5px;
    padding: 1px 2px;
    text-decoration: none;
}
.article .panel-body .box:hover{
    background-color: #005397;
    color: #fff;
}
.article .article-box{
    padding: 1rem;
    font-size: 1.8rem;
    /*text-indent: 2em;*/
}
.article .article-tools{
    border-top: #DBDBDB solid 1px;
    padding-top: 1rem;
}
.article .article-tools a{
    padding-left: 25px;
}
.article .article-tools .tool-print{
    background: url(http://www.hbea.edu.cn/Templets/202209/images/print.gif) 5px center no-repeat;
}
.article .article-tools .tool-pdf{
    background: url(http://www.hbea.edu.cn/Templets/202209/images/pdf.png) 5px center no-repeat;
}
.article .article-tools .tool-close{
    background: url(http://www.hbea.edu.cn/Templets/202209/images/close.gif) 5px center no-repeat;
}
.pdf-content .article-box{
    font-variant:normal;
}
.pdf-content h2{
    text-align: center;
}


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