.video-content-con {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.video-left-title{
  height: 32px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  margin-bottom: 32px;
}
.video-left{
  width: 850px;
}

.swiper-container{
  width: 850px;
  height: 360px;
  margin-bottom: 16px;
}
.swiper-footer-line{
  margin-top: 16px;
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-bottom: 32px;
}
.swiper-slide .el-image{
  height: 100%;
}
.swiper-container .title-bg{
  width: 100%;
  box-sizing: border-box;
  padding: 24px 24px 44px 24px;
  bottom: 0;
}
.swiper-text{
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
}
.swiper-pagination{
  text-align: left;
  padding-left: 24px;
  position: relative;
  top: -24px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 10px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: initial;
}
.recommend-area{
  margin-bottom: 72px;
  width: 850px;
}
.recommend{
  width: 274px;
  margin: 0 12px 16px 0;
  flex:none;
  padding-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
}
.video-img-wrap{
  margin: 10px 0;
}
.recommend:nth-child(3n){
  margin-right: 0;
}
.recommend .el-image {
  width: 274px;
  height: 175px;
}
.recommend img{
  width: 274px;
  height: 175px;
}
.recommend .title{
  height: 70px;
}

.recommend .play-icon{
  width: 40px;
  height: 40px;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-sidebar-wrap{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .swiper-container{
    width: 9.146667rem;
    height: 5.12rem;
    margin-bottom: .426667rem;
  }
  .swiper-container .title-bg{
    width: 100%;
    box-sizing: border-box;
    padding: .32rem .426667rem .533333rem .426667rem;
    bottom: 0;
  }

  .swiper-text {
    font-size: .426667rem;
    font-weight: 500;
    color: #fff;
    line-height:normal;
  }
  .swiper-pagination{
    text-align: left;
    padding-left: .426667rem;
    bottom: .16rem !important;
    position: absolute;
    top: auto;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: .106667rem;
    height: .106667rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
  }

  .video-left{
    width: 100%;
  }
  .recommend{
    padding: .426667rem 0;
    border-bottom: .026667rem solid #eee;
  }
  .recommend:first-child{
    padding-top: 0;
  }
  .recommend .img{
    width: 2.933333rem;
    height: 1.92rem;
    border-radius: .053333rem;
    margin-right: .213333rem;
  }
  .recommend:last-child{
    border:none;
  }
  .recommend .play-icon{
    width: .533333rem;
    height: .533333rem;
    
  }
  .recommend .h-font-size-0{
    height: 1.92rem;
  }
  .recommend{
    width: auto;
    margin: 0;
  }
}