.el-menu li:hover,
.el-submenu__title:hover {
    background: #f2f7f8 !important;
}

.menu .is-active {
    /* border-left: 4px solid #009efb !important; */
    background: #f2f7f8 !important;
}

.el-menu {
    width: 209px;
}

.loc {
    font-size: 23px !important;
    color: #1296db;
}

.web {
    margin: 20px;
    padding: 20px 20px 0 20px;
    background: white;
    height: calc(100% - 60px);
    overflow: auto;
}