<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0px;
    margin: 0px;
}

.stretch, .clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}

.clearfix:after, .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html &gt; body .clearfix, * html &gt; body .content {
    width: 100%;
}

* html .clearfix, * html .content {
    height: 1%;
}

html .clearfix, html .content {
    height: 1%;
}

/* end clearing */

body {
    overflow: auto;
    min-width: 1150px;
    background: #F2F3F5;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    -webkit-font-smoothing: antialiased;
    line-height: normal;
}


label {
    cursor: hand
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
    margin: 0px;
    padding: 0;
    text-align: left;
}

img {
    border: 0;
    margin: 0;
}

form {
    margin: 0px;
    padding: 0px
}

input, select {
    font-size: 12px;
    vertical-align: middle
}

a, table, div, p, ul, li, td, pre, dt, dd, select, input, textarea {
    font-weight: normal;
    font-size: 12px;
    font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, sans-serif, tahoma, arial, simsun, \5B8B\4F53;
}

li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #4388c5;
}

a.noline {
    text-decoration: none;
}

.text_left {
    width: 120px;
    text-align: right;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box !important; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.shape {
    width: 20px;
    margin: 0 8px;
    font-weight: bold;
}

.text_right {
    font-weight: bold;
    width: 120px;
    text-align: left;
}

.time {
    margin: 0 20px;
    font-weight: bold;
}

.blue {
    color: #4388c5;
}

.align_items {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.league {
    margin-right: 10px;
}

.leftDouble, .leftSingle {
    text-align: right;
}

.leftSingle, .rightSingle {
    width: 150px;
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.noData {
    text-align: center !important;
    padding: 30px 0 !important;
    font-size: 16px !important;
    color: #333333 !important;
    background: #ffffff !important;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*é¡¶éƒ¨*/
.nba-header {
    position: relative;
    background: #000000;
    height: 80px;
    width: 100%;
}

.nba-header_log {
    float: left;
    margin: 10px 0 10px;
}

.nba-header_log &gt; a &gt; img {
    width: auto;
    height: 40px;
}

.nba-header_log a {
    display: inline-block;
    margin: 10px 0 10px;
}

.nba-header_navbar {
    float: left;
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    padding-left: 20px;
}

.nba-header_navbar li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 100%;
    width: 76px;
}

.nba-header_navbar li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bolder;
    transition: all 0.2s;
    height: 100%;
    line-height: 80px;
    width: 100%;
    text-align: center;
}

.nba-header_navbar li a:hover, .nba-header_navbar li a.active {
    background: #0053be;
    color: #ffffff;
}

.container-main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
}

.main {
    float: left;
    width: 800px;
    min-height: 500px;
    position: relative;
    margin-bottom: 50px;
}

.aside {
    width: 380px;
    padding-left: 20px;
    position: relative;
    float: left;
}

.wrap-box {
    overflow: hidden;
    position: relative;
    width: 800px;
    background: #FFFFFF;
    border-radius: 5px;
}

.wrap-box_title {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 10px 20px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    box-sizing: border-box;
}

.wrap-box_title::before {
    content: '';
    background-image: url(/static/fonts/hot.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 3px;
}

.wrap-daily_title {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 10px 20px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    box-sizing: border-box;
}

.wrap-daily_title::before {
    content: '';
    background-image: url(/static/images/awesome-play-circle.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 3px;
    padding-left: 8px;
}

.match_block {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.188rem;
    color: #333333;
    margin: 8px 20px;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}

.match_block &gt; a {
    display: flex;
    align-items: center;
}

.match_block a .state.incoming {
    color: #999999;
    background: #F3F3F3;
}

.match_block a .state.live {
    color: #F82A2A;
    background: #FFF2F2;
}

.match_block a .state.end {
    color: #4388c5;
    background: #F2F8FF;
}

.match_block a .state {
    width: 10%;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0;
    font-weight: bold;
}

.match_block a div {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.match_block a time {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 15%;
}

.match_block a .type {
    width: 10%;
    font-weight: bold;
}

.match_block a .match_name {
    width: 36%;
    text-align: center;
    display: flex;
    align-items: center;
}

.match_block a .resource.gray {
    color: #FFFFFF;
    background: #999999;
}

.match_block a .resource {
    width: 10%;
    text-align: center;
    margin-left: 60px;
    border-radius: 3px;
    padding: 4px 10px;
    font-weight: bold;
}

.match_block a .resource.blue {
    color: #FFF;
    background: #4388c5;
}

.match_block a .resource.gray {
    color: #FFFFFF;
    background: #999999;
}

.match_block a .resource.red {
    color: #FFFFFF;
    background: red;
}

.wrap-panel {
    width: inherit;
    overflow: hidden;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 5px;
}

.wrap-panel_title {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 10px 15px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    box-sizing: border-box;
}

.wrap-panel_title &gt; h4 {
    font-weight: bold;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    position: relative;
}

.wrap-panel_title &gt; h4::before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 6px;
    height: 16px;
    background-image: linear-gradient(to right, red, #4388c5);
    margin-right: 3px;
}

.wrap-panel_body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.wrap-panel_body .tag_box ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.wrap-panel_body .tag_box li {
    flex: 1 0 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tag_box li {
    float: left;
}

.wrap-panel_body .tag_box li a {
    margin: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wrap-panel_body .tag_box li a:hover {
    background: #4388c5;
    color: #ffffff;
}

.tag_box li a {
    display: block;
    line-height: 22px;
    padding: 0 6px;
    font-size: 14px;
    color: #666;
    margin: 4px 0 0 3px;
}

.tag_box a {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    flex: 1 0 30%;
    background: #F5F5F5;
    border: 1px solid #EEEEEE;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1.888rem;
    color: #999999;
}

.base-list_box {
    width: 100%;
    margin-right: 10px;
}

.base-list_item {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.base-list_box .base-list_item a, .base-list_box .rank .rank_list_new a {
    background: unset;
    border: none;
    font-size: 0.875rem;
    color: #000000;
}

.base-list_item a {
    line-height: 34px;
    margin: 0;
    padding: 0;
    height: 34px;
    overflow: hidden;
    width: 330px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.base-list_item a:hover {
    color: #4388c5;
    font-weight: bold;
}

.base-list_box .base-list_item .icon {
    content: '';
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/static/images/video-inactive.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrap-schedule {
    border-radius: 5px;
}

.wrap-schedule_card {
    background: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 5px;
}

.wrap-schedule .date {
    text-align: left;
    display: inline-block;
    margin-top: 15px;
    background: #EEEEEE;
    border-radius: 0 10px 10px 0;
}

.wrap-schedule .date p {
    padding: 2px 10px;
    font-size: 0.75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1rem;
    color: #333333;
}

.wrap-schedule .list {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.188rem;
    color: #333333;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.wrap-schedule .list &gt; li.item {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0;
    line-height: 20px;
    font-size: 14px;
}

.wrap-schedule .list &gt; li.item .leftSingle {
    display: flex;
    align-items: center;
}

.wrap-schedule .list &gt; li.item .leftSingle img {
    width: 35px;
    max-height: 35px;
    margin-right: 10px;
}

.wrap-schedule .list &gt; li.item .rightSingle {
    display: flex;
    align-items: center;
    justify-content: right;
}

.wrap-schedule .list &gt; li.item .rightSingle img {
    width: 35px;
    max-height: 35px;
    margin-left: 10px;
}

.wrap-schedule .list .item div.align_items {
    width: 60px;
}

.wrap-schedule .list .item .date-type {
    display: flex;
}

.wrap-schedule .list a {
    font-weight: bold;
    font-size: 14px;
}

.wrap-schedule .list .item .align_items {
    margin-right: 20px;
}

.wrap-schedule .time.align_items {
    margin-left: 0px !important;
}

.wrap-schedule .item div.align_items {
    width: 110px;
}

.wrap-schedule .item .align_items {
    margin-right: 20px;
}

.wrap-schedule .list .item .align_items .text-ignore {
    font-weight: bold;
    font-size: 14px;
}

.wrap-schedule .list .item .align_items .vs {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.wrap-schedule .list .item .signal {
    display: block;
    width: 14%;
    text-align: center;
    padding: 4px 10px;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.188rem;
    color: #999999;
    border-radius: 3px;
    margin: 0 0 0 auto;
}

.wrap-schedule .list .item .signal.incoming {
    color: #fff;
    background: #929292;
    border: none;
}

.wrap-schedule .list .item .signal.live {
    color: #fff;
    background: #F93231;
    border: none;
}

.wrap-schedule .list .item .signal.end {
    color: #fff;
    background: #4388c5;
    border: none;
}

.footer {
    clear: both;
    background: #000000;
    font-size: 14px;
    border-top: 6px solid #e10000;
    padding: 20px 0;
}

.footer p {
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    padding-top: 15px;
}

.footer .record {
    margin-left: 5px;
    color: #ffffff;
    text-decoration: revert;
}

.video_title {
    display: inline-flex;
    text-align: left;
    margin-top: 15px;
    padding-left: 20px;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.video_title img {
    width: 20px;
    height: 20px;
    align-self: center;
    margin-right: 4px;
}

.video_list {
    overflow: hidden;
}

.video_list &gt; ul {
    width: 100%;
    float: left;
}

.video_list &gt; ul &gt; li {
    float: left;
    width: 45%;
    margin-top: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0px;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 10px;
}

.video_list &gt; ul &gt; li &gt; img {
    width: 20px;
    margin-right: 6px;
    filter: grayscale(100%);
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
}

.video_list &gt; ul &gt; li &gt; a {
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_list &gt; ul &gt; li:hover a {
    color: #4388c5;
    font-weight: bold;
}

.video_list &gt; ul &gt; li:hover &gt; img {
    filter: unset;
    opacity: 1;
}

.video_news_list {
    overflow: hidden;
}

.video_news_list &gt; ul {
    width: 100%;
    float: left;
}

.video_news_list &gt; ul &gt; li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
}

.video_news_list &gt; ul &gt; li &gt; a {
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 180px;
    height: 135px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 5px;
}

.video_article_play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url(/static/images/play-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.video_news_list &gt; ul &gt; li &gt; a img {
    width: 180px;
    height: 135px;
    transition: all 0.6s ease;
}

.video_news_list &gt; ul &gt; li .detail {
    position: relative;
    width: calc(100% - 180px);
    padding: 20px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video_news_list &gt; ul &gt; li .detail p &gt; a {
    font-size: 20px;
    font-weight: bold;
}

.video_news_list &gt; ul &gt; li .detail .detail-footer {
    display: flex;
    align-items: center;
}

.video_news_list &gt; ul &gt; li .detail .detail-footer time {
    font-size: 16px;
}

.pagination-base .pagination li {
    float: left;
    margin-right: 15px;
}

.pagination-base .pagination li &gt; a {
    padding: 8px 15px;
    background: #ffffff;
    color: #4388c5;
    font-weight: bold;
    border-radius: 3px;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.pagination-base .pagination li.active &gt; a {
    padding: 8px 15px;
    background: #4388c5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.team-box {
    float: left;
    width: 1200px;
    position: relative;
    margin-bottom: 50px;
}

.team-box_title {
    height: 50px;
    line-height: 50px;
    background-color: #0f6db4;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    padding-left: 15px;
}

.team-box_row {
    display: flex;
}

.team-box_col {
    flex: 1;
    background-color: #fff;
    border-right: 2px solid #EFEFEF;
}

.team-box_col.title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: #032f4f;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
}

.team-box_col .team-item {
    display: flex;
    box-sizing: border-box;
    padding: 15px;
}

.team-box_col .team-item:nth-last-of-type(even) {
    background-color: #f6f6f6;
}

.team-box_col .team-item .team-img {
    width: 64px;
    height: 64px;
}

.team-box_col .team-item .detail {
    padding-left: 15px;
}

.team-box_col .team-item .detail .more {
    padding-top: 15px;
}

.team-box_col .team-item .detail .more &gt; a {
    font-size: 14px;
    margin-right: 15px;
}

.team-box_col .team-item .detail &gt; a {
    display: inline-block;
    font-size: 16px;
    color: #356da0;
}

.team-info {
    width: 100%;
}

.team-info .title {
    text-align: center;
}

.team-info .title img {
    width: 120px;
    height: 120px;
}

.team-info .title .name {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
}

.dataking {
    overflow-x: auto;
}

.dataking-tab {
    display: flex;
    width: 100%;
}

.dataking-tab &gt; li {
    flex: 1;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
}

.dataking-tab &gt; li.active {
    color: #4388c5;
    border-bottom: solid 3px #4388c5;
}

.dataking-panel {
    display: none;
    padding: 5px;
    width: 100%;
}

.dataking-panel .team {
    display: flex;
    width: 100%;
    padding-top: 15px;
}

.dataking-panel.active {
    display: block;
}

.dataking-panel .team &gt; div {
    flex: 1;
}

.team-index-tabs {
}

.team-index-tab {
    display: flex;
}

.team-index-tab &gt; li {
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}

.team-index-tab &gt; li.active {
    background: #4388c5;
    color: #ffffff;
    font-weight: bold;
}

.team-index-tab &gt; li:hover {
    background: #4388c5;
    color: #ffffff;
    font-weight: bold;
}

.team-index-tab.right &gt; li {
    flex: unset !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    padding: 0 15px;
}

.team-index-tab.right &gt; li {
    background: #dedede;
}

.team-index-tab.right &gt; li.active {
    background: #ffffff !important;
    color: #4388c5;
    font-weight: bold;
}

.wrap-box_table {
    padding: 5px;
    box-sizing: border-box;
    background: #ffffff;
}

.table {
    width: 100%;
    border: solid 1px #dedede;
    margin: 0;
}

.table &gt; tbody th {
    height: 35px;
    font-size: 12px;
    background: #316491;
    color: #ffffff;
}

.table &gt; tbody td {
    height: 35px;
    font-size: 14px;
    text-align: center;
}

.table &gt; tbody tr:nth-last-of-type(even) {
    background: #EFEFEF;
}

.wrap-box_table .table {
    display: none;
}

.wrap-box_table .table.active {
    display: table;
}

.duibi-box {
    padding: 15px;
    border-bottom: solid 1px #EFEFEF;
}

.duibi-box_head {
    display: flex;
}

.duibi-box_head .left, .duibi-box_head .right {
    flex: 1;
    display: flex;
    align-items: center;
}

.duibi-box_head .left {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    justify-content: right;
}

.duibi-box_head .vs {
    width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.duibi-box_head .align_text {
    width: 120px;
    text-align: center;
    font-size: 16px;
}

.duibi-box_head .right {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.duibi-box_head .progress {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #4a8ef5;
}

.duibi-box_head .progress.red {
    background: #e10000;
}

.match_play_container {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 20px;
}

.bg-lanqiu {
    background: url("images/web-basketball.png") no-repeat;
}

.match_details {
    background-size: cover;
    height: 230px;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    justify-items: center;
    align-items: center;
}

.match_details div {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.match_vs_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.match_details div p {
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.live-info {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    font-size: 14px;
}

.live-info .live_address {
    display: flex;
    width: 120px;
    position: relative;
    align-items: center;
}

.live_address span {
    font-weight: 400;
    font-size: 14px;
}

.icon_signal_new {
    background-image: url(/static/images/material-live-tv.png);
    height: 18px;
    width: 28px;
    background-repeat: no-repeat;
    margin-right: 3px;
}

.live-info {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    font-size: 14px;
}

.signalCon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.signalCon a {
    margin: 3px 0;
    margin-right: 5px;
}

.signalCon_list {
    border: 1px solid #4388c5;
    border-radius: 4px;
    background: #fff;
    margin: 2px 10px 0 0;
    color: #000;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
    padding-top: 7px;
}

.signalCon_list &gt; h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 6px;
    box-sizing: border-box;
}

.signalCon_list &gt; p {
    height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 290;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

.signalCon_listD {
    line-height: 28px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    color: #CBCBCB;
    display: flex;
    align-items: center;
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.luxiang_box {
    margin-bottom: 30px;
    width: 800px;
    border-radius: 5px;
}

.luxiang_box div div {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.313rem;
    color: #000000;
}

.luxiang_box_date {
    text-align: left;
    display: inline-block;
    display: flex;
    padding-left: 20px;
    padding-top: 10px;
}

.recordname_list {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    padding-bottom: 15px;
}

.recordname_list &gt; ul {
    width: 100%;
}

.recordname_list &gt; ul &gt; li {
    width: 48%;
    margin-top: 16px;
    padding: 0 0px;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-left: 15px;
}

.recordname_list &gt; ul &gt; li &gt; img {
    width: 20px;
    margin-right: 6px;
    filter: grayscale(100%);
}

.recordname_list &gt; ul &gt; li &gt; a {
    font-size: 14px;
    line-height: 21px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.cctv_match_title {
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    height: 31px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 1px;
}

.cctv_icon {
    background-image: url(/static/images/video_lanqiu.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    position: absolute;
    margin-top: 1px;
}

.cctv_match_title_text {
    padding-left: 24px;
}

.player-box {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.player-box a {
    display: block;
    position: relative;
}

.player-box a::after {
    content: "";
    background-image: url(/static/images/play-btn.png);
    height: 100px;
    width: 100px;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-62%, -50%);
}
.content_box {
    height: auto;
    margin: 0 auto 0;
    position: relative;
}
.content_block_left {
    width: 800px;
    height: auto;
    float: left;
    margin-bottom: 50px;
}
.articles_text_box {
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}
.news_content {
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
}
.articles_text {
    padding: 0 40px 28px;
    font-size: 16px;
    color: #333;
}
.articles_text .title {
    margin-top: 20px;
}
.articles_text .title h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #262626;
}
.articles_text .title time {
    display: block;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
    margin-top: 20px;
}
.articles_text p {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 36px;
    color: #262626;
}
.articles_text img {
    display: block;
    margin: 0 auto;
    width: 650px;
    height: 342px;
}
.articles_tag_text ul {
    display: flex;
    flex-wrap: wrap;
}
.articles_tag_text li {
    height: 44px;
    background: #f5f5f5;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 20px 15px 0;
}
.articles_tag_text li a {
    display: block;
    padding: 0 20px;
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.reading_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #fff;
    float: right;
    border-radius: 5px;
}
.news_content .wenda .header {
    width: 95px;
}

.news_content .header {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    height: 21px;
    padding: 12px 20px;
    width: 125px;
}
.news_content {
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
}
.image-container .header_container, .pic_content .header_container, .news_content .header_container {
    border-bottom: 1px solid #E1E1E1;
}
.glyphicon-circle-arrow-up {
    position: fixed;
    display: none;
    font-size: 35px;
    right: 8px;
    color: #000;
    bottom: 60px;

}
.glyphicon-circle-arrow-up img {
    width: 50px;
    height: 50px;
}
.base-list_box .ranking_hd {
    display: flex;
    font-size: 14px
}
.base-list_box .ranking_hd span {
    text-align: left;
}
.base-list_box .base-list-ranking_item {
    display: flex;
    font-size: 14px;
    padding-bottom: 10px;
}
.base-list_box .base-list-ranking_item span {
    text-align: left;
}
.base-list_box .base-list-ranking_item a {
    font-size: 14px;
    color: #4388c5;
}
.ranking_tag {
    text-align: center;
    padding: 10px 0;
}


@media screen and (max-width: 1000px) {
    body {
        min-width: unset;
        padding-top: 103px;
    }

    .container {
        width: 100%
    }

    .container-main {
        width: 100%
    }

    .main {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .nba-header {
        height: initial;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
    }

    .nba-header .container {
        overflow: hidden;
    }

    .nba-header_log {
        float: none;
    }

    .nba-header_log a {
        margin: 0;
        padding-left: 15px;
    }

    .nba-header_navbar {
        float: none;
        display: flex;
        padding-left: 0;
        widths: unset;
        height: 40px;
        background: #0053be;
white-space: nowrap; /*é˜²æ­¢å…ƒç´&nbsp;æ¢è¡Œ*/
overflow-x: scroll; /*è®¾ç½®æ»šåŠ¨æ¡*/
-webkit-overflow-scrolling: touch; /*å¢žå¼ºæ»šåŠ¨ä½“éªŒ*/
    }

    .nba-header_navbar li {
        float: none;
        height: 40px;
        line-height: 40px;
        width: unset;
        flex: 1;
    }
    
    .nba-header_navbar li a:hover, .nba-header_navbar li a.active {
        background: #e10000;
    }

    .nba-header_navbar li a {
        line-height: unset;
    }

    .wrap-box {
        width: 100%;
    }

    .wrap-panel {
        margin-bottom: 10px;
    }

    .wrap-schedule .list .item .align_items {
        display: block;
        margin-right: 10px;
    }

    .wrap-schedule .list &gt; li.item {
        padding: 10px 0;
    }

    .wrap-schedule .list &gt; li.item .rightSingle {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .wrap-schedule .list &gt; li.item .rightSingle img {
        margin-left: 0;
        margin-right: 10px;
    }

    .wrap-schedule .list .item .align_items .vs {
        margin-left: 10px;
    }

    .wrap-schedule .list .item .date-type {
        display: block;
        flex: 1;
    }

    .wrap-schedule .list .item .signal {
        width: 50%;
        padding: 10px;
    }

    .aside {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    .footer p {
        font-size: .75rem;
        padding: 10px;
    }

    .video_list &gt; ul &gt; li {
        float: none;
        width: 90%;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .wrap-box.mb-30 {
        margin-bottom: 10px;
    }

    .video_news_list &gt; ul &gt; li &gt; a {
        width: 120px;
        height: 85px;
    }

    .video_news_list &gt; ul &gt; li &gt; a img {
        width: 120px;
        height: 85px;
    }

    .video_news_list &gt; ul &gt; li .detail {
        flex: 1;
        padding: 0;
    }

    .video_news_list &gt; ul &gt; li .detail p &gt; a {
        font-size: 1rem;
    }

    .pagination-base .pagination {
        padding: 10px;
    }

    .pagination-base .pagination &gt; li {
        margin-bottom: 15px;
        margin-right: 10px;
    }

    .pagination-base .pagination li &gt; a {
        font-size: 12px;
        padding: 5px;
    }

    .pagination-base .pagination li.active &gt; a {
        font-size: 12px;
        padding: 5px;
    }

    .team-box {
        width: 100%;
    }

    .team-box_col .team-item {
        display: block;
        text-align: center;
    }

    .team-box_col .team-item .detail {
        padding: 0;
    }

    .wrap-box_table {
        overflow-x: auto;
    }

    .tables {
        width: 912px;
    }

    .duibi-box {
        zoom: 80%;
    }

    .luxiang_box {
        width: 100%;
    }

    .recordname_list &gt; ul &gt; li {
        width: 95%;
        float: none;
    }

    .live-info {
        display: block;
        padding: 0;
        margin-top: 15px;
    }

    .live-info .live_address {
        margin-bottom: 10px;
    }

    .signalCon {
        zoom: 85%;
    }

    .icon_signal_new {
        margin: 0;
    }
    .player-box a img {
        width: 95%;
        height: 247px;
    }
    .cctv_match_title {
        height: initial;
    }
    .player-box a::after {
        height: 60px;
        width: 60px;
    }
    .content_block_left {
        width: 100%;
        float: none;
    }
    .articles_text img {
        width: 100%;
        height: unset;
    }
    .articles_text .title h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .articles_text {
        padding: 10px 14px;
        box-sizing: border-box;
    }
}

.zc_page{margin:5px}
.zc_page li{display:inline;padding:5px;margin:5px}
.navs {padding:10px}
.navs a{font-size:14px;line-height:34px;height:34px;background:#f1f1f1;padding:3px 10px;margin:5px 5px 0 0;border-radius:3px;transition:all .2s;color:#525252;white-space:nowrap;}
.navs a:hover{background:#BF303F;color:#fff}</pre></body></html>