.slideshow {
    height: 400px;
    object-fit: cover;
}

/* 资讯详情弹窗样式 */
#newsDetailModal .modal-dialog {
    max-width: 900px;
}

#newsDetailModal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.news-detail-header {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
}

.news-detail-header h4 {
    color: #333;
    font-weight: 600;
}

.news-detail-content {
    line-height: 1.8;
    color: #555;
}

.news-detail-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.news-detail-content p {
    margin-bottom: 1rem;
}

.news-title-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.news-title-link:hover {
    color: #007bff;
    text-decoration: none;
}

.news-content-link {
    text-decoration: none;
    transition: color 0.3s;
}

.news-content-link:hover {
    color: #007bff;
    text-decoration: none;
}
