﻿@charset "utf-8";

.list_dt{
   border-top: 1px solid #fff;
    border-bottom: 1px solid #2867A0;
    display: inline-block;
    padding: 5px 10px 5px 20px;
    width: 204px;
    color: #124D83;
    font-size: 15px;
    font-weight: bold;
     }
.list_dt:hover{
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
#open{

}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    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: #454545;
    background: #e8e8e8 url("../images/icon_column_2.gif") no-repeat 16px 11px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;line-height:34px;padding-left:30px
}
.list_li:hover{
        background: #e8e8e8 url("../images/icon_column_2_hover.gif") no-repeat 16px 11px;
}