.text-brown {
        color: #8B4513;
    }
    .object-fit-cover {
        object-fit: cover;
    }

    .news-item {
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .news-item:hover {
        transform: scale(1.03);
        background-color: #FFF5EE !important; /* 浅肉色 */
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .transition-all {
        transition-property: all;
    }
.custom-centered-modal {
    margin: 1.75rem auto;
    max-width: 800px;
    transform: translate(0, -100%);
}
.modal-dialog.modal-lg {
    margin-top: 5vh;

}