.page-content {
  width: 100%;
  background-image: url(../images/bg/gywm_bg.png),
  url(../images/bg/left_top_bg.png), url(../images/kxyj_twlb/bg_bottom.png);
  background-size: 1568px 603px, 1093px 630px, 1002px 487px;
  background-position: top right, top left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding-bottom: 20px;
  position: relative;
}

.page-content-container-top {
  position: relative;
  width: 100%;
  height: 300px;
  border-bottom: 5px solid var(--primary-color);
}

.page-content-container-top-title {
  position: absolute;
  bottom: -4px;
  left: 25px;
  background-image: url(../images/kxyj_twlb/title_bg.png);
  background-size: 305px 186px;
  width: 305px;
  height: 186px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-content-container-top-title-text {
  margin-top: 20px;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.page-content-container-top-title-text-path {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #fff;
  /* background-color: hotpink; */
  padding-left: 40px;
  margin-top: 10px;
  opacity: 0.8;
}

.page-content-container-content {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(239, 87, 87, 0.1);
  padding-bottom: 20px;
  background-image: url(../images/index/bac_zhici_dt.png);
  background-size: cover;
  /*background-position: center;*/
  background-repeat: no-repeat;
}

.page-content-container-content-title-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 297px;
  margin-left: 29px;
}

.page-content-container-content-title-list-item {
  display: flex;
  align-items: center;
  background: #ececec;
  /* 非active背景 */
  color: #808080;
  /* 非active字体色 */
  position: relative;
  transition: background 0.3s, color 0.3s;
  height: 50px;
}

.page-content-container-content-title-list-item-title {
  flex: 1;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
}

.page-content-container-content-title-list-item-line {
  width: 170px;
  height: 1px;
  background: #808080;
  /* 非active线色 */
  transition: background 0.3s, left 0.3s, right 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  /* 默认在右边 */
  left: auto;
}

/* active 状态 */
.page-content-container-content-title-list-item.active {
  background: var(--primary-color);
  /* 主题色背景 */
  color: #fff;
  /* 主题色字体 */
  text-align: right;
}

.page-content-container-content-title-list-item.active .page-content-container-content-title-list-item-line {
  background: #fff;
  /* 主题色线色 */
  left: 0;
  /* 线在左边 */
  right: auto;
}

.page-content-container-content-left {
  width: 1075px;
  /* background-color: hotpink; */
  /* height: 500px; */
  padding: 20px 40px;
}

.text-title {
  /* background-color: aqua; */
  font-size: 26px;
  padding-bottom: 26px;
  padding-top: 20px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  font-weight: 600;
}

.text-box-1 {
  background-color: #f1f1f5;
  border-radius: 15px;
  margin: 30px 0;
  padding: 10px 16px;
}

.text-box-1-name {
  /* font-size: 18px; */
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid var(--primary-color);
}

.text-box-1-text {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 24px;
}

.text-box-2 {
  width: 1021px;
  height: 1182px;
  background-image: url(../images/index/csrzc_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 60px 50px;
}

.text-box-2-line {
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 24px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.text-box-2-name {
  font-size: 26px;
  font-weight: 500;
  color: #305496;
  text-align: right;
  margin-right: 30px;
}