/* ====== 涓浗鑷┚娓哥綉 鍏ㄥ眬鏍峰紡 ====== */
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", Arial, sans-serif; background-color: #f9f7f1; color: #4a4a4a; line-height: 1.7; }
a { text-decoration: none; color: #4a4a4a; transition: all 0.3s ease; }
a:hover { color: #f39c12; } /* 鍏呮弧闃冲厜涓庢椿鍔涚殑姗欓粍鑹� */
ul, li { list-style: none; }
.container { width: 1200px; margin: 0 auto; }

/* 椤堕儴淇℃伅鏍� - 铻嶅叆鑷劧鍏冪礌 */
.topbar { background-color: #2c3e50; color: #ecf0f1; font-size: 13px; padding: 10px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar-slogan { font-style: italic; letter-spacing: 1px; }
.topbar-slogan i { color: #f39c12; font-style: normal; margin-right: 5px; }
.topbar-links a { color: #ecf0f1; margin-left: 20px; }
.topbar-links a:hover { color: #f39c12; }

/* 澶撮儴瀵艰埅鍖� - 娓呮柊鑷敱椋庢牸 */
.header-wrapper { background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.05); position: relative; z-index: 100; }
.header-main { display: flex; justify-content: space-between; align-items: center; height: 90px; }
.logo a { font-size: 34px; font-weight: bold; color: #2c3e50; font-family: 'ZCOOL XiaoWei', serif; letter-spacing: 2px; display: flex; align-items: center; }
.logo a::before { content: 'Home'; font-size: 32px; margin-right: 10px; }
.logo span { font-size: 14px; font-family: "Microsoft YaHei"; color: #7f8c8d; margin-left: 10px; letter-spacing: 1px; }

/* 涓诲鑸爮 */
.nav { display: flex; }
.nav li { margin: 0 10px; position: relative; }
.nav a { font-size: 16px; font-weight: bold; color: #2c3e50; padding: 10px 20px; display: block; border-radius: 25px; transition: all 0.3s; }
.nav a:hover, .nav .current a { background-color: #f39c12; color: #fff; }

/* 鎼滅储妗� - 鍦嗘鼎璁捐 */
.search-box { display: flex; background: #f0f3f4; border-radius: 30px; padding: 5px; border: 1px solid #e0e6ed; }
.search-box input { border: none; background: transparent; padding: 8px 15px; width: 200px; outline: none; color: #2c3e50; }
.search-box button { background: #f39c12; color: #fff; border: none; border-radius: 25px; padding: 8px 20px; cursor: pointer; font-weight: bold; }
.search-box button:hover { background: #e67e22; }

/* 涓讳綋甯冨眬 */
.main-wrapper { margin-top: 30px; display: flex; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.content-main { flex: 1; min-width: 0; }
.sidebar { width: 340px; flex-shrink: 0; }

/* 棣栭〉 - 澶х敾骞呴鏅劍鐐瑰浘 */
.hero-slider { position: relative; height: 420px; border-radius: 12px; overflow: hidden; margin-bottom: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.hero-slider img { width: 100%; height: 100%; object-fit: cover; transition: transform 6s ease; }
.hero-slider:hover img { transform: scale(1.05); }
.hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 50px 30px 30px; background: linear-gradient(transparent, rgba(44,62,80,0.9)); color: #fff; }
.hero-tag { background: #f39c12; color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: bold; margin-bottom: 10px; display: inline-block; }
.hero-content h2 { font-size: 28px; font-weight: bold; margin-bottom: 10px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }

/* 閫氱敤妯″潡鍧� - 鏌斿拰鑷劧椋庢牸 */
.module { background: #fff; border-radius: 12px; padding: 25px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.module-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 2px solid #f0f3f4; padding-bottom: 15px; }
.module-title { font-size: 22px; font-weight: bold; color: #2c3e50; position: relative; padding-left: 15px; }
.module-title::before { content: ''; position: absolute; left: 0; top: 4px; width: 5px; height: 22px; background: #f39c12; border-radius: 3px; }
.module-more { font-size: 14px; color: #7f8c8d; }
.module-more:hover { color: #f39c12; }

/* 娓歌/璺功缃戞牸灞曠ず (鐓х墖澧欓鏍�) */
.travel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.travel-card { border-radius: 10px; overflow: hidden; position: relative; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,0.05); transition: transform 0.3s; }
.travel-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.travel-img { height: 180px; overflow: hidden; }
.travel-img img { width: 100%; height: 100%; object-fit: cover; }
.travel-info { padding: 15px; }
.travel-info h3 { font-size: 16px; font-weight: bold; margin-bottom: 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.travel-meta { display: flex; justify-content: space-between; font-size: 12px; color: #95a5a6; margin-top: 10px; }
.travel-meta span { display: flex; align-items: center; }
.travel-meta i { margin-right: 5px; font-style: normal; }

/* 鑷┚璺功鍒楄〃 (宸﹀浘鍙虫枃) */
.route-list li { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px dashed #ecf0f1; }
.route-list li:last-child { border-bottom: none; }
.route-img { width: 220px; height: 140px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.route-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.route-img:hover img { transform: scale(1.1); }
.route-txt { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.route-txt h3 { font-size: 18px; font-weight: bold; color: #2c3e50; margin-bottom: 10px; }
.route-txt p { color: #7f8c8d; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.6; }
.route-tags { display: flex; gap: 10px; margin-top: 10px; }
.route-tags span { background: #fdf2e9; color: #e67e22; font-size: 12px; padding: 3px 10px; border-radius: 4px; }

/* 渚ц竟鏍� - 鐑棬鑷┚璺嚎/瑁呭鎺ㄨ崘 */
.side-list li { padding: 12px 0; border-bottom: 1px solid #f9f9f9; display: flex; align-items: center; }
.side-num { width: 24px; height: 24px; border-radius: 4px; background: #ecf0f1; color: #7f8c8d; text-align: center; line-height: 24px; font-size: 13px; font-weight: bold; margin-right: 12px; }
.side-list li:nth-child(1) .side-num { background: #e74c3c; color: #fff; }
.side-list li:nth-child(2) .side-num { background: #e67e22; color: #fff; }
.side-list li:nth-child(3) .side-num { background: #f1c40f; color: #fff; }
.side-title { flex: 1; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ====== 鍒楄〃椤典笓灞炴牱寮� ====== */
.filter-box { background: #fff; padding: 25px; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.filter-row { display: flex; border-bottom: 1px dashed #ecf0f1; padding-bottom: 15px; margin-bottom: 15px; }
.filter-row:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.filter-label { font-weight: bold; color: #2c3e50; width: 80px; line-height: 30px; }
.filter-items { flex: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.filter-items a { display: inline-block; padding: 0 15px; line-height: 30px; height: 30px; border-radius: 15px; color: #7f8c8d; font-size: 14px; }
.filter-items a:hover, .filter-items a.active { background: #f39c12; color: #fff; }

.dede_pages { margin: 40px 0; text-align: center; }
.dede_pages ul { display: inline-flex; gap: 8px; }
.dede_pages li { list-style: none; }
.dede_pages a, .dede_pages span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background: #fff; color: #2c3e50; box-shadow: 0 2px 5px rgba(0,0,0,0.05); font-weight: bold; }
.dede_pages a:hover, .dede_pages .thisclass { background: #f39c12; color: #fff; }

/* ====== 鍐呭椤典笓灞炴牱寮� ====== */
.breadcrumb { font-size: 14px; color: #7f8c8d; margin-bottom: 20px; }
.breadcrumb a { color: #2c3e50; font-weight: bold; }
.breadcrumb a:hover { color: #f39c12; }

.article-wrap { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.article-header { text-align: center; margin-bottom: 30px; }
.article-header h1 { font-size: 32px; color: #2c3e50; margin-bottom: 20px; font-weight: bold; line-height: 1.4; }
.article-meta { display: inline-flex; gap: 20px; background: #f9f7f1; padding: 10px 30px; border-radius: 30px; color: #7f8c8d; font-size: 14px; }
.article-meta span { display: flex; align-items: center; gap: 5px; }

.article-content { font-size: 18px; color: #4a4a4a; line-height: 2; text-align: justify; }
.article-content p { margin-bottom: 25px; }
.article-content img { max-width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.article-content h2, .article-content h3 { color: #2c3e50; margin: 40px 0 20px; border-left: 5px solid #f39c12; padding-left: 15px; }

.article-tags { margin-top: 50px; display: flex; gap: 10px; align-items: center; }
.article-tags strong { color: #2c3e50; font-size: 15px; }
.article-tags a { background: #fdf2e9; color: #e67e22; padding: 6px 15px; border-radius: 4px; font-size: 14px; }
.article-tags a:hover { background: #f39c12; color: #fff; }

.article-prenext { margin-top: 40px; padding-top: 30px; border-top: 1px dashed #ecf0f1; display: flex; justify-content: space-between; font-size: 15px; }
.article-prenext a { color: #2c3e50; font-weight: bold; }
.article-prenext a:hover { color: #f39c12; }

/* 搴曢儴鍖哄煙 */
.footer { background: #2c3e50; color: #bdc3c7; padding: 60px 0 30px; margin-top: 40px; }
.footer-top { display: flex; justify-content: space-between; margin-bottom: 40px; }
.footer-brand h2 { color: #fff; font-size: 28px; margin-bottom: 15px; font-family: 'ZCOOL XiaoWei', serif; }
.footer-brand p { font-size: 14px; max-width: 350px; line-height: 1.8; }
.footer-nav { display: flex; gap: 80px; }
.footer-nav dl dt { color: #fff; font-size: 16px; font-weight: bold; margin-bottom: 20px; }
.footer-nav dl dd { margin-bottom: 10px; }
.footer-nav a { color: #bdc3c7; font-size: 14px; }
.footer-nav a:hover { color: #f39c12; }
.footer-bottom { text-align: center; font-size: 14px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; }