/**!
* 政务直播间-详情
* date: 2022-11-09
* author: wangkai;
*/

.main {
    position: relative;
    padding: 32px 40px 40px;
    background: #ffffff;
    box-shadow: 0px 1px 12px #f4eae9;
    border-radius: 6px;
    overflow: hidden;
}

.info-hd {
    height: 40px;
    line-height: 40px;
}

.info-tt {
    float: left;
    max-width: calc(100% - 100px);
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-state {
    float: left;
    margin: 6px 0 0 16px;
    width: 64px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e1313f;
    border-radius: 4px;
    font-weight: 500;
    color: #e1313f;
}

.info-source {
    line-height: 32px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.info-source > p {
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
    font-size: 16px;
}

.info-source > p > label {
    color: #999;
}

.video-box {
    margin-top: 8px;
}

video {
    outline: 0;
}

.introduce {
    margin-top: 17px;
}

.introduce-hd {
    height: 69px;
    line-height: 68px;
    border-bottom: 1px solid #e1d0cb;
}

.introduce-tt {
    float: left;
    padding-left: 32px;
    font-weight: 500;
    font-size: 20px;
    background: url('../images/introduce.png') left center no-repeat;
}

.introduce-bd {
    padding: 16px 20px 0;
}

.introduce-bd > p {
    margin-top: 8px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.introduce-bd > p:first-child {
    margin-top: 0;
}



@media (max-width:767px) {
    .main {
        padding: 20px 10px;
    }
    .info-tt {
        max-width: 100%;
    }
    .info-state {
        float: right;
    }
    .info-source > p {
        width: 100%;
        margin: 0;
    }
    .introduce-bd {
        padding: 10px 5px 0;
    }
}