body {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.only_left {
  float: left;
}

.only_right {
  float: right;
}

[v-cloak] {
  display: none !important;
}

a.el-link.el-link--default.item_title {
    width: 100%;
    justify-content: flex-start !important;
}
.el-link__inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
}
/*公共列表页*/ 
.all_center {
  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 0;
}

.item_title:hover {
  color: #256fc1;
  transform: scale(1.01);
}

.self_title {
  height: 65px;
  border-bottom: 2px #c9c9c9 solid;
  margin-bottom: 20px;
}

.self_title span {
  display: inline-block;
  height: 64px;
  line-height: 70px;
  color: var(--section-title);
  font-size: x-large;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, var(--section-title)) 1;
}

.list-container {
  max-width: 1400px;
  margin: 0 auto;
}

.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: 50px 0;
}

.start {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 400px;
}

.dotted-border {
  border: none;
  border-top: 1px dashed #d0d0d0;
  margin: 10px 0;
}

.el-pager li:hover {
  background-color: #1d6ac4;
  color: #ffffff;
}

.el-pager li.is-active {
  cursor: default;
  font-weight: bold;
  background: #1d6ac4;
  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;
}

/* 响应式布局 */
@media (max-width: 1400px) {

    .top_addcru {
        width: 100%;
    }
    
  .all_center{
    width: 100%;
    padding: 0 20px;
  }

  .list-container {
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 992px) {
  .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%;
  }

  .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;
  }
}