/* 基础样式补充 */
.container {
    width: 100%;

    margin: 0 auto;

    box-sizing: border-box;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2461a2;
}

.section-header h2 {
    font-size: 20px;
    color: #2461a2;
    margin: 0;
}

.more-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.more-link:hover {
    color: #2461a2;
    text-decoration: underline;
}



        /* 容器 */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
    
        /* 内容包装器 */
        .content-wrapper {
      
 
            overflow: hidden;
        }
    
        /* 新闻区块 */
        .news-section {
            float: left;
            width: 50%;
            padding: 20px;
margin-top: 50px;

        }
    
        .news-section:last-child {
            border-right: none;
        }
    
        /* 区块标题 */
        .section-title {
            font-size: 24px;
            margin: 20px 0;
            padding-bottom: 10px;
            border-bottom: 2px solid #0056b3;
            position: relative;
        }
    
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 60px;
            height: 2px;
            background-color: #00a0e9;
        }
    
        /* 更多链接 */
        .more-link {
            float: right;
            font-size: 14px;
            color: #00a0e9;
            text-decoration: none;
            margin-top: 5px;
        }
    
        .more-link:hover {
            text-decoration: underline;
        }
    
        /* 新闻条目链接 */
        .news-item-link {
            display: block;
            text-decoration: none;
            margin-bottom: 20px;
            background-color: #fff;
        }
    
        /* 新闻条目 */
        .news-item {
    padding: 25px 15px;
            border: 1px solid #e0e0e0;
            overflow: hidden;
        }
    
        /* 日期标签 */
        .date-tag {
            float: left;
            width: 70px;
            height: 70px;
            background-color: #2461a2;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 1.2;
            margin-right: 15px;
            padding-top: 12px;
        }
    
        .date-tag .day {
            font-size: 18px;
            font-weight: bold;
            display: block;
        }
    
        .date-tag .month {
            font-size: 12px;
        }
    
        /* 新闻内容 */
        .news-content {
            overflow: hidden;
        }
    
        /* 新闻标题 */
        .news-title {
            font-size: .2rem;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
        }
    
        /* 新闻描述 */
        .news-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;

  line-height:.25rem; /* 行高，控制每行高度 */
     height: .5rem;; /* 2行 × 1.5行高 = 3em，IE核心依赖 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis; /* 省略号（IE需配合-ms-line-clamp） */
  word-break: break-all; /* 兼容英文/数字换行 */
  white-space: normal; /* 重置默认换行 */

  /* 现代浏览器（Chrome/Firefox/Safari） */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  /* IE9+ 专属兼容 */
  display: -ms-flexbox;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
        }
    
        /* 悬停效果 */
        .news-item-link:hover .news-title {
            color: #2461a2;
        }
    
        .news-item-link:hover .date-tag {
            background-color: #bb5f65;
        }
    
        /* 响应式设计 */
        @media (max-width: 768px) {
            .news-section {
                float: none;
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #e0e0e0;
padding:0;
            }
    
            .news-section:last-child {
                border-bottom: none;
            }
    
            .date-tag {
                float: left;
                margin: 0 15px 15px 0;
            }
        }


.container05 {
padding: 0.75rem 0;
    background: url(/static/images/links_bg.jpg) no-repeat 50%;
    background-size: cover;
}

.kstd {
    padding: 13px 0px 22px;
    width: calc(100%);

    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.251);
}

.kstd ul:after {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.kstd li {
    width: 16.6%;
    float: left;
    margin: 15px 0px;
}

.kstd li .kstd_pic {
    width: 100px;
    margin: auto;
    height: 100px;
}

.kstd li .kstd_pic span {
    float: left;
    margin: 4px;
    width: 92px;
    height: 92px;
}

.kstd li h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kstd li .kstd_pic span.kstd_ic1 {
    background: url(/static/images/ksic01.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic2 {
    background: url(/static/images/ksic02.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic3 {
    background: url(/static/images/ksic03.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic4 {
    background: url(/static/images/ksic04.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic5 {
    background: url(/static/images/ksic05.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic6 {
    background: url(/static/images/ksic06.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic7 {
    background: url(/static/images/ksic07.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic8 {
    background: url(/static/images/ksic08.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic9 {
    background: url(/static/images/ksic09.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic10 {
    background: url(/static/images/ksic10.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic11 {
    background: url(/static/images/ksic11.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic12 {
    background: url(/static/images/ksic12.png) no-repeat center;
}


.kstd li .kstd_pic span.kstd_ic13 {
    background: url(/static/images/ksic13.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic14 {
    background: url(/static/images/ksic14.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic15 {
    background: url(/static/images/ksic15.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic16 {
    background: url(/static/images/ksic16.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic17 {
    background: url(/static/images/ksic17.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic18 {
    background: url(/static/images/ksic18.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic19 {
    background: url(/static/images/ksic19.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic20 {
    background: url(/static/images/ksic20.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic21 {
    background: url(/static/images/ksic21.png) no-repeat center;
}


.kstd li:hover .kstd_pic {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 13.44px 2.56px rgba(12, 36, 96, 0.36);
}

.kstd li:hover .kstd_pic span {
    border-radius: 50%;
    border: #0c2460 1px dashed;
    box-sizing: border-box;
}

.kstd li:hover .kstd_pic span.kstd_ic1 {
    background: url(/static/images/ksic01_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic2 {
    background: url(/static/images/ksic02_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic3 {
    background: url(/static/images/ksic03_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic4 {
    background: url(/static/images/ksic04_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic5 {
    background: url(/static/images/ksic05_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic6 {
    background: url(/static/images/ksic06_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic7 {
    background: url(/static/images/ksic07_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic8 {
    background: url(/static/images/ksic08_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic9 {
    background: url(/static/images/ksic09_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic10 {
    background: url(/static/images/ksic10_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic11 {
    background: url(/static/images/ksic11_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic12 {
    background: url(/static/images/ksic12_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic13 {
    background: url(/static/images/ksic13_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic14 {
    background: url(/static/images/ksic14_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic15 {
    background: url(/static/images/ksic15_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic16 {
    background: url(/static/images/ksic16_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic17 {
    background: url(/static/images/ksic17_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic18 {
    background: url(/static/images/ksic18_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic19 {
    background: url(/static/images/ksic19_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic20 {
    background: url(/static/images/ksic20_on.png) no-repeat center;
}

.kstd li:hover .kstd_pic span.kstd_ic21 {
    background: url(/static/images/ksic21_on.png) no-repeat center;
}


.kstd li .kstd_pic span.kstd_ic1 {
    background: url(/static/images/ksic03.png) no-repeat center;
}
.kstd li:hover .kstd_pic span.kstd_ic1 {
    background: url(/static/images/ksic03_on.png) no-repeat center;
}



.kstd li .kstd_pic span.kstd_ic2 {
    background: url(/static/images/ksic02.png) no-repeat center;
}
.kstd li:hover .kstd_pic span.kstd_ic2 {
    background: url(/static/images/ksic02_on.png) no-repeat center;
}



.kstd li .kstd_pic span.kstd_ic3 {
    background: url(/static/images/ksic07.png) no-repeat center;
}
.kstd li:hover .kstd_pic span.kstd_ic3 {
    background: url(/static/images/ksic07_on.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic4 {
    background: url(/static/images/ksic12.png) no-repeat center;
}
.kstd li:hover .kstd_pic span.kstd_ic4 {
    background: url(/static/images/ksic12_on.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic5 {
    background: url(/static/images/ksic16.png) no-repeat center;
}
.kstd li:hover .kstd_pic span.kstd_ic5 {
    background: url(/static/images/ksic16_on.png) no-repeat center;
}

.kstd li .kstd_pic span.kstd_ic6 {
    background: url(/static/images/ksic17.png) no-repeat center;
}
.kstd li:hover .kstd_pic span.kstd_ic6 {
    background: url(/static/images/ksic17_on.png) no-repeat center;
}


@media only screen and (max-width:1260px) {
    .kstd li h2 {
        font-size: 15px;
    }




}




@media only screen and (max-width:1150px) {


    /* 快速通道 */
    .kstd {
        width: calc(100% - 0px);
        margin-bottom: 30px;
    }


        /* 快速通道 */
        .kstd li {
            width: 25%;
        }
}







@media only screen and (max-width:600px) {



    /* 快速通道 */
    .kstd li {
        width: 33.333%;
    }





}





@media only screen and (max-width:480px) {



    /* 快速通道 */
    .kstd li {
        width: 50%;
    }




}



@media only screen and (max-width:360px) {



    /* 快速通道 */
    .kstd li {
        width: 50%;
    }





}


.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block\0}