#news-card {
    padding: 0;
    background: none;
    border-radius: 0;
    font-family: "Î¢ÈíÑÅºÚ", "Arial", sans-serif;
}
.news-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
#news-content {
    font-size: 13px;
    color: #fff;
}
#news-date {
    font-weight: bold;
    color: #fff;
    margin-bottom: 6px;
    font-size: 12px;
}
#news-list div {
    margin-bottom: 5px;
    border-left: 2px solid #fff;
    padding-left: 7px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    color: #fff;
}
#news-tip {
    color: #eee;
    font-style: italic;
    margin-top: 8px;
    font-size: 12px;
}
#news-error {
    color: #ff8080;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
} 