.content-model-list-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 165px);
    width: 100%;
    margin: 60px 0px 60px 0px;
}

.content-model-list-section-wrapper {
    height: auto;
    max-height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-left: calc(100vw / 2 - 440px);
    margin-right: 25px;
}

.content-model-list-section-wrapper section {
    height: 100%;
}

@media(max-height: 500px) {
    .content-model-list-section-wrapper section {
        height: 300px;
    }
}

.content-model-list-select-footer {
    margin-right: 100px;
    width: 880px;
    border-top: #CCC 1px solid;
    position: relative;
    margin-top: -1px;
}

.content-model-list-select-header {
    margin-right: 100px;
    width: 880px;
    border-bottom: #CCC 1px solid;
    position: relative;
}

.content-model-list-select-header aside {
    position: absolute;
    top: -13px;
    margin: 0px 10px 0px 10px;
    color: #BBB;
    font-size: 11px;
    line-height: 9px;
}

.content-model-list-select-header-date {
    right: 0px;
}

.content-model-list-select-header-model {
    left: 65px;
}

.content-model-list-select-item {
    font-size: 16px;
    height: 39px;
    width: 860px;
    line-height: 39px;
    margin-right: 70px;
    padding: 0px 10px 0px 10px;
    border-bottom: #CCC 1px solid;
    display: flex;
    justify-content: space-between;
}

.content-model-list-select-item:hover {
    cursor: pointer;
    background-color: #EEE;
}

.content-model-list-select-item aside {
    color: #AAA;
}
