main {
    min-height: calc(100vh - 215px);
}

.clc_list_area.type_area {
    overflow: visible;
}


/* 面包屑 */
.crumbs_nav_area {
    background-color: #fff;
    margin-bottom: 16px;
}

.crumbs_nav_area .crumbs_nav {
    width: 1000px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding: 0;
    padding-left: 30px;
    border-bottom: none;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crumbs_nav_area .crumbs_nav a {
    color: #151515;
}

.crumbs_nav_area .crumbs_nav a i {
    margin-right: 8px;
}

.crumbs_nav_area .crumbs_nav .division {
    color: #e1e1e1;
    margin: 0 16px;
}

.crumbs_nav_area .crumbs_nav .title {
    color: #666666;
}



.clc_list {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 24px;
    border-radius: 12px;
    /* gap: 16px; */
}
.clc_item {
    height: 45px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.clc_item:hover {
    background-color: rgb(240, 240, 240);
}

.clc_item label {
    width: auto;
    min-width: auto;
    font-size: 30px;
    font-family: SimSun;
    font-weight: bold;
    font-style: italic;
    color: #666666;
}

.clc_item span {
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
    line-height: 40px;
    font-weight: bold;
    color: #333;
    font-size: 16pxpx;
}