.listitem-title {
    height: 100%;
    font-size: 1.13rem;
    font-weight: 900;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: top;
    margin: 0 5px;
}

.listitem-section {
    display: flex;
    height: 45px;
    width: 100%;
    position: relative;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 18px 0 18px;
}

.listitem-section i {
    font-size: 36px;
    padding-top: 4px;
}

.listitem-section:first-child {
    border-bottom: 1px solid #BBB;
}

.listitem-section:nth-child(2) {
    height: 42px;
    overflow-y: auto;
}