.content-wrapper {
  background: #fff;
  padding: 0;
}

/* ========== 公司介绍 - Banner ========== */
.page-banner--intro {
  background: url("../images_CJ/companyIntroduction/bg.jpg") center / cover no-repeat;
  background-size: 100% 100%;
}

/* ========== 公司介绍 - 布局 ========== */
.intro-layout {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.intro-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}

.intro-time {
  text-align: center;
  font-size: 14px;
  color: #A2A2A2; 
  border-bottom: 1px dotted #E8E8E8;
  padding-bottom: 26px;
}

.intro-content {
  font-size: 16px;
  text-indent: 2em;
  color: #000000ad;
  margin-top: 34px;
  line-height: 24px;
}

.intro-content p {
  margin-bottom: 24px;
}

.intro-content p:last-child  {
  margin-bottom: 0;
}