/* 列表 */
.Ny_Item {
    display: flex;
}

.ItemList {
    margin-bottom: 30px;
}

.ItemList img {
    width: 100%;
}

.ItemList .text {
    font-size: 18px;
    text-align: center;
    line-height: 3;
    color: #333;
}

/* 详情 */
.container>h1 {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

video {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    object-fit: contain;
}
