.submenu-item-wrapper {
    display: flex;
    flex-flow: column wrap;
    max-height: 18rem;
}

.submenu-item-wrapper .item {
    box-sizing: border-box;
    width: 17.5rem;
    height: 4.8rem;
    padding: 1.3rem;
    margin-bottom: .9rem;
    background-color: #ffffff;
    font-family: PingFangSC-Regular;
    font-weight: normal !important;
    font-stretch: normal;
    letter-spacing: 0rem;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
}

.submenu-item-wrapper .item h3 {
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    color: #333333 !important;
}

.submenu-item-wrapper .item p {
    margin: .4rem 0 0 0 !important;
    font-size: 0.9rem !important;
    color: #999999 !important;
    line-height: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.submenu-item-wrapper .item:hover {
    color: #ffffff;
    background-color: #1d38a0;
}

.submenu-item-wrapper .item:hover h3 {
    color: #ffffff !important;
}

.submenu-item-wrapper .item:hover p {
    color: rgba(255, 255, 255, 0.6) !important;
}