﻿.sub-page-content-main-list{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    height: 100%;
}
.sub-page-content-main-list-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 0;
}
.sub-page-content-main-list-item-title{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}