﻿/* extracted-inline-styles */
/* layouts/zhanhui/single.html */
#zh-single-banner { background-size: contain; background-color: #f8f9fc; min-height: 200px; }
                    #zh-single-banner .con-banner_title { min-height: 180px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
                    #zh-single-banner .con-banner_title h1 { font-size: 32px; line-height: 1.3; text-align: center; font-weight: bold; color: #000; max-width: 900px; margin: 0 0 10px; }
                    #zh-single-banner .con-banner_title .meta { font-size: 14px; color: #999; }
                    @media (max-width: 768px) {
                      #zh-single-banner { min-height: 120px; }
                      #zh-single-banner .con-banner_title { min-height: 100px; }
                      #zh-single-banner .con-banner_title h1 { font-size: 22px; }
                    }

                    .zh-article-section { padding: 60px 0; background: #fff; }
                    .zh-article-body { max-width: 800px; margin: 0 auto; font-size: 16px; line-height: 1.8; color: #333; }
                    .zh-article-body img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
                    .zh-article-body p { margin-bottom: 1.2em; }
                    .zh-back-link { display: inline-block; margin-top: 40px; color: #00dc8c; text-decoration: none; font-size: 15px; }
                    .zh-back-link:hover { text-decoration: underline; }
