.content_boxt{margin-bottom: 20px;}
.content_boxt a{text-decoration: none;}
.content_left{
    min-height: 725px;
    background: #fff;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    padding-bottom: 20px;
}
.content_left .content_match {
    height: auto;
    /* margin: 0 20px; */
}
.content_match .content_match_text {
    margin-top: 20px;
}

.content_match .content_match_text:last-of-type .topic_match_list .list_block:last-of-type {
    border-bottom: 0;
    box-shadow: none;
}

.content_match .content_match_text:last-of-type .topic_match_list .list_block{
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.topic_match_list .list_block:last-child{
    border-bottom: 0;
    box-shadow: none;
}
.content_match .content_match_text .topic_match_list .list_block:last-child{
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.content_match_text>h6 {
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin:0 20px;
}
.content_match_text>h6 time{
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}
.content_match_text>h6>time:nth-child(1) {
    font: 12px/12px "microsoft yahei";
    width: 100px;
    color: #999;
    font-weight: 400;
    line-height: 24px;
    background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, #EEEEEE 100%);
}
.content_left .content_match_tab {
    /*height: 40px;*/
    line-height: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}
.content_left .content_match_fixed{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
}
.content_left .content_match_fixed a{
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 100px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content_left .content_match_fixed a .day{
    font-size: 14px;
}
.content_left .content_match_fixed a .date{
    font-size: 16px;
}
.content_box .content_match_fixed a .tagLine{
    display: none;
}
.content_left .content_match_fixed a.active .day,.content_left .content_match_fixed a:hover .day,.content_left .content_match_fixed a.active .date,.content_left .content_match_fixed a:hover .date{
    font-weight: bold;
}
.content_left .content_match_fixed a.active,.content_left .content_match_fixed a:hover {
    color: #166d9f;
    font-weight: bold;
    border: 1px solid #166d9f;
    position: relative;
}
.content_match_fixed a.active .tagLine, .content_match_fixed a:hover .tagLine{
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #166d9f;
    border-radius: 0px 0px 2px 2px;
}
.content_match_tab li {
    float: left;
}
.content_match_tab li a {    
    display: block;
    width: 200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #166d9f;
    border: 1px solid #166d9f;
    padding: 10px 0;
    background: #ffffff;
}
.content_match_tab li:first-child a{
    border-radius: 4px 0px 0px 4px;
}
.content_match_tab li:last-child a{
    border-radius: 0px 4px 4px 0px;
}
.content_match_tab li a.active {
    background: #166d9f;
    color: #fff;  
}
.content_match_sheng {
    background: #f5f5f5;
    opacity: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 20px;
    border-radius: 20px 0px 0px 20px;
}
.content_match_sheng>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.topic_match_list.match_list .list_block .list_row .state.red_left{

    background: #FFE9E9;
    color: #FF2A2A;
}
.topic_match_list.match_list .list_block .list_row .state.blue_left{
    background: #F5F5F5;
    color: #000000;
}
.topic_match_list.match_list .list_block{
    display: flex;
    justify-content: space-between;
}
.topic_match_list.match_list .list_block .action_btns{
    display: flex;
    align-items: center;
}

.topic_match_list.match_list .list_block .complete_all{
}
.topic_match_list.match_list .list_block .nocomplete_all{
    width: 455px;
}
.topic_match_list.match_list .list_block .action_btns a{
    padding: 0 16px;
    height: 36px; line-height: 36px; 
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    opacity: 1;
    border-radius: 4px;
    margin: 0 10px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #999999;
}
.topic_match_list.match_list .list_block .action_btns a:first-child{
    margin-left: 35px;
}
.topic_match_list.match_list .list_block .action_btns a:last-child{
    margin-right: 0;
}
.topic_match_list.match_list .list_block .action_btns a:hover,.topic_match_list.match_list .list_block .action_btns a.active{
    background: linear-gradient(180deg, #166d9f 0%, #389fd1 100%);
    color: #FFFFFF;
}
/* match end*/
/* match topic*/
.topic_match_box.hot_match_list .topic_tag_title h1,.video_section.hot_video .video_title h1,.rank_section.sport_rank .tocr_block_title h1,.data_content .data_table_schedule .schedule_header h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
    display: flex;
    align-items: center;
}
.topic_match_box.hot_match_list .topic_tag_title h1 img,.video_section.hot_video .video_title h1 img, .rank_section.sport_rank .tocr_block_title h1 img, .data_content .data_table_schedule .schedule_header h1 img{
    margin-right: 3px;
}
.topic_match_box.hot_match_list .topic_tag_title a,.video_section.hot_video .video_title a, .rank_section.sport_rank .tocr_block_title a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.topic_match_box.hot_match_list .topic_match_list .list_block .state.blue{
    background: #017BD1;
    color: #ffffff !important;
}
.topic_match_box.hot_match_list .topic_match_list .list_block .state.red{
    background: linear-gradient(90deg, #F63030 0%, #FF6E6E 100%);
}
.topic_match_list.match_list .list_block .list_row .state.red_left{

    background: #FFE9E9;
    color: #FF2A2A;
}
.topic_match_list.match_list .list_block .list_row .state.blue_left{
    background: #F5F5F5;
    color: #000000;
}
.topic_match_list.match_list .list_block{
    display: flex;
    justify-content: space-between;
    height: 67px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}
.topic_match_list.match_list .list_block .action_btns{
    display: flex;
    align-items: center;
}

.topic_match_list.match_list .list_block .complete_all{
}
.topic_match_list.match_list .list_block .nocomplete_all{
    width: 455px;
}
.topic_match_list.match_list .list_block .action_btns a{
    padding: 0 16px;
    height: 36px; line-height: 36px; 
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    opacity: 1;
    border-radius: 4px;
    margin: 0 10px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #999999;
}
.topic_match_list.match_list .list_block .action_btns a:first-child{
    margin-left: 35px;
}
.topic_match_list.match_list .list_block .action_btns a:last-child{
    margin-right: 0;
}
.topic_match_list.match_list .list_block .action_btns a:hover,.topic_match_list.match_list .list_block .action_btns a.active{
    background: linear-gradient(180deg, #166d9f 0%, #389fd1 100%);
    color: #FFFFFF;
}
.topic_match_list .list_block .a,.topic_match_list .list_block .list_row{
    height: 68px;
    display: flex;
    align-items: center;
    color:#000000;
    font-size: 16px;
}

.topic_match_list .list_block .gray_left {
    color: #666;
    border-color: #666;
}

.topic_match_list .list_block .state {
    float: left;
    width: 72px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    background: linear-gradient(90deg, #929292 0%, #C1C1C1 100%);
}

.topic_match_list .list_block .red_left{
    background: linear-gradient(90deg, #F63030 0%, #FF6E6E 100%);
    font-weight: bold;
}

.topic_match_list .list_block .time {
    float: left;
    margin-right: 20px;
}

.topic_match_list .list_block .type {
    float: left;
    width: 80px;
    font-size:16px;
}
.topic_match_list .list_block .type.padding_r_50{
    padding-right: 50%;
}
.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic_match_list .list_block .match_name {
    float: right;
    display: flex;
    align-items: center;
}

.topic_match_list .list_block .match_name .text_left {
    text-align: right;
}

.topic_match_list .list_block .match_name span {
    float: left;
    width: 92px;
    color: #000;
    font-size: 16px;
}

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

.topic_match_list .list_block .match_name img {
       float: left;
       width: 24px;
       height: 24px;
       margin-left: 7px;
       margin-right: 7px;
}

.topic_match_list .list_block .match_name strong {
    float: left;
    width: 54px;
    height: 36px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border-radius: 4px;
}

.topic_match_list .list_block .match_name .match_pre{
    color: #999999;
}

.topic_match_list .list_block .match_name .shape {
    float: left;
    text-decoration: none;
    line-height: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 20px;
}