.match_detail{
    display: flex; 
    align-items: center; 
    font-weight: 700; 
    font-size: 16px; 
    line-height: 20px; 
    color: #000000;
    padding-right: 20px;
}
    .play_video_box {
        display: flex;
    }
    .play_video_box .play_video {
        margin-right: 20px;
    }
    .play_video {
        width: 760px;
    }
    .room_video {
        height: 400px;
        position: relative;
    } 
    .room_video img.play_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .room_video img.full {
        width: 760px;
        height: 400px;
    }
    .room_video_info a{
        height: 24px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }
    .room_video_info {
        width: 760px;
        padding: 20px;
        background: linear-gradient(180deg, #181A1A 0%, #292E2E 100%);
        border-radius: 0px 0px 4px 4px;
        box-sizing: border-box;
    }
    .room_video_info .publish_info_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .publish_info_container .published_time {
        height: 16px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 16px;
        color: #999999;
    }
    .publish_info_container .video_source {
        height: 16px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 16px;
        color: #999999;
    }
    .room_video_info ul {
        display: flex;
        margin-top: 20px;
    }
    .room_video_info .tag_item {
        padding: 4px 20px;
        height: 28px;
        border: 1px solid #1C969F;
        border-radius: 14px;
        margin-right: 16px;
        box-sizing: border-box;
    }
    .room_video_info .tag_item:hover {
        background-color: #1C969F;
    }
    .room_video_info .tag_item:hover p {
        color: #fff;
    }
    .room_video_info .tag_item p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 18px;
        color: #1C969F;
    }
    .related_reading {
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-top: 20px;
    }
    .related_reading .title {
        height: 56px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #292E2E;
        display: flex;
        align-items: center;
        padding: 0 16px;
        border-bottom: 1px solid #D3E1E2;
    }
    .related_reading .title img {
        margin-right: 4px;
    }
.live_source{
    border:none;
    font-weight:600;
}
.live_source a{
    height:28px;
    /*margin-right:18px*/
}
.live_source .source_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #1C969F;
    text-decoration: underline;
    margin: 4px 0;
    margin-right: 10px;
    float: left;
}
.match_source{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    display: flex;
    align-items: center;
}

.block_img:last-of-type {
    border-bottom: 0;
}
.block_img {
    display: flex;
    /* border-bottom: 1px solid #D3E1E2; */
    padding: 16px 16px;
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}
.news_list .block_img .news_image {
    width: 160px;
    height: 120px;
    margin-right: 20px;
}
.news_list .block_img h1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.news_list .block_img .news_content {
    padding: 12px 0;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.news_list .block_img .news_content .play {
    width: 48px;
    height: 20px;
    background: #000000;
    border-radius: 2px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 5px;
    box-sizing: border-box;
    margin-right: 10px;
}
.news_list .block_img .news_content .play img{
    width: 10px;
    height: 11px;
}       
.news_list .block_img .news_content time {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.news_list .block_img .news_content .footer {
    display: flex;
    align-items: center;
}

.hotvideo_container {
    width: 420px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-bottom: 20px;
}
.hotvideo_title_container {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3E1E2;
    height: 58px;
    box-sizing: border-box;
}
.hotvideo_title_container .hotvideo_title {
    display: flex;
    align-items: center;
}
.hotvideo_title_container .hotvideo_title .title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
    margin-left: 6px;
}
.hotvideo_title_container .view_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.hotvideo_content_container {
    padding: 16px;
}
.hotvideo_content_container .hotvideo {
    margin-bottom: 20px;
}
.hotvideo_content_container .hotvideo:last-of-type {
    margin-bottom: 0;
}
.hotvideo_content_container .hot_video a {
    display: flex;
    align-items: flex-start;
}
.hot_video img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.hotvideo .long_text {
    width: 352px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin-left: 6px;
}

.block {
    background: white;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 420px;
    margin-bottom: 20px;
}
.block .block_title_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 58px;
    box-sizing: border-box;
    border-bottom: 1px solid #D3E1E2;
}
.block .block_title_container .view_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.block .block_title {
    display: flex;
    align-items: center;
}
.block .block_title h1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
}
.block .block_title img {
    margin-right: 5px;
}
.block .hot_video_con {
    padding: 16px;
}
.block .hot_video_con ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.block .hot_video_con ul li img {
    margin-right: 6px;
}
.block .hot_video_con ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}