/* 列表 */
.Ny_Item {
    position: relative;
}

.ItemList {
    margin-bottom: 30px;
}

.ItemList img {
    width: 100%;
}

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

/* 详情 */
.Ny_Post {
    position: relative;
}

.Ny_Post .imgBox {
    margin: 30px 0;
    width: 100%;
    display: block;
}

.Ny_Post .imgBox img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.Ny_Post .title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}

.Ny_Post .desc {
    display: flex;
    justify-content: center;
    width: 100%;
}

.Ny_Post .desc span {
    margin: 0 5px;
    color: #999;
    font-size: 14px;
    line-height: 3;
    text-align: center;
}

.Ny_Post .Ny_xiangqing {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 500px;
}

.Ny_Post .Ny_xiangqing p {
    margin: 0;
}

.PostBottom {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.PostBottom a {
    color: #333;
    line-height: 1;
    font-size: 16px;
}

video {
    display: block;
    margin: 0 auto;
}




.bigimg {
    width: auto !important;
    height: auto !important;
    max-width: 70vw !important;
    max-height: 70vh !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 20px solid #fff;
    object-fit: contain;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000cc;
    z-index: 9998;
    transition: all 1s;
    display: none
}

.mask img {
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    position: fixed;
    bottom: 5vh;
    left: calc(50% - 25px);
}

@media (max-width: 640px) {
    .mask img {
        bottom: 10vh;
    }
}
