  .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;
		overflow: auto;
    }

    .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;
    }
	.zhaiyao{font-size:14px;border:1px dashed #EAEAEA;background:#f9f9f9;padding:10px;border-radius:5px;margin-top:1px;line-height:35px;}
    .articles_text p {
		text-indent: 40px;
        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 ,.reading_box .reading_padding .reading_title h2{
        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: #F23632;
    }
    .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: #F23632;
    }
    .xg_list li:hover a {
        color: #F23632;
    }
    .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: #F23632;
    }

    .topic_subnav li a.hover
    {
        color: #F23632;
        padding-bottom: 11px;
        border-bottom: 6px solid transparent;
        border-image: linear-gradient(to right, #F23632  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: #F23632;
        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 ,.pages{
        display: flex;
        margin: auto;
    }
    .pagination_container .pagination li , .pages a{
        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: #F23632;
        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: auto;
    }
    .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: #F23632;
    }
    .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 #F23632;
        color: #F23632;
    }
    .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: #F23632;
    }
    .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 #F23632;
        border-radius: 14px;
        margin-right: 16px;
        box-sizing: border-box;
    }
    .room_video_info .tag_item:hover {
        background-color: #F23632;
    }
    .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: #F23632;
    }
    .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 a{
        display:flex;
    }	
    .hotvideo_content_container .hotvideo:last-of-type {
        margin-bottom: 0;
    }
    .hot_video a::before {
		content: '';
		background: url(/static/picture/mini_video_icon.png) no-repeat;
		height: 20px;
		width: 20px;
		margin-right: 8px;
	}  
	.video_title a::before{background:none;}
	
    .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;
    }
	.block .hot_video_con ul li::before {
		content: '';
		background: url(../images/icon_news.svg) no-repeat;
		height: 20px;
		width: 27px;
		margin-right: 6px;
	}	
	
	
    .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: #F23632;
    }
    .tabs li.active:after {
        content:"";
        background: linear-gradient(90deg, #F23632 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 #F23632; 
    }

    .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  a{display:flex;}
    .video_container .video_content_container > div  a::before {
    content: '';
    background: url(/static/picture/mini_video_icon.png) no-repeat;
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
    .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 #F23632;
    }

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

    .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 ,.news_list .block_img h2{
		font-size: 17px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		line-height: 21px;
		color: #000000;
		margin-bottom: 8px;
    }
    .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: #F23632;
    }
    .fixsco_tab.active:after {
        content:"";
        background: linear-gradient(to right, #F73835 0%, #F73835 50%, #3B8EF4 50%, #3B8EF4 100%);
        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_container h1{
        font-size: 22px;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
		font-weight: bold;
    }
/*鏂伴椈鍐呭*/
.miaobao a{margin:0px 3px;}
.newsDIV{background:#fff;border: 1px solid #f0f0f0;border-radius: 5px;}
.biaoti {border-bottom:1px solid #f0f0f0;line-height: 35px;padding:15px 25px;}
.biaoti h1 {font-size:28px;text-align: left;font-weight:1000;color: #000;line-height:42px;}
.biaoti p {text-align: left;padding: 5px 0;}
.newsbody h3 {  color: #000;   border-left: 3px solid #DC2221;   background-color: #f8f8f8;    margin: 10px 0 10px 0;    padding: 10px 10px;    font-size: 16px;    font-weight: 700; }
.newsbody {padding:20px 25px;font-size: 14px !important;}
.newsbody h2{margin-bottom:15px;}
.newsbody a.neilian {color:#2f8162;}
.newsbody img{max-width:650px;border-radius: 10px;border: 1px solid #ddd;}
.newsbody .zhaiyao{font-size:14px;border:1px dashed #EAEAEA;background:#f9f9f9;padding:10px;width:760px;border-radius:5px;margin-top:1px;line-height:35px;}
.newsbody div , .newsbody p{text-indent: 2em;margin-bottom: 25px;font-size:15px;line-height:36px;color: #333;}
.newsbody .XiangGuanZiYuan{margin-bottom:15px !important;}
.newsbody .XiangGuanZiYuan a{color:#f33e4f;margin-left:10px;}
.newsbody .XiangGuanZiYuan span{color:#777;border:1px solid #ddd;background:#f7f7f7;font-size:12px;padding:5px 12px;}
.newsbody .tags{color:#000;font-size:15px;font-weight:bold;}
.newsbody .tags a{height:44px;background: #f5f5f5;border-radius:50px;justify-content: center;align-items: center;padding: 5px 20px;margin: 5px 10px 15px 0;}
.newsbody #tuijian a{margin-right:15px;}
.newsbody p.lx{cursor: pointer;text-indent: 1.2em;margin-bottom: 10px;border-bottom: 1px solid #F4F4F4; padding-bottom: 10px;}
.newsbody .qingbao{background:url("/static/images/qingbao.png") no-repeat left 0px;padding-left:28px;line-height:30px;}
.newsbody .jijin{background:url("/static/images/view.png") no-repeat left 3px;padding-left:22px;background-size:1.2rem;}
.newsbody .luxiang{background:url("/static/images/luxiang.gif") no-repeat left 3px;padding-left:25px;}
.zhibobody a {color: #090;}
.zhibobody p {line-height: 26px !important;}
.matchInfo .qingbaoDiv{overflow:hidden;}
.matchInfo .qingbaoDiv p {padding-bottom:0px;margin-bottom:0px;line-height:42px;}
.matchInfo .qingbaoDiv p:last-child{border-bottom:0px !important}
.matchInfo .qingbaoDiv .X {    overflow-y: auto;max-height:500px;width:46%;float:left;border:1px solid #f0f0f0;border-radius:6px;padding:9px;}
.matchInfo .qingbaoDiv .Y {    overflow-y: auto;max-height:500px;width:45%;float:left;margin-left:3%;border:1px solid #f0f0f0;border-radius:6px;padding:9px;}
/*鏂伴椈鍐呭*/

/*姣旇禌鍒嗘瀽椤�*/
.matchInfoDiv {padding:0px 20px;}
.dzDIV{width:100%;border:1px solid #f0f0f0;margin:15px 0;}
.dzDIV .title{font-size:24px;padding:20px 10px;border-bottom:1px solid #f0f0f0;text-align: center;}
.dzDIV .title16{font-size:16px;padding:7px 10px;border-bottom:1px solid #f0f0f0;text-align: center;}
.dzDIV .title img{width:25px;margin:0px 3px;vertical-align: middle;}
.dzDIV .title span{color:#E84B5B}
.dzDIV .dz_head {background:#f0f0f0 !important;line-height:37px;height:37px;text-align:center;display:flex;}
.dzDIV .dz_head img{vertical-align: middle;}
.dzDIV .dz_list {line-height:32px;height:32px;text-align:center;display:flex;border-bottom: 1px solid #f0f0f0;}
.dzDIV .dz_list:last-child{border-bottom:0px !important}
.dzDIV .dz_head span {width:100%;font-size: 13px;}
.dzDIV .dz_list span {width:100%;font-size: 13px; border-right: 1px solid #f0f0f0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dzDIV .dz_list a{color:red;font-weight:bold;}
.dzDIV .dz_list span:last-child{border-right:0px;}

.dzDIV p.lx {cursor: pointer; text-indent: 1.2em; margin: 15px 0px; border-bottom: 1px solid #F4F4F4; padding-bottom: 10px;}
.dzDIV .qingbao { background: url("/static/images/qingbao.png") no-repeat left 0px; padding-left: 28px;}
.dzDIV .dz_list .bifen{color:red;font-weight:bold;font-size:14px;}
/*姣旇禌鍒嗘瀽椤�*/

/*姣旇禌鎶€鏈粺璁�*/
.jishuDIV{width:100%;border:1px solid #f0f0f0;margin:15px 0;}
.jishuDIV .title{font-size:24px;margin:0px 10px;}
.jishuDIV .jishu_head{display:flex;line-height:32px;height:32px;border-top:1px solid #F4F4F4;  }
.jishuDIV .jishu_list{display:flex;line-height:32px;height:32px;border-top:1px solid #F4F4F4; }
.jishuDIV .jishu_head span{width:50px;text-align:center;background:#f0f0f0;color:#333;}
.jishuDIV .jishu_head span:nth-child(3){width:60px;}
.jishuDIV .jishu_list span{width:50px;text-align:center;overflow: hidden;}
.jishuDIV .jishu_list span:nth-child(3){width:60px;}
.jishuDIV .jishu_list:nth-child(2n){background:#f4f4f4}
/*姣旇禌鎶€鏈粺璁�*/

.no_show{display:none;}

   .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 0%, #F23632 50%, #292E2E 100%);
        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 ,.score_name_left span {
        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;
    }
	.league_name a{color:#fff;}
    .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: #F23632;
    }
    .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 #F23632;
        color:#F23632;
    }

    .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: #F23632;
    }
    .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: #F23632;
    }
    .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: #F23632;
    }
    .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: #F23632;
    }
    .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: #F23632;
    }
    .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: #F23632;
    }
    .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: #F23632;
    }
    .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: #F23632;
    }
    .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: #F23632;
    }
    .fixsco_tab_content li:hover a {
        color: #F23632;
    }
    .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;
		position: relative;
        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,.block .block_title h2 {
        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:540px;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;} 