.leader-content {
  display: flex;
  margin: 50px auto;
  margin-bottom: 0;
  background-color: #fff;
  overflow: hidden;
  gap: 15px;
  margin-bottom: 30px;
}

/*日历*/
.calendar-container {}

.pika-lendar {
  float: unset;
  width: auto;
  position: relative;
}

/* Pikaday 默认输入框隐藏 */
#datepicker {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

/* 自定义 Pikaday 样式 */
.pika-single {
  font-size: 14px;
  border-radius: 8px;
  width: 100%;
  border: none;
}

.pika-title {
  font-size: 18px;
  font-weight: bold;
}

.pika-label {
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: normal;
}

.is-today .pika-button {
  color: #666;
  font-weight: normal;
}

.pika-label:first-child {
  order: 1;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
}

.pika-table thead tr {
  background: #f8f6f1;
}

.pika-table abbr {
  text-decoration: none;
}

.pika-week {
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
}

.pika-button {
  border-radius: 0;
  font-size: 16px;
  height: 60px;
  text-align: center;
  background: none;
}

.pika-prev,
.pika-next {
  display: none;
}

/* 当前日期标红 */
.is-selected .pika-button,
.has-event .pika-button {
  background: none;
  box-shadow: none;
  color: #666;
  font-weight: normal;
}

/* 选中日期背景色 */
.pika-button.is-selected {
  background: none !important;
  color: white !important;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background: none;
  color: #ff0000;
}

.article-link {
  position: absolute;
  background-color: #f8f9fa;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
  z-index: 10;
}

/* 上下个月的灰色日期 */
.is-outside-current-month .pika-button {
  color: #ccc;
}

.pika-title {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

/* 右侧内容 */
.leader-list-content {
  padding: 20px;
  border-radius: 8px;
  min-width: 0;
  flex: 1;
}

/* 领导信息 */
.leader-info {
  display: flex;
  margin-bottom: 35px;
  padding: 0px 25px;
  flex-direction: column;
  background: #fbfbfb;
  background: linear-gradient(to bottom, #dddddd 0%, #f9faf9 70%);
  padding-bottom: 40px;
  height: 100%;
}


.leader-info p {
  text-align: center;
}
.leader-info span {
  text-align: center;
  width: 100%;
  font-size: 2.2rem;
  line-height: 5rem;
  color: #ce0018;
  font-weight: bold;

}
.leader-info .ldxm_content {
    display: inline-block;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    width: 66px !important;
}

.leader-photo {
  width: 196px;
  height: 262px;
  object-fit: cover;

  margin: 30px auto;
}

.info {
  padding: 4% 0;
}

.info h3 {
  color: #c53031;
  font-size: 20px;
  margin-bottom: 10px;

}

.info p {
  font-size: 1.8rem;
  line-height: 2;
  text-indent: 2em;
}

/*简历 领导活动*/
.dwgk .comld {
  position: relative;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  justify-content: space-between;
}

.dwgk .comld a {
  font-size: 1.6rem;
  color: #747474;
  /* margin-right: 72px; */
  margin-right: 30px;
}

.dwgk .channel {
  line-height: 52px;
  display: inline-block;
  font-size: 2.4rem;
  color: #bd1a2d;
  padding: 0 36px;
  border-bottom: 2px solid #bd1a2d;
  font-weight: bold;
}

.news-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  min-height: 288px;
}

.news-list li {
  line-height: 46px;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  /* padding-right: 72px; */
  width: 100%;
  box-sizing: border-box;
  /* 重要：加上这两行，防止内容撑开 */
  min-width: 0;
  overflow: hidden;
}

.news-list li a {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 66%;
  flex-shrink: 0;
}

.news-list li a:hover {
  text-decoration: underline;
  color: #a10000;
}

/* 日期样式 */
.news-list li span {
  display: block;
  font-size: 1.6rem;
  color: #999;
}

.content-messages {
  width: 85%;
}

.content-messages a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
  display: block;
}

.red-text .pika-button {
  color: #ff0000;
}

.content-messages p {
  font-size: 1.4rem;
  color: #a8a8a8;
}

.ldhd {
  padding-left: 25px;
}

@media (max-width: 1200px) {
  .leader-list-content {
    padding: 0;
  }
}

/* 响应式设计 */
@media (max-width: 830px) {
  .new_info {
    margin: 20px 0;
  }

  .leader-content {
    flex-direction: column;
    margin-top: 25px;
  }

  .content-messages a {
    width: 80%;
  }

  .sidebar {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  .leader-list li {
    text-align: center;
  }

  .leader-list-content {
    padding: 15px;
  }

  .leader-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .leader-photo {
    margin-bottom: 15px;
  }

  .calendar-container {
    display: none;
  }

  .ldhd {
    padding-left: 0;
  }
}