.p-5 {
  padding: 0 5%;
}
.p-2 {
  padding: 0 3.5%;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex {
  display: flex;
}
.ali {
  align-items: center;
  justify-content: space-between;
}
.spbe {
  justify-content: space-between;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 分页样式 */
.pagination {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.pagination a,
.pagination span {
  margin: 0 5px;
  color: #666666;
  font-size: 20px;
}
.pagination-total {
}
.pagination-operate {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #666666;
}

.total-count {
  color: #666;
  font-size: 16px;
}

.page-btn {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}

.page-btn:hover {
  background-color: #f5f5f5;
}

#simple-pager {
  display: flex;
}
.page-number {
  display: flex;
  align-items: center;
}
.page-num {
  display: inline-block;
  padding: 6px 12px;
  min-width: 15px;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}

.page-num:hover {
  background-color: #f5f5f5;
}

.page-num.active {
  background-color: #0d5fc2;
  color: white;
  border-color: #0d5fc2;
  font-size: 20px;
}

.page-info {
  text-align: center;
  color: #666;
  font-size: 16px;
}

.pagination [data-infoListBy-page-totalPages],
.pagination [data-infoListBy-page-currentPage] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-ellipsis {
  display: inline-block;
  padding: 6px 8px;
  color: #333;
}
/* 分页样式结束 */

/* 新的分页样式开始 - 扁平设计 */
.pagination-new {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 30px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* 页码信息样式 */
.pagination-new .page-info {
  margin-right: 10px;
}

/* 分页链接样式 */
.pagination-new .page-link {
  margin: 0 5px;
  color: #666;
  text-decoration: none;
  font-size: 16px;
}

.pagination-new .page-link:hover {
  color: #333;
  text-decoration: underline;
}

/* 记录信息样式 */
.pagination-new .record-info {
  margin-left: 10px;
  font-size: 16px;
}
/* 新的分页样式结束 */

/* 详情和二级标题头部 */
.detail-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0d5fc2;
  position: relative;
}

.detail-title::before {
  content: '';
  position: absolute;
  width: 30%;
  height: 2px !important;
  bottom: -2px;
  left: 0;
  background-color: #225cb7;
}

.detail-title h1 {
  padding: 0px 13px 10px;
  font-size: 29px;
  color: #0d5fc2;
  /* border-bottom: 2px solid #0d5fc2; */
}
.location {
  display: flex;
  align-items: center;
  gap: 16px;
}

.location span {
  font-size: 18px;
}
/* 结束 */
/* 两行省略样式 */
.two-line-ellipsis {
  display: -webkit-box; /* 使用弹性伸缩盒模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示行数为2 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis; /* 添加省略号 */
  line-height: 2; /* 建议设置固定行高（可选） */
}

/* 为带有data-infoListBy-imgSrc属性的图片添加默认背景 */
[data-infoListBy-imgSrc=''] {
  background-image: url('../images/nopic1.jpg'); /* 默认图片路径，请确保此文件存在 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: none;
  display: block;
}

@media screen and (min-width: 767px) {
  html {
    font-size: 54.705% !important;
  }
}

html {
  font-size: 62.5%;
}
#header {
  padding-bottom: 60px;
}
.first-menu {
  background: #f4bb00 !important;
  color: #0e5b8e !important;
}
.first-menu-link {
  color: #0e5b8e !important; /* 你想要的颜色 */
}
