body{margin:0;padding:0;}
html {scroll-behavior: smooth;}
*{margin:0 0;padding:0;list-style:none;font-family: 'Source Han Sans';color:#222222;}

html{height:100%}
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, tbody, tr, th, td, input, textarea{font-family: 'Source Han Sans';color:#000000;font-size:14px;}


img{border:0;vertical-align:middle}
a{text-decoration:none;outline:0;cursor:pointer;font-family:'Source Han Sans';}
a{blr:expression(this.onFocus=this.blur())}
a:focus,button:focus,input:focus{outline:0}
a.hidefocus{outline:0}
.fl{float:left}
.fr{float:right}
.block{display:block}
.none{display:none}
.clearfix:after{content: "";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix{zoom: 1;}
.clear::after,.clear::before{content:".";display:block;height:0;visibility:hidden}
.clear:after{clear:both}
.clear{zoom:1}

a:hover{color:#7e2a23;}

.comWidth{width:80%; margin:0 auto;}

/* 站内搜索页面样式 */
.beian{color:#fff !important;;}
.pagination>li>a, .pagination>li>span{
color: #d7b263;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #d7b263;
    border-color: #d7b263;
}
.pagination>li>a:hover{
    background-color: #fff;
   color: #d7b263;
    border-color: #d7b263;
}
.search-form-outer{padding:0 !important;margin:0 !important;}
:root {
  --gold: #d7b263;
  --text: #333;
  --muted: #9f9f9f;
  --bg: #f7f4ef;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:focus-visible {
  color: #333;
  text-decoration: none;
  outline: none;
}

/* 顶部搜索横幅与搜索框 */
.search-header {
  width: 100%;
  min-height: 200px;
  background: url('/search/fileDir/file/list/2026012014400735991.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid var(--gold);
}

.search-form-szs {
  display: flex;
  align-items: center;
  gap: 0;
  width: clamp(320px, 60vw, 720px);
}

.search-input {
  flex: 1 1 auto;
  height: 44px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 14px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.search-input::placeholder {
  color: #bbb;
}

.search-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--gold), 0 2px 6px rgba(0, 0, 0, .08);
}

.search-button {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 22px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: var(--gold);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.search-button:focus {
  outline: none;
}

.search-button:focus-visible {
  outline: 2px solid #b0893c;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 主体布局 */
.search-container {
  width: 80%;
  margin: 24px auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}

/* 搜索栏目 */
.search-categories {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
  padding: 8px 0 4px;
}

.search-cat {
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: .02em;
  padding: 8px 0;
}

.search-cat.active {
  color: var(--gold);
  font-weight: 700;
  position: relative;
}

.search-cat.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--gold);
}

/* 左侧过滤卡片 */
.filters-card {
  background-color: #efece5;
  border-radius: 24px;
  padding: 20px 16px;
  width: 230px;
  height:600px;
}

.filters-en {
  color: #d3c9bd;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.1;
}

.filters-title {
  margin-top: 10px;
  color: #7e2a23;
  font-size: 22px;
  font-weight: 800;
}

.filter-group {
  margin-top: 40px;
  position: relative;
  margin-bottom: 40px;
}

.filter-head {
  height: 48px;
  border-radius: 6px;
  background: var(--gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  width: calc(100% + 32px);
  margin: 10px -16px 0;
}

.filter-head::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 16px;
  background: var(--gold);
}

.filter-head::after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  border-left: 16px solid transparent;
  border-top: 16px solid #8b5b26;
}


.filter-head-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tj-img {
  position: absolute;
  top: -20px;
  z-index: 0;
  left: -34px;
  width: 250px;
}

.tj-img img {
  width: 100%;
  height: auto;
}

.banner_sx {
  color: #fff;
  position: relative;
  z-index: 20;
}

.dian {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 10px 0 20px;
}

.xiala {
  margin-left: 50px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.filter-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: .9;
}



.filter-body {
  padding: 30px 6px 0;
  display: grid;
  gap: 10px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7a7a7a;
  padding: 8px 0;
}

.scope-opt {
  border: none;
  background: transparent;
  color: #7a7a7a;
  font-size: 14px;
  padding: 8px 0;
  text-align: left;
  cursor: pointer;
}

.scope-opt.active {
  color: var(--gold);
  font-weight: 600;
}

.sort-opt {
  border: none;
  background: transparent;
  color: #7a7a7a;
  font-size: 14px;
  padding: 8px 0;
  text-align: left;
  cursor: pointer;
}

.sort-opt.active {
  color: var(--gold);
  font-weight: 600;
}

.filter-option input {
  accent-color: var(--gold);
}

/* 右侧结果列表 */
.results {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
  padding: 16px;
}

.result-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.result-summary {
  color: var(--muted);
  font-size: 14px;
}

.sort-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sort-button {
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
  font-size: 14px;
}

.sort-pill {
  border-radius: 9999px;
  padding: 6px 14px;
  background: #eee;
  color: #333;
}

.sort-pill[aria-pressed="true"] {
  background: var(--gold);
  color: #fff;
}

.sort-link {
  padding: 6px 0;
}

.sort-link[aria-pressed="true"] {
  color: var(--gold);
  font-weight: 600;
}

.result-divider {
  position: relative;
  height: 2px;
  background: #eee;
  margin: 12px 0 8px;
}

.result-accent {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 2px;
  background: var(--gold);
}


.result-item {
  display: block;
  text-decoration: none;
  color: var(--text);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  padding: 18px 20px;
  margin: 16px 0;
  position: relative;
  border: none;
}

.result-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 16px 0 0 16px;
  background: var(--gold);
  opacity: .7;
}

.result-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.result-meta {
  margin-top: 12px;
  color: #9f9f9f;
  font-size: 13px;
}

.result-snippet {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 分页 */
.pagination {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.page-btn {
  height: 36px;
  padding: 0 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  color: #333;
  cursor: pointer;
}

.page-btn.active {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

.page-btn[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

/* 响应式 */
@media (max-width: 900px) {
  .search-form {
    width: 92%;
  }

  .search-container {
    width: 92%;
    grid-template-columns: 1fr;
  }

  .search-categories {
    overflow-x: auto;
    gap: 24px;
    justify-content: flex-start;
  }

  .search-cat {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .filters-card {
    order: 2;
  }

  .results {
    order: 1;
  }
.search-input {
  flex: 1 1 auto;
  height: 44px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 14px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.search-input::placeholder {
  color: #bbb;
}

.search-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--gold), 0 2px 6px rgba(0, 0, 0, .08);
}
.jcyh-flys{
	font-size: 14px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.jcyh-flys,.jcyh-lbys{
    /*border: 1px solid #0099A5;*/
    margin-left:10px;
}
.banner_sx {
	float:left;
}
.jcyh-lbys{
    padding-left: 20px;
}
.conFl_tit{
	margin-bottom: 10px;
}
.conFl_con{
	padding-left: 60px;
}
.conFl_con a{
	margin-left: 20px;
    text-decoration: none;
    display: inline-block;
    line-height: 22px;
    /* height: 16px; */
    text-align: center;
    padding: 0 5px;
}
.flsx{
	padding-bottom: 5px;
	font-weight: 700;
	/*height: 30px;*/
	line-height: 30px;
	font-size: 16px;
}
.default-result-sort-cotainer,.default-correction-tip{
   font-size: 14px;
   margin-bottom: 15px;
}
.active{
  background-color: #4e6ef2; 
  color: #FFF;    
}
.active:focus, .active:hover {
	color: #fff;
}
.default-result-tolal-records {
    height: 68px;
    display: inline-block;
    vertical-align: top;
    line-height: 68px;
}
.dates {
    padding-bottom: 10px;
    color: #999;
}
.data-tpl1-item {
	padding-bottom: 10px;
	padding-right: 100px;
}
.data-tpl1-item h3 {
	font-size: 16px;
	padding-bottom: 10px;
}
.data-tpl1-item h3 b{
    margin-right: 10px;
    background-color: #4e6ef2;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 3px;
}

.data-tpl1-item .txtCon {
	padding-bottom: 5px;
    font-size: 14px;
}
.dates {
    padding-bottom: 10px;
    color: #999;
}
.data-tpl1-item {
	padding-bottom: 10px;
	padding-right: 100px;
}
.data-tpl1-item h3 {
	font-size: 16px;
	padding-bottom: 10px;
}
.data-tpl1-item h3 b{
    margin-right: 10px;
    background-color: #4e6ef2;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 3px;
}

.data-tpl1-item .txtCon {
	padding-bottom: 5px;
    font-size: 14px;
}