body {
    background:#f8f8f8;
    color:#000;
    font-family:"宋体","SimSun";
}

header {
    background:#b60000;
}

.logo-text {
    color:#fff;
    font-weight:bold;
}

.nav-bar {
    background:#fff;
    border-bottom:2px solid #b60000;
}

.main-content {
    max-width:1100px;
}

.news-list li {
    padding:14px 0;
    border-bottom:1px dashed #ccc;
}

footer {
    background:#2a2a2a;
    color:#ccc;
}
