.videl_detail_list {
  margin-top: 20px;
  padding-top: 20px;
}
.videl_detail_list .title_nav {
  margin: 0 20px 0;
  padding: 0 30px;
  background: #e0e0e0;
  line-height: 36px;
}
.videl_detail_list .title_nav a {
  padding: 0 20px;
  display: inline-block;
}
.videl_detail_list .title_nav a.active {
  background: #ff8c00;
  color: #fff;
}
.videl_detail_play {
    margin: 40px 0;
}
.videl_detail_play h2 {
  font-size: 16px;
  font-weight: bold;
}
.videl_detail_play .desc {
  font-size: 13px;
  line-height: 22px;
  margin-top: 15px;
}
.videl_detail_play .title_rec {
  line-height: 52px;
  width: 250px;
  text-align: center;
  background: url(../images/titlebg.png) no-repeat;
  font-size: 18px;
}
.video_detail_play_top {
  /*padding: 20px;*/
  /*margin-bottom: 20px;*/
}
.video_detail_play_top .video_desc {
  width: 100%;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.video_detail_play_top .video_desc h1 {
  min-width: 250px;
  font-size: 18px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: url(../images/titlebg.png) no-repeat;
  background-size: cover;
    background-position: center;
    padding: 0 16px;
}
.video_detail_play_top .video_desc .des_row {
    width: 100%;
}
.video_detail_play_top .video_desc .des_row .gray{
  line-height: 24px;
  margin: 5px 0;
  font-size: 15px;
  color: #CEAEA9;
  width: 32%;
    margin-left: 1%;
    float: left;
}
.video_detail_play_top .video_desc .desc{
    color: #fff;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    line-height: 24px;
}
.video_detail_play_top video {
  width: 100%;
}
.video_detail {
  padding: 20px;
  margin-bottom: 20px;
}
.video_detail .video_desc {
  width: 890px;
  float: right;
}
.video_detail .video_desc h1 {
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  padding: 15px 0;
}
.video_detail .video_desc .des_row {
  line-height: 24px;
  margin: 15px 0;
  font-size: 13px;
}
.video_detail .btn-s {
  text-align: center;
  margin-right: 30px;
  float: right;
}
.video_jq li {
  line-height: 40px;
  padding: 15px;
  margin-bottom: 0px;
}
.video_jq li h2 {
  font-size: 16px;
  font-weight: bold;
  padding-right: 30px;
  display: inline-block;
  background: url(../images/play_yellow.png) right center no-repeat;
}
.video_jq li .desc {
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .content {
    margin: 10px 0;
    padding: 0;
  }
  .videl_detail_list .title_nav {
    margin: 0;
  }
  .index-block .video_list {
    padding: 0 5px;
  }
  .index-block .video_list li {
    width: 32.33% !important;
  }
  .video_detail .video_desc {
    width: 100%;
  }
  .video_detail .video_desc h1 {
    padding: 5px 0;
  }
  .video_detail .video_desc .des_row {
    margin: 5px 0;
  }
  .video_detail .btn-s {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .video_detail .btn-s a {
    padding: 15px 20px;
  }
  .video_detail .share_row {
    float: none;
    margin: 10px;
  }
  .video_detail .cover {
    display: block;
    margin: 10px auto !important;
  }
}
.video_rec{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-body{
    padding: 40px;
    /*height: 842px;*/
    background: url(../images/videobg.png);
}
.video_rec .rec_body img{
    width: 280px;
    height: 230px;
    border-radius: 10px;
}
.video_rec .rec_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video_rec .rec_body li{
    float: left;
    margin-top: 20px;
}
.video_rec .rec_title{
    padding: 10px 0;
    text-align: center;
}
.video_rec .rec_title a{
    font-size: 15px;
}
.video_rec .rec_body a{
    position: relative;
    display: block;
}
.video_rec .rec_body .cover{
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video_rec .rec_body li:hover .cover{
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.video_rec .rec_body .cover img{
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -25px;
    margin-right: -25px;
}
.breadcrumb{
    margin-bottom: 0 !important;
}
.list_top{
    width: 100%;
    min-height: 260px;
}
.list_top img{
    width: 100%;
    height: 100%;
}