/* 大气多彩新闻模板 */
body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}
.container {
    width: 1080px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
    color: #c00;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
.nav {
    background: #4477aa;
    padding: 10px;
    text-align: center;
}
.nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}
.nav a:hover {
    color: #ffcc00;
}
.article-list li {
    padding: 10px 0;
    text-decoration: none;

    border-bottom: 1px dashed #ddd;
}
.article-list a {
  
    text-decoration: none;

 
}
.meta {
    color: #888;
    font-size: 0.9em;
}
.content {
    line-height: 1.6;
    padding: 20px 0;
}
.article-content {
    margin-top: 15px;
    font-size: 16px;
}
/* 上一篇下一篇样式 */
.article-nav {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    clear: both;
}

.article-nav div {
    margin: 10px 0;
    line-height: 1.6;
}

.prev-article {
    text-align: left;
}

.next-article {
    text-align: left;
    margin-top: 15px;
}

.article-nav a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

.article-nav a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.article-nav span {
    color: #666;
    font-weight: bold;
}