﻿/*顶部导航*/
.nav_container{
    background-color: #333333;
    height: 45px;
}
.nav{
    width: 1000px;
    margin: 0 auto;
}
/*主体区域*/
.main{
    width:980px;
    margin: 0 auto;
    /*background: #fff;*/
    padding: 0 10px;
    padding-bottom: 100px;
}
/*页脚*/
.footer{
    background-color: #2e2e2e;
    text-align: center;
}
/*左边*/
.content_left{
    float: left;
}
/*右边*/
.content_right{
    float: right;
}
/*播放区*/
.player_container{
    background-color: #292929;
}
.play{
    width: 1000px;
    margin: 0 auto;
}
.player{
    width: 640px;
    height: 575px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
.playlist{
    width: 330px;
    height: 520px;
    float: left;
    margin-top: 15px;
    overflow:hidden;
}

.content_left{
    width: 675px;
    /*margin-right: 25px;*/
}

.video{
    background: url("../images/videobg.png") no-repeat left 25px transparent;
}

.channel{
    padding-top: 15px;
}
video{background: #292929;}