@charset "UTF-8";

#newsDetail{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 6.5rem;
}
#newsDetail a{
    word-break: break-all;
}
#newsDetail .header .top-img{
    position: relative;
}
#newsDetail .header .top-img img{
    width: 100%;
    max-width: 100%;
}
#newsDetail .header .top-img .top-info{
    position: absolute;
    top: 20%;
    left: 13%;
}
#newsDetail .header .top-img .top-info .head-title{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #fff;
}
#newsDetail .header .crumb-box{
    position: relative;
    display: flex;
    justify-content: center;
}
#newsDetail .header .crumb-box .crumb{
    position: relative;
}
#newsDetail .header .crumb-box .crumb .el-breadcrumb{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}



#newsDetail .main-box{
    background: transparent;
    flex: 1;
}
#newsDetail .main-box .content-box{
    padding-bottom: 3rem;
    position: relative;
}
#newsDetail .main-box .content-box .news-detail-content{
    background: #fff;
    padding: 2rem;
    margin:  2rem 0;
}
#newsDetail .main-box .content-box .date-video{
    text-align: center;
    max-width: 100%;
}

#newsDetail .main-box .content-box .date-video .live-item-img{
    max-width: 100%;
}
#newsDetail .main-box .content-box .news-detail-content .title{
    color: #000000;
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 2.5rem;
    width: 70%;
    margin: 0 auto;
}
#newsDetail .main-box .content-box .news-detail-content .describe{
    text-align: center;
    font-size: 1rem;
    color: #7D8087;
    padding: 1rem 0 2rem 0;
}
#newsDetail .main-box .content-box .news-next{
    background: #E6E6E6;
    padding: .2rem 1rem;
    margin-top: 1rem;
    font-size: .9rem;
    line-height: 2.5rem;
    color: #007FFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
#newsDetail .main-box .content-box .news-next a{
    cursor: pointer;
}

@media (max-width: 991.98px) {
    #newsDetail .main-box .content-box .news-detail-content .title{
        font-size: 1.25rem;
        width: 100%;
        line-height: 2rem;
    }
}
@media (max-width: 575.98px) {
    .container{
        padding: 0 !important;
    }
    #newsDetail .header .crumb-box{
        padding-left: 25px !important;
    }
}
#newsDetail .tabs-item{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#newsDetail .tabs-item a:last-child{
    cursor: pointer;
    pointer-events: auto;
}

