.videoBox .videoConent .video_card .public_line {
  margin-left: 10%;
  width: 80%;
}
.videoBox .videoConent .video_card .videocenter {
  /* margin-top: 0.15rem; */
  margin-left: 10%;
  width: 80%;
  position: relative;
  display: flex;
  padding: 0.2rem 0;
  /* background: #000; */
}

.videoBox .videoConent .video_card .videocenter video {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .videoBox .nscc .closeImage {
    top: 0.3rem;
  }
  .videoBox .videoConent {
    height: 6.52rem;
    background-image: url(../img/md/videobg.png);
  }
  .videoBox .videoConent .video_card .public_line {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .videoBox .videoConent .video_card .videocenter {
    /*padding: 0.8rem 0;*/
  }
}
