body {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.only_left {
  float: left;
}

.only_right {
  float: right;
}

[v-cloak] {
  display: none !important;
}

/*公共列表页*/
.all_center {
  min-height: 700px;
  width: 1400px;
  display: block;
}

.all_center_lyxd {
  width: 74%;
  display: flex;
}

.top_addcru {
  padding: 30px 0 10px 0;
  font-size: 20px;
  color: #6e6e6e;
  width: 1400px;
}

.top_addcru span img {
  width: 14px;
  margin: 0 10px 0 20px;
}

.item_title:hover {
  color: var(--theme-color-3) !important;
  transform: scale(1.01);
}

.self_title {
  height: 65px;
  border-bottom: 2px #c9c9c9 solid;
  margin-bottom: 20px;
  /* 标题与侧边栏脱离：与内容区对齐 */
  margin-left: 260px;
  width: calc(100% - 260px);
  box-sizing: border-box;
}

.self_title span {
  display: inline-block;
  height: 64px;
  line-height: 70px;
  color: var(--theme-color-9);
  font-size: x-large;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, var(--theme-color-9)) 1;
}

.list-container {
  margin-left: 260px;
  width: calc(100% - 260px);
  display: flex;
  flex-direction: column;
  min-height: 600px;
}

.el-link__inner {
  font-size: 18px;
}

.list-date {
  font-size: 18px !important;
}

.self_title span {
  font-size: 24px !important;
}

.list-item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  /*border-bottom: 1px solid #e0e0e0;*/
}

.list-marker {
  text-align: left;
  max-width: 2px;
}

#start .list-marker {
  text-align: left;
  max-width: 2px !important;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 50%;
  display: inline-block;
}

.list-title {
  font-size: 18px !important;
  color: #333 !important;
}

.list-date {
  text-align: right;
  font-size: 18px;
  color: #999;
}

.el-center-page {
  justify-content: center;
  margin: 30px 0 50px;
}

.list-container .el-center-page {
  margin-top: auto;
}

.start {
  display: flex;
  justify-content: center;
  /* background: linear-gradient(to bottom, rgb(236 243 255), #fdfdfd); */
  width: 100%;
}

.dotted-border {
  border: none;
  border-top: 1px dashed #d0d0d0;
  margin: 10px 0;
}

.el-pager li:hover {
  background-color: var(--theme-color-3);
  color: #ffffff;
}

.el-pager li.is-active {
  cursor: default;
  font-weight: bold;
  background: var(--theme-color-9);
  color: aliceblue;
}

.el-pager li.is-active,
.el-pager li:hover {
  color: var(--el-pagination-button-disabled-bg-color) !important;
}

.el-pager .number:nth-child(n+1) {
  margin: 0 0 0 10px;
  border: 1px #d0d0d0 solid;
}

.el-pager .number:last-child {
  margin: 0 10px 0 10px;
  border: 1px #d0d0d0 solid;
}

.el-pagination button {
  align-items: center;
  background: #e1e1e1 !important;
  border: none;
  border-radius: var(--el-pagination-border-radius);
  box-sizing: border-box;
  color: #080808;
  cursor: pointer;
  display: flex;
  font-size: var(--el-pagination-font-size);
  height: var(--el-pagination-button-height);
  justify-content: center;
  line-height: var(--el-pagination-button-height);
  min-width: var(--el-pagination-button-width);
  padding: 0 4px;
  text-align: center;
}

.el-pagination button.is-disabled,
.el-pagination button:disabled {
  background-color: #e1e1e1 !important;
  color: var(--el-pagination-button-disabled-color);
  cursor: not-allowed;
}

.watermark {
  position: absolute;
  z-index: 33;
  top: 620px;
  right: 15%;
}

.watermark>img {
  height: 250px;
}

.watermark>span {
  position: absolute;
  z-index: 35;
  top: 55%;
  right: 62px;
  transform: rotateZ(340deg);
  font-size: 14px;
  color: #e92326;
}

/* 分类导航菜单样式 */
.category-nav {
  margin-top: 10px;
  float: left;
  width: 220px;
  margin-right: 32px;
  background: var(--text-write);
  border: 1px solid var(--rdgz-background-color-red-7);
  border-radius: 6px;
  padding: 12px 10px 14px;
  box-sizing: border-box;
}

.category-nav-header {
  padding: 15px 20px;
  background: #216bb6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

.category-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-nav-list li {
  list-style: none;
  margin: 0 0 12px;
}

.category-nav-list li:last-child {
  margin-bottom: 0;
}

.category-nav-list li a {
  display: block;
  padding: 12px 14px;
  color: var(--theme-color-9);
  background: rgb(178 36 36 / 18%);
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
  text-align: center;
}

.category-nav-list li a:hover {
  background: rgba(33, 107, 182, 0.18);
  color: var(--theme-color-3);
}

.category-nav-list li.active a {
  background: var(--theme-color-9);
  /* 激活深蓝 */
  color: #fff;
}

/* 移动端菜单切换按钮 */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 3000;
  width: 48px;
  height: 48px;
  background: #216bb6;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mobile-menu-toggle svg {
  display: block;
}

/* 移动端遮罩层 */
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-overlay.show {
  display: block;
  opacity: 1;
}

/* 响应式布局 */
@media (max-width: 1400px) {

  .all_center,
  .top_addcru {
    width: 100%;
    padding: 0 20px;
  }

  .list-container {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 992px) {
  .self_title {
    margin-left: 220px;
    width: calc(100% - 220px);
  }

  .category-nav {
    width: 200px;
    margin-right: 20px;
  }

  .list-container {
    margin-left: 220px;
    width: calc(100% - 220px);
    min-height: 700px;
  }

  .self_title {
    margin-bottom: 12px;
  }

  .self_title span {
    font-size: 20px;
    line-height: 64px;
  }

  .list-item {
    padding: 10px 0;
  }

  .list-title {
    font-size: 16px !important;
  }

  .list-date {
    font-size: 16px !important;
  }

  .el-center-page {
    margin: 30px 0;
  }

  .watermark {
    top: 360px;
    right: 5%;
  }

  .watermark>img {
    height: 180px;
  }

  .watermark>span {
    right: 38px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .all_center {
    width: 100%;
  }

  /* 移动端隐藏分类导航 */
  .category-nav {
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    z-index: 999;
    width: 220px;
    margin-right: 0;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    padding: 16px 12px 20px;
  }

  .category-nav.mobile-open {
    left: 0;
  }

  /* 列表容器在移动端占满宽度 */
  .list-container {
    margin-left: 0;
    width: 100%;
    min-height: 700px;
  }

  .self_title {
    margin-left: 0;
    width: 100%;
  }

  /* 显示移动端菜单按钮 */
  .mobile-menu-toggle {
    display: flex;
  }

  .top_addcru {
    padding: 16px 0 8px;
    font-size: 16px;
  }

  .self_title {
    height: 54px;
  }

  .self_title span {
    height: 52px;
    line-height: 58px;
    font-size: 18px;
  }

  .list-item {
    padding: 8px 0;
  }

  /* 列在小屏改为标题20列 + 日期4列保持可读 */
  .list-marker {
    max-width: 2px;
  }

  .list-date {
    font-size: 14px;
  }

  .dotted-border {
    margin: 6px 0;
  }

  .el-center-page {
    margin: 20px 0;
  }

  .watermark {
    top: auto;
    bottom: 40px;
    right: 12px;
  }

  .watermark>img {
    height: 140px;
  }

  .watermark>span {
    right: 24px;
  }
}

@media (max-width: 480px) {
  .top_addcru {
    font-size: 14px;
  }

  .list-title {
    font-size: 15px !important;
  }

  .list-date {
    font-size: 13px;
  }

  .el-pagination .el-pager .number {
    margin: 0 4px !important;
  }

  .el-pagination button {
    min-width: 26px;
    padding: 0 2px;
  }

  .watermark>img {
    height: 120px;
  }
}