.the-page-g .radio {
    text-align: center;
}

.the-page-g .radio-g {
    width: 180px;
    height: 48px;
    font-size: 16px;
}

.the-page-g .list-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.the-page-g .list {
    padding: 12px 40px 24px 40px;
    min-height: 800px;
}

.the-page-g .list-wrapper .list {
    width: 0;
    flex-grow: 1;
}

.the-page-g .list .item {
    display: flex;
    border-bottom: 1px dashed var(--border-color);
    padding: 24px 0;
    align-items: flex-start;
}

.the-page-g .list img {
    object-fit: cover;
}

.the-page-g .list .detail {
    margin-left: 40px;
    width: 0;
    flex-grow: 1;
}

.the-page-g .list .title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.the-page-g .list .desc {
    margin-top: 12px;
    color: var(--text-color-regular);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.the-page-g .list .time {
    margin-top: 24px;
    color: var(--text-color-secondary);
}

.the-page-g .pager-g {
    margin-top: 24px;
}

.the-page-g .blocks {
    margin-left: 12px;
    width: 300px;
}

.the-page-g .block {
    padding: 24px;
}

.the-page-g .block + .block {
    margin-top: 12px;
}

.the-page-g .block-title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 12px;
}

.the-page-g .block-list {
    margin-top: 24px;
}

.the-page-g .block-item {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    line-height: 18px;
    color: var(--text-color-regular);
}

.the-page-g .block-item:hover {
    color: var(--color-primary);
}

.the-page-g .block-item + .block-item {
    margin-top: 16px;
}

.the-page-g .block-list__contain-img .block-item {
    display: flex;
    flex-direction: column;
    overflow: visible;
    white-space: wrap;
}

.the-page-g .block-list__contain-img img {
    width: 100%;
    max-height: 120px;
    margin-bottom: 4px;
}