<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 鍚翠腑鍏氬憳骞查儴鐜颁唬杩滅▼鏁欒偛缃�-浜岀骇椤�
 * author: wangkai;
 */


/* main */


/* 宸︿晶 */

.ewb-left {
    height: 543px;
    border: 1px solid #dedede;
    border-top: 2px solid #01acf2;
    background: url(../images/left_bg.jpg) bottom no-repeat;
}

.ewb-menu-hd {
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: url(../images/menu_hd.jpg) repeat-x;
}

.ewb-menu-tt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.wb-tree {
    padding: 7px 10px 0 10px;
}

.wb-tree-items {
    margin-bottom: 5px;
    cursor: pointer;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node, .wb-tree-sub a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e3e3e3;
    background-color: #f1efef;
}

.wb-tree-iconl {
    float: left;
    width: 11px;
    height: 7px;
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 11px;
    background: url(../images/listl.png) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 8px;
    height: 8px;
    margin-top: 12px;
    margin-right: 11px;
    background: url(../images/listr.png) no-repeat;
}

.wb-tree-sub {
    border: 1px solid #dcdcdc;
    border-top: none;
    display: none;
}

.wb-tree-item&gt;a {
    padding-left: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 12px;
    border-bottom: 1px dashed #dcdcdc;
    background: none;
}

.wb-tree-item .last {
    border-bottom: none;
}

.wb-tree-item&gt;a:hover {
    color: #126bb7;
    background-color: #ededed;
}

.current .wb-tree-iconl {
    background: url(../images/listlh.png) no-repeat;
}

.current .wb-tree-iconr {
    background: url(../images/listrh.png) 0 3px no-repeat;
}

.current .wb-tree-tt {
    color: #126bb7;
}

.current .wb-tree-sub {
    display: block;
}

/* 鍙充晶 */

.ewb-right {
    height: 544px;
    border: 1px solid #dedede;
    font-family: "SimSun";
    background: url(../images/right_bg.jpg) top repeat-x;
}

.ewb-info-list {
    padding: 6px 14px 47px 14px;
}
</pre></body></html>