﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
}

.list_dt {
    color: #c8cde1;
    width: 120px;
    padding: 0px 35px 0px 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

    .list_dt:hover {
        background: #2f8d59;
    }
/*.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2f8d59;
}*/
/*#open {
    background: #232735;
}*/

    #open ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: none;
    }

.list_dt_icon {
    position: absolute;
    right: 30px;
    top: 18px;
    display: block;
    width: 10px;
    height: 6px;
    background: url("../image/off.png") no-repeat;
    background-size: cover;
}

#open .list_dt_icon {
    background: url("../image/open.png") no-repeat;
    background-size: cover;
}

.list_dd {
    display: none;
    background: #232735;
}

.list_li {
    list-style-type: none;
    color: white;
    min-width: 120px;
    padding-left:30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 11px;
    color: #c8cde1;
}

    .list_li:hover {
        background: #2f8d59;
    }

._after {
    background: #2f8d59;
    color: #ffffff;
}
