body, html {
    overflow: unset;
    min-width: unset;
}

.news-detail .detail-container .body p.title-bg {
    /*height: auto;*/
    /*min-height: 38px;*/
    /*line-height: 38px;*/
    background: #f4f4f4;
    font-weight: bold;
    text-indent: 0;
    padding-left: 1em;
    padding-right: 1em;
}
.hot-content {
    background: #FFF7F4;
    border-radius: 15px;
    width: 100%;
    max-width: 815px;
    margin: 30px auto;
    padding: 16px;
    box-sizing: border-box;
    color: #555555
}
.hot-content p {
    text-indent: 1em;
    margin: 0;
    padding: 0;
    line-height: 26px;
    min-height: 26px;
}
.hot-content .hot-text {
    border-right: 1px solid #4A7D00;
    display: flex;
    align-items: center;
    font-weight: bold;
}

/*2022-2-11 增加*/
.video {
    height: 400px;
    width: 100%;
    border: 1px solid #ddd;
    background: #fafafa !important;
}
.vjs-poster {
    background-color: #fafafa !important;
}

@media only screen and (max-width: 767.98px) {
    .news-detail .detail-container .body p.title-bg {
        /*height: auto;*/
        /*min-height: 1.6rem;*/
        /*line-height: 1.6rem;*/
    }
    .hot-content p {
        line-height: 1.2rem;
        min-height: 1.2rem;
    }

    /*2022-2-11 增加*/
    .video {
        width: 100%;
        height: 300px;
        border: 1px solid #ddd;
    }

}
