@CHARSET "UTF-8"; .list-menu{ margin: 0; padding: 0; font-family: "Microsoft YaHei", Arial, sans-serif; font-size: 14px; } .list_dt{ background: #2a94de; color: #fff; width: 170px; padding: 0 40px 0 20px; height: 50px; line-height: 50px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; border-top: 1px solid #008fbf; } .list_dt:hover{ background: #0073b4; } .list_dt:hover ._after{ display: block; width: 3px; height: 100%; position: absolute; left: 0; top: 0; background: #222; } .open{ background: #2a94de; } .open ._after{ display: block; width: 3px; height: 100%; position: absolute; left: 0; top: 0; background: red; } .list_dt_icon{ position: absolute; right: 10px; top: 18px; display: block; width: 16px; height: 16px; background: url("../images/off.png") no-repeat; } .open .list_dt_icon{ background: url("../images/open.png") no-repeat; } .list_dd{ display: none; } .list_li{ color: #666; list-style-type: none; width: 170px; padding: 0 30px; height: 40px; line-height: 40px; font-size:12px; cursor: pointer; border-bottom: 1px solid #ececec; } .list_li:hover{ background: #0073b4; color:#fff; } .select-list-dd{ display: block; } .list_dd .selectli{ background: #0073b4; color: #fff; }