文章归档代码

文章归档代码

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8"/>
<title>教育资讯2025年11月归档丹凤教育网</title>
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/>
<meta name="description" content="教育资讯2025年11月归档 - 文档归档页面,包含各类文档的历史记录与存档内容">
<!-- 引入Tailwind CSS -->
<script src="http://static.danfengedu.com/skin/default/bootstrap/tailwindcss/tailwind-3.4.17.js"></script>
<link href="http://static.danfengedu.com/skin/default/bootstrap/fontawesome/css/fontawesome.min.css" rel="stylesheet">
<!-- 配置Tailwind自定义颜色和字体 -->
<script>
tailwind.config = {
  theme: {
    extend: {
      colors: {
        primary: '#2563eb',
        secondary: '#64748b',
        neutral: '#f1f5f9',
        dark: '#0f172a'
      },
      fontFamily: {
        sans: ['Inter', 'system-ui', 'sans-serif'],
      },
    },
  }
}
</script>
<!-- 自定义工具类 -->
<style type="text/tailwindcss">
@layer utilities {
  .content-auto {
    content-visibility: auto;
  }
  .archive-item-hover {
    @apply transition-all duration-300 hover:bg-primary/5 hover:translate-x-1;
  }
  .nav-item-active {
    @apply bg-primary text-white;
  }
}
</style>
<style>
/* 基础动画效果 */
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* 平滑滚动 */
html {
  scroll-behavior: smooth;
}
</style>
</head>
<body class="bg-gray-50 font-sans text-gray-800 min-h-screen flex flex-col">
  <!-- 顶部导航栏 -->
  <header class="bg-white shadow-sm sticky top-0 z-50 transition-all duration-300">
    <div class="container mx-auto px-4 py-4 flex flex-col md:flex-row justify-between items-center">
      <!-- Logo区域 -->
      <div class="mb-4 md:mb-0">
        <a href="http://www.danfengedu.com/" class="flex items-center space-x-2">
          <img src="http://www.danfengedu.com/file/upload/202511/01/174932121.png" 
               alt="丹凤教育网" 
               class="h-10 w-auto object-contain">
        </a>
      </div>
      
      <!-- 主导航 -->
      <nav id="nav" class="w-full md:w-auto overflow-x-auto md:overflow-visible">
        <div class="flex flex-nowrap space-x-1 md:space-x-0">
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-21.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       nav-item-active ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                教育资讯              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-10.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                教育知道              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-23.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                公考知识              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-24.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                建筑考试              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-25.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                大学排名              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-26.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                专业填报              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-27.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                教育科普              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-28.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                会计问答              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-29.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                考研问答              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-30.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                资格科普              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-31.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                学历解惑              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-32.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                职业培训              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-33.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                仪器机械              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-34.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                大学问答              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-35.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                公考问答              </span>
            </a>
          </div>
                    <div class="flex-shrink-0">
            <a href="http://www.danfengedu.com/archiver/index-htm-mid-36.html" 
               class="block px-4 py-2 rounded-md text-sm font-medium transition-all duration-200
                       text-gray-600 hover:bg-gray-100 ">
              <span class="flex items-center">
                <i class="fa fa-folder-open-o mr-1.5"></i>
                教育解读              </span>
            </a>
          </div>
                  </div>
      </nav>
    </div>
  </header>
  <!-- 主内容区 -->
  <main class="flex-grow container mx-auto px-4 py-8 fade-in">
    <!-- 页面标题 -->
    <div id="title" class="mb-8 pb-4 border-b border-gray-200">
      <h1 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold text-gray-800">
        <i class="fa fa-archive text-primary mr-2"></i>
        <strong>教育资讯2025年11月归档</strong>
      </h1>
      <p class="text-gray-500 mt-2">
        浏览和检索历史文档归档内容
      </p>
    </div>
    <!-- 内容区域 -->
    <div id="content" class="bg-white rounded-lg shadow-sm p-6 md:p-8">
                        <!-- 搜索和筛选区 -->
          <div class="mb-6 flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
            <div class="text-gray-600">
              <i class="fa fa-file-text-o mr-1"></i>
              本页面共 <span class="font-semibold text-primary">20</span> 条归档记录
            </div>
 
          </div>
          <!-- 归档列表 -->
          <ul class="divide-y divide-gray-100">
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845348.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="吉林:关于艺术类专业省统考部分科目上传伴奏音乐的通知">
                  吉林:关于艺术类专业省统考部分科目上传伴奏音乐的通知                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845349.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="关于黑龙江省2026年普通高等学校艺术类专业考试招生工作有关事宜的通知">
                  关于黑龙江省2026年普通高等学校艺术类专业考试招生工作有关事宜的通知                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845350.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="重庆市高等职业教育分类考试招生免试工作管理办法">
                  重庆市高等职业教育分类考试招生免试工作管理办法                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845351.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="河南:2026年普通高招网上报名相关问答">
                  河南:2026年普通高招网上报名相关问答                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845352.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="山东省2025年冬季普通高中学业水平合格考试补报名公告">
                  山东省2025年冬季普通高中学业水平合格考试补报名公告                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845353.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="关于公布广东省2026年普通高等学校招收中等职业学校毕业生统一考试时间的通知">
                  关于公布广东省2026年普通高等学校招收中等职业学校毕业生统一考试时间的通知                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845354.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="2026年甘肃省普通高校招生艺术类专业统一考试今日开始网上报名">
                  2026年甘肃省普通高校招生艺术类专业统一考试今日开始网上报名                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845355.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="福建:关于做好2026年高职院校分类考试招生报名工作的通知">
                  福建:关于做好2026年高职院校分类考试招生报名工作的通知                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845356.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="广东省2026年普通高考报名百问百答(五)">
                  广东省2026年普通高考报名百问百答(五)                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845357.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="2026年海南省普通高等学校招生艺术类专业考试相关问答">
                  2026年海南省普通高等学校招生艺术类专业考试相关问答                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845358.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="吉林省2026年高职分类考试招生宣传咨询活动即将开始">
                  吉林省2026年高职分类考试招生宣传咨询活动即将开始                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845359.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="西藏2026年普通高考报名流程(社会考生)">
                  西藏2026年普通高考报名流程(社会考生)                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845360.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="拉萨市2026年普通高考社会考生报名材料上传要求及规范示例">
                  拉萨市2026年普通高考社会考生报名材料上传要求及规范示例                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845361.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="河北:2026年高考报名常见问题">
                  河北:2026年高考报名常见问题                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845362.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="西藏2026年普通高等学校艺术体育类专业考试招生通知">
                  西藏2026年普通高等学校艺术体育类专业考试招生通知                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845363.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="安徽省2026年普通高校招生艺术专业统一考试(音乐类)温馨提示">
                  安徽省2026年普通高校招生艺术专业统一考试(音乐类)温馨提示                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845364.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="天津:2026年高职分类考试说明">
                  天津:2026年高职分类考试说明                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845365.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="2026年福建省普通高校招生体育类专业省级统一考试温馨提醒">
                  2026年福建省普通高校招生体育类专业省级统一考试温馨提醒                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845366.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="福建:关于2026年1月普通高中学业水平合格性考试报名工作的通告">
                  福建:关于2026年1月普通高中学业水平合格性考试报名工作的通告                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845367.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="2026年青海省艺术类专业考试问答(一)">
                  2026年青海省艺术类专业考试问答(一)                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845368.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="北京:@高考生:报名资格现场确认要注意4点">
                  北京:@高考生:报名资格现场确认要注意4点                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845369.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="2026年上海市普通高中学业水平考试实施细则公布">
                  2026年上海市普通高中学业水平考试实施细则公布                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845370.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="新疆2026年普通高校招生艺术类专业统考报名将于11月5日18时截止">
                  新疆2026年普通高校招生艺术类专业统考报名将于11月5日18时截止                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845371.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="2026年重庆市高等职业教育分类考试试卷结构及考试说明">
                  2026年重庆市高等职业教育分类考试试卷结构及考试说明                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845372.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="江苏省2026年普通高考报名问答(四)">
                  江苏省2026年普通高考报名问答(四)                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845373.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="吉林:2026年艺术类专业考试温馨提示">
                  吉林:2026年艺术类专业考试温馨提示                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845374.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="关于山西省2026年普通高考补报名的公告">
                  关于山西省2026年普通高考补报名的公告                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845375.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="2026年北京市第一次普通高中学业水平合格性考试网上报考">
                  2026年北京市第一次普通高中学业水平合格性考试网上报考                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845376.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="致2026年湖南省普通高等学校招生艺术类专业全省统一考试考生、家长的一封信">
                  致2026年湖南省普通高等学校招生艺术类专业全省统一考试考生、家长的一封信                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                        <li class="py-4 archive-item-hover">
              <div class="flex flex-col md:flex-row md:items-center gap-2">
                <em class="text-sm text-gray-500 whitespace-nowrap flex items-center">
                  <i class="fa fa-calendar-o mr-1.5"></i>
                  2025-11-23 11:24                </em>
                <a href="http://www.danfengedu.com/news/2845377.html" 
                   target="_blank" 
                   class="text-gray-800 hover:text-primary font-medium flex-grow line-clamp-1"
                   title="教育部部署做好2026年普通高校部分特殊类型招生工作">
                  教育部部署做好2026年普通高校部分特殊类型招生工作                </a>
                <span class="text-xs text-gray-400 self-start md:self-center">
                  <i class="fa fa-external-link"></i>
                </span>
              </div>
            </li>
                      </ul>
          <!-- 分页 -->
                    <div class="pages mt-8 flex justify-center">
            <nav class="inline-flex rounded-md shadow-sm" aria-label="分页">
              <label title="共50000条">第<em>1</em>页/共<span>1667</span>页</label>  <a href="http://www.danfengedu.com/archiver/index-htm-mid-21-month-202511-page-1.html"> 首页 </a> <a href="http://www.danfengedu.com/archiver/index-htm-mid-21-month-202511-page-2.html"> 下一页 </a><input type="hidden" id="destoon_next" value="http://www.danfengedu.com/archiver/index-htm-mid-21-month-202511-page-2.html"/> <input type="hidden" id="destoon_previous" value="http://www.danfengedu.com/archiver/index-htm-mid-21-month-202511-page-1667.html"/><a href="http://www.danfengedu.com/archiver/index-htm-mid-21-month-202511-page-1667.html"> 上一页 </a> <a href="http://www.danfengedu.com/archiver/index-htm-mid-21-month-202511-page-1667.html"> 尾页 </a>             </nav>
          </div>
                            </div>
  </main>
  <!-- 页脚 - 优化商务风格 -->
    <footer class="bg-dark text-white mt-20">
        <div class="container mx-auto px-4 py-12">
            <div class="mb-8">
                <p class="text-neutral-300 text-sm leading-relaxed max-w-3xl mx-auto">
                    本站内容仅供参考,本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
                </p>
            </div>
            
            <div class="flex flex-wrap justify-center gap-8 mb-8">
                <a href="http://www.danfengedu.com/about/contact.html" class="text-neutral-300 hover:text-white transition-colors flex items-center gap-1.5">
                    <i class="fa fa-envelope-o"></i> 联系我们
                </a>
                <a rel="nofollow" href="https://beian.miit.gov.cn" target="_blank" class="text-neutral-300 hover:text-white transition-colors flex items-center gap-1.5">
                    <i class="fa fa-shield"></i> ICP备案号:鲁ICP备2022038407号-13                </a>            </div>
            
            <div class="text-neutral-400 text-sm text-center pt-6 border-t border-gray-700">
                (c)2008-2024 丹凤教育 All Rights Reserved             </div>
        </div>
    </footer>
  <!-- JavaScript -->
  <script>
    // 处理导航栏滚动效果
    window.addEventListener('scroll', function() {
      const header = document.querySelector('header');
      if (window.scrollY > 10) {
        header.classList.add('py-2');
        header.classList.remove('py-4');
        header.classList.add('shadow');
      } else {
        header.classList.add('py-4');
        header.classList.remove('py-2');
        header.classList.remove('shadow');
      }
    });
    // 为分页链接添加样式
    document.addEventListener('DOMContentLoaded', function() {
      const pageLinks = document.querySelectorAll('.pages a');
      pageLinks.forEach(link => {
        link.classList.add('px-3', 'py-2', 'mx-0.5', 'rounded-md', 'text-sm', 'font-medium', 
                          'text-gray-600', 'bg-white', 'border', 'border-gray-300',
                          'hover:bg-gray-50', 'hover:text-primary', 'hover:border-primary/50',
                          'transition-all');
        
        // 识别当前页
        if (link.textContent.trim() === '当前') {
          link.classList.remove('text-gray-600', 'bg-white', 'border-gray-300', 'hover:bg-gray-50');
          link.classList.add('bg-primary', 'text-white', 'border-primary', 'cursor-default');
        }
      });
    });
  </script>
</body>
</html>

  演示地址:http://www.danfengedu.com/archiver/index-htm-mid-21-month-202511.html

posted @ 2025-11-23 11:37  圆柱模板  阅读(34)  评论(0)    收藏  举报