<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear {
    clear: both;
    display: block;
    overflow: visible;
    visibility: visible;
    width: auto;
    height: auto;
}
.clear:after {
    clear: both;
    display: table;
    content: "";
}
*{
    padding: 0;
    margin: 0;
    font-family: 'SimSun'
}
/*.right-container{
    margin-top: 20px;
}*/
.menubar{
    height: 33px;
    background: #fff url(../img/menubar-bg.jpg) 0 0 repeat-x;
    padding-top: 1px;
    overflow: hidden;
    font-size: 0;
}
.menubar .menu {
    display: inline-block;
    height: 100%;
    padding: 0 32px;
    color: #666;
    font-size: 14px;
    line-height: 36px !important;
    overflow: hidden;
}
.menubar .menu2 {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    color: #666;
    font-size: 14px;
    line-height: 36px !important;
    overflow: hidden;
}  
.menubar .menu.on{
    background: #fff url(../img/menu-bg.jpg) 0 0 repeat-x;
    color: #fff
}  
.menubar .menu:hover{
    background: #fff url(../img/menu-bg.jpg) 0 0 repeat-x;
    color: #fff
}  
.rightmain{
    border: 1px solid #ddd;
}

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