.notice-banner {
  position: relative;
  margin-top: 72px;
  background: linear-gradient(135deg, #1e5ba8 0%, #2d7bce 100%);
}

.notice-banner img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  opacity: 0.3;
}

.notice-banner .banner-text {
  position: absolute;
  left: 10%;
  bottom: 20%;
  color: #ffffff;
  background: rgba(10, 36, 99, 0.4);
  padding: 1.5rem 2.5rem;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}

.notice-banner .banner-text h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.notice-banner .banner-text p {
  font-size: 16px;
  margin: 0;
  opacity: 0.95;
}

.notice-banner .banner-text .line {
  width: 48px;
  height: 3px;
  background: #ffc000;
  margin-bottom: 12px;
}

.notice-section {
  background-color: #ffffff;
  padding: 40px 0 0;
}


/* 标签切换 */
.notice-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  border: 1px solid #E9EAEB;
  background:#FAFAFA;
  border-radius: 12px;
  padding: 6px;
 
  width: 450px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

.notice-tab {
  padding: 0;
  background: transparent;
  border: none;
  color: #5d6678;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 217px;
  height: 44px;
}

.notice-tab:hover {
  color: #0086C9;
}

.notice-tab.active {
  background: #0086C9;
  color: #ffffff;
  width: 217px;
  height: 44px;
}

.notice-filter-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 0px;

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 16px;
}

.filter-date-info {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
  margin-right: 12px;
  width: 233px;
  height: 26px;
  margin-bottom: 16px;
  padding-top: 4px;
}

.filter-date-info span,
.notice-filter-card .filter-date-info span,
form.notice-filter-card .filter-date-info span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  font-style: normal;
  color: #717680 !important;
  display: inline-block;
  white-space: nowrap;
  line-height: 25.6px;
  letter-spacing: 0;
  width: 207px;
  height: 26px;
  margin-top: 0 !important;
  transform: translateY(4px);
}

.filter-group {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  flex: 1;
}

.filter-group.keyword-group {
  flex: 0 0 auto;
  width: 240px;
}

.filter-group.keyword-group .input-icon {
  width: 100%;
  height: 42px;
}

.filter-group.keyword-group .input-icon .form-control {
  height: 40px;
}

.filter-group .input-icon .form-control[type="text"] {
  padding-left: 40px;
	font-size: 18px;
}
.filter-group .input-icon .form-control[type="text"]::placeholder{
	color: #717680;
	font-size: 18px
}

.filter-group label {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 400;
}

.filter-group.keyword-group {
  margin-bottom: 0;
}

.filter-group.keyword-group label {
  display: block;
  visibility: hidden;
  height: 21px;
  margin-bottom: 8px;
  font-size: 13px;
}

.filter-group .form-control,
.date-range-group,
.filter-group .form-select {
  border-radius: 6px!important;
  border: 1px solid #dcdfe6;
  padding: 9px 8px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
}


.filter-group .form-control:focus,
.filter-group .form-select:focus {
  border-color: #0086C9;
  box-shadow: none;
  outline: none;
}
.date-range-group {
	padding: 0 8px;
	margin-bottom: 1px;
}
.filter-group.date-range-group .form-control::placeholder {
	font-size: 18px;
}
.filter-group.date-range-group .form-control {
	border: 0;
	padding: 0;
	font-size: 18px;
}
.filter-group .form-control::placeholder {
  color: #c0c4cc;
}

.filter-group .form-control[type="date"] {
  color: #606266;
	font-size: 18px;
}

.filter-group .input-icon .form-control[type="date"] {
  padding-right: 40px;
}

.filter-group .input-icon .form-control[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.filter-group .form-control[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  color: #909399;
}

/* 日期范围选择器 */
.date-range-group {
  position: relative;
  flex: 0 0 auto;
  width: 299px;
}

.date-range-wrapper {
  position: relative;
  width: 100%;
}

.date-range-inline {
  display: flex;
  align-items: center;
  gap: 1px;
  border: 1px solid #D5D7DA;
  border-radius: 6px;
  padding: 0 6px 0 9px !important;
  background: #ffffff;
  height: 42px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.date-range-inline:focus-within {
  border-color: #0086C9;
  box-shadow: none;
}

.date-range-label {
  color: #909399;
  font-size: 18px;
  white-space: nowrap;
	line-height: 38px;
  margin-right: 6px;
}

#startDate {
	margin-right: 6px;
}

.date-input-wrapper {
  margin-left: 1px;
}

.date-range-separator {
  color: #909399;
  font-size: 14px;
  margin: 0 4px;
}

.date-range-date-input {
  border: none !important;
  padding: 0;
  padding-right: 16px;
  height: auto;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  font-size: 13px;
  color: #333;
  background: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-shadow: none !important;
  width: 100%;
}

.date-range-date-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.date-range-date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.date-range-date-input::-webkit-inner-spin-button,
.date-range-date-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.date-range-date-input::-webkit-datetime-edit {
  padding: 0;
  border: none;
  background: transparent;
}

.date-range-date-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
  border: none;
  background: transparent;
}

.date-range-date-input::-webkit-datetime-edit-text {
  padding: 0;
  color: #333;
}

.date-range-date-input::-webkit-datetime-edit-month-field,
.date-range-date-input::-webkit-datetime-edit-day-field,
.date-range-date-input::-webkit-datetime-edit-year-field {
  padding: 0;
  border: none;
  background: transparent;
}

.date-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 85px;
  max-width: 109px;
}

.date-range-icon {
  color: #c0c4cc;
  font-size: 14px;
  flex-shrink: 0;
  pointer-events: none;
  position: absolute;
  right: -20px !important;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 2px;
}

.date-input-wrapper .date-range-icon {
  right: -20px !important;
}

.year-select {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.year-select label {
  display: block;
  visibility: hidden;
  height: 21px;
  margin-bottom: 8px;
  font-size: 13px;
}

/* 自定义年份选择器 */
.custom-year-select {
  position: relative;
  width: 100%;
}

.custom-year-select-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  height: 40px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  transition: border-color 0.3s ease;
}

.custom-year-select-display:hover {
  border-color: #0086C9;
}

.custom-year-select-display i {
  color: #909399;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.custom-year-select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 200px;
  overflow: hidden;
}

.custom-year-select-options {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-year-option {
  padding: 8px 14px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  transition: background-color 0.2s ease;
}

.custom-year-option:hover {
  background-color: #f5f7fa;
}

.custom-year-option.active {
  background-color: #ecf5ff;
  color: #0086C9;
  font-weight: 500;
}

.input-icon {
  position: relative;
  width: 100%;
}

.input-icon i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #c0c4cc;
  pointer-events: none;
  font-size: 16px;
}

.input-icon .form-control {
  width: 100%;
}

.form-control,
.form-select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 38px;
}

.form-control::-webkit-input-placeholder {
  font-size: 13px;
}

.form-control::-moz-placeholder {
  font-size: 13px;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23909399' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 32px;
}

.notice-filter-card .notice-search-btn {
  background: #0086C9;
  color: #ffffff;
  font-weight: 400;
  padding: 9px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 18px;
  height: 40px;
  align-self: flex-end;
  margin-left: 0;
	margin-bottom: 1px;
}

.notice-filter-card .notice-search-btn:hover {
  background: #1d4589;
}

.notice-filter-card .notice-search-btn i {
  font-size: 16px;
}

.notice-summary {
  margin: 20px 0 18px;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", "SimHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #181D27;
  line-height: 25.2px;
  margin-bottom: 18px;
  margin-left: 20px;
}

.notice-summary span {
  font-size: 16px;
  color: #181D27;
  font-weight: 500;
  margin: 0 4px;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", "SimHei", sans-serif;
}

.notice-table {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  border: none;
}

.notice-table-header,
.notice-row {
  display: grid;
  grid-template-columns: 140px 1fr 120px;
  align-items: center;
}

.notice-table-header {
  background: #f5f7fa;
  color: #717680;
   /*font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", "SimHei", sans-serif;*/
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  line-height: 16.8px;
  padding: 16px 24px;
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 12px;
}

.notice-table-header .notice-col {
  color: #717680 !important;
  font-family: "Source Han Sans CN", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", "SimHei", sans-serif !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 16.8px !important;
}

.notice-row {
  padding: 18px 24px;
  border-bottom: 1px solid #E9EAEB;
  background: #ffffff;
  transition: background-color 0.2s ease;
}

.notice-row:hover {
  background: #ffffff;
}

.notice-row:last-child {
  border-bottom: 1px solid #E9EAEB;
}

.notice-col.title {
  color: #303133;
  font-size: 14px;
  line-height: 1.6;
}

.notice-col.title a {
  color: #303133;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline;
}

.notice-col.title a:hover {
  color: #0086C9;
  text-decoration: underline;
}

.notice-pdf-icon {
  color: #f56c6c;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

.notice-category {
  display: inline-block;
  background: transparent;
  color: #0086C9;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
  vertical-align: middle;
}

.notice-col.date {
  color: #909399;
  font-weight: 500;
  font-size: 13px;
}

.notice-col.action {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.notice-view-link {
  color: #0086C9;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.notice-view-link:hover {
  color: #1d4589;
}

.notice-download {
  padding: 4px 8px;
  color: #909399;
  transition: color 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notice-download:hover {
  color: #0086C9;
}

.notice-download i {
  font-size: 18px;
}

.notice-pagination {
   margin: 20px;
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.page-btn {
  border: 1px solid #dcdfe6;
  background: #ffffff;
  border-radius: 4px;
  padding: 7px 12px;
  min-width: 36px;
  font-weight: 500;
  color: #606266;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 13px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-btn:hover:not(.active):not(.disabled):not(.ellipsis) {
  color: #0086C9;
  border-color: #0086C9;
}

.page-btn.active {
  background: #0086C9;
  color: #ffffff;
  border-color: #0086C9;
}

.page-btn.disabled {
  color: #c0c4cc;
  border-color: #ebeef5;
  cursor: not-allowed;
  background: #f5f7fa;
}

.page-btn.ellipsis {
  border: none;
  background: transparent;
  color: #909399;
  cursor: default;
  pointer-events: none;
}

/* 空状态 */
.notice-empty-state {
  text-align: center;
  padding: 80px 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.notice-empty-state img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
  opacity: 0.5;
}

.notice-empty-state p {
  color: #909399;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 992px) {
  .notice-table-header,
  .notice-row {
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto;
  }

  .notice-col.action {
    grid-column: 2 / 3;
    justify-self: flex-start;
    margin-top: 8px;
  }

  .notice-row {
    row-gap: 8px;
  }

  .notice-tabs {
    width: 100%;
  }

  .notice-tab {
    flex: 1;
    padding: 12px 24px;
  }
}

@media (max-width: 768px) {
  .notice-filter-card {
    padding: 20px;
    gap: 16px;
  }

  .filter-group {
    min-width: calc(50% - 8px);
  }

  .filter-group.year-select {
    max-width: 100% !important;
    min-width: calc(50% - 8px);
  }

  .notice-search-btn {
    width: 100%;
    justify-content: center;
  }

  .notice-table-header,
  .notice-row {
    grid-template-columns: 100px 1fr 80px;
  }

  .notice-col.date {
    font-size: 12px;
  }

  .notice-col.title {
    font-size: 13px;
  }

  .notice-category {
    display: block;
    margin-bottom: 4px;
  }
}

@media (max-width: 576px) {
  .notice-filter-card {
    padding: 16px;
  }

  .filter-group {
    min-width: 100%;
  }

  .filter-group.year-select {
    max-width: 100% !important;
    min-width: 100%;
  }

  .notice-banner img {
    height: 200px;
  }

  .notice-banner .banner-text {
    left: 5%;
    right: 5%;
    bottom: 10%;
    padding: 1rem 1.5rem;
  }

  .notice-banner .banner-text h1 {
    font-size: 24px;
  }

  .notice-banner .banner-text p {
    font-size: 14px;
  }

  .notice-table-header {
    display: none;
  }

  .notice-row {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 8px;
  }

  .notice-col.date {
    order: 3;
    font-size: 12px;
  }

  .notice-col.title {
    order: 1;
    font-size: 14px;
  }

  .notice-col.action {
    order: 2;
    justify-self: flex-start;
  }
}

