.flex .left_menu {
    float: none;
    margin: 0;
    flex: none;
    width: 200px;
    border-bottom: #ecf1f5 1px solid;
}
.left_menu li{
	font-size: 15px;
	font-weight: 500;
}
.left_menu li:hover{
	background: #FFF !important;
}
.sitepage .left_menu li.active, .sitepage .left_menu a:hover, .sitepage .left_menu a.active{
    background: none;
    color: #12b6c8;
	text-decoration: none;
	font-weight: 400;
}
.sitepage .left_menu a {
    font-size: 16px;
    font-weight: 400;
    border-top: #ecf1f5 1px solid;
    position: static;
    line-height: normal;
    padding: 9px 20px 8px;
    display: flex;
	align-items: center;
    transition: color ease .3s;
	white-space: normal;
}
.page-content{
	flex: 1;
    padding: 0 0 0 30px;
    max-width: 1045px;
}