.program_flex {
	display: flex;
}

.program_left {
	width: 50%;
	margin-right: 10px;
}

.program_right {
	width: 50%;
	margin-left: 10px;
}
.short-video__bottom_program {
    display: flex;
    flex-wrap: wrap;
    width: 630px;
    justify-content: space-between;
}

.short-video__bottom_program li {
    margin-bottom: 35px;
    width: 315px;
    /*height: 192px;*/
}
  .short-video_program_text2 {
    width: 300px;
    height: 55px;
    background: #ffffff;
    padding: 7px 9px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
  }
  .short-video__time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #AAAAAA;
  }
  .programs_list_left {
      width:880px;
      margin-right: 10px;
  }
  .programs_list_right {
      width:390px;
  }
  .programs__bottom {
    /*margin-bottom:20px;   */
  }
  .programs__bottom li {
    width: 204px;
    height: 115px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
   .programs__bottom li a {
    width: 100%;
    height: 100%;
  }
  .programs__bottom li a img{
    width: 100%;
    height: 115px;
    display: block;
  }
  .programs__bottom li {
    margin-bottom: 68px;
  }
  .programs__bottom li:nth-child(4n) {
    margin-right: 0px;
  }

.short-video__text2 {
    /*width: 204px;*/
    height: 55px;
    background: #ffffff;
    padding: 7px 9px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  .bc_message {
    width: 390px;
    height: 234px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 8%);
    padding: 0px 14px;
    margin-top: 70px;
  }
  .bc_info {
      display:flex;
      flex-direction: column;
  }
   .bc_content {
        display:flex;
        flex-direction: column;
        margin:10px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
    }
    .column_tj {
        padding: 0px 14px;
    }
    .short-video_general_text2 {
        width: 204px;
        height: 55px;
        background: #ffffff;
        padding: 7px 9px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }