body{
  background: #F6F8FA;
}
*{
  outline: 0!important;
}
.zcfb-header .zcfb-banner-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
  text-align: center;
}

.zcfb-header .zcfb-banner-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 25px 0;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.4;
}

.zcfb-sousuo {
  width: 820px !important;
  margin: 70px auto 0 auto !important;
  float: none !important;
  background:rgba(3, 47, 122, 0.30);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 30px 35px 25px;
}

.zcfb-sousuo form {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  display: flex;
  align-items: center;
}

.zcfb-sousuo .input {
  float: left;
  position: relative;
  width: calc(100% - 240px) !important;
  border: none;
  border-radius: 6px 0 0 6px;
  flex: 1;
}

.zcfb-sousuo .input .picker {
  width: 130px !important;
  position: absolute;
  z-index: 1;
  padding-left: 20px;
  padding-right: 15px;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  color: #1B62AC;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zcfb-sousuo .input .picker select {
  width: 100%;
  height: 100%;
  color: #1B62AC;
  letter-spacing: 1px;
  font-size: 16px;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  appearance: none;
  padding-right: 20px;
}

.zcfb-sousuo .input .picker:before {
  content: '';
  width: 1px;
  height: 24px;
  background-color: rgba(55, 135, 215, .37);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.zcfb-sousuo .input > input {
  outline: none;
  border: none;
  padding: 0 15px !important;
  margin: 0;
  height: 56px !important;
  width: 100%;
  position: relative;
  font-size: 16px !important;
  font-weight: 400;
  color: #333;
  line-height: 56px;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 6px 0 0 6px !important;
}

.zcfb-sousuo .input > input::placeholder {
  color: #999;
}

.zcfb-sousuo .search {
  width: 100px !important;
  height: 56px !important;
  font-size: 18px !important;
  text-align: center;
  letter-spacing: 1px;
  line-height: 56px !important;
  background: #f39c12 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: .3s;
  border: none;
  flex-shrink: 0;
}

.zcfb-sousuo .search:hover {
  background: #e67e22 !important;
}

.zcfb-advanced-search {
  width: 120px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  border-left: 1px solid #e0e0e0;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  flex-shrink: 0;
  transition: background 0.3s;
}

.zcfb-advanced-search:hover {
  background: rgba(255, 255, 255, 1);
}

.zcfb-advanced-search span {
  margin-right: 5px;
}

.zcfb-advanced-search i {
  font-size: 12px;
  color: #999;
}

.zcfb-hot-search {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 5px;
}

.zcfb-hot-search span {
  margin-right: 10px;
}

.zcfb-hot-search a {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.zcfb-hot-search a:hover {
  color: #f39c12;
}

.zcfb-category-section {
  padding: 60px 0;
}

.zcfb-category-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.zcfb-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.zcfb-category-card {
  background: #ffffff;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
  transition: .3s;
}

.zcfb-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.zcfb-category-icon {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f4fd;
  position: relative;
  overflow: hidden;
}

.zcfb-category-icon img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.zcfb-category-name {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 4px 4px 0px rgba(196,209,223,0.1);
  border-radius: 5px 5px 5px 5px;
  position: absolute;
  z-index: 99;
  width: 80%;
 left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
}

.zcfb-side-gongbao {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.zcfb-side-gongbao img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .zcfb-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zcfb-header .zcfb-banner-title {
    font-size: 32px;
  }

  .zcfb-header .zcfb-banner-wrap {
    height: 420px;
  }

  .zcfb-sousuo {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  .zcfb-category-grid {
    grid-template-columns: 1fr;
  }

  .zcfb-header .zcfb-banner-title {
    font-size: 24px;
  }

  .zcfb-header .zcfb-banner-wrap {
    height: 380px;
  }

  .zcfb-sousuo {
    width: 92% !important;
    padding: 15px;
  }

  .zcfb-sousuo .input {
    width: calc(100% - 100px) !important;
  }

  .zcfb-sousuo .input .picker {
    display: none;
  }

  .zcfb-sousuo .input > input {
    padding: 0 15px !important;
  }

  .zcfb-advanced-search {
    display: none;
  }

  .zcfb-side-gongbao {
    display: none;
  }
}

.zcfb-list-section {
  min-height: 600px;
  margin-top: -120px;
}
.zfgb-banner{
  border-radius: 6px;
  overflow: hidden;
}
.margin-bottom-30{
  margin-bottom: 30px;
}
.zcfb-list-container {
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px 40px 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.zcfb-list-tabs {
  margin-bottom: 20px;
}

.zcfb-list-tabs .nav-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: none!important;
}

.zcfb-list-tabs .nav-pills > li > a {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  padding: 14px 28px;
  font-size: 14px;
  margin-right: 0;
  transition: all 0.3s ease;
}

.zcfb-list-tabs .nav-pills > li.active > a,
.zcfb-list-tabs .nav-pills > li.active > a:hover,
.zcfb-list-tabs .nav-pills > li.active > a:focus {
  background: #2d7dd2;
  color: #fff;
  border-color: #2d7dd2;
}

.zcfb-list-tabs .nav-pills > li > a:hover {
  background: #f0f7ff;
  color: #2d7dd2;
  border-color: #2d7dd2;
}

.zcfb-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  height: 40px;
}

.zcfb-list-title .title-deco {
  top: 50%;
  height: 24px;
  width: 45%;
}

.zcfb-list-title .left-deco {
  left: 0;
  background: url('/assets-zwgk/zcfb/img/title-left@2x.jpg') right center;
  background-size: auto 100%;
}

.zcfb-list-title .right-deco {
  right: 0;
  background-image: url('/assets-zwgk/zcfb/img/title-right@2x.jpg');
  background-position: left center;
  background-size: auto 100%;
}

.zcfb-list-title .title-text {
  font-size: 24px;
  font-weight: bold;
  color: #0d3b66;
  margin: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 30px;
}

.zcfb-file-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zcfb-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.zcfb-file-item:last-child {
  border-bottom: none;
}

.zcfb-file-item:hover {
  background: #f8fafc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
}

.zcfb-file-main {
  flex: 1;
  min-width: 0;
}

.zcfb-file-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.zcfb-file-title:hover {
  color: #2d7dd2;
}

.zcfb-file-title .dot {
  width: 4px;
  height: 4px;
  background: #2d7dd2;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.zcfb-file-meta {
  font-size: 13px;
  color: #999;
  padding-left: 14px;
}

.zcfb-file-meta span {
  margin-right: 20px;
}

.zcfb-file-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 20px;
}

.zcfb-file-tags .tag-img {
  height: 24px;
  width: auto;
}

.zcfb-tag-item {
  position: relative;
  cursor: pointer;
}

.zcfb-tag-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px;
  background: #fff;
  border: 1px dashed #2d7dd2;
  border-radius: 4px;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  max-width: 500px;
}

.zcfb-tag-item:hover .zcfb-tag-dropdown {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 15px);
}

.zcfb-tag-arrow {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px dashed #2d7dd2;
  border-top: 1px dashed #2d7dd2;
  border-right: none;
  border-bottom: none;
}

.zcfb-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zcfb-tag-list li {
  padding: 8px 0;
  font-size: 14px;
  color: #34526D;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}

.zcfb-tag-list li:last-child {
  border-bottom: none;
}

.zcfb-tag-list li .tag-date {
  color: #34526D;
  margin-right: 15px;
  white-space: nowrap;
  flex-shrink: 0;
}

.zcfb-tag-list li .tag-text {
  color: #34526D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  text-decoration: none;
}

.zcfb-tag-list li .tag-text:hover {
  color: #1B62AC;
  text-decoration: underline;
}

.zcfb-tag-content a {
  color: #34526D;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zcfb-tag-content a:hover {
  color: #1B62AC;
  text-decoration: underline;
}

.zcfb-tag-content {
  font-size: 14px;
  color: #34526D;
  line-height: 1.6;
  padding: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-lsyg .zcfb-tag-dropdown,
.tag-jd .zcfb-tag-dropdown {
  background: #F8FBFF;
  border-color: #1B62AC;
}

.tag-lsyg .zcfb-tag-arrow,
.tag-jd .zcfb-tag-arrow {
  background: #F8FBFF;
  border-left-color: #1B62AC;
  border-top-color: #1B62AC;
}

.tag-ban .zcfb-tag-dropdown {
  background: #F7FEFF;
  border-color: #43C9E4;
}

.tag-ban .zcfb-tag-arrow {
  background: #F7FEFF;
  border-left-color: #43C9E4;
  border-top-color: #43C9E4;
}

.zcfb-list-more {
  text-align: center;
  margin-top: 30px;
}

.zcfb-list-more a {
  display: inline-block;
  padding: 8px 24px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.zcfb-list-more a:hover {
  color: #2d7dd2;
  border-color: #2d7dd2;
  background: #f0f7ff;
}

@media (max-width: 768px) {
  .zcfb-list-container {
    padding: 20px;
    margin-top: -80px;
  }

  .zcfb-list-title .title-text {
    font-size: 18px;
  }

  .zcfb-file-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .zcfb-file-tags {
    margin-left: 14px;
    margin-top: 10px;
  }

  .zcfb-file-meta span {
    display: block;
    margin-bottom: 4px;
    margin-right: 0;
  }
}

/* ========== 搜索页面 ========== */
.zcfb-search-section {
  background: #f5f7fa;
  padding-bottom: 40px;
}

.zcfb-filter-panel {
  background: #fff;
  padding: 30px 40px;
  margin-top: -60px;
  position: relative;
  z-index: 9;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.filter-row:last-of-type {
  margin-bottom: 0;
}

.filter-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  flex: 1;
  min-width: 0;
}

.filter-item:last-child {
  margin-right: 0;
}

.filter-label {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  width: 75px;
  text-align: right;
  font-weight: 400;
}

.filter-date-range {
  display: flex;
  align-items: center;
  border: 1px solid #d9e2ec;
  border-radius: 4px;
  padding: 0 8px 0 0;
  background: #fff;
  transition: border-color 0.2s;
  flex: 1;
  height: 46px;
}

.filter-date-range:hover,
.filter-date-range:focus-within {
  border-color: #1B62AC;
}

.filter-date-range .form_date {
  width: auto;
  height: 36px;
  font-size: 14px;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  background: transparent;
  flex: 1;
}

.filter-date-range .form_date:focus {
  border: none;
  box-shadow: none;
}

.date-arrow {
  color: #999;
  font-size: 14px;
  padding: 0 6px;
  flex-shrink: 0;
}

.date-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  flex-shrink: 0;
  cursor: pointer;
}

input[type=text].filter-input {
  flex: 1;
  height: 46px;
  font-size: 14px;
  border-radius: 4px!important;
  border: 1px solid #d9e2ec;
  padding: 0 10px!important;
}

.filter-input:focus {
  border-color: #1B62AC;
  box-shadow: none;
}

.filter-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

input[type=text].filter-input-sm {
  flex: 1;
  height: 46px;
  font-size: 14px;
  border-radius: 4px!important;
  border: 1px solid #d9e2ec;
  padding: 0 10px!important;
  max-width: 153px;
}

.filter-input-sm:focus {
  border-color: #1B62AC;
  box-shadow: none;
}

.filter-radio-group {
  display: flex;
  align-items: center;
  gap: 0;
}

.radio-item {
  position: relative;
  padding: 6px 30px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-right: 15px;
  transition: all 0.2s;
  height: 46px;
  line-height: 32px;
  box-sizing: border-box;
}

.radio-item:last-child {
  margin-right: 0;
}

.radio-item.active {
  background: #fff;
  border-color: #1B62AC;
  color: #1B62AC;
  font-weight: 500;
}

.radio-item input[type="radio"] {
  display: none;
}

.filter-buttons {
  text-align: center;
  margin-top: 45px;
  padding-top: 20px;
}

.filter-buttons .btn {
  padding: 8px 50px;
  font-size: 18px;
  border-radius: 4px;
  margin: 0 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 400;
  height: 48px;
  line-height: 20px;
}

.btn-reset {
  background: #2C8CEE;
  color: #fff;
}

.btn-reset:hover {
  background: #1a7ae0;
}

.btn-search {
  background: #DB8325;
  color: #fff;
}

.btn-search:hover {
  background: #c4721a;
}

/* 搜索结果区 */
.zcfb-search-result {
  display: flex;
  gap: 25px;
  margin-top: 25px;
}

.result-left {
  flex: 1;
  min-width: 0;
}

.result-right {
  width: 370px;
  flex-shrink: 0;
}

.result-left .zcfb-file-list {
  background: #fff;
  padding: 20px 25px;
  border-radius: 2px;
  box-shadow: 0px 4px 4px 0px rgba(196,209,223,0.25);
}

.result-left .zcfb-file-item {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.result-left .zcfb-file-item:last-child {
  border-bottom: none;
}

.result-left .zcfb-file-main {
  width: 100%;
}

.result-left .zcfb-file-tags {
  margin: 10px 0 10px 14px;
}

/* 分页 */
.zcfb-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  padding: 20px 0;
  flex-wrap: wrap;
}

.zcfb-pagination .page-btn,
.zcfb-pagination .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s;
}

.zcfb-pagination .page-btn:hover,
.zcfb-pagination .page-num:hover {
  border-color: #1B62AC;
  color: #1B62AC;
}

.zcfb-pagination .page-num.active {
  background: #1B62AC;
  border-color: #1B62AC;
  color: #fff;
}

.zcfb-pagination .page-dots {
  color: #999;
  padding: 0 5px;
}

.zcfb-pagination .page-size,
.zcfb-pagination .page-jump {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}

.zcfb-pagination .page-size select {
  height: 30px;
  padding: 0 8px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.zcfb-pagination .jump-input {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* 右侧边栏 */
.side-gongbao-card {
  background: #fff;
  padding: 45px 20px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px 0px rgba(196,209,223,0.25);
  border-radius: 5px 5px 5px 5px;
}

.side-gongbao-card .gongbao-icon {
  width: 80px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.side-gongbao-card .gongbao-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-gongbao-card .gongbao-title {
  font-size: 28px;
  font-weight: bold;
  margin: 16px 0 50px;
  line-height: 36px;
  letter-spacing: 4px;
  color:#000;
}

.side-gongbao-card .gongbao-issue {
  font-size: 20px;
  margin-bottom: 4px;
}

.side-gongbao-card .gongbao-total {
  font-size: 20px;
}

.side-card {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(196,209,223,0.25);
  border-radius: 5px 5px 5px 5px;
}

.side-card-title {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  background: linear-gradient( 90deg, #5E8CFC 0%, #B5D6FF 100%);
}

.side-card-title .title-bar {
  width: 4px;
  height: 18px;
  background: #fff;
  margin-right: 10px;
}

.side-list {
  list-style: none;
  padding: 10px 20px;
  margin: 0;
}

.side-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.side-list li:last-child {
  border-bottom: none;
}

.side-list li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.6;
  transition: color 0.2s;
}

.side-list li a:hover {
  color: #1B62AC;
}

.side-list li .side-date {
  font-size: 13px;
  color: #999;
  display: block;
  margin-top: 5px;
}

.side-search-list {
  list-style: none;
  padding: 10px 20px;
  margin: 0;
}

.side-search-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.side-search-list li:last-child {
  border-bottom: none;
}

.side-search-list li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.side-search-list li a:hover {
  color: #1B62AC;
}

.side-search-list .search-del {
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.side-search-list .search-del:hover {
  color: #f00;
}

@media (max-width: 992px) {
  .zcfb-search-result {
    flex-direction: column;
  }

  .result-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .zcfb-filter-panel {
    padding: 20px;
    margin-top: -40px;
  }

  .filter-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .filter-item {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }

  .filter-input,
  .filter-input-group {
    width: 100%;
  }

  .filter-input-sm {
    flex: 1;
  }

  .filter-buttons .btn {
    width: 45%;
    margin: 0 2%;
    padding: 8px 0;
  }

  .zcfb-pagination {
    gap: 5px;
  }

  .zcfb-pagination .page-size,
  .zcfb-pagination .page-jump {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* ========== 详情页 ========== */
.zcfb-detail-section {
  background: #f5f7fa;
  padding-bottom: 40px;
}

.zcfb-detail-wrap {
  display: flex;
  gap: 25px;
  position: relative;
  z-index: 10;
}

.detail-left {
  flex: 1;
  min-width: 0;
}

.detail-right {
  width: 370px;
  flex-shrink: 0;
}

.zcfb-detail-card {
  background: #fff;
  padding: 30px 40px 40px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.detail-breadcrumb {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.detail-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.detail-breadcrumb a:hover {
  color: #1B62AC;
}

.detail-breadcrumb .breadcrumb-sep {
  margin: 0 8px;
  color: #ccc;
}

.detail-breadcrumb .breadcrumb-current {
  color: #999;
}

.detail-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.detail-meta {
  background: #f8fafc;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.detail-meta-row {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.detail-meta-row:last-child {
  margin-bottom: 0;
}

.detail-meta-row .meta-label {
  color: #666;
  flex-shrink: 0;
  width: 80px;
}

.detail-meta-row .meta-value {
  color: #333;
  flex: 1;
}

.detail-tag-tabs {
  margin-top: 30px;
  margin-bottom: 20px;
}

.detail-tab-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.detail-tab-btn {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.detail-tab-btn:hover,
.detail-tab-btn.active {
  opacity: 1;
}

.detail-tab-btn .tag-img {
  height: 30px;
  width: auto;
  display: block;
}

.detail-tab-content {
  border: 1px dashed #1B62AC;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: -1px;
  background: #F8FBFF;
  position: relative;
}

.detail-tab-content::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 30px;
  width: 14px;
  height: 14px;
  background: inherit;
  border-left: 1px dashed #1B62AC;
  border-top: 1px dashed #1B62AC;
  border-right: none;
  border-bottom: none;
  transform: rotate(45deg);
  z-index: 1;
}

.detail-tab-content.tab-jd::before {
  left: 114px;
}

.detail-tab-content.tab-ban::before {
  left: 168px;
  border-left-color: #43C9E4;
  border-top-color: #43C9E4;
}

.detail-tab-content.tab-lsyg,
.detail-tab-content.tab-jd {
  border-color: #1B62AC;
  background: #F8FBFF;
}

.detail-tab-content.tab-ban {
  border-color: #43C9E4;
  background: #F7FEFF;
}

.detail-tab-pane {
  display: none;
}

.detail-tab-pane.active {
  display: block;
}

.detail-tab-content .zcfb-tag-list li {
  padding: 6px 0;
}

.detail-tab-content .zcfb-tag-content {
  padding: 6px 0;
  font-size: 15px;
}

.detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.detail-content p {
  margin-bottom: 18px;
  text-indent: 2em;
}

.detail-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 30px 0 15px;
  padding-left: 12px;
  border-left: 4px solid #1B62AC;
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.detail-table th,
.detail-table td {
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  text-align: left;
}

.detail-table th {
  background: #f0f7ff;
  font-weight: 600;
  color: #1B62AC;
}

.detail-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.detail-table tbody tr:hover {
  background: #f0f7ff;
}

.detail-attachment {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #e0e0e0;
}

.attachment-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.attachment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attachment-list li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #f8fafc;
  border-radius: 4px;
  margin-bottom: 10px;
}

.attachment-list li:last-child {
  margin-bottom: 0;
}

.attachment-icon {
  margin-right: 10px;
  font-size: 18px;
}

.attachment-list a {
  color: #1B62AC;
  text-decoration: none;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attachment-list a:hover {
  text-decoration: underline;
}

.attachment-size {
  color: #999;
  font-size: 13px;
  flex-shrink: 0;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .zcfb-detail-wrap {
    flex-direction: column;
  }

  .detail-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .zcfb-detail-wrap {
    margin-top: -40px;
  }

  .zcfb-detail-card {
    padding: 20px;
  }

  .detail-title {.result-left {
  overflow: visible;
}
/* 搜索页标签靠左，下拉层左对齐避免左侧日期被裁切 */
.result-left .zcfb-file-list,
.result-left .zcfb-file-item,
.result-left .zcfb-file-main,
.result-left .zcfb-file-tags,
.result-left .zcfb-tag-item {
  overflow: visible;
}

.result-left .zcfb-tag-dropdown {
  left: 0;
  transform: none;
  min-width: 320px;
  max-width: min(500px, calc(100vw - 48px));
}

.result-left .zcfb-tag-item:hover .zcfb-tag-dropdown {
  transform: none;
}

.result-left .zcfb-tag-arrow {
  left: 24px;
  transform: rotate(45deg);
}

.result-left .zcfb-tag-list li .tag-text {
  white-space: normal;
  word-break: break-all;
}
    font-size: 20px;
  }

  .detail-meta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-meta-row .meta-label {
    width: auto;
    margin-bottom: 4px;
  }

  .detail-content {
    font-size: 15px;
  }

  .detail-table {
    font-size: 12px;
  }

  .detail-table th,
  .detail-table td {
    padding: 8px 10px;
  }
}




