.ImpNews-container {
	margin: 50px auto;
}

.aside-nav {
	float: left;
	width: 210px;
}

.aside-title {
	margin-top: 0 !important;
	margin-bottom: 0;
	width: 100%;
	font-weight: 500 !important;
	color: #000 !important;
	font-size: 2.2rem !important;
	line-height: 60px !important;
	border: 1px solid #f3f3f3;
	padding-left: 5px;
}

.aside-content {
	position: relative;
}

.sub-link {
	position: relative;
	margin: 0;
	border: 1px solid #f3f3f3;
	border-top: none;
	overflow: hidden;
	height: 60px;
	width: 100%;
}

.sub-link:first-child {
}

.sub-link a {
	display: inline-block;
	height: 60px;
	width: 100%;
	padding-left: 20px;
	line-height: 60px;
	color: #333333;
	font-size: 1.6rem;
	transition: all .3s;
}

@media(max-width:1200px) {
	.aside-nav {
		background: #f3f3f3;
		position: fixed;
		top: 50px;
		left: 0px;
		z-index: 9;
		box-shadow: 0 5px 5px #9a9191;
	}

	.aside-title {
		font-size: 2rem !important;
		line-height: 50px !important;
		background: #fbfbfb;
	}

	.sub-link {
		height: 50px;
		background: #fbfbfb;
		width: 100%;
	}

	.sub-link a {
		height: 50px;
		line-height: 50px;
	}
}

.sub-link ul {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 0px;
}

.sub-link ul li a {
	height: 30px;
	font-size: 1.4rem;
	line-height: 30px;
}

.sub-link a:hover,
.sub-link a:visited,
.sub-link a:link {
	text-decoration: none !important;
}

.sub-link img {
	position: absolute;
	padding: 10px;
	top: 18px;
	right: 10px;
	transition: all .3s;
}

.sub-link a:hover {
	font-weight: 600;
	color: #0054a7;
}

.sub-link a:hover img {
	content: url(../images/arrow-blue.png);
}

.sub-link-active {
	background: #F0F4F6;
    border-left: 2px solid #C79C5F;
    font-weight: 600;
    color: #20426B !important;
}

.sub-link-active img {
	content: url(../images/arrow-blue.png);
}

.sub-list li a {
	position: relative;
	line-height: 30px;
}

.sub-list li a img {
	display: inline-block;
	padding: 0;
	width: 8px;
	height: 10px;
	top: 30%;
	right: 17%;
}

