.jy-article-main{
    padding-top: 60px;
    text-align: center;
    padding-bottom: 40px;
}
.article-detail{
    display: flex;
    width:var(--base-width); 
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
    padding-top: 80px;
    background-color: #fff;
    height: auto;
    width: 1340px;
    border-radius: 8px;
}

.article-detail__aside {
    width: 70px;
    padding-top: 20px;
    margin-right: 80px;
    margin-left:70px;
    color: rgba(175, 1, 8, 1);
    text-align: center;
}
.article-detail__aside .date {
  font-size: 24px;
}
.article-detail__aside .year {
  font-size: 13px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 9px;
}
.article-detail__aside .year::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background: #af0108;
  border-radius: 100px;
}
.article-detail__aside .hour {
  padding-top: 10px;
  font-size: 13px;
  margin: 0 auto;
}
.article-detail__article {
  width: calc(100% - 140px);
}
.article-detail__article .title {
  text-align: center;
  width: 920px;
  font-size: 42px;
  line-height: 59px;
  font-weight: 400;
  margin-top: 0;
}

.article-detail__article .article-detail__content {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
  width: 920px;
}
#J_prismPlayer{
	margin:0 auto;
}
.prism-player .prism-big-play-btn {
  background: url("../images/icon-bigplay.png") no-repeat center center / cover;
  background-size: contain;
  width: 64px;
  height: 64px;
}
.article-detail__content video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}