.right-content {
    flex: 1;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 500px;
}

/* 文章详情样式 */
.article-detail {
    padding: 20px;
    background: #fff;
}

.article-detail h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.article-meta {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #0c8bc653;
}

.article-meta span {
    margin: 0 10px;
}

.article-content {
    line-height: 2;
    color: #333;
}

.article-content img{
    max-width: 100%;
    margin-top: 10px;
}

.article-contact {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.article-contact p {
    margin-bottom: 10px;
    color: #666;
}
.detail_video{
    width: 800px;
    height: 500px;
}