.logoSearch {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
}
.logoSearch>img {
    width: 182px;
    height: 30px;
    margin: 10px 0 0 198px;
}
.search {
    font-size: 18px;
    line-height: 80px;
    margin-right: 198px;
}
.title {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-left: 198px;
    line-height: 60px;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.title i {
    display: inline-block;
    width: 1px;
    height: 19px;
    background-color: #999999;
    opacity: 80%;
    margin: 0 20px;
}
.title span {
    font-size: 18px;
    color: #666;
}
.navBar {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    display: flex;
    padding: 0 198px;
    border-bottom: 1px solid #eeeeee;
}
/* .el-menu-item:hover, .el-submenu:hover {
    color: #788ADA !important;
    font-weight: 700;
} */
.el-menu .el-menu-item:hover, .el-menu .el-submenu:hover {
    color: #0d4aa6 !important;
    font-weight: 700 !important;
}

.el-menu--horizontal>.el-submenu, .el-menu--horizontal>.el-menu-item {
    box-sizing: border-box;
    width: 214px;
    height: 100%;
    font-size: 16px;
    line-height: 48px;
    border-left: 1px solid #eeeeee;
    text-align: center;
} 
.el-menu--horizontal>.el-menu-item:last-child {
    border-right: 1px solid #eeeeee;
}

/* .el-menu--horizontal>.el-menu-item {
    border-right: 1px solid #eeeeee;;
} */
a {
    text-decoration: none !important;
    color: #333333;
}
a:hover{
    text-decoration: underline !important;
    color: #0d4aa6;
}
.el-menu-item {
    padding: 0;
}
.el-menu-item:hover a {
    color: #0d4aa6;
    text-decoration: underline !important;
}
.el-submenu:hover .el-submenu__title{
    text-decoration: underline;
}

/* .navItem .el-menu--popup {
    /* padding-left: 40px; 
} */
.backTop {
    display: none;
    cursor: pointer;
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 60px;
    right: 60px;
    z-index: 10;
    background-color: #F8F8F8;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);

}