#tabzzhla .zzhlamenu {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}

#tabzzhla .zzhlamenu ul {
    display: flex;
    justify-content: space-between;
}

#tabzzhla .zzhlamenu li {
    width: calc(49.9% - 0px);
    box-sizing: border-box;
    background: #eee;
    cursor: pointer;
}

#tabzzhla .zzhlamenu li.hover {
    color: #fff;
}

#tabzzhla .zzhlamenu li.hover span {
    display: block;
}

#tabzzhla .zzhlamenu li.hover .zzhlaam {
    background: #090;
}

#tabzzhla .zzhlamenu li.hover .zzhlaxg {
    background: #090;
}

#tabzzhla a {
    text-decoration: none;
}

.zzhla-list {
    background: white;
    font-size: 16px;
}

.zzhla-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zzhla-list ul li {
    width: calc(50% - 5px);
    border-bottom: solid 1px #ddd;
    box-sizing: border-box;
}

.zzhla-list ul li a {
    display: block;
    padding: 8px 5px;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}
