.tag-section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.tag-section h2 {
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFC107;
}

.tag-section .news-list {
    margin-top: 20px;
}

.tag-section .news-item {
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}

.tag-section .news-item:last-child {
    border-bottom: none;
}

.tag-section .news-item h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.tag-section .news-item h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.tag-section .news-item h3 a:hover {
    color: #FFC107;
}

.tag-section .date {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.tag-section p {
    color: #666;
    line-height: 1.6;
}