body{
    font-family: "microsoft yahei",微软雅黑,"microsoftjhenghei",华文细黑,stheiti,mingliu;
}
li{
    list-style: none;
    display: inline-block;
}
a{
    color: #333;
}
a:hover{
    text-decoration: none;
}
header{

}
main{
    background: #dcefff;
    padding-top: 10px;
    padding-bottom: 50px;
}
main .content{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
main .title {
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 18px;
    padding: 0 20px;
}
main .title .sharebox{
    float: right;
    margin-top: 18px;
}
main .video-box{
    position: relative;
    background: #252525;
    overflow: hidden;
}
main .video-box .video-content{
    position: relative;
    display: inline-block;
    width: 768px;
    height: 432px;
    transition:width 1s;
}
main .video-box iframe{
    width: 100%;
    height: 100%;
}
main .video-box img,main .video-box .iframe-close-full{
    display: none;
}
main .video-box.audio img{
    background: #252525;
    display: block;
    width: 100%;
    height: 392px;
    position: absolute;
    left: 0;
    top: 0;
}
main .video-box.audio .iframe-close-full{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #252525;
}
main .video-menu{
    transition:width 1s;
    position: absolute;
    right: 0;
    top: 0;
    height: 432px;
    width: 232px;
    background: #2d2d2d;
}
main .video-menu-btn{
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -27px;
    margin-right: -17px;
    height: 54px;
    width: 17px;
    cursor: pointer;
    background:  no-repeat;
    z-index: 1;
}
main .video-menu-btn.off{
    background:  no-repeat;
    margin-right: 0;
}
main .video-box .video-menu-content{
    white-space:nowrap;
    margin-left: 30px;
    padding-left: 15px;
    border-left: 1px solid #525252;
    min-height: 100%;
}
main .video-box .menu-title{
    font-size: 16px;
    color: #999;
    height: 50px;
    line-height: 50px;
}
main .video-box .menu-item{
    font-size: 14px;
    color: #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    word-wrap:break-word;
    white-space: pre-wrap;
    width: 155px;
}
main .video-box .menu-item:before{
    content: " ";
    width: 10px;
    height: 10px;
    background:  no-repeat;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px;
}
main .video-box .menu-item.active{
    color: #393;
}
main .video-box .menu-item.active:before{
    background:  no-repeat;
    width: 41px;
    height: 37px;
    left: -37px;
    margin-top: -19px;
}
main .video-box .menu-item.dis{
    color: #666;
}
main .video-box .menu-item.dis:before{
    background:  no-repeat;
}
main .video-box .video-menu-empty-info{
    position: absolute;
    left: 80px;
    top: 50%;
    color: #fff;
    white-space:nowrap;
}
main .list{
    background: #fff;
    font-size: 16px;
}
main .list ul{
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #f3f3f3;
    text-indent: 0;
}
main .list ul li{
    height: 105px;
    vertical-align: top;
}
main .list .icon,main .list .name{
    line-height: 105px;
}
main .list .icon{
    width: 80px;
    text-align: center;
}
main .list .icon img{
    max-height: 65px;
    max-width: 65px;
    vertical-align: middle;
}
main .list .name{
    width: 220px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
main .list .program{
    width: 230px;
    color: #393;
    padding-left: 30px;
    background:  no-repeat 5px center;
    position: relative;
}
main .list .programtitle{
    width: 230px;
    padding-left: 30px;
    line-height: 105px;
}
main .list .programnext{
    width: 220px;
    position: relative;
}
main .list .program:after,main .list .programnext:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
main .list .program .box,main .list .programnext .box{
    vertical-align: middle;
    display: inline-block;
    max-height: 45px;
    overflow: hidden;
    margin-top: 38px;
}
main .list .playbill{
    width: 198px;
    line-height: 105px;
    text-align: center;
}
main .list .playbill a{
    background: #fff;
    border:solid 1px #ddd;
    padding: 4px 10px;
    border-radius: 4px;
}
main .list .active{
    background: #f8f8f8;
}
.footer{
    margin-top: 0;
}