.list{
	background: #fff;
}
aside h4{
	color: #004b90;
	font-weight: bold;
}
aside ul li {
    display: block;
    position: relative;
    /* background: #fff; */
    overflow: hidden;
    /* margin: auto 25px; */
    margin: 0;
    /* word-break: break-all; */
    hyphens: auto;
    z-index: 2;
	list-style: none;
	text-transform: uppercase;
}

.content-wrapper aside ul li::before {
	content: '\f35a';
	left: 15px;
	line-height: 4rem;
	transition: all 1s;

}
.content-wrapper aside ul li:hover::before {
	content: '\f35a';
	left: 20px;
	line-height: 4rem;
	color: #fff;
}

aside ul li+li {
    border-top: 1px solid #dfdfdf;
}
aside a {
    text-decoration: none;
    transition: font-weight all .3s, color .3s all;
    color: inherit;
    font-weight: 700;
	padding: 20px 30px 20px 40px;
	display: block;
	text-decoration: none;
	transition: ease .3s;
}

aside ul li:hover a {
    color: #fff;
    font-weight: 700;
	background: #004b90;
	text-decoration: none;
	box-shadow: 0px 5px 11px -7px #333
}

aside h4{
	font-weight: bold;
}
aside .list,
.content-wrapper aside ul.list li{
	padding: 0;
	margin: 0;
}