
/*#CKTC_container {*/
/*    width: 100%;*/
/*}*/

/*#CKTC_header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 20px;*/
/*    color: #0a5cad; !* 主题蓝色 *!*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*}*/

/*#CKTC_header a {*/
/*    color: #0a5cad; !* 主题蓝色 *!*/
/*    text-decoration: none;*/
/*}*/

/*.CKTC_grid {*/
/*    display: grid;*/
/*    grid-template-columns: 2fr 1fr 1fr;*/
/*    gap: 30px;*/
/*    height: 450px;*/
/*}*/

/*.CKTC_main_news {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    height: 100%;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.CKTC_carousel {*/
/*    height: 100%;*/
/*}*/

/*.CKTC_carousel_item {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    transition: opacity 0.5s ease;*/
/*}*/

/*.CKTC_carousel_item.active {*/
/*    opacity: 1;*/
/*}*/

/*.CKTC_carousel_item img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.CKTC_main_news_title {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: rgba(0, 0, 0, 0.7);*/
/*    color: #fff;*/
/*    padding: 15px;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*}*/

/*.CKTC_dots {*/
/*    position: absolute;*/
/*    bottom: 15px;*/
/*    right: 15px;*/
/*    display: flex;*/
/*    gap: 8px;*/
/*}*/

/*.CKTC_dot.active {*/
/*    opacity: 1;*/
/*}*/

/*.CKTC_side_news {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 15px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    overflow-y: auto;*/
/*}*/

/*.CKTC_side_news_item {*/
/*    display: flex;*/
/*    background-color: #ffffff; !* 整体页面背景 *!*/
/*    overflow: hidden;*/
/*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
/*    transition: transform 0.3s ease;*/
/*    height: calc(50% - 8px);*/
/*}*/

/*.CKTC_side_news_item:hover {*/
/*    transform: translateY(-5px);*/
/*}*/

/*.CKTC_side_news_item_image {*/
/*    !*width: 140px;*!*/
/*    width: 250px;*/
/*    height: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 10px;*/
/*}*/

/*.CKTC_side_news_item_image img {*/
/*    width: 100%;*/
/*    height: calc(100% - 10px);*/
/*    object-fit: cover;*/
/*}*/

/*.CKTC_side_news_content {*/
/*    flex: 1;*/
/*    padding: 10px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    word-wrap: break-word;*/
/*    word-break: break-word;*/
/*    white-space: normal;*/
/*    overflow-wrap: break-word;*/
/*    width: 100%;*/
/*}*/

/*.CKTC_side_news_title {*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    color: #1e1e1e; !* 主要黑色 *!*/
/*    margin-bottom: 10px;*/
/*    line-height: 1.2;*/
/*}*/

/*.CKTC_side_news_meta {*/
/*    font-size: 14px;*/
/*    color: #575757; !* 次要黑灰色 *!*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 7;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    line-height: 1.2;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .CKTC_grid {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 20px;*/
/*        height: auto;*/
/*    }*/

/*    .CKTC_side_news_content {*/
/*        padding: 10px;*/
/*        word-break: break-word;*/
/*        white-space: normal;*/
/*        width: 100%;*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*    }*/

/*    .CKTC_side_news_title {*/
/*        font-size: 14px;*/
/*        line-height: 1.6;*/
/*        word-wrap: break-word;*/
/*        word-break: break-word;*/
/*        white-space: normal;*/
/*        width: 100%;*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*    }*/

/*    .CKTC_side_news_meta {*/
/*        font-size: 12px;*/
/*        -webkit-line-clamp: 4;*/
/*    }*/

/*    .CKTC_side_news_item_image {*/
/*        padding-left: 1px;*/
/*    }*/

/*    .CKTC_side_news {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 15px;*/
/*        height: 100%;*/
/*        width: 100%;*/
/*        overflow-y: auto;*/
/*    }*/

/*    #CKTC_header {*/
/*        padding-left: 15px;*/
/*        padding-right: 15px;*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/


#CKTC_container {
    width: 100%;
}

#CKTC_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #0a5cad; /* 主题蓝色 */
    font-size: 18px;
    font-weight: 500;
}

#CKTC_header a {
    color: #0a5cad; /* 主题蓝色 */
    text-decoration: none;
}

.CKTC_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    height: 450px;
}

.CKTC_main_news {
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.CKTC_carousel {
    height: 100%;
}

.CKTC_carousel_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.CKTC_carousel_item.active {
    opacity: 1;
}

.CKTC_carousel_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CKTC_main_news_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
}

.CKTC_dots {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
}

.CKTC_dot.active {
    opacity: 1;
}

.CKTC_side_news {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.CKTC_side_news_item {
    display: flex;
    flex-direction: column; /* 改为垂直布局 */
    background-color: #ffffff; /* 整体页面背景 */
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: auto; /* 高度自适应 */
}

.CKTC_side_news_item:hover {
    transform: translateY(-5px);
}

.CKTC_side_news_item_image {
    width: 100%; /* 图片宽度占满 */
    height: 150px; /* 固定图片高度 */
    overflow: hidden; /* 隐藏超出部分 */
}

.CKTC_side_news_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图片按比例填充 */
}

.CKTC_side_news_content {
    padding: 10px; /* 内边距 */
    display: flex;
    flex-direction: column;
    gap: 8px; /* 标题和描述之间的间距 */
}

.CKTC_side_news_title {
    font-size: 16px; /* 标题字体大小 */
    font-weight: 500; /* 标题加粗 */
    color: #1e1e1e; /* 主要黑色 */
    white-space: nowrap; /* 标题不换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.CKTC_side_news_meta {
    font-size: 14px; /* 描述字体大小 */
    color: #575757; /* 次要黑灰色 */
    line-height: 1.4; /* 行高 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 最多显示两行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

/* 移动端适配 */
@media (max-width: 768px) {
    .CKTC_grid {
        grid-template-columns: 1fr; /* 单列布局 */
        gap: 20px;
        height: auto; /* 高度自适应 */
    }

    .CKTC_side_news_item {
        flex-direction: column; /* 保持垂直布局 */
    }

    .CKTC_side_news_item_image {
        height: 120px; /* 移动端图片高度减小 */
    }

    /*.CKTC_side_news_title {*/
    /*    font-size: 16px; !* 移动端标题字体减小 *!*/
    /*    white-space: normal; !* 允许标题换行 *!*/
    /*    -webkit-line-clamp: 2; !* 最多显示两行 *!*/
    /*    display: -webkit-box;*/
    /*    -webkit-box-orient: vertical;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*}*/
    .CKTC_side_news_title {
        font-size: 16px; /* 标题字体大小 */
        white-space: nowrap; /* 不允许换行 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        display: block; /* 确保标题是块级元素 */
        width: 100%; /* 占满父容器宽度 */
    }

    .CKTC_side_news_meta {
        font-size: 15px; /* 移动端描述字体减小 */
        -webkit-line-clamp: 2; /* 最多显示两行 */
    }

    .CKTC_side_news_content {
        padding: 10px;
        gap: 6px; /* 移动端间距减小 */
    }

    #CKTC_header {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
        font-size: 20px; /* 移动端标题字体减小 */
    }
}