<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.left{ width: 280px; float: left; margin: 20px 0; }
.left *{ font-size: 17px; }
.left .leftTitle{ height: 58px; line-height: 45px; padding-left: 50px; background: url("../images/1lm.png") no-repeat; color: white; }
.left .leftList{ padding-left: 10px; }
.left .leftList li{ padding-left: 55px; background: url("../images/2lm.png") no-repeat 0 15px; border-bottom: 1px solid #ddd; }
.left .leftList li a{ display: block; line-height: 44px;     overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.left .leftList li.active,.left .leftList li:hover{ background-position: 0 -55px; }
.left .leftList li.active a,.left .leftList li:hover a{ color: #FE901F; }

.right{ width: 900px; float: right; margin: 20px 0; }
.right .title {border-bottom: 1px dashed #BFBFBF; padding: 13px 0;}
.right .title p{ line-height: 25px;font-size: 20px;font-weight: bold; border-left: 5px solid red;padding-left: 20px;}
.right .rightList{ min-height: 300px; }
.right .rightList li{ padding-left: 10px; padding-right: 100px; background: url("../images/dot.png") no-repeat 0 center; border-bottom: 1px dashed #ddd; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.right .rightList li *{ line-height: 46px; }
.right .rightList li a{ font-size: 16px; }
.right .rightList li span{ font-size: 15px; position: absolute; right: 0; top: 0; color: #B1B1B1; }

.collectState{float:left;}</pre></body></html>