 border-bottom: 3px solid #d35400 !important;
}

/* 博客标题 */
#blogTitle h1 a {
    color: #c0392b !important;
    font-size: 22px !important;
    font-weight: bold !important;
}

/* 子标题 */
#blogTitle h2 {
    color: #e67e22 !important;
    font-size: 14px !important;
}

/* 侧边栏公告标题 */
#sidebar_news h3 {
    color: #d35400 !important;
    border-bottom: 2px solid #e67e22 !important;
    padding-bottom: 5px;
}

/* 链接悬停 */
#sidebar_news a:hover {
    color: #c0392b !important;
    text-decoration: underline !important;
}

.postTitle a:hover {
    color: #d35400 !important;
}

/* 侧边栏列表间距 */
#sidebar_news ul li,
#sidebar_news ol li {
    margin-bottom: 6px;
}

/* 表格样式 */
#sidebar_news table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
#sidebar_news table th {
    background: #e67e22;
    color: #fff;
    padding: 4px 6px;
    text-align: center;
}
#sidebar_news table td {
    padding: 4px 6px;
    border: 1px solid #eee;
    text-align: center;