.television_list {
    display: flex;
    justify-content: space-between;
}
.television_list li{
    /*width: 200px;*/
    /*height: 80px;*/
    /*margin: 10px 10px 10px 3px;*/
}
.television_list li img{
    width: 100%;
    height: 100%;
}

  .recommendedSwiper .swiper-slide {
    width: 242px;
    height: 360px;
  }
  .recommendedSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  .recommendedSwiper {
    overflow: hidden;
  }
  .recommended-contain {
    position: relative;
  }
  .recommended-contain .prev {
    left: 0 !important;
    background: url(../images/recommend-right.png?v=20230109094544);
    width: 24px;
    height: 37px;
    background-size: 24px 37px;
    opacity: 1 !important;
  }
  .recommended-contain .next {
    right: 0 !important;
    background: url(../images/recommend-left.png?v=20230109094544);
    width: 24px;
    height: 37px;
    background-size: 24px 37px;
    opacity: 1 !important;
  }
  .recommended-contain .column_style1 .column_line{
    width: 1080px;
  }
  .swiper-wrapper {
    height:360px;
  }
  .short-video__bottom li {
    margin-right: 15px;
  }
  .short-video__bottom li:nth-child(5n) {
    margin-right: 0px;
  }
  .column_name {
     margin-bottom:10px;
  }
  .short-video__text2 {
    width: 242px;
    /*height: 38px;*/
    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__text2_pk {
    width: 200px;
    height: 38px;
    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__bottom_nyjm li {
    margin-bottom: 28px;
    margin-right: 15px;
  }
  .short-video__bottom_nyjm li:nth-child(5n) {
    margin-right: 0px;
  }