/* 头部 */
.zhengwu_desc_contain {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhengwu_desc_contain_left {
  display: flex;
  align-items: center;
}

.zhengwu_desc_contain img {
  width: 71.2px;
  height: 71.1px;
  border-radius: 50%;
}

.zhengwu_desc_contain_left_title {
  font-size: 22px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
}

.zhengwu_desc_contain_left_dev {
  margin-left: 10px;
}

.zhengwu_desc_contain_left_desc {
  font-size: 18px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(187, 187, 187, 1);
  margin-top: 10px;
  line-height: 1;
}

.zhengwu_desc_contain_right_dev {
  width: 67px;
  height: 34px;
  background: rgba(25, 128, 222, 0);
  border: 1px solid rgba(25, 128, 222, 1);
  border-radius: 5px;
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(25, 128, 222, 1);
  line-height: 34px;
  text-align: center;
}

/* 虚线 */
.xuxian {
  width: 100%;
  height: 4px;
  background: rgba(247, 247, 247, 1);
  margin-top: 36px;
  margin-bottom: 32px;
}

/* 内容 */
/* .content_size {
 *   width: 733px;
 *     margin: 0 auto;
 *     } */

.details_title {
  font-size: 32px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 52px;
}

.details_author {
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(171, 171, 171, 1);
  line-height: 50px;
}

.details_reviewers {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
}

.details_reviewers div {
  width: 130px;
}

.content_img {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(171, 171, 171, 1);
  margin-top: 10px;
}

.content_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 1px #000;
}

.art_content {
  font-size: 18px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  line-height: 38px;
  overflow: hidden;
}

.art_content img {
  margin: 10px auto !important;
  max-width: 100% !important;
}

.tuijian {
  font-size: 20px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  line-height: 34px;
  margin-top: 85px;
  margin-bottom: 20px;
}

.index_left_content {
  max-width: 865px;
  width: 865px;
}

.index_left_content .art_content article p video {
  width: 100%;
  max-height: 490px;
}

.index_left_content .art_content video {
  width: 100%;
  max-height: 490px;
}

.index_left_content .art_content article video {
  width: 100%;
  max-height: 490px;
}

.g_share {
  margin-top: 50px;
}
