.article_info {
  padding-bottom: 1rem;
}

.article_info .info-title {
  border-bottom: solid 0.05rem #eeeeee;
}

.article_info .info-title .title-type {
  margin-left: 1rem;
}

.article_info .video-text {
  min-height: calc(100vh - 2rem);
  line-height: 1.5rem;
}

.article_info .img-play {
  background-color: #fff;
  padding-bottom: 0;
}

.article_info .video-text strong {
  font-weight: 700;
}

.article_info .video-text a {
  color: #337ab7;
  text-decoration: none;
}

.article_info .video-text em {
  font-style: italic;
}

.article_info .video-text b,
.article_info .video-text strong {
  font-weight: 700;
}

.article_info .video-text ol,
.article_info .video-text ul,
.article_info .video-text li {
  list-style: inherit;
}

.article_info .video-text .text-p {
  line-height: 1.4rem;
  margin-bottom: 1rem;
}

.article_info .video-text .text-p strong {
  font-weight: 700;
}

.article_info .video-text .text-p a {
  color: #337ab7;
  text-decoration: none;
}

.article_info .video-text .text-p em {
  font-style: italic;
}

.article_info .video-text .text-p b,
.article_info .video-text .text-p strong {
  font-weight: 700;
}

.article_info .video-text .text-p ol,
.article_info .video-text .text-p ul,
.article_info .video-text .text-p li {
  list-style: inherit;
}

@media screen and (max-width: 897px) {
  .article_info .video-text .text-p {
    line-height: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .article_info .video-text {
    min-height: 24.4rem;
  }
}
