﻿/*顶部导航*/
.nav_container{
    background-color: #cf0000;
    height: 45px;
}
.nav{
    width: 1000px;
    margin: 0 auto;
}
/*主体区域*/
.main{
    width: 1000px;
    margin: 0 auto;
}
/*页脚*/
.footer{
    background-color: #2e2e2e;
    text-align: center;
}
/*左边*/
.content_left{
    float: left;
}
/*右边*/
.content_right{
    float: right;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
    margin-left: -2px;
}
/*播放区*/
.player_container{
    height: 156px;
    background-color: #292929;
}
.player{
    width: 1000px;
    margin: 0 auto;
}

.content{
    border-top: 2px solid #dbdbdb;

}
.content_left{
    width: 675px;
    padding-right: 14px;
    border-right: 1px solid #dddddd;
}


.ad{
    width: 1000px;
    background-color: #dadada;
    margin: 7px 0 0 0;
}
.header{
    height: 65px;
    line-height: 65px;
}


.activity{
    position: relative;
}
.activity .t_h{
    width: 300px;
    height: 250px;
    position: relative;
}
.activity .btn{
    overflow: auto;
    position: absolute;
    right: 0;
    top:24px;
}
.activity .btn li{
    width: 10px;
    height: 10px;
    background-color: #cacaca;
    border-radius: 5px;
    -ms-border-radius: 5px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.activity .btn .current{
    background-color: #ff7a00;
}