

    .content-banner img {
        width: 100%;
        height: 200px;
    }

.content-container {
    max-width: 1200px;
    margin: 20px auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 10px 20px;
}

.content-title {
    font-size: 24px;
    color: #E60012;
    margin-bottom: 10px;
}

.content-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.content-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.content-content img {
   
    margin: 20px 0;
    border-radius: 8px;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    color: #E60012;
    font-weight: bold;
}
