/* 资讯图片里的paly */
.xu-news-img .xu-news-img__paly{
    position: absolute;
    top: 40px;
    left: 40%;
    display: block;
    width: 70px;
    height: 70px;
    object-fit: fill;
}

/* 最新录像 */
.xu-zx_video{
    width: 100%;
    margin-top: 14px;
}

.xu-zx_video-title{
    position: relative;
    width: 100%;
    height: 32px;

}

.xu-zx_video-title>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.xu-zx_video-content{
    padding: 16px 10px;
    box-sizing: border-box;
}

.xu-zx_video-content__item{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background-color: #106b67 ;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    height: 38px;
   

}

.xu-zx_video-content__item__play{
    display: block;
    width: 30px;
    height: 30px;
    object-fit:fill;
    margin-right: 10px;

}

.xu-zx_video-content__item .right{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.xu-zx_video-content .xu-zx_news-bottom{
    background-color: #106b67;
}

.xu-zx_video-content .xu-zx_news-bottom>ul{
    display: flex;
    font-size: 36px;
}

.xu-zx_video-content .xu-zx_news-bottom>ul>li{
    flex: 1;
    text-align: center;
}


/* <!-- 录像详情 --> */
.xu-video_detail{
    width: 100%;
    box-sizing: border-box;
    padding: 14px 12px;
    background-color: #106b67;

}

.xu-video_detail-top{
    width: 100%;
    color: #fff;
    text-align: center;    
}

.xu-video_detail-top >h2{
    font-size: 15px;
    margin-bottom: 4px;
}

.xu-video_detail-top >div{
    font-size: 12px;
}

.xu-video_detail-top >div >span:first-child{
    padding-right: 4px;
    margin-right: 10px;
}

.xu-video_detail-content{
    width: 100%;
    margin-top:16px;
    /* overflow: hidden; */

}

.xu-video_detail-content .item{
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
    
}

.xu-video_detail-content .item .bt{
    font-size: 14px;
    font-weight: bold;
}

.xu-video_detail-content .item >span{
    line-height: 22px;
}

.xu-video_detail-content .url{
    margin-top: 16px;
}

.xu-video_detail-content .url>a{
    display: block;
    color: #ECD12B;
    font-size: 14px;
    margin-bottom:10px;
}