body {
    padding: 0px;
    background-color: #f8f9fa; /* 浅灰背景色，类似纸张 */
    background:
            url(./../images/cloud.png) no-repeat top,
            url(./../images/city.png) repeat-x bottom;
    background-size: 100% auto, 50% auto;
    opacity: 0.9; /* 设置透明度 */
}

/* 顶部导航栏 */
.top-bar {
    background-color: #333;
    color: #fff;
    font-size: 0.9em;
    padding: 0 1px;
    margin-bottom: 20px;
}

.top-bar .left a,
.top-bar .right a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.top-bar .left a:hover,
.top-bar .right a:hover {
    text-decoration: none;
}


.container {
    max-width: 800px; /* 限制内容宽度 */
    margin: 0 auto; /* 居中容器 */
}

.news-item {
    border: 1px solid #ddd; /* 边框颜色 */
    border-radius: 8px; /* 圆角 */
    background:url(./../images/paper.png) repeat;
    background-color: #fff; /* 背景白色 */
    background-blend-mode: multiply;
    padding: 20px;
    margin-bottom: 50px; /* 每块内容的间距 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加一点阴影 */
}

.news-date {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

.news-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #212529;
}

.news-summary {
    color: #555;
    font-size: 1rem;
}

/* latin */
@font-face {
    font-family: 'UnifrakturMaguntia';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./WWXPlieVYwiGNomYU-ciRLRvEmK7oaVemGZMFABK1Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1 {
    text-align: center; /* 居中对齐 */
    font-family: 'UnifrakturMaguntia', serif; /* 黑字风格字体 */
    font-size: 3rem; /* 设置字体大小 */
    font-weight: normal; /* 黑字字体通常不需要加粗 */
    color: #000; /* 纯黑色字体 */
    margin-bottom: 20px; /* 下方留白 */
}

.center_info {
    text-align: center; /* 居中对齐 */
}

.info_title {
    text-align: center; /* 居中对齐 */
    font-family: 'UnifrakturMaguntia', serif; /* 黑字风格字体 */
    font-size: 3.3rem; /* 设置字体大小 */
    font-weight: normal; /* 黑字字体通常不需要加粗 */
}

.info_date {
    font-weight: bolder;
    font-size: 1.5rem;
}

.info_name {
    font-weight: bold;
    font-size: 1.1rem;
}

.lishu {
    font-family: "Kaiti TC", serif; /* 隶书 */
    font-weight: 800;
}