<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- 首页：建议将主域名根路径设为首页（若 https://ybhx.top/ 可访问） -->
  <!-- 如果必须用 index1.html，请确保 ybhx.top/ 301 重定向到它 -->
  <url>
    <loc>https://ybhx.top/</loc>
    <lastmod>2026-03-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 移动端首页（保留，但建议未来合并为响应式设计） -->
  <url>
    <loc>https://ybhx.top/index_mobile.html</loc>
    <lastmod>2026-03-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority> <!-- 降低优先级，避免与PC页竞争 -->
  </url>

  <!-- 党群建设文章 -->
  <url>
    <loc>https://ybhx.top/building/building1.html</loc>
    <lastmod>2026-02-12</lastmod> <!-- 假设实际发布于2月5日 -->
    <changefreq>yearly</changefreq> <!-- 党建内容通常不频繁更新 -->
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ybhx.top/building/building1_mobile.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority> <!-- 移动端副本优先级应低于主版本 -->
  </url>

  <url>
    <loc>https://ybhx.top/building/building2.html</loc>
    <lastmod>2026-02-12</lastmod> <!-- 假设另一篇早些发布 -->
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ybhx.top/building/building2_mobile.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- 新闻动态 -->
  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates1.html</loc>
    <lastmod>2026-02-12</lastmod> <!-- 最新新闻 -->
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates1_mobile.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates2.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates2_mobile.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates3.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates3_mobile.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates4.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ybhx.top/news/News-Updates/newsUpdates4_mobile.html</loc>
    <lastmod>2026-02-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>