body {
    padding: 0;
    margin: 0;
    font-family: 'microsoft yahei', 'Helvetica', simhei, simsun, sans-serif;
}
a {
    text-decoration: none;
}

.player {
    width: 720px;
    height: 360px;
    border-radius: 4px;
    background: #000 url(../news/loading.gif) center/300px no-repeat;
    position: relative;
    text-align: center;
}
video {
    display: none;
    height: 100%;
    margin: 0 auto;
}
/*全屏操作后  自带的控制栏会显示  在显示的时候隐藏*/
video::-webkit-media-controls {
    display: none !important;
}
.controls {
    width: 700px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    bottom: 5px;
    /*比全屏的状态下的视频元素高*/
    z-index: 100000000000;
    opacity: 1;
}
.player:hover .controls {
    opacity: 1;
}
/*播放/暂停*/
.controls .switch {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 11px;
    left: 11px;
}
/*全屏按钮*/
.controls .expand {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 11px;
    top: 11px;
}
/*进度条*/
.progress {
    width: 430px;
    height: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #555;
    cursor: pointer;
    position: absolute;
    top: 16px;
    left: 45px;
}
/*下载进度*/
.progress .loaded {
    width: 0;
    height: 100%;
    background-color: #999;
}
/*播放进度*/
.progress .line {
    width: 0;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
.progress .bar {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
/*时间*/
.timer {
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 490px;
    top: 11px;
    color: #FFF;
    font-size: 14px;
}

.news-content .player-left{
    width:480px;height:360px;
    background:#006473;float:right;
}
.news-content .player-left h2{
    width:302px;
    height:40px;
    font-size:14px;color:#fff;
    margin:0 auto;
    margin-top:30px;
}
.news-content .player-left p.player-content{
    width:80%;
    height:300px;
    margin:0 auto;
    line-height:40px;
    font-size:10px;color:#fff;
}


.player-two{
    width:380px;height:253px;
    margin-top:80px;position: relative;
}
.player-two img{
    width:100%;
    height:100%;
}
.player-two div{
    width:380px;height:253px;position: absolute;
    top:0;left:0;background:rgba(0,0,0,.5)
}
.player-two div a img{
    width:34px;height:34px;position: absolute;
    bottom:30px;right:30px;
}