/*定义颜色变量*/
:root {
  /*主题色*/
  --light: #bd1a2d;
  /*    边框色*/
  --borderColor: #ff8080;
  /*    背景色*/
  --backColor: #ffe6e6;
}
.nav-item {
  margin: 0 20px;
  padding: 0 !important;
}
.middle-con-left-top {
  padding-left: 24px;
}
.search-parameters {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  margin: 0px auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.content_1200 {
  max-width: 1200px;
}
.nav ul li.navLi:nth-child(1) {
  width: 80px;
}
.nav ul li.navLi a.theB {
  cursor: pointer;
}
.search-parameter {
  display: flex;
}
.parameter-drop {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.select-search {
  cursor: pointer;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.search-parameter-title {
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 18px;
  white-space: nowrap;
}
.select-search-con {
  position: relative;
}
.select-search span {
  height: 23px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.select-bottom {
  min-width: 120px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(175, 175, 175, 0.75);
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  top: 40px;
  z-index: 2;
  display: none;
}
.select-item.on {
  background: #f4f5f9;
  border-radius: 4px;
  color: #bd1a2d;
}
.select-item {
  background: #fff;
  border-radius: 4px;
  color: #333333;
  padding: 9px;
  cursor: pointer;
  font-size: 1.6rem;
}
.select-img {
  width: 17px;
  height: 9px;
  background: url(/syx/lsswszf/resource/img/search-open.png);
  background-size: 100% 100%;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.select-img.active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}
.search-parameter-title {
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 18px;
  white-space: nowrap;
}
/*正文*/
.search-contack {
  display: flex;
  margin: 30px auto;
}
.search-results {
  background: #fff;
  flex: 7;
  max-width: 1200px;
}
.search-right {
  flex: 2;
}
.search-content {
  border-right: 1px solid #eee;
  padding: 24px;
  border-bottom: 0px solid #eeeeee;
}
.result-count {
  margin-bottom: 20px;
}
.result-count span {
  height: 16px;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
.result-count span em {
  color: #e4001b;
  font-style: normal;
}
.result-item {
  border-bottom: 1px solid #eee;
  margin: 20px 0px;
}
.result-left {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.result-category {
  background: #ffe6e6;
  color: #bd1a2d;
  border: 1px solid #ff8080;
  border-radius: 10px 0px 10px 0px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  padding: 2px 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
.result-title {
  cursor: pointer;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.result-title a {
  color: #2440b3;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.result-description {
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 25px;
  margin-bottom: 15px;
  display: flex;
}
.result-source {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #878787;
  line-height: 16px;
}
/*热搜词*/
.search-sidebar {
  margin-bottom: 20px;
  padding-left: 20px;
}
.hot-titlte,
.search-history {
  padding: 20px;
  background: #fcfcfc;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.hot-list li {
  display: flex;
  cursor: pointer;
  height: 50px;
  align-items: center;
  padding: 0px 20px;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.6rem;
}
.hot-cont-cor {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 16px;
  margin-right: 10px;
}
.hot-list li:first-child .hot-cont-cor {
  color: #a91728;
}
.hot-list li:nth-child(2) .hot-cont-cor {
  color: #f55c10;
}
.hot-list li:nth-child(3) .hot-cont-cor {
  color: #ffba25;
}
.histroy-content {
  width: auto;
  /* 宽度自适应 */
  display: flex;
  flex-wrap: wrap;
  /* 允许元素换行 */
  gap: 10px;
  /* 元素之间的间距 */
  padding: 10px;
  padding-left: 35px;
}
.histroy-content .link {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 14px 21px;
  border-radius: 5px;
  background-color: #f0f0f0;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  /* 防止文本换行 */
  font-size: 1.4rem;
}
.clear-history {
  display: flex;
  align-items: center;
  padding: 14px 37px;
  border: none;
  border-radius: 5px;
  background-color: #f0f0f0;
  margin: 10px auto;
}
.clear-history img {
  margin-right: 10px;
}
.loading-box {
  width: 134px;
  height: 121px;
  background-size: 100% 100%;
  animation: loading 2s linear infinite;
  margin: auto;
}
.load-container {
  display: none;
  justify-content: space-around;
  align-items: center;
  width: 600px;
  height: 350px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}
.no-result {
  display: none;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 18px;
}
.no-result-text div:first-child {
  color: #bd1a2d;
}
.no-result-text div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #747474;
  line-height: 32px;
}
.no-result-img {
  width: 174px;
  height: 154px;
  margin-right: 40px;
  background: url(/syx/lsswszf/resource/images/no-result.png);
  background-size: 100% 100%;
}
.search-result-text {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 25px;
  margin-bottom: 15px;
}
.scene-person {
  display: flex;
}
.scene-person-image {
  margin-right: 20px;
  width: 396px;
}
.scene-person-image img {
  width: 100%;
  object-fit: contain;
}
.person-introduce-name {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 22px;
}
.person-introduce-detail {
  /* height: 147px; */
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 31px;
}
.scene-org-title {
  display: flex;
  margin-bottom: 20px;
}
.scene-org-label {
  padding: 2px 4px;
  background: var(--light);
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.scene-org-person {
  display: flex;
  margin-bottom: 20px;
}
.scene-org-describe {
  margin-left: 15px;
  height: 100px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.time-frame-hr {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.time-frame-title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  padding: 9px;
  cursor: pointer;
}
.time-frame-choose {
  display: none;
}
.time-frame-start,
.time-frame-end {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.time-frame-start span,
.time-frame-end span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-right: 10px;
}
.time-frame-input {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 5px;
}
.time-frame-btn {
  width: 80px;
  height: 30px;
  background: #eaeaea;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin: 0 auto;
  cursor: pointer;
}
/* 相关信息领导*/
.about-person-title {
  padding: 20px;
  background: #fcfcfc;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
#relevant_data .relevant_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px;
}
.person-img {
  padding: 1px;
  border: 1px solid #c0c0c0;
  margin-bottom: 15px;
}
.person-name {
  text-align: center;
  font-size: 16px;
}
.load-container > .loading-box {
  background-image: url(/syx/lsswszf/resource/img/loading1.png);
}

/*加红标签 */
custom_tag {
  color: #bd1a2d !important;
  font-style: normal;
}
/* 这里可以添加@keyframes loading定义你的动画 */
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 轮播组件 */
/* 场景主题标题 */
.scene-subject-title {
  font-size: 20px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;
}
/* 场景内容布局 */
.scene-subject-content {
  display: flex;
  gap: 20px; /* 使用gap替代margin-right */
}
/* 左侧轮播区域 */
.scene-con-left {
  width: 396px;
  height: 294px;
}
/* 轮播容器 */
.mySwiper1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* 轮播项 */
.mySwiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* 轮播图片区域 */
.mySwiper1 .swiper-slide-top {
  height: 237px; /* 294px总高 - 57px标题高 */
  overflow: hidden;
}
.mySwiper1 .swiper-slide-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 轮播标题 */
.mySwiper1 .content-swiper-title {
  padding: 0 10px;
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #fff;
  height: 43px;
  line-height: 43px;
  background: #bd1a2d;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 分页器样式 */
.mySwiper1 .swiper-pagination {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 10;
}
.mySwiper1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mySwiper1 .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background: #fff;
}
/* 右侧内容区域 */
.scene-con-right {
  flex: 1;
  min-width: 0; /* 防止内容溢出 */
}
/* 右侧静态HTML区域 */
.scene-subject-html {
  margin-bottom: 20px;
}
/* 右侧标题 */
.scene-subject-html-title {
  font-size: 20px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #444;
  line-height: 1;
  margin-bottom: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .scene-subject-content {
    flex-direction: column;
  }
  .scene-con-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .mySwiper1 .swiper-slide-top {
    height: auto;
    aspect-ratio: 4/3;
  }
  .mySwiper1 .content-swiper-title {
    height: auto;
    line-height: 1.4;
    padding: 10px;
    white-space: normal;
  }
}
/* tab切换样式 */
.tab-container {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  margin-top: 15px;
}
.tab-header {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 22px;
}
.tab-header::-webkit-scrollbar {
  display: none;
}
.tab-item {
  color: #333333;
  background: #efefef;
  border: 1px solid #efefef;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  margin-right: 5px;
}
.tab-item.active {
  color: var(--light);
  border: 1px solid var(--light);
  background: #fff;
  white-space: nowrap;
}
.tab-content {
  background: #fff;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.service-item {
  display: flex;
  margin-bottom: 18px;
}
.service-item:last-child {
  border-bottom: none;
}
.service-item a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: color 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service-item a:hover {
  color: var(--light);
}
.service-item .doc_tit {
  flex: 8;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  margin-right: 40px;
}
.service-item .doc_time {
  white-space: nowrap;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
/*办事按钮样式*/
.bs_btn {
  width: 90px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid var(--light);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--light);
  cursor: pointer;
}
/*办事按钮悬浮样式*/
.bs_btn:hover {
  background: var(--light);
  color: #ffffff;
}
/* 下载按钮 */
.result-download {
  display: flex;
  border: 1px solid #929292;
  flex-shrink: 0;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #666666;
  line-height: 16px;
  cursor: pointer;
}
.result-download-img {
  width: 15px;
  height: 16px;
  background: url(/syx/lsswszf/resource/images/unload.png);
  background-size: 100% 100%;
}
/* 搜索表格 */
/*搜索结果表格大*/
.search-result-table {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.table-row {
  border-bottom: 1px solid #ebebeb;
}
.row-title {
  background: #f3f3f3;
  width: 140px;
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}
/*一行两列*/
.table-row,
.table-row-left,
.table-row-right {
  display: flex;
}
/*一行一列*/
.table-row-item {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
}
/*一行两列左侧与右侧大小设置*/
.table-row-left,
.table-row-right {
  flex: 1;
}
.row-content {
  max-width: 257px;
  padding: 15px 30px;
  font-size: 16px;
  word-break: break-all;
}
/*/*搜索结果表格标题样式*/
.row-item-title {
  width: 140px;
  flex-shrink: 0;
  padding: 15px 0px;
  background: #f3f3f3;
  text-align: center;
}
/*搜索结果表格内容块样式*/
.row-item-content {
  flex: 1;
  padding: 15px 30px;
  max-height: 77px;
  overflow: auto;
}
/* 图片分类搜索 */
.banner-img-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.banner-img-con .img-item {
  width: 275px;
}
.banner-img-con .img-div {
  overflow: hidden;
  width: 275px;
  height: 184px;
  border-radius: 12px 12px 0px 0px;
  position: relative;
}
.banner-img-con .img-item-a {
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 20px;
  text-align: center;
}
.img-item img {
  border-radius: 12px 12px 0px 0px;
  width: 275px;
  height: 184px;
  transition-duration: 0.5s;
}
.img-div .video_play_img {
  position: absolute;
  top: 42%;
  left: 42%;
  width: 26px;
  height: 31px;
  background: url(/syx/lsswszf/resource/images/play.png);
  background-size: 100% 100%;
}
/* 文件icon */
.icon-word {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/search_word.png);
  background-size: 100% 100%;
}
.icon-pdf {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/search_pdf.png);
  background-size: 100% 100%;
}
.icon-ppt {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/search_ppt.png);
  background-size: 100% 100%;
}
.icon-excel {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/search_excel.png);
  background-size: 100% 100%;
}
.icon-rar {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/search_rar.png);
  background-size: 100% 100%;
}
.icon-txt {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/search_txt.png);
  background-size: 100% 100%;
}
.icon_wachart {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/weixin.png);
  background-size: 100% 100%;
}
.icon_weibo {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url(/syx/lsswszf/resource/images/weibo.png);
  background-size: 100% 100%;
}
/* 搜索过滤框 */
#search_filter {
  width: 100%;
  padding: 18px 18px 17px 18px;
  background: #fff;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}
.search-filter-item {
  display: flex;
  padding-bottom: 5px;
  padding-top: 12px;
  border-bottom: 1px dashed #cccccc;
}
.con-toolbar-title {
  width: 90px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 18px;
  white-space: nowrap;
  margin-top: 7px;
}
.search-filter-item .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 38px;
  overflow-x: hidden !important;
  overflow-y: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

.search-filter-item .con-item-choose {
  cursor: pointer;
  padding: 7px 8px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin-right: 20px;
  margin-bottom: 8px;
}
.reset-filter-choose {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  padding-top: 12px;
  padding-right: 10px;
}
.search-filter-choose-left {
  display: flex;
}
.search-filter-choose-right {
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px;
}
.search-filter-choose-title {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  margin-right: 30px;
}
.search-filter-choose-con {
  display: flex;
  flex-wrap: wrap;
}
.filter-reset-img {
  width: 16px;
  height: 17px;
  margin-right: 7px;
  background: url(/syx/lsswszf/resource/images/search_reset.png);
  background-size: 100% 100%;
}
.search-filter-expend {
  display: flex;
}
.filter-left,
.filter-right {
  width: 100%;
}
.dashed-div {
  border-bottom: 1px dashed #ccc;
  padding-top: 8px;
}
.filter-middle {
  white-space: nowrap;
  display: flex;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  align-items: center;
}
.search-filter-choose-right:hover .filter-reset-img {
  filter: brightness(0.8);
}
.filer-item-choose {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #cccccc;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}
.item-expend {
}
.expend-div {
  display: flex;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 4px;
}
.expend-txt {
  margin-right: 17px;
  font-size: 16px;
}
.arrow-div {
  width: 16px;
  height: 9px;
  background: url(/syx/lsswszf/resource/img/search-open.png);
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.remove-item {
  cursor: pointer;
}
/* 高级搜索按钮 */
.item-choose {
  color: #666666;
  padding: 7px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 20px;
  cursor: pointer;
}
/* 高级搜索 */
.draw {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #333;
}
.search-adv {
  margin: 0 auto;
  width: 942px;
  height: fit-content;
  z-index: 100;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 233px;
}
.draw-top {
  width: 100%;
  height: 38px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.draw-top-img {
  width: 16px;
  height: 16px;
  background: url(/syx/lsswszf/resource/images/draw-btn.png);
  background-size: 100% 100%;
}
.draw-main {
  padding-top: 15px;
}
.draw-place,
.draw-order,
.draw-time,
.draw-word,
.draw-searchResult {
  display: flex;
  margin-bottom: 10px;
}
.draw-left {
  text-align: left;
  flex: 1;
  width: 90px;
  height: 38px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 38px;
}
.draw-right {
  display: flex;
  flex-wrap: wrap;
  flex: 8;
}
.draw-right {
  display: flex;
  flex-wrap: wrap;
  flex: 8;
}
.searchwz-lable,
.searchjg-lable,
.place-lable,
.order-lable,
.time-lable,
.word-lable {
  margin-right: 20px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 38px;
  cursor: pointer;
}
.choseli span {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 23px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search-bigDiv {
  display: flex;
  width: 335px;
  height: 38px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.search-small-left {
  flex: 1;
  margin: 8px 0px 8px 13px;
  padding-right: 13px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
  border-right: 1px solid #dfdfdf;
}
.search-small-right {
  flex: 1.5;
  margin: 8px 13px 8px 13px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-small-right input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.search_Advanced_btn {
  background: var(--light);
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 38px;
  border-radius: 8px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #ffffff;
  line-height: 38px;
}
.row-item-con-bstracts {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.arrow-div-active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .tab-item {
    padding: 10px 16px;
    font-size: 14px;
  }
  .tab-content {
    padding: 15px;
  }
}
.navbar .nav-item:hover {
  background: none;
}
.nav-item a {
  cursor: pointer;
}
.pagination a {
  margin: 1rem 0.5rem;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid #ddd;
  font-size: 1.6rem;
  display: inline-block;
}
@media (max-width: 1525px) {
  .search-parameters {
    width: 100%;
  }
  .search-parameter {
    flex-wrap: wrap;
  }
  .parameter-drop {
    flex-wrap: wrap;
  }
  .search-contack {
    flex-wrap: wrap;
  }
  .search-results {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .search-parameters {
    width: 100%;
  }
  .search-parameter {
    flex-wrap: wrap;
  }
  .parameter-drop {
    flex-wrap: wrap;
  }
  .search-contack {
    flex-wrap: wrap;
  }
  .search-results {
    width: 100%;
  }
}
@media (max-width: 830px) {
  .search-parameters {
    width: 100%;
  }
  .search-parameter {
    flex-wrap: wrap;
  }
  .parameter-drop {
    flex-wrap: wrap;
  }
  .search-contack {
    flex-wrap: wrap;
  }
  .search-results {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 630px) {
  .search-parameters {
    width: 100%;
  }
  .search-parameter {
    flex-wrap: wrap;
  }
  .parameter-drop {
    flex-wrap: wrap;
  }
  .search-contack {
    flex-wrap: wrap;
  }
  .search-results {
    width: 100%;
  }
  .table-row,
  .table-row-left,
  .table-row-right {
    flex-wrap: wrap;
  }
}
