.index_top {
    width: 1200px;
    margin: 0 auto 30px;
    overflow: hidden;
    height: 520px;
}
.index_top .index_top_left {
    float: left;
    width: 320px;
    overflow: hidden;
    margin-right: 35px;
}
.index_top .index_top_center {
    float: left;
    width: 468px;
    height: 510px;
    overflow: hidden;
    margin-right: 30px;
}
.index_top .index_top_right {
    float: left;
    width: 340px;
    height: 510px;
}
.index_top .index_top_left a dl {
    width: 320px;
    height: 240px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}
.index_top .index_top_left a dl dt img {
    width: 320px;
    height: 240px;
    display: block;
}
.index_top .index_top_left a dl dd {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_bottom_box {
    margin-top: 30px;
}
.main-wrap .home-top .top-left a dl, .top_bottom_box {
    width: 320px;
    height: 240px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}
.top_bottom_box ul li.nex_vt_gamevb1:nth-child(odd) {
    margin-right: 15px;
}
.top_bottom_box ul li.nex_vt_gamevb1 {
    float: left;
    width: 150px;
    position: relative;
    margin-bottom: 15px;
}
.nex_vt_game_vpic {
    width: 150px;
    height: 110px;
    border-radius: 4px;
}
.top_bottom_box ul li.nex_vt_gamevb1 a i {
    display: block;
    width: 30px;
    height: 30px;
    transition: all 0.2s linear;
    position: absolute;
    top: 40px;
    left: 65px;
    background: url(/static/img/video.png) center no-repeat;
}
.nex_vt_game_vtxt {
    width: 90%;
    padding: 0 5%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    color: #fff;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s linear;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_top .index_top_center .head-line {
    font-size: 20px;
}
.index_top .index_top_center .news-list {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.index_top .index_top_center .news-list a {
    display: block;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt30 {
    margin-top: 30px;
}
.index_top_right .top-right-top {
    margin-bottom: 25px;
}
.index_top_right .top-right-top a {
    color: #000;
    text-decoration: none;
    display: block;
}
.index_top_right .top-right-top a {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
}
.index_top_right .top-right-top a dt {
    float: left;
    width: 100px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
}
.index_top_right .top-right-top a dt img {
    width: 100%;
    height: 100%;
}
.index_top_right .top-right-top a dd {
    width: 218px;
    float: left;
    font-size: 16px;
    line-height: 24px;
}
.index_top_right .top-right-top a .leisure dd .tit {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.match_header {
    margin-bottom: 5px;
}
.match_tabs {
    margin-top: 15px;
    margin-bottom: 5px;
}
.match_tabs_wrap {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 15px;
}
.match_tabs_wrap::after {
    clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.match_tabs_wrap li {
    float: left;
    padding: 5px 10px;
    background: #FFF;
    border: solid 1px #DEDEDE;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-size: 14px;
}
.match_tabs_wrap li.active {
    border: solid 1px #040404;
}
.match_tabs_wrap li.active a {
    color: #040404;
}
.match_tabs_wrap li a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px -2px 0;
}
.icon-zhongyao {
    background: url(../img/sprite.png) -256px 0;
}
.icon-zuqiu {
    background: url(../img/sprite.png) 0 0;
}
.icon-lanqiu {
    background: url(../img/sprite.png) -32px 0;
}
.match-more_btn {
    font-size: 14px;
    padding-left: 15px;
}
.match_date {
    font-size: 16px;
    padding: 15px 0;
}
.view_left {
    width: 820px;
    float: left;
    margin-right: 40px;
}
.view_right {
    float: left;
    width: 340px;
}
.match_body {
    padding: 10px 0;
}
.match-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px;
    border-bottom: solid 1px #dedede !important;
}
.match-item .info_left {
    display: flex;
    align-items: center;
}
.match-item:nth-child(2n) {
    background: #fafafa;
}
.match-item .info_left .time {
    display: inline-block;
    width: 75px;
}
.match-item .info_left .league {
    display: inline-block;
    width: 80px;
    padding-right: 20px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}
.match-item .info_center {
    display: flex;
}
.match-item .info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 130px;
}
.match-item .info_center .home {
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-item .info_center .home .left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start;
}
.match-item .info_center .home .left > img {
    width: 30px;
    max-height: 30px;
    margin-right: 5px;
}
.match-item .info_center .home .left .text {
     display: inline-block;
     width: 100px;
     height: 20px;
     word-break: break-all;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     overflow: hidden;
     padding-left: 10px;
     text-align: left;
}

.match-item .info_center .away {
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-item .info_center .away .right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end;
}
.match-item .info_center .away .right > img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px;
}
.match-item .info_center .away .right .text {
    display: inline-block;
    width: 100px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.match-item .info_right {
    box-sizing: border-box;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: solid 1px #999999;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
    width: 95px;
    text-align: center;
}
.match-item .info_right a {
    color: #999999;
}
.match-item .info_right.start {
    border: solid 1px #040404;
}
.match-item .info_right.start a {
    color: #040404;
}
.match-item .info_right.end {
    border: solid 1px #333333;
    background: linear-gradient(90deg, #292E2E 0%, #0f1852 50%, #292E2E 100%);
}
.match-item .info_right.end a {
    color: #FFFFFF;
}
.tags-list {
    padding-top: 25px;
}
.tag {
    background-color: #ffffff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #040404;
    border: 1px solid #040404;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    margin-bottom: 5px;
}
.hot_liansai_list {
    background: #fff;
    padding: 6px 0 0 0;
    border-top: 0;
}
.hot_liansai_list li {
    width: 87px;
    height: 87px;
    margin: 7px;
    float: left;
    border: 1px solid #eee;
    border-radius: 5px;
}
.hot_liansai_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-flow: column;
}
.hot_liansai_list li .qtdw_img img {
    width: 60px;
    height: 60px;
}
.hot_liansai_list  li .qtdw_name {
    margin-top: 5px;
}
