#acd-menu dt {
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 30px 0 50px;
	background-color: #0f1630;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#acd-menu dt::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #d1c8c3;
}
#acd-menu .open::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #d1c8c3;
}
#acd-menu dt::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 10px;
	height: 6px;
	width: 30px;
	background-color: #d1c8c3;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 12px 0 #d1c8c3, 0 24px 0 #d1c8c3;
	box-shadow: 0 12px 0 #d1c8c3, 0 24px 0 #d1c8c3;
}
#acd-menu dd ul li {
	list-style: none;
}
#acd-menu dd ul li a {
	display: block;
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 30px 0 30px;
	background-color: #e1e5f6;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color:#2f4598;
}
#acd-menu dd ul li a::before {
	content: '';
	position: absolute;
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #0f1630;
}
