.page-content {
  width: 100%;
  background-image: url(../images/xwygg/bg_top.png),
    url(../images/kxyj_twlb/bg_bottom.png);
  background-size: 100% 702px, 1002px 487px;
  background-position: top, bottom right;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 20px;
}

.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 {
  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: #893b90; /* 主题色背景 */
  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;
  padding: 20px 40px;
  min-height: 400px;
}

.page-content-container-content-left > a > .item {
  width: 908px;
  margin: 0 auto;
  margin-top: 30px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.item-date {
  position: relative;
  width: 172px;
  height: 29px;
  background-image: url(../images/xwygg/news_date_bg.png);
  color: #fff;
}

.item-date > .item-date-day {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
}

.item-date > .item-date-month-year {
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 18px;
  transform: translateY(-50%);
}

.item > .item-con {
  padding: 20px 10px 20px 45px;
  width: 670px;
  height: 135px;
}

.item-con-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary1-color);
  margin-bottom: 10px;
}

.item-con-text {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.item-con-right {
  position: absolute;
  right: 0;
  top: 10px;
  width: 230px;
  height: 146px;
}

.item-con-right > img {
  width: 230px;
  height: 146px;
  object-fit: cover;
}
