@charset "UTF-8";
.list_dt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    /*background: #333;*/
    /*color: white;*/
    /*width: 120px;*/
    /*padding: 0 40px 0 20px;*/
    /*height: 34px;*/
    /*line-height: 34px;*/
    /*cursor: pointer;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*position: relative;*/
    /*border-bottom: 1px solid #464646;*/
}
.list_dt:hover{
    /*background: #222;*/
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
[open-type='open']{
    /*background: #222;*/
}

[open-type='open'] .icon-xiasanjiao-copy{
    display: none !important;
}
[open-type='open'] .icon-jiantou1{
    display: initial !important;
}

[open-type='open'] ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
[open-type='open'] .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    /*display: block;*/
}
.list_li{
    /*background: #4e4e4e;*/
    list-style-type: none;
    /*color: white;*/
    /*width: 120px;*/
    /*padding: 0 30px;*/
    /*height: 34px;*/
    /*line-height: 34px;*/
    /*cursor: pointer;*/
    /*border-bottom: 1px solid #6b6b6b;*/
}
.list_li:hover{
    /*background: #4285F4;*/
}