.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;
}

.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;
  min-height: 400px;
}

.text-title {
  /* background-color: aqua; */
  font-size: 30px;
  padding-bottom: 26px;
  padding-top: 20px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  font-weight: 480;
}
.text-box {
  margin: 30px 0;
  padding: 0 20px;
}
.text-box > p {
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
}

.text-list > ul {
  padding-left: 45px;
}

.text-list > ul > li {
  font-weight: 500;
}
