body {
  width: 100%;
  min-width: 1200px;
  background: #ffffff url(../xxgk/bg.png) no-repeat top center;
  background-repeat: no-repeat;
}

.xxgk_header {
  max-width: 1100px;
  height: 365px;
  margin: 0 auto;
}

.xxgk_header a {
  display: inline-block;
  margin-top: 26px;
  width: 100%;
}

.xxgk_header h1 {
  font-size: 100px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 35px;
}

.main-content {
  max-width: 1150px;
  min-width: 1024px;
  height: auto;
  background: #ededed;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 75px;
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}

.xxgk-search {
  width: 100%;
  height: 218px;
  overflow: hidden;
  position: relative;
}

.xxgk-search-border {
  content: "";
  width: 240px;
  height: 2px;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.xxgk-search-border.right {
  right: 0;
}

.search-div {
  max-width: 510px;
  height: 50px;
  background: #ffffff;
  border: 2px solid #b80000;
  border-radius: 9px;
  margin: 0 auto;
  margin-top: 86px;
  font-size: 0;
  display: flex;
}

.search-div input {
  /* width: 90%; */
  flex: 1;
  text-indent: 24px;
  height: 46px;
  line-height: 46px;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  font-size: 16px;
  padding-left: 0px !important;
}

.search-div button {
  width: 26px;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin-right: 10px;
}

/*信息公开内容页*/
.zfxxgk-content {
  overflow: hidden;
}

.column-list {
  float: left;
}

.zfxxgk_right {
  float: right;
  width: 770px;
  height: auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

/*左侧导航栏*/
.sidebar {
  width: auto;
}

.menu-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #b22727;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 232px;
  margin-top: 15px;
  background: #ffffff;
}

.sidebar .menu-item:first-child .menu-header {
  /* 样式代码 */
  line-height: 52px;
  height: 52px;
}

.menu-header span,
.menu-header a {
  margin-left: 18px;
  /* 图标和文字的间距 */
  width: 97px;
  font-size: 23px;
  font-weight: 400;
  margin-top: 3px;
  color: #000000;
}

.sidebar .menu-item:first-child .menu-header a {
  text-align-last: justify;
  text-align: justify;
}

.sidebar .menu-item:nth-child(6) .menu-header a {
  width: 120px;
  /* 设置具体的宽度 */
}

.menu-item:nth-child(7) .menu-header a {
  width: 140px;
}

.menu-icon {
  width: 43px;
  height: 45px;
  background-size: cover;
  margin-left: 10px;
}

.menu-header.open {
  background: #af1d1d;
}

.menu-header.open span,
.menu-header.open a {
  color: #ffffff;
}

/* 各栏目图标样式 */
.menu-header.open .policy-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgkzcs.png");
}

.menu-header.open .xxgkzn-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgkzns.png");
  /* 替换为实际图标路径 */
}

.menu-header.open .xxgkzd-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgkzds.png");
  /* 替换为实际图标路径 */
}

.menu-header.open .law-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/fdzdgknrs.png");
}

.menu-header.open .report-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgknbs.png");
}

.menu-header.open .apply-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/ysqgks.png");
}

.menu-header.open .link-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/yqljs.png");
  height: 38px;
}

.policy-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgkzc.png");
  /* 替换为实际图标路径 */
}

.xxgkzn-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgkzn.png");
  /* 替换为实际图标路径 */
}

.xxgkzd-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgkzd.png");
  /* 替换为实际图标路径 */
}

.law-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/fdzdgknr.png");
}

.report-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/xxgknb.png");
}

.apply-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/ysqgk.png");
}

.link-icon {
  background-image: url("/syx/lsdf/resource/xxgk/nav-icon/yqlj.png");
  height: 38px;
}

.menu-list > li,
.submenu > li {
  padding: 2% 0;
  margin-bottom: 5px;
  cursor: pointer;
}

.menu-list,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  /* 默认隐藏 */
  background-color: #ffffff;
  position: relative;
  max-width: 248px;
}
.submenu li a {
  width: 65%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-list li {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 32px;
  margin-top: 10px;
  transition: all 0.5s;
  position: relative;
}

.submenu > li {
  font-weight: normal;
  text-align: center;
  width: 100%;
}

.menu-list > li:hover,
.submenu > li:hover {
  background: rgba(175, 29, 29, 0.2);
}

.menu-list > li:hover a,
.submenu > li:hover a {
  color: rgb(175, 29, 29);
}

.menu-header.dropdown::after {
  content: " +";
  margin-left: auto;
  font-size: 3rem;
}

.menu-header.dropdown.open::after {
  content: " -";
  margin-left: auto;
  font-size: 3rem;
  color: #ffffff;
}

.menu-list > li.dropdown.open::after {
  content: " -";
}

.menu-list > li.dropdown::after,
.submenu > li.dropdown::after {
  content: " +";
  float: right;
  position: absolute;
  right: 15px;
  top: 5px;
}

.submenu > li.dropdown.open::after {
  content: " -";
}

.selected {
  background: rgba(175, 29, 29, 0.2);
}

.selected a {
  color: rgb(175, 29, 29);
}

.xxgk-right {
  margin-left: 2.5%;
  background: #ffffff;
  margin-top: 15px;
  flex: 1;
  width: 60%;
}

.xxgk-right .section-title {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.xxgk-right .section-title span {
  display: inline-block;
  padding: 0 10px;
  height: 35px;
  background-color: #af1d1d;
  font-size: 16px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

/*信息公开指南*/
.content-main {
  /* padding: 30px 35px; */
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}

.xxgkzn .content-main {
  padding: 30px 35px;
}

.content-main h2 {
  font-size: 3.2rem;
  color: #d71027;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 38px;
  font-weight: bold;
}

.custom-scrollbar {
  max-height: 900px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}

.test {
  width: 10px;
  height: 1020px;
  overflow: auto;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 200px;
  right: 22px;
  background: #ededed;
}

.scrollbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 80px !important;
  background-color: #fe0304;
  border-radius: 5px;
  opacity: 0.8;
}

.step-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.steps {
  padding: 8px 28px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 5px;
  background: #f5f5f5;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: bold;
  color: #a2a2a2;
}

.step.active {
  background: #d4b07d;
  color: white;
}

/* 进度条 */
.progress-container {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #eee;
  margin: 25px auto;
}

.progress-dot {
  position: absolute;
  bottom: -4px;
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 50%;
  transition: background-color 0.3s;
}

/* 4个圆点的定位 */
.progress-dot:nth-child(1) {
  left: 10%;
}

.progress-dot:nth-child(2) {
  left: 36%;
}

.progress-dot:nth-child(3) {
  left: 63%;
}

.progress-dot:nth-child(4) {
  left: 88%;
}

/* 选中的圆点样式 */
.progress-dot.active {
  background-color: #d8c5a0;
}

/*信息公开列表页*/
.zdgk-list {
  margin-bottom: 36px;
}

.zdgk-list ul {
  margin: 15px 0px 0;
  padding-bottom: 30px;
}

.zdgk-list ul li i {
  width: 5px;
  height: 5px;
  background: #d5c8ae;
  border-radius: 50%;
  display: block;
}

.zdgk-list ul li {
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* justify-content: space-between; */
  gap: 2%;
}

.xxgkzd .zdgk-list ul li {
  gap: 0;
}

.zdgk-list ul li span {
  font-size: 1.6rem;
  color: #7a7a7a;
  margin-right: 8%;
}

.zdgk-list ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  display: block;
}

/*国家链接*/
.bt1 {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e4e4e5;
}

.bt1 span {
  background: #bb2323;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  min-width: 180px;
}

.dpt-list {
  /* margin: 1em 0; */
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px;
  box-sizing: border-box;
}

.dpt-list li {
  width: calc((100% - 40px) / 3);
  display: block;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  font-size: 1.6rem;
}

/*机构简介*/
.zfxxgk_zdgkc .tittle {
  text-align: left !important;
  height: 47px;
  line-height: 47px;
  padding-left: 35px;
  color: #af1d1d;
  font-size: 18px;
  position: relative;
}
.zfxxgk_zdgkc .tittle::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #af1d1d;
  position: absolute;
  left: 15px;
  top: 20px;
  border-radius: 10px;
}
.zfxxgk_zdgkc dl {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zfxxgk_zdgkc dl dt {
  width: 90%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: table;
  margin-left: 30px;
}

.zfxxgk_zdgkc dl dd {
  height: auto;
  overflow: hidden;
  display: table;
  width: 90%;
  padding: 0 35px;
}
.zfxxgk_zdgkc dl dd a:hover span {
  color: red;
}
.zfxxgk_zdgkc dl dt a {
  width: 145px;
  height: 100%;
  overflow: hidden;
  float: left;
  display: block;
  margin: 10px 15px;
  text-align: center;
  margin-bottom: 20px;
}

.zfxxgk_zdgkc dl dt img {
  padding: 4px;
  border: 1px solid #dddddd;
  width: 145px;
  height: 193px;
  box-sizing: border-box;
  object-fit: cover;
}

.zfxxgk_zdgkc dl dt p {
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  padding: 5px 0px;
  text-align: center;
}

.zfxxgk_zdgkc dl dd a {
  height: 100%;
  overflow: hidden;
  float: left;
  display: block;
  margin-bottom: 20px;
  width: 20%;
}

.zfxxgk_zdgkc dl dd img {
  padding: 4px;
  border: 1px solid #dddddd;
  width: 145px;
  height: 193px;
  box-sizing: border-box;
}

.zfxxgk_zdgkc dl dd p {
  line-height: 24px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

/*规划信息*/
.xxgk-right .section-title.ghxx span {
  background-color: #fff;
  color: #333;
}

.xxgk-right .section-title span.redon {
  background-color: #af1d1d;
  color: #fff;
  border-color: #af1d1d;
}

.xjzfgh {
  display: inline-block;
  font-size: 16px;
  width: 24%;
}

.zfxxgk_more {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 30px;
  background: rgba(224, 224, 224, 1);
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

/*多层栏目结构*/
.top-nav {
  width: 100%;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  background: url(/syx/lsdf/resource/xxgk/lmlogo.png) no-repeat #ffffff;
  border-bottom: 2px solid #fe0e0f;
}

.top-nav span {
  margin-left: 20px;
  height: 36px;
  display: inline-block;
  /* background: url(/syx/lsdf/resource/images/lmlogo.png)no-repeat 90px; */
  padding-right: 20px;
}

.zdgk-list .more {
  display: block;
  width: 100px;
  height: 30px;
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  font-size: 16px;
}

.zdgk-list .more:hover {
  background-color: #bb1a2a;
  color: #fff;
}

/*行政许可 行政处罚*/
.gknr_list dl {
  margin-bottom: 20px;
}

.gknr_list dt {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  height: 35px;
  /* display: none; */
}

.gknr_list dt.sppt {
  border-bottom: none;
  height: auto;
}

.gknr_list dt.sppt span {
  height: auto;
  text-align: center;
  display: block;
  background: #fff;
}

.gknr_list dt span {
  display: inline-block;
  padding: 0 10px;
  height: 35px;
  background-color: #fe0e0f;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  /* color: #af1d1d; */
  text-align: center;
  /* display: none; */
}

.ddpos {
  padding: 0 25px;

  align-items: center;
}

.gknr_list dd a {
  display: inline-block;
  width: 26%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 56px;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin: 25px 3%;
  border-radius: 0px;
  border-radius: 5px;
}

/*招考录用*/
.zcwj_lm.lm1 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: table;
}

.zcwj_lm {
  width: 94%;
  margin: 0px auto;
}

.zcwj_lm li a {
  display: block;
  width: 52%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
  margin: 25px auto;
  background-color: #fce5e5;
}

.zcwj_lm li {
  width: 50%;
  float: left;
}

/*重点领域*/
.gknr_list .zdlyimgbox {
  padding: 0px 20px 30px 20px;
  box-sizing: border-box;
}

.gknr_list .zdlyimgbox ul li {
  width: 25%;
  float: left;
  height: 130px;
  text-align: center;
}

.gknr_list .zdlyimgbox ul li img {
  margin: 20px auto;
}

.gknr_list .zdlyimgbox {
  padding: 0px 20px 30px 20px;
  box-sizing: border-box;
}

.zdlyimgbox a:hover {
  color: red;
}

.pagination a {
  padding: 0.5rem 1rem;
}

@media (max-width: 1200px) {
  html body {
    width: 100%;
    min-width: unset;
  }

  .main-content {
    padding: 0 6px;
    padding-bottom: 20px;
    min-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  .xxgk-search-border {
    display: none;
  }

  .content-main {
    padding: 30px 20px;
  }
}

@media (max-width: 910px) {
  .xxgk-right {
    margin-left: 0;
    width: 100%;
    padding-bottom: 15px;
  }

  .pagination a {
    padding: 0.8rem 0.6rem;
  }

  /* .sidebar{
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   z-index: 111;
   background: #fff;
   overflow: auto;
  } */
  .sidebar {
    width: 100%;
  }

  .menu-header {
    box-sizing: border-box;
    width: 100%;
  }

  .menu-list {
    overflow: auto;
    flex-wrap: wrap;
  }

  .menu-list li {
    margin: 0;
    padding: 0;
    width: 49%;
    display: inline-block;
  }

  .menu-list,
  .submenu {
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    max-width: none;
  }

  .menu-list > li.dropdown::after,
  .submenu > li.dropdown::after {
    top: 0;
  }

  .submenu > li {
    text-indent: 0;
    text-align: center;
  }

  /* .menu-header{
    border: 1px solid ;
  }*/
}

@media (max-width: 830px) {
  .menu-header span,
  .menu-header a {
    font-size: 16px;
    width: 75px;
  }

  .content-main h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .menu-list li {
    font-size: 12px;
  }

  .menu-header {
    height: 80px;
  }

  .xxgk_header {
    width: 100%;
    height: auto;
    min-width: unset;
  }

  .xxgk_header a {
    font-size: 20px;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }

  .xxgk_header img {
    max-width: 100%;
  }

  .step-nav,
  .progress-container {
    display: none;
  }

  .xxgk_header h1 {
    font-size: 30px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }

  .yqlja {
    margin-top: 0px;
  }
}

@media (max-width: 630px) {
  .ddpos {
    padding: 0;
  }

  .xxgk-search {
    height: 100px;
  }

  .search-div {
    margin-top: 38px;
  }

  .xszfnb li {
    width: 48%;
  }

  .zdgk-list ul li {
    padding-left: 15px;
  }

  .zdgk-list ul li a {
    width: 65%;
  }
  .zdgk-list ul li .no_resdate {
    width: 90%;
  }
  .zdgk-list ul li span {
    margin-right: 4%;
  }

  .zdgk-list ul li i {
    margin-right: 5px;
  }

  .zcwj_lm li a {
    margin: 5px;
    width: 90%;
  }
  .dpt-list li {
    width: calc((100% - 20px) / 2);
  }

  #inputkeyword,
  .search-inputs {
    width: 100% !important;
  }
}
