/*决赛圈 start*/
.stage_con{
    height: 275px;
    margin-top: 45px;
    background: url("../img/stage1_bg.png") no-repeat center;
}
.stage_tab ul{
    overflow: hidden;
}
.stage_tab ul li{
    width: 595px;
    height: 52px;
    float: left;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    line-height: 52px;
}
.stage_tab ul li:first-child{
    margin-right: 10px;
}
.vc li{
    float: left;
    width: 198px;
    height: 160px;
    margin-right: 18px;
}
.vc li a .pic{
    width: 198px;
    height: 112px;
    position: relative;
}
.vc li a .pic img.vid_img{
    width: 198px;
    height: 112px;
    border: 0px;
}
.vc li:hover a .pic img.vid_img{
    width: 191px;
    height: 106px;
    border: 3px solid #f2e0b4;
}
.play{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -13px;
}
.desc{
    color: #b0b0b0;
    line-height: 17px;
    margin-top: 5px;
}
.vc li:hover .desc{
    color: #f2e0b4;
}
.video_con{
    width: 1060px;
    height: 160px;
    overflow: hidden;
    margin: 43px auto 0px;
}
.video_box{
    position: relative;
    overflow: hidden;
}
.lr ul,.lr .pageState{
    display: none;
}
.lr a{
    display: block;
    float: left;
    width: 18px;
    height: 35px;
    position: absolute;
}
a.prev{
    background: url("../img/left.png") no-repeat center;
    left: 30px;
    top: 89px;
}
a.prev:hover{
    background: url("../img/left_hover.png") no-repeat center;
}
a.next{
    background: url("../img/right.png") no-repeat center;
    right: 30px;
    top: 89px;
}
a.next:hover{
    background: url("../img/right_hover.png") no-repeat center;
}
/*决赛圈 over*/


/*赛事相关 start*/
.match_about_box{
    height: 244px;
    margin-top: 40px;
    background: url("../img/match_about_bg.png") no-repeat center;
}
.vc_b li{
    float: left;
    width: 247px;
    height: 195px;
    margin-right: 22px;
}
.vc_b li a .pic{
    width: 247px;
    height: 140px;
    position: relative;
}
.vc_b li a .pic img.vid_img{
    width: 247px;
    height: 140px;
    border: 0px;
}
.vc_b li:hover a .pic img.vid_img{
    width: 241px;
    height: 134px;
    border: 3px solid #f2e0b4;
}
.vc_b li:hover .desc{
    color: #f2e0b4;
}
.vc_b li a{
    display: block;
    width: 100%;
    height: 100%;
}
/*赛事相关 over*/