/** 教育学习栏目下所有css */
@import "../../plugins/layui/css/layui.css";
@import "./dx-header.css";
@import "./dx-footer.css";

.article-detail {
  display: flex;
}
.article-detail__aside {
  width: 70px;
  padding-top: 90px;
  margin-right: 80px;
  color: rgba(175, 1, 8, 1);
  text-align: center;
}
.article-detail__aside .date {
  font-size: 22px;
}
.article-detail__aside .year {
  font-size: 16px;
  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: 15px;
  margin: 0 auto;
}

.article-detail__aside .vote-button {
  text-align: center;
  margin-top: 20px;
}
.article-detail__aside .vote-button .image {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("../images/icon-vote-default.png") no-repeat center center / cover;
  margin: 0 auto;
  cursor: pointer;
}
.article-detail__aside .vote-button .image:hover {
  background: url("../images/icon-vote-active.png") no-repeat center center / cover;
}
.article-detail__article {
  width: calc(100% - 140px);
}
.article-detail__article .title {
  text-align: center;
  width: 920px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.article-detail__article .sub-title {
  text-align: center;
  width: 920px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.article-detail__article .extra {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.article-detail__article .extra .desc {
  text-align: right;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
}
.article-detail__article .extra .handle{
  display: flex;
}
.article-detail__article .extra .handle .vote-num {
  font-size: 14px;
  color: #AF0108;
  display: flex;
  margin-right: 10px;
}
.article-detail__article .extra .handle .vote-num .image {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.article-detail__article .extra .handle .view-num {
  color: rgba(139, 99, 101, 1);
  font-size: 14px;
  display: flex;
}
.article-detail__article .extra .handle .view-num .image {
  width: 24px;
  height: 16px;
	margin-right: 4px;
}
.article-detail__article .article-detail__content {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  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%;
}