  .content_box {
        display: flex;
    }

    .content_box .content_block_left {
        margin-right: 20px;
        width: 760px;
    }

    .content_right .topic_right_block {
        margin-left: 0;
    }

    .content_block_left .articles_text_box {
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .content_block_left .reading_box {
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .articles_text .title h1 {
        font-size: 28px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 37px;
        color: #292E2E;
        margin-bottom: 20px;
    }
    .articles_text .title .source_time {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
        padding-bottom: 20px;
        border-bottom: 1px solid #D3E1E2;
    }
    .articles_text p:first-of-type {
        margin-top: 20px;
    }
    .articles_text p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 32px;
        color: #292E2E;
        margin-bottom: 30px;
    }
    .articles_text img {
        display: block;
        margin: auto;
        width: 360px;
        height: auto;
    }
    .articles_tag_text ul {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .articles_tag_text ul li {
        height: 28px; line-height:28px;
        background: #F5F5F5;
        border-radius: 14px;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 200ms;
        margin-right: 16px; float:left; padding-left:5px; padding-right:5px;
    }
    .articles_tag_text ul li:hover {
        background-color: #000;
    }
    .articles_tag_text ul li:hover a {
        color: #fff;
    }
    .articles_tag_text ul li a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
    }
    .reading_box .reading_padding .reading_title {
        display: flex;
        align-items: center;
        padding: 16px;
        border-bottom: 1px solid #D3E1E2;
        box-sizing: border-box;
        height: 56px;
    }
    .reading_box .reading_padding .reading_title img {
        margin-right: 4px;
    }
    .reading_box .reading_padding .reading_title h1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #292E2E;
    }
	
	
	.topic_right_block  {
        width: 420px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-bottom: 20px;
        height: -moz-fit-content;
        height: fit-content;
        margin-left: 20px;
    }
    .topic_right_block .tocr_block_title {
        height: 56px;
        color: #292E2E;
        padding: 16px;
        border-bottom: 1px solid #D3E1E2;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .topic_right_block .tocr_block_title h1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        margin-left: 5px;
    }
    .topic_right_block .right_tag_box {
        padding: 16px;
        padding-bottom: 0;
    }
    .topic_right_block .right_tag_box .tag_section {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .topic_right_block .right_tag_box .tag_section div {
        height: 28px;
        padding: 4px 10px;
        line-height: 28px;
        box-sizing: border-box;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .topic_right_block .right_tag_box .tag_section div.active {
        background: #1c969f;
    }
    .topic_right_block .right_tag_box .tag_section div.active a {
        color: #FFFFFF;
        font-weight: bold;
    }
    .topic_right_block .right_tag_box .tag_section div a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        line-height: 18px;
    }

    .topic_right_block .right_tag_box .tag_section div a::after{
        display: block;
        content: attr(data-text);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden;
    }
	
	
	  .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;
    }
	
	
	
	
	
	
	
	
    .xg_list li {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #D3E1E2; 
        padding: 0 5px;
        color: #292E2E;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .xg_list li:last-of-type {
      border-bottom: none 
    }
    .xg_list li:hover {
        border-color: #1c969f;
    }
    .xg_list li:hover a {
        color: #1c969f;
    }
    .xg_list li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }
	
	
	
	
	
	
	
	
	
	
	
    .topic_subnav_box
    {
        width: 1200px;
        height: 60px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
    }

    .topic_subnav ul {
        float: left;
    }

    .topic_subnav li {
        float: left;
        margin-left: 70px;
        margin-top: 22px;
    }

    .topic_subnav li:first-child {
        margin-left: 0;
    }
    .topic_subnav li a {
        font-size: 16px;
        color: #999999;
        line-height: 21px;
        display: block;
        font-weight: bold;
    }

    .topic_subnav li a {
        font-size: 16px;
        color: #999999;
        line-height: 21px;
        display: block;
        font-weight: bold;
    }

    .topic_subnav li aï¼šhover {
        color: #1c969f;
    }

    .topic_subnav li a.hover
    {
        color: #1c969f;
        padding-bottom: 11px;
        border-bottom: 6px solid transparent;
        border-image: linear-gradient(to right, #1c969f  0%, #8FF5FC 100%);
        border-image-slice: 1;
    }

    .topic_subnav_title{
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 21px;
        color: #1c969f;
        padding-top:20px;
        float: left;
    }

    .topic_subnav_image{
        height:36px;
        padding-top:12px;
        padding-left:30px;
        padding-right:20px;
        float: left;
    }
    .topic_subnav_logoTitle{
        width: 400px; 
        float: left;
    }
	
	
	
	
	
	
	
  .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;
    }
	
	
	
	
	
 .pagination_container {
        border-top: 1px solid #D3E1E2;
        height: 68px;
        display: flex;
        padding: 20px;
        box-sizing: border-box;
    }
    .pagination_container .pagination {
        display: flex;
        margin: auto;
    }
    .pagination_container .pagination li {
        height: 28px;
        border: 1px solid #D3E1E2;
        line-height: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        font-weight: bold;
        margin-right: 5px;
        font-size: 14px;
        font-family: Microsoft YaHei; padding-left:5px; padding-right:5px;
    }
    .pagination_container .pagination li.active {
        background: #1c969f;
        color: white;
    }
    .pagination_container .pagination li.disabled {
        color: #999999;
    }
    .pagination_container .pagination li a {
        color: #999999;
    } 
    .pagination_container .pagination li:first-child a,
    .pagination_container .pagination li:last-child a,
    .pagination_container .pagination li:first-child span,
    .pagination_container .pagination li:last-child span {
        padding-bottom: 2px;
    }
	
	
	
	
	
	
	
    .wrapper {
        display: flex;
        margin-top: 20px;
    }
    .news_container {
        width: 760px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
    }
    .news_container .header {
        height: 56px;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #292E2E;
        padding: 16px;
        border-bottom: 1px solid #D3E1E2;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .news_container .header img{
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }
	
.video_container2 {
    display: flex;
    justify-content: space-between;
}

    .video_container2 .video_left_container {
        background-color: #fff;
        width: 760px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
    }
	

    .match_tags_container {
        width: 420px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        height: 100%;
    }
    .match_tags_container .match_tags__title_container {
        padding: 16px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D3E1E2;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #292E2E;
        box-sizing: border-box;
    }
    .match_tags_container .match_tags__title_container img {
        margin-right: 5px;
    }
    .match_tags_content_container {
        padding: 16px;
        padding-bottom: 5px;
        display: flex;
        flex-wrap: wrap;
    }
    .match_tags_content_container > div {
        margin-right: 8px;
        margin-bottom: 8px;
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        color: #000000;
        padding: 4px 10px;
    }
    .match_tags_content_container div:hover,
    .match_tags_content_container div.active {
        background: #1c969f;
    }
    .match_tags_content_container div:hover a,
    .match_tags_content_container div.active a {
        color: #FFFFFF;
        font-weight: bold;
    }

    .match_tags_content_container div a::after{
        display: block;
        content: attr(data-text);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden;
    }












  .video_topic_main_container {
        
    }
    .video_topic_main_container .video_topic_title {
        display: flex;
        align-items: center;
        padding: 10px 16px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #37003C;
        min-height: 56px;
        box-sizing: border-box;
    }
    .video_topic_main_container .video_topic_title img {
        margin-right: 20px;
    }
    .video_topic_content_container {
        padding: 16px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 16px;
        column-gap: 20px;
        padding-bottom: 20px;
    }
    .video_topic_content_container .video_topic_item_container {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        justify-content: space-between;
        flex-direction: column;
        border: 1px solid #D3E1E2;
        height: 73px;
        box-sizing: border-box;
        transition: all ease-in-out 200ms;
    }
    .video_topic_content_container .video_topic_item_container:hover {
        border: 2px solid #1c969f;
        color: #1c969f;
    }
    .video_topic_content_container .video_topic_item_container:hover .video_topic_header_container .video_topic_header {
        font-weight: bold;
    }  
    .video_topic_content_container .video_topic_item_container:hover time {
        color: #1c969f;
    }
    .video_topic_content_container .video_topic_item_container time {
        height: 19px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #999999;
    }
    .video_topic_content_container .video_topic_header_container {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .video_topic_content_container .video_topic_header_container img {
        margin-right: 6px;
    }
    .video_topic_content_container .video_topic_header_container .video_topic_header {
        font-size: 16px;
        font-family: Microsoft YaHei;
        line-height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .video_topic_content_container .video_topic_header_container .video_topic_header:hover {
    }
	
	
	
	
	
	
	
	
	

    .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 .title {
        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 a {
        color: #fff;
    }
    .room_video_info .tag_item a {
        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;
    }






    .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;
    }
	
	
	
    .video_list_grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
	
	
	
	
	

	
	
	
	
     #tabs_container {
        width: 1200px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    .tabs {
        display: flex;
        padding: 0 40px;
        border-bottom: 1px solid #D3E1E2;
    }
    .tabs .tab {
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 21px;
        color: #999999;
        cursor: pointer;
    }
    .tabs li {
        margin-right: 30px;
        position: relative;
        padding-top: 18px;
        padding-bottom: 12px;
    }
    .tabs li.active a {
        color: #1c969f;
    }
    .tabs li.active:after {
        content:"";
        background: linear-gradient(90deg, #1c969f 0%, #6DD3DB 100%);
        display: block;
        height: 6px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .tab_contents_container {
        padding: 20px;
    }
    .tab_contents {
        display: grid;
        grid-template-columns: repeat(10, minmax(0, 1fr));
        row-gap: 20px;
        column-gap: 31px;
    }
    .tab_contents .hot_team {
        text-align: center;
    }
    .tab_contents .hot_team_image {
        width: 88px;
        height: 88px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tab_contents .hot_team_image:hover{
        width: 86px;
        height: 86px;
        border:2px solid #1c969f; 
    }

    .tab_contents .hot_team_image img {
        width: 56px;
        height: 56px;
    }
    .tab_contents .hot_team_name {
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        color: #292E2E;
        margin-top: 6px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
	
	
	
	
	
	
	
	
	 .video_container {
        width: 590px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
    }
    .video_container .video_title_container {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .video_container .video_title_container img {
        margin-right: 20px;
    }
    .video_container .video_title_container .video_title {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        display: flex;
        align-items: center;
    }
    .video_container .video_title_container .view_more {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
    }
    .video_container .video_content_container {
        padding: 14px 20px;
    }
    .video_container .video_content_container > div {
        padding-bottom: 14px;
        background: #F8F8F8;
        border: 1px solid #EEEEEE;
        border-radius: 4px;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 14px 16px;
        box-sizing: border-box;
        margin-bottom: 14px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        color: #000000;
    }

    .video_container .video_content_container div:hover{
        border: 2px solid #1c969f;
    }

    .video_container .video_content_container div:hover a{
        color: #1c969f;
    }

    .video_container .video_content_container > div:last-child {
        margin-bottom: 0;
    }
    .video_container .video_content_container > div img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    
    
    
    
    .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;
    } 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    .fixsco_wrapper {
        display: flex;
        margin: 20px 0;
    }
    .fixsco_wrapper .content_right {
        margin-left: 20px;
        max-width: 420px;
    }
    .fixsco_block_nav {
        display: flex;
        border-bottom: 1px solid #D3E1E2;
        height: 58px;
        box-sizing: border-box;
    }
    .fixsco_tab {
        margin: 18px 28px;
        margin-bottom: 0;
    }
    .fixsco_tab.active {
        position: relative;
    }
    .fixsco_tab.active a {
        color: #1c969f;
    }
    .fixsco_tab.active:after {
        content:"";
        background: linear-gradient(90deg,#1c969f,#8ff5fc);
        display: block;
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .fixsco_tab a {
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 21px;
        color: #999999;
        cursor: pointer;
    }
    .fixsco_container {
        width: 760px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        height: -moz-fit-content;
    }
    .fixsco_tab_content {
        padding: 20px 16px;
    }



   .fixsco_tab_content p{ font-size: 14px; line-height: 22px; margin-bottom: 10px;}

   .fixsco_tab_content p a{ margin-right:10px}










 
    .match_bg {
        height: 280px;
        background: linear-gradient(90deg,#292e2e 18.8%,#1c969f 49.96%,#292e2e 81.5%);
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .match_bg .match_bg_wrapper {
        width: 1200px;
        margin: auto;
    }
    .match_bg .match_bg_wrapper .match_bg_container {
        position: absolute;
        display: flex;
        justify-content: center;
        bottom: 0;
        width: 1200px;
    }
    .fixed_score_box .fixed_score_top {
        display: flex;
        justify-content: space-between;
        flex: 1;
        color: white;
        padding-top: 30px;
    }
    .score_name_left {
        display: flex;
        align-items: center;
        flex: 1;
    }
    .score_name_left h1 {
        height: 26px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 26px;
        color: #FFFFFF;
    }
    .score_name_left .image_container {
        margin-right: 20px;
    }
    .score_name_left.score_name_right .image_container {
        margin-left: 20px;
    }
    .score_name_right .image_container,
    .score_name_left .image_container {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .score_name_right .image_container img,
    .score_name_left .image_container img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }
    .score_name_left.score_name_right {
        flex-direction: row-reverse;
    }
    .score_name {
        text-align: center;
    }
    .league_name {
        height: 28px;
        line-height: 28px;
        border: 1px solid #FFFFFF;
        border-radius: 18px;
        padding: 4px 27px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
    .match_score {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0;
        height: 39px;
        padding: 0 12px;
    }
    .match_score > div {
        font-size: 32px;
        font-family: DIN;
        font-weight: bold;
        line-height: 39px;
        color: #FFFFFF;
    }
    .match_status {
        height: 36px;
        background: #FFFFFF;
        border-radius: 18px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 36px;
        width: 140px;
        margin: auto;
        color: #1c969f;
    }
    .match_status.live {
        color: #FF2727;
    }
    .fixed_score_link {
      
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-top: 35px;
    }
    .fixed_score_taggle .signal {
        padding: 8px 16px;
        border-bottom: 1px solid #D3E1E2;
    }

    .signalCon{
        /* display: flex; */overflow:hidden
    }

    .signalCon_listD,  .signalCon_list{
        width: 160px;
        height: 64px;
        font-size: 16px;
        color: #333;
        border: 2px solid #D3E1E2;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px;
        margin-right: 0;  float:left; 
    }

    .signalCon_list{
        flex-direction: column;
    }

    .signalCon_list h5{
        font-size: 16px;
    }

    .signalCon_list p{
        font-size: 12px;
        color: #999;
        margin-top: 7px;
    }

    .signalCon_list:hover{
        border:2px solid #1c969f;
        color:#1c969f;
    }

    .signalCon_list:hover p{
        color:#D3E1E2;
    }















    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #1c969f;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }

    
    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #1c969f;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }








    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #1c969f;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }

    
    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #1c969f;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }










    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #1c969f;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }












    .lineup_list_name {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
    }
    .lineup_list_name .lineup_name.left,
    .lineup_list_name .lineup_name.right {
        display: flex;
        align-items: center;
        flex: 1
    }
    .lineup_list_name .lineup_name.left {
        flex-direction: row-reverse;
    }
    .lineup_list_name .lineup_name.right {
    }
    .lineup_list_name .lineup_name.left img,
    .lineup_list_name .lineup_name.right img {
        width: 24px;
        height: 24px;
    }
    .lineup_list_name .lineup_name.left span,
    .lineup_list_name .lineup_name.right span {
        color: #292E2E;
        font-size: 14px;
    }
    .lineup_list_name .lineup_name.left img {
        margin-left: 8px;
    }
    .lineup_list_name .lineup_name.right img {
        margin-right: 8px;
    }
    .lineup_name_center {
        line-height: 36px;
        margin: 0 22px;
        font-size: 14px;
        font-weight: bold;
        color: #1c969f;
    }
    .lineup_wrapper:first-of-type {
        margin-top: 0;
    }
    .lineup_wrapper:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .lineup_wrapper {
        margin: 20px 0;
        padding-bottom: 20px;
        border-bottom: 1px dashed #D3E1E2;
    }
    .lineup_container {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .lineup_list_table table tr td {
        border-bottom: 1px solid #D3E1E2;
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        line-height: 19px;
        color: #292E2E;
    }
     










    .stati_name.left,
    .stati_name.right {
        display: flex;
        align-items: center;
        flex: 1;
    }
    .stati_name.right {
        flex-direction: row-reverse;
    }
    .stati_name.left img {
        margin-right: 8px;
    }
    .stati_name.right img {
        margin-left: 8px;
    }
    .stati_name.left img,
    .stati_name.right img {
        width: 24px;
        height: 24px;
    }
    .stati_name.left span,
    .stati_name.right span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .stati_list_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .stati_name_header_center {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 19px;
        color: #1c969f;
    }
    .stati_details_container {
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .stati_details_container .stati_details_title {
        height: 36px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 36px;
        color: #1c969f;
    }
    .stati_list .stati_details_wrapper:not(.stati_details_wrapper ~ .stati_details_wrapper) {
        padding-top: 0;
    }
    .stati_list .stati_details_wrapper {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .stati_list .stati_details_wrapper:last-of-type {
        padding-bottom: 0;
        border-bottom: 0;
    }













    .fixsco_tab_content li {
        height: 48px;
        line-height: 48px;
        border: 1px solid #D3E1E2;
        padding: 0 20px;
        margin-bottom: 16px;
        color: #292E2E;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .fixsco_tab_content li:last-of-type {
        margin-bottom: 0;
    }
    .fixsco_tab_content li:hover {
        border-color: #1c969f;
    }
    .fixsco_tab_content li:hover a {
        color: #1c969f;
    }
    .fixsco_tab_content li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }
         









 
    .block {
        background-color: #fff;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        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 {
        display: flex;
        align-items: center;
    }
    .block .block_title img {
        margin-right: 5px;
    }
    .block .block_title h1 {
        height: 24px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #292E2E;
    }
    .block .block_title_container .view_more {
        height: 19px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
    }
    .hot_video_con {
        padding: 16px;
    }
    .hot_video_con li {
        margin-bottom: 18px;
        display: flex;
        align-items: flex-start;
    }
    .hot_video_con li:last-of-type {
        margin-bottom: 0;
    }
    .hot_video_con li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        color: #000000;
    }
    .hot_video_con li img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-top: 3px;
    }
    .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;
    }
    .block .hot_video_con ul li:nth-child(1n+11) {
        display: none;
    }
    .block .hot_video_con ul li:nth-child(10){
        margin-bottom: 0;
    }



                    
    .block {
        background-color: #fff;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        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 {
        display: flex;
        align-items: center;
    }
    .block .block_title img {
        margin-right: 5px;
    }
    .block .block_title h1 {
        height: 24px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #292E2E;
    }
    .block .block_title_container .view_more {
        height: 19px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
    }
    .hot_video_con {
        padding: 16px;
    }
    .hot_video_con li {
        margin-bottom: 18px;
        display: flex;
        align-items: flex-start;
    }
    .hot_video_con li:last-of-type {
        margin-bottom: 0;
    }
    .hot_video_con li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        color: #000000;
    }
    .hot_video_con li img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-top: 3px;
    }
    .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;
    }
    .block .hot_video_con ul li:nth-child(1n+11) {
        display: none;
    }
    .block .hot_video_con ul li:nth-child(10){
        margin-bottom: 0;
    }


    
    
    
    
    
    .analysis-container {
  display: flex;
  justify-content: center; background:#fff; margin-top:10px;
  min-height: 375px;
}

.analysis-container .analysis-item {
  margin: 0 5px;
  width: 375px
}

.analysis-container .analysis-item>.title {
  font-size: 16px;
  color: #333;
  line-height: 60px
}

.analysis-container .analysis-item .analysis-list>li {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  line-height: 60px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  overflow: hidden
}

.analysis-container .analysis-item .analysis-list>li canvas {
  width: 355px
}

.analysis-container .analysis-item .analysis-list>li .tip {
  position: absolute;
  background-color: #56a4d5;
  line-height: 20px;
  padding: 0 8px 0 6px;
  border-radius: 0 5px 0 5px;
  color: #fff;
  top: 0;
  right: 0
}

.analysis-container .analysis-item .analysis-list>li .tip:before {
  border: solid transparent;
  border-top-color: #56a4d5;
  border-width: 17px 7px;
  position: absolute;
  content: '';
  top: 0;
  left: -7px
}

.analysis-container .analysis-item .analysis-list>li .text {
  display: block;
  line-height: 20px;
  padding: 5px 35px 10px 10px;
  user-select: none
}

.analysis-container .analysis-item .analysis-list>li.g .tip {
  background-color: #EC612B;
}

.analysis-container .analysis-item .analysis-list>li.g .tip:before {
  border-top-color: #EC612B;
}


.analysis-item .infer {
  background-color: #223CA1;
  position: absolute;
  line-height: 20px;
  padding: 0 8px 0 6px;
  border-radius: 0 5px 0 5px;
  color: #fff;
  top: 0;
  right: 0;
}
.analysis-item .infer:before {
  border: solid transparent;
  border-top-color: #223CA1;
  border-width: 17px 7px;
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
}




 .player-left-container
    {
        width:760px;
        float: left;
    }

    .player-left
    {
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        height:506px;
        margin-bottom: 20px;
        background-color: white;
    }

    .player-side
    {
        width:420px;
        float: right;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        box-sizing: border-box;
        background-color: #fff;
    }
    .player-title
    {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        height: 24px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        border-bottom: 1px solid #D3E1E2;
        color:#292E2E;
    }
    .player-context
    {
        padding-top:20px;
    }

    .player-desc-container
    {
        /* height: 164px; */
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        background-color: white;
    }

    .channel_box {
       display: flex;
       padding: 20px 16px;
    }

    .channel_left_box {
        margin-right: 20px;
    }

    .channel_left_box img {
       width: 64px;
       height: 64px;
    }

    .channel_right_box {
        font-size: 14px;
        font-family: Microsoft YaHei;
        line-height: 19px;
    }
    .hot_channel_title {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #292E2E;
        display: flex;
        align-items: center;
        padding: 16px;
        border-bottom: 1px solid #D3E1E2;
        height: 24px;
    }
    .channel_list {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        padding: 16px;
        gap: 16px;
    }
    .channel_list .channel {
        text-align: center;
    }
    .channel_list a:hover {
        text-decoration: none;
    }
    .channel_list .channel img {
        width: 64px;
        height: 64px;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .channel_list .channel p {
        height: 19px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 64px;
    }
    
    
    .baseTitleLine2 {
    height: 45px;
    border-bottom: 1px solid #57c2ca;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

	.baseTitleLine2 h4 { display:inline-block; padding-left:10px; padding-right:10px;
    background-color: #57c2ca;
    padding-right: 20px; height: 45px; line-height: 45px;color:#fff; font-size:18px; font-weight:bold
}



.ListItem{padding:10px 0px;overflow:hidden}
.ctimg{ float:left}
.ctnr{ float: right;width:580px;font-size: 14px;}
.ctimg img{width:150px; height:90px;}








.dzz{background:#fff; overflow: hidden; padding:5px;}

.dzz span{display:inline-block}
.dzz a{height:26px; line-height:26px;padding:2px 8px;} 
.dzz .tags0{} 
.dzz .tags1{color:#C00; font-size:22px;} 
.dzz .tags2{color:#63D563; font-size:16px;} 
.dzz .tags3{color:#00B8FF;} 
.dzz .tags4{ font-size:16px;} 
.dzz .tags5{color:#C00; font-size:20px;} 
.dzz .tags6{color:#F06 font-size:20px;} 
.dzz .tags7{color:#F8DB12; font-weight:bold; font-size:18px;} 
.dzz .tags8{color:#F06; font-weight:bold;} 
.dzz .tags9{color:#BB81EF; font-weight:bold;font-size:16px;} 
