.m_article_detail_content {
  margin-top: 0.5rem;
  background: none;
  padding: 0;
}
.m_article_detail_content .video_content {
  width: 100%;
  height: auto;
  font-size: 0;
  letter-spacing: 0;
}
.m_article_detail_content .video_content .m_play_content {
  width: 100%;
  height: 3.9rem;
  position: relative;
}
.m_article_detail_content .video_content .m_play_content .m_play_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m_article_detail_content .video_content .m_play_content .m_play_hover img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.38rem;
  height: 1.38rem;
  margin: -0.69rem;
}
.m_article_detail_content .video_content .m_play_content .playArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.m_article_detail_content .video_content .m_play_content .playArea video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.m_article_detail_content .video_content .m_info {
  width: 100%;
  background-color: rgb(164, 0, 0);
  -webkit-box-shadow: 0rem 0rem 0.13rem 0rem rgb(226, 226, 226);
          box-shadow: 0rem 0rem 0.13rem 0rem rgb(226, 226, 226);
  height: auto;
  padding: 0.25rem 0.28rem 0.38rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.m_article_detail_content .video_content .m_info .m_desc {
  color: rgb(255, 255, 255);
  line-height: 0.3rem;
  font-size: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m_article_detail_content .video_content .m_info .m_title {
  color: rgb(255, 255, 255);
  line-height: 0.4rem;
  font-size: 0.28rem;
  padding: 0.1rem 0 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.m_article_detail_content .video_content .m_info .m_date {
  font-size: 0.21rem;
  color: rgb(255, 255, 255);
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m_main {
  background: #fefefe;
}

.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_title {
  margin-top: 0.58rem;
}/*# sourceMappingURL=m_index_video.css.map */