.index-news-hot .picBox{min-height: 7.8rem;}
.header .logo .word{ color:#fff;}
.footer-b .finfo{ padding-top:0px;}
.header._s1{ color:#fff;}
 .countdown-wrapper {
            text-align: center;
            padding: 20px 0;
        }
        .countdown-title {
            font-size: 24px;
            color: #000;
            margin-bottom: 15px;
        }
        .countdown-box {
            display: flex;
            justify-content: center;
            gap: 15px;
        }
        .countdown-item {
            width: 80px;
            height: 80px;
            background-color: #015293; /* 蓝色背景 */
            color: #fff;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
        }
        .countdown-item::after {
            content: '';
            position: absolute;
            right: -8px;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 20px;
            background-color: #fff;
        }
        .countdown-item:last-child::after {
            display: none;
        }
        .countdown-num {
            font-size: 32px;
            font-weight: bold;
        }
        .countdown-label {
            font-size: 14px;
            margin-top: 5px;
        }
        
        .con_section{
  background-color: #fff;
  padding: 0 9px;
  border-top: 2px solid;
}


.countdown_wrap{
   display: inline-block;
   width: 71px;
   text-align: center;
   padding-bottom: 3px; margin-top:30px;
   vertical-align: top;
}

.countdown_bg{
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    line-height: 68px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3px;
    /* background: url("../../img/countdown.png") no-repeat 100% 100%; */
    background-color: var(--const-color2, #009fe3);
    position: relative;
}

.countdown_bg::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.countdown_bg::after{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.countdown_bg>span{
  color: var(--const-color1, #fff);

}
.img_size{ max-width:100%;}

.con_but {
    width: 100%;
    height: 96px;
    border: 1px solid;
    line-height: 100%;
    font-size: 24px;
    outline: none;
    color: #fff;
    margin-bottom: 16px;
}

.sli_wrap_lf_1 {
    background-color: #015293;
}

.sli_wrap_lf_3 {
    background-color: #8fae2f;
}

.con_lf_con p{margin: 0 0 10px;}


* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }
        body {
            background-color: #f0f0f0;
        }
        /* 顶部栏 */
        .top-bar {
            width: 100%;
            height: 40px;
            background-color: #999;
            color: #fff;
            line-height: 40px;
            padding: 0 20px;
            text-align: right;
        }
        .top-bar a {
            color: #fff;
            text-decoration: none;
            margin-left: 10px;
        }
        .top-bar .settings {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #666;
            border-radius: 50%;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            margin-left: 10px;
        }
        /* 容器 */
        .container {
            width: 1400px;
            margin: 20px auto;
            display: flex;
        }
        /* 左侧菜单 */
        .sidebar {
            width: 200px;
            background-color: #fff;
        }
        .sidebar .menu-item {
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-bottom: 1px solid #eee;
            cursor: pointer;
        }
        .sidebar .menu-item.active {
            background-color: #ddd;
            font-weight: bold;
        }
        /* 右侧内容区 */
        .content {
            flex: 1;
            margin-left: 20px;
        }
        /* 功能按钮区 */
        .action-buttons {
            background-color: #fff;
            padding: 30px;
            margin-bottom: 20px;
        }
        .action-buttons .btn {
            display: inline-block;
            width: 180px;
            height: 60px;
            line-height: 60px;
            background-color: #444;
            color: #fff;
            text-align: center;
            text-decoration: none;
            font-size: 24px;
            margin-right: 10px;
        }
        .action-buttons .tip {
            margin-bottom: 15px;
            color: #666;
        }
        /* 卡片模块 */
        .card {
            background-color: #fff;
            padding: 20px;
            margin-bottom: 20px;
        }
        .card h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
        }
        /* 表格样式 */
        .table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        .table th, .table td {
            border: 1px solid #eee;
            padding: 10px;
            text-align: center;
            color: #666;
        }
        .table th {
            background-color: #f9f9f9;
        }
        /* 按钮样式 */
        .btn-small {
            display: inline-block;
            padding: 8px 16px;
            background-color: #444;
            color: #fff;
            text-decoration: none;
            border-radius: 2px;
            font-size: 14px;
        }
        .btn-right {
            text-align: right;
        }

        /* 卡片容器 */
        .meeting-card {
            background-color: #ffffff;
            width: 100%;
            max-width: 480px; /* 限制最大宽度，类似手机屏幕 */
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden; /* 确保圆角不被内容溢出破坏 */
            border: 1px solid #e0e0e0;
        }

        /* 标题区域 */
        .card-header {
            text-align: center;
            padding: 20px 30px 10px;
        }

        .card-header h2 {
            font-size: 22px;
            color: #333;
            font-weight: normal;
            display: inline-block;
            padding: 5px 20px;
            border: 1px solid #999;
            border-radius: 4px;
            letter-spacing: 2px;
        }

        /* 内容区域 */
        .card-body {
            padding: 25px 30px;
            color: #333;
            line-height: 1.8;
            font-size: 15px;
        }

        /* 列表样式 */
        .info-list {
            list-style: none;
        }

        .info-list li {
            margin-bottom: 12px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            border-bottom: 1px dashed #f0f0f0; /* 可选：增加一点分割感 */
            padding-bottom: 5px;
        }

        /* 标签（左侧文字） */
        .info-label {
            font-weight: bold;
            color: #333;
            min-width: 90px; /* 固定标签宽度，保证对齐 */
            margin-right: 10px;
        }

        /* 内容（右侧文字） */
        .info-value {
            flex: 1;
            color: #555;
            text-align: right; /* 内容靠右对齐，或者改为 left 左对齐 */
            word-break: break-all;
        }

        /* 特殊处理：让重要日期列表左对齐 */
        .section-title {
            font-weight: bold;
            margin-top: 10px;
            margin-bottom: 10px;
            color: #333;
        }

        .date-list {
            list-style: disc inside; /* 圆点列表 */
            margin-left: 10px;
            font-size: 14px;
            color: #555;
        }

        .date-list li {
            margin-bottom: 8px;
            border-bottom: none; /* 移除列表项的下划线 */
            display: list-item; /* 恢复列表项显示 */
            padding-bottom: 0;
        }


        .card-footer {
            background-color: #fafafa;
            padding: 25px;
            text-align: center;
            border-top: 1px solid #eee;
        }

        .qr-container {
            display: inline-block;
            padding: 10px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .qr-container img {
            width: 120px;
            height: 120px;
            display: block;
        }

        .qr-text {
            margin-top: 10px;
            font-size: 13px;
            color: #666;
        }

    
        @media (max-width: 350px) {
            .info-list li {
                flex-direction: column;
            }
            .info-value {
                text-align: left;
                margin-top: 5px;
            }
        }