
.info_main{
    margin-top: 50px;
}

.info_tit a{
    color: #2f2f2f;
    font-size: 18px;
}
.info_tit span{
    color: #d61518;
    font-size: 18px;
}
.video_info{
    margin-top: 25px;
}
.video_fm{
    width: 300px;height: 455px;
    position: relative;
    float: left;
}
.video_fm img{
    width: 100%;height: 100%;
    object-fit: cover;
}

.dj_jx {
    background: #d61518;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 5px;
    font-size: 15px;
}

.video_info_r{
    width: 860px;
    float: right;
}
.video_info_r>h3{
    color: #2f2f2f;
    font-size: 24px;
}

.video_info_r>p{
    color: #2f2f2f;
    font-size: 18px;
    line-height: 2;
    text-indent: 36px;
    margin-top: 15px;text-align: justify;
    height: 150px;
}


.video_info_r>h2{
    color: #2f2f2f;
    font-size: 18px;
}


.video_list{
    width: 100%;
    height: 195px;
    margin-top: 20px;
   overflow-y: auto;
    
}
.video_list a{
    width: 75px;
    height: 50px;
    border: 2px solid #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2f2f2f;
    font-size: 18px;
    float: left;
    margin: 0 15px 15px 0;
}
.video_list a:hover{
    color: #d61518;
    border: 2px solid #d61518;
}

/* 自定义滚动条样式 */
.video_list::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
    border-radius: 10px;
  }
   
  .video_list::-webkit-scrollbar-track {
    background: #e4e4e4; /* 轨道颜色 */
    border-radius: 10px;
  }
   
  .video_list::-webkit-scrollbar-thumb {
    background: #899eaf; /* 滑块颜色 */
    border-radius: 10px;
  }
   
  .video_list::-webkit-scrollbar-thumb:hover {
    background: #899eaf; /* 滑块悬停颜色 */
  }

  /*  */
.columnMc_1{
    margin-top: 50px;
}

  .columnMc_1 p{
    color: #2f2f2f;
  }

  .mui-table-view{height: 110px;padding: 0;margin-top: 20px;}
.mui-table-view:hover{
    box-shadow:  0 0 0 0 rgba(0,0,0,0);
}
.mui-table-view .fl_img{
    width: 190px;
    height: 110px;
}
.mui-fl-img{
    margin-left: 0;
    width: 205px;
    margin-right: 0;
}
.mui-table-view .mui-h3{
    font-weight: 400;
    color: #2f2f2f;
    font-size: 18px;text-align: justify;
}