.quick_nav {
	background: #fff;
	padding: 10px 20px;
	margin-top: 20px;
}

.quick_nav h2 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.quick_nav ul li {
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
}

.quick_nav ul li:last-child {
	border: none;
}

.quick_nav ul li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff9a14;
}

.quick_nav ul a {
	font-size: 14px;
	color: #817d7c;
	padding-left: 10px;
}

.quick_nav ul a:hover {
	color: #e87f7f;
}
