.live{
    height: 800px;
}
.live_tab {
    width: 100%;
}
.live_tab{
    height: 52px;
    margin: 50px auto 22px;
}
.live_tab li{
    float: left;
    width: 214px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    margin-right: 14px;
    border: 1px solid #f2e0b4;
    cursor: pointer;
}
.live_tab li.cur{
    background: #454134;
}
.live_box{
    width: 1200px;
    height: 675px;
}