
body {
    background: #FFFFFF;
}

.tab-title {
    margin: 20px 0;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #DDDDDD;
}

.tab-title span, .tab-title a {
    display: inline-block;
    height: 100%;
    padding: 0 30px;
    line-height: 35px;
    font-size: 12px;
    color: #666666;
    vertical-align: top;
}

.tab-title span {
    width: 42px;
    padding: 0 20px;
    background: #f3f3f3;
    color: #999999;
    border-right: 1px dotted #ddd
}

.tab-title a.active {
    color: #0086c6;
}

.tab-title {
    margin-top: 0;
    margin-bottom: 0;
}

.open-tab {
    margin-top: 20px;
    border-bottom:1px solid #ddd;
}

.choose{
    line-height: 50px;
}

.choose span,
.choose a{
    font-size: 12px;
    color: #666;
}

.choose a{
    display: inline-block;
    margin-right: 30px;
}

.choose a.has-icon{
    padding-right:8px;
    background: url("../img/arrow-down-blue.png") no-repeat right center;
}
.choose a.has-icon.asc{
    background-image: url("../img/arrow-up-blue.png")
}

.live-list{
    margin-bottom: 20px
}

.live-list li{
    float: left;
    width: 536px;
    margin: 0 24px 22px 0;
}

.live-list li:nth-child(even){
    margin-right: 0;
}

.live-list .box{
    width: 100%;
    height:178px;
    border:1px solid #00a0e9;
}

.live-list .video{
    position: relative;
    float: left;
    width: 292px;
    height:100%;
}

.live-list .video>img{
    float: left;
    width: 100%;
    height: 100%;
}

.live-list  .state{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 100;
}

.live-list .state span{
    display: block;
    width: 240px;
    height:28px;
    margin: 75px auto 0 auto;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #0086c6;
    background-color: #c0c4c7;
    border-radius: 14px;
}

.live-list .video label{
    position: absolute;
    top:0;
    right:0;
    padding:0 5px 0 7px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background: #0086c6;
    border-bottom-left-radius: 5px;
    z-index: 111;
}

.live-list .person{
    margin-left: 302px;
    padding:10px;
}

.live-list .person>img{
    float: left;
    width: 70px;
    height:70px;
}

.live-list .msg{
    margin:4px 0 0 98px;
}

.live-list .msg p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.live-list .brief{
    height:48px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more{
    float: right;
    margin-top: 10px;
    padding-right:12px;
    font-size: 12px;
    color: #2294e2;
    background: url("../img/arrow-right-blue.png") no-repeat right center;
}

.title-box .title{
    font-size: 16px;
    line-height: 36px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.title-box .now{
    font-size: 16px;
    color: #f04d0c;
}

.title-box .before{
    margin-left: 20px;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.title-box .apply{
    float: right;
    width: 162px;
    height: 34px;
    margin: 12px 0;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    background-color: #0086c6;
    border-radius: 5px;
    margin-right: -2px;
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}

.title-box .apply:hover{
    background:#075b84;
}