/* 头部 */
.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 {
  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;
  padding: 0 8px;
}

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

/* 中间首页 */
.index_left_content {
  width: 863px;
  padding-bottom: 70px;
}