/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-9-19, 15:40:44
    Author     : Administrator
*/

.layout-other-video-1 video
{
    background: #000000;
}
.layout-other-video-1 video::-webkit-media-controls-enclosure 
{
    overflow:hidden;
}
.layout-other-video-1 video::-webkit-media-controls-panel 
{
    width: calc(100% + 30px);
}
/* 添加标题样式开始 */
.layout-other-video-1 .layout-other-video-1-box-video-title{
    text-align: center;
    background-color: #f6f6f6;
    padding-top: 19px;
    border: 1px solid #DDDDDD;
}
.layout-other-video-1 .layout-other-video-1-box-video-title video{
    margin: 0 auto;
}
.layout-other-video-1 .videoTitle{
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
    text-align: left;
    line-height: 39px;
    text-indent: 15px;
}
/* 添加标题样式结束 */