@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
}
.help_out{
	position:relative;
	width:17px;
	cursor:pointer;
	height:22px;
	margin-top: -17px;
	margin-left: 99px;
	background:url(../images/list-help-over.png) 0 0 no-repeat;
}
.help_layer {
	height:62px;
	width:91px;
	border-radius:5px;
	background:white;
	font-size:13px;
	z-index:1004;
	border:1px solid #f5f5f5;
	box-shadow:0 0 15px #ccc;
	position:absolute;
	left:361px;
	top:237px;
	display:none;
}
.help_layer_li{
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom:1px solid #f5f5f5;
	padding:5px;
	cursor:pointer;
	width:80px;
	text-indent:1em;
}
.help_layer_li:hover{
	background:#5193e8;
	color:white;
}
.list_dt{
    /*background: #eaf1fb;*/
    color: black;
    width: 171px;
    padding: 0 40px 0 20px;
    height: 43px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border: 1px solid #eee;
}
.list_dt:hover{
    background: #eaf1fb;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
#open{
    background: #eaf1fb;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/off.png") no-repeat;
    background-size: cover;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
    background-size: cover;
}
.list_dd{
    display: none;
}
.list_li{
    /*background: #eaf1fb;*/
    list-style-type: none;
    color: black;
    width: 171px;
    padding: 0 30px;
    height: 43px;
    line-height: 34px;
  /*   cursor: pointer; */
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.list_li:hover{
    /* background: #eaf1fb; */
}
