@charset "UTF-8";

.list_dt{
    background: #333;
    color: white;
    width: 270px;
    padding: 0 40px 0 20px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #464646;
}
.list_dt:hover,.list_dt_hover{
    background: #0ec3b4;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0ec3b4;
}
.list_dt a{ width:100%;color:#fff; font-size:14px;}

.list_dt p a:hover{ color:#FFF;}

#open{
    background: #0ec3b4;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0ec3b4;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 18px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../img/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    width: 270px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}
.list_li a{ display:block; color:#fff; font-size:14px;}

.list_li:hover{
    background: #00a295;
}
p1{text-align:left; padding-left:5px;width:100%; display:block; color:#007ac7; font-size:16px; font-weight:bold; margin:0 auto; height:50px; line-height:50px; text-indent:15px;}
p2{text-align:left; padding-left:5px;height:50px; line-height:50px;border-top:1px #ccc solid; width:100%; display:block; color:#666; font-size:12px;margin:0 auto;text-indent:15px;}

.left_body{ width:100%; margin:0 auto; }
.left_menu{width:25%; float:left; background:#000; height:50px; line-height:50px; text-align:center;}
.left_xian{ width:1px; height:50px; background:#CCC; float:right;}
.left_menu a{ font-size:18px; color:#FFF;}
.left_menu:hover,.hover_zi{ background:#0ec3b4; display:block;font-size:18px; color:#FFF;}

/*
.left_body{ width:100%; margin:0 auto;}
.left_menu{width:14.28%; float:left; background:#000; height:50px; line-height:50px; text-align:center;}
.left_xian{ width:1px; height:50px; background:#CCC; float:right;}
.left_menu a{ font-size:18px; color:#FFF;}
.left_menu:hover,.hover_zi{ background:#0ec3b4; display:block;font-size:18px; color:#FFF;}

*/