@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei, Arial, sans-serif;
	font-size: 14px
}

.list_dt {
	
	color: #232323;
	padding: 0 40px 0 20px;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	/*border-bottom: 1px solid #464646*/
}

.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;
	background: #0495fb
}

.list_dt_icon {
	position: absolute;
	right: 10px;
	top: 11px;
	display: block;
	width: 24px;
	height: 24px;
	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 {
	list-style-type: none;
	color: #222222;
	text-indent: 30px;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
}
.list_li a{color: #222;display: block;}
.list_li:hover {
	background: rgba(4,149,251,0.2) url(../images/open.png) no-repeat 240px center ;
}.list_dl{margin-top: 20px;}
