/*信息公开头部*/
.xxgkbody {
  background: url(../images/xxgk_body_bg.png) no-repeat center top;
}

.xxgkbodyysqgk {
  background: url(../images/xxgk_body_bg.png) no-repeat center top;
}

.xxgkhead {
  width: 1200px;
  height: 365px;
  margin: 0 auto;
}

.xxgklogo {
  padding-top: 70px;
}

.xxgklogo img {
  width: 406px;
}

.xxgk-logen {
  position: relative;
  width: 600px;
  margin: 60px auto 0;
  text-align: center;
}

.xxgk-logen .line {
  position: absolute;
  left: 200px;
  bottom: -10px;
  width: 488px;
  height: 1px;
  background: #fff;
}

/*信息公开内容*/
.container {
  position: relative;
  width: 1200px;
  background: url(../images/xxgk_bg.png) no-repeat center top #ffffff;
  padding: 49px;
  margin: 65px auto;
  overflow: hidden;
  padding-bottom: 36px;
  margin-bottom: 49px;
}

/*搜索*/
.xxgksearch {
  position: relative;
  padding: 56px 0 114px;
}

.xxgksearch .right-line {
  left: auto;
  right: 0;
}

.xxgksearch .search {
  border: 1px solid #134374;
  border-radius: 9px;
  width: 508px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
}

.xxgksearch .search .search-txt {
  float: left;
  border: 0;
  width: 400px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  padding: 0 20px;
  cursor: text;
  outline: none;
}

.xxgksearch .search .search-btn {
  float: left;
  border: 0;
  width: 68px;
  height: 55px;
  background: #fff url(../images/xxgk_search.png) no-repeat center center;
  cursor: pointer;
  outline: none;
}

/*信息公开左侧目录*/
.column-list {
  float: left;
  width: 290px;
}

.column-list .column-item {
  margin-bottom: 15px;
}

.column-list .column-tit {
  position: relative;
  display: block;
  height: 68px;
  border: 1px solid #134374;
  background: #fff;
  font-size: 0;
  line-height: 68px;
  overflow: hidden;
}

.column-list .column-tit i {
  display: inline-block;
  width: 68px;
  height: 68px;
  vertical-align: middle;
  margin-left: 15px;
}

.column-list .column-tit i.i0 {
  background: url(../images/zwxxgk_bnt07.png) no-repeat center;
}

.column-list .column-tit i.i1 {
  background: url(../images/xxgk_column_icon.png) no-repeat 0 0;
}

.column-list .column-tit i.i2 {
  background: url(../images/xxgk_column_icon.png) no-repeat 0 -68px;
}

.column-list .column-tit i.i3 {
  background: url(../images/xxgk_column_icon.png) no-repeat 0 -136px;
}

.column-list .column-tit i.i4 {
  background: url(../images/xxgk_column_icon.png) no-repeat 0 -204px;
}

.column-list .column-tit i.i5 {
  background: url(../images/xxgk_column_icon.png) no-repeat 0 -272px;
}

.column-list .column-tit span {
  display: inline-block;
  width: 154px;
  font-size: 23px;
  color: #134374;
  line-height: 25px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}

.column-list .column-item:last-child .column-tit span {
  width: auto;
}

.column-list .column-item.active .column-tit {
  background: #134374;
  border: 1px solid #134374;
}

.column-list .column-item.active .column-tit i {
  background-image: url(../images/xxgk_column_icon2.png);
}

.column-list .column-item.active .column-tit .i0 {
  background-image: url(../images/zwxxgk_bnt07b.png) no-repeat center;
}

.column-list .column-item.active .column-tit span {
  color: #fff;
}

.column-list .list_parent .column-tit {
  background: #fff url(../images/xxgk_column_icon3.png) no-repeat 260px center;
}

.column-list .list_parent.active .column-tit {
  background: #134374 url(../images/xxgk_column_icon4.png) no-repeat 260px
    center;
}

.column-list .column-item .column-tit:hover span {
  font-weight: bold;
}

.column-list .sub-column {
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
  display: none;
}

.column-list .list_parent.active .sub-column {
  display: block;
}

.column-list .sub-column li a {
  display: block;
  background: url(../images/xxgk_dot.jpg) no-repeat 50px center;
  font-size: 15px;
  line-height: 20px;
  padding: 6px 10px 6px 70px;
}

.column-list .sub-column li.active,
.column-list .sub-column li a:hover {
  background-color: rgb(230, 245, 255);
}

/*信息公开右侧公共的*/
.xxgk-right {
  float: right;
  width: 890px;
  background: #fff;
  position: relative;
}

.xxgk-item {
  margin-bottom: 30px;
}

.xxgk-item .title {
  border-bottom: 2px solid #d9d9d9;
  height: 35px;
}

.xxgk-item .title h3 {
  float: left;
}

.xxgk-item .title h3 a {
  display: block;
  height: 35px;
  background: #134374;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
}

.xxgk-item ul {
  margin: 15px 35px 0;
}

.xxgk-item ul li {
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xxgk-item ul li span {
  color: #a1a1a1;
  margin-left: 15px;
}

.xxgk-item ul li a:hover {
  color: #134374;
}

.xxgk-item .more {
  display: block;
  width: 100px;
  height: 30px;
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}

.xxgk-item .more:hover {
  background-color: #134374;
  color: #fff;
}

/* 信息公开指南 */
.contents {
  padding: 35px 25px 40px;
}

.content-main h2 {
  font-size: 32px;
  line-height: 35px;
  color: #2d66a5;
  text-align: center;
  margin: 20px 0px;
  margin-top: 10px;
}

.contents .info {
  border-bottom: 2px solid #d9d9d9;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 20px;
}

.contents .info span {
  padding: 0 5px;
}

.contents .info a:hover {
  color: #134374;
}

.content-main {
  margin-top: 30px;
}

.xxgk-right .contents {
  position: relative;
}

.xxgk-right .content-main {
  height: 956px;
  overflow: hidden;
  padding-right: 50px;
}

.content-main,
.content-main * {
  /*font-size: 16px !important;*/
  text-align: justify;
}

.content-main img {
  max-width: 100%;
  height: auto;
}

.content-main {
  padding: 0px 35px;
  margin-bottom: 50px;
}

.test {
  width: 10px;
  height: 956px;
  overflow: auto;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  right: 0px;
  background: #ededed;
}

.scrollbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 120px !important;
  background-color: #2d66a5;
  border-radius: 5px;
  opacity: 0.8;
}

/*信息公开制度*/
.xxgk-list ul {
  margin: 15px 35px 0;
  padding-bottom: 30px;
}

.xxgk-list ul li {
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*.xxgk-list ul li:first-child { border-bottom: 2px solid #d9d9d9; padding-bottom: 30px; margin-bottom: 20px;}*/
.xxgk-list ul li span {
  color: #231815;
  float: right;
}

.xxgk-list ul li a:hover {
  color: #134374;
}

/*法定主动公开内容*/
.column-list .sub-column.zdgk .zdgk {
  padding-left: 50px;
  color: #c8161d;
  font-size: 18px;
  cursor: pointer;
}

.top-nav {
  width: 100%;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  background: url(../images/lmlogo.png) no-repeat #ffffff;
  border-bottom: 2px solid #1f6baf;
}

.top-nav span {
  margin-left: 20px;
}

/*信息公开制度*/
.zdgk-list {
  margin-bottom: 30px;
}

.zdgk-list ul {
  margin: 15px 35px 0;
  padding-bottom: 30px;
}

.zdgk-list ul li {
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/xxgk_dot.jpg) no-repeat 0px center;
  padding-left: 20px;
}
.zdgk-list ul li a {
  float: left;
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
/*.zdgk-list ul li:first-child { border-bottom: 2px solid #d9d9d9; padding-bottom: 30px; margin-bottom: 20px;}*/
.zdgk-list ul li span {
  color: #231815;
  float: right;
}

.zdgk-list ul li a:hover {
  color: #134374;
}

.zdgk-list .more {
  display: block;
  width: 100px;
  height: 30px;
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}

.zdgk-list .more:hover {
  background-color: #134374;
  color: #fff;
}

/*信息公开年报*/
.ml_tit {
  background: none;
  height: 43px;
  line-height: 43px;
  text-indent: 0;
}

.ml_tit span {
  background: url(../images/newxxgknb.png);
  float: left;
  color: #fff;
  padding: 0 12px;
  font-size: 24px;
  margin-left: 36px;
  margin-top: 13px;
  min-width: 240px;
}

.ml_tit span a {
  color: #fff;
  padding: 0 12px;
  font-size: 24px;
}

.nb .xxgk-list ul {
  margin: 20px 35px 0;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 100px;
}

.nb .xxgk-list ul li {
  padding: 5px 0;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*.xxgk-list ul li:first-child { border-bottom: 2px solid #d9d9d9; padding-bottom: 30px; margin-bottom: 20px;}*/
.nb .xxgk-list ul li span {
  color: #231815;
  float: right;
}

.nb .xxgk-list ul li a:hover {
  color: #134374;
}

.xszfnb {
  padding: 0 8px;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 50px;
}

.xszfnb li {
  float: left;
  width: 160px;
  margin: 4px 7px 4px 7px;
  height: 28px;
  line-height: 28px;
  padding-left: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}

.xszfnb li:nth-child(1n) {
  margin-left: 15px;
}

.ml_tit.qx span {
  background: url(../images/newxxgknbqx.png);
}

/* 依申请公开*/
#ysq_list li {
  width: 152px;
  height: 44px;
  margin-left: 7px;
  padding-left: 0;
  background: none;
  float: left;
}

.ysqcontent {
  padding: 10px;
}

#ysq_list li.last {
  margin-right: 0px;
}

#ysq_list img {
  width: 100%;
  height: 48px;
}

#ysq_list a {
  display: block;
  overflow: hidden;
}

.zc li {
  width: 50%;
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  text-align: center;
  height: 94px;
}

.zc .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.zc li a {
  display: inline-block;
  width: 70%;
  height: 44px;
  line-height: 44px;
  color: #2d66a5;
  margin: 25px 0;
  background: #d2e5f9;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/*页面底部
----------------------------------------------*/
.footer {
  margin-top: 30px;
  background: url(../../img/footer.png) center bottom no-repeat #f3f3f3;
  width: 100%;
}

.footer .centerbg {
  background: url(../../img/footer_center.png) center left no-repeat;
}

.footer .foot-nav {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #eceaea;
}

.footer .foot-nav a {
  margin: auto 8px;
  color: #1d1d1d;
  font-size: 14px;
}

.footer .foot-nav a:hover {
  color: #34ad2a;
}

.footer .foot-nav strong {
  color: #424242;
  font-size: 14px;
  font-weight: 300;
}

.footer .foot-box {
  padding: 30px 0;
}

.footer .foot-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer .foot-box .copyright {
  display: block;
  float: left;
  padding-left: 1%;
  width: 70%;
  color: #1d1d1d;
  font-size: 12px;
}

.footer .foot-box .copyright p {
  line-height: 2em;
}

.footer .foot-box .copyright p.gray {
  color: #999;
}

.footer .foot-box .service {
  display: block;
  float: right;
  padding: 10px 0;
  width: 23%;
  border-left: 1px solid #eceaea;
  text-align: center;
}

.section {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  min-width: 925px;
  max-width: 1200px;
  text-align: left;
}

/*页码*/
.page {
  clear: both;
  color: #999;
  padding: 5px 0px 5px 0px;
  font-size: 13px;
}

#page_div {
  height: 30px;
  color: #999;
}

#pagination_input {
  width: 20px;
  height: 16px;
  line-height: 16px;
  margin: 0 8px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
  color: #0068b7;
  border: 1px #b2b2b2 solid;
  padding: 3px 8px;
  margin-right: 2px;
  float: left;
  text-align: center;
  font-size: 12px;
  font-family: "å®‹ä½“";
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #666666;
  display: block;
  font-size: 12px;
  font-family: "å®‹ä½“";
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
  padding: 0px;
  margin: 0px;
  text-align: center;
  border: 1px solid #ff6600;
  background-color: #ff6600;
  color: #fff;
}

#page_div .pagination_index_last {
  width: 260px;
  float: right;
  text-align: right;
  margin: 0 auto;
}

#page_div .pagination_index_num {
  margin-right: 2px;
  padding: 0px;
  width: 20px;
}

#page_div .currentIndex {
  background: #ff6600;
  border: 1px solid #ff6600;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #ffeee5;
  text-align: center;
  font-weight: bold;
}

#page_div div.page_loca {
  background-color: #c31f0b;
}

#page_div div.page_loca a {
  color: #fff;
  font-size: 12px;
  font-family: "å®‹ä½“";
}

#page_div div.page_loca a:hover {
  color: #fff;
}

.pagination-first {
  float: left;
}

.pagination-last {
  float: right;
}

#pagination-input {
  width: 27px;
  height: 18px;
  line-height: 18px;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  color: #999;
  text-align: center;
}

#page_div .pagination-index,
#page_div .pagination-num {
  float: left;
  color: #999;
  border: 1px solid #ccc;
  padding: 3px 10px 3px 10px;
  margin-right: 6px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}

#page_div .pagination-index a,
#page_div .pagination-num a {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #666666;
  display: block;
  font-size: 13px;
}

#page_div .pagination-num:hover {
  background-color: #ff6600;
  color: #fff;
  font-size: 13px;
}

#page_div .pagination_index_last {
  width: 260px;
  float: right;
  text-align: right;
  margin: 0 auto;
}

#page_div a.hover {
  background-color: #ff6600;
  color: #fff;
  font-size: 13px;
}

#page_div a.hover a:hover {
  color: #fff;
}

#page_div .pagination-first a.active {
  float: left;
  border: 1px solid #ff6600;
  display: inline;
  padding: 3px 10px 3px 10px;
  margin-right: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ffeee5;
  color: #ff6600;
  cursor: pointer;
}

/* ========== 全局重置（不改变布局，仅改善盒模型） ========== */

/* 移动端菜单按钮（默认隐藏，仅在移动端显示） */
.mobile-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: #134374;
  border-radius: 4px;
  position: relative;
  margin: 10px 0 20px;
  cursor: pointer;
  z-index: 100;
}
.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 8px;
  transition: 0.3s;
}
.mobile-menu-toggle span:nth-child(1) {
  top: 12px;
}
.mobile-menu-toggle span:nth-child(2) {
  top: 19px;
}
.mobile-menu-toggle span:nth-child(3) {
  top: 26px;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}

/* ========== 平板及以下（≤992px） ========== */
@media (max-width: 992px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  .xxgk-logen .line {
    width: 80%;
    left: 10%;
  }
  .column-list .column-tit span {
    font-size: 20px;
    width: 130px;
  }
  .column-list {
    max-width: 280px;
  }
  .xxgk-right {
    width: calc(100% - 300px);
  }
}

/* ========== 手机横屏/大手机（≤768px） ========== */
@media (max-width: 768px) {
  /* 头部与容器自适应（覆盖固定宽度） */
  .xxgkhead,
  .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .xxgkhead {
    height: auto;
    padding-bottom: 20px;
  }
  .xxgksearch {
    padding: 0;
  }
  .container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* 搜索框自适应 */
  .xxgksearch .search {
    width: 100%;
    max-width: 508px;
  }
  .xxgksearch .search .search-txt {
    width: calc(100% - 68px);
    box-sizing: border-box;
  }
  /* 左右两栏自适应（覆盖浮动和固定宽度） */
  .column-list {
    width: 100%;
    max-width: 290px;
    float: none;
    margin-right: 20px;
    display: none; /* 默认隐藏，由 JS 控制 */
  }
  .column-list.open {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
  }
  .mobile-menu-toggle {
    display: block; /* 显示菜单按钮 */
  }
  .xxgk-right {
    flex: 1;
    min-width: 0;
    width: auto;
    float: none;
    margin-top: 20px;
    height: 50%;
  }

  /* 头部细节微调 */
  .xxgklogo {
    padding-top: 70px;
    text-align: center;
  }
  .xxgklogo img {
    max-width: 100%;
    height: auto;
    width: 406px;
  }
  .xxgk-logen {
    width: 100%;
    max-width: 600px;
    margin: 60px auto 0;
  }
  .xxgk-logen img {
    width: 80%;
  }
  .xxgk-logen .line {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .xxgkbody,
  .xxgkbodyysqgk {
    background-size: cover;
  }

  /* 搜索框高度调整 */
  .xxgksearch .search {
    height: 45px;
  }
  .xxgksearch .search .search-txt,
  .xxgksearch .search .search-btn {
    height: 45px;
    line-height: 45px;
  }
  .xxgksearch .search .search-txt {
    font-size: 14px;
    padding: 0 12px;
  }

  /* 列表项自适应（允许换行） */
  .xxgk-item ul,
  .xxgk-list ul,
  .zdgk-list ul,
  .nb .xxgk-list ul {
    margin: 15px 15px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .xxgk-item ul li,
  .xxgk-list ul li,
  .zdgk-list ul li,
  .nb .xxgk-list ul li {
    white-space: normal;
    line-height: 1.4;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .xxgk-item ul li a,
  .xxgk-list ul li a,
  .zdgk-list ul li a,
  .nb .xxgk-list ul li a {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-left: 15px;
  }
  .xxgk-item ul li span,
  .xxgk-list ul li span,
  .zdgk-list ul li span,
  .nb .xxgk-list ul li span {
    float: none;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* 年报列表两列 */
  .xxgk-right .xszfnb li {
    width: calc(50% - 14px);
    margin: 4px 7px;
    float: left;
    white-space: normal;
  }

  /* 依申请公开三列 */
  #ysq_list li {
    width: calc(33.33% - 14px);
    margin: 0 7px 10px;
    float: left;
  }

  /* 顶部导航 */
  .top-nav {
    background-size: auto 34px;
    font-size: 16px;
  }
  .top-nav span {
    margin-left: 15px;
  }

  /* 内容区域 */
  .contents {
    padding: 20px 15px;
  }
  .content-main {
    padding: 0 15px;
  }
  .xxgk-right .content-main {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }
  .test,
  .scrollbar {
    display: none;
  }

  /* 左侧菜单内样式微调 */
  .column-list .sub-column li a {
    padding-left: 40px;
    background-position: 20px center;
    font-size: 14px;
  }
  .column-list .column-tit i {
    width: 48px;
    height: 48px;
    background-size: 48px auto;
  }
  .column-list .column-tit i.i1 {
    background-position: -10px -10px;
  }
  .column-list .column-tit i.i2 {
    background-position: -10px -76px;
  }
  .column-list .column-tit i.i3 {
    background-position: -10px -146px;
  }
  .column-list .column-tit i.i4 {
    background-position: -10px -214px;
  }
  .column-list .column-tit {
    height: 58px;
    line-height: 58px;
    width: 190px;
    margin-left: 10px;
  }
  .column-list .column-tit span {
    font-size: 18px;
    width: 75px !important;
  }
  .column-list .list_parent .column-tit,
  .column-list .list_parent.active .column-tit {
    background-position: 95% center;
  }
  .nb .xxgk-list ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xszfnb {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== 小手机（≤480px） ========== */
@media (max-width: 480px) {
  .xxgkhead {
    padding-bottom: 20px;
  }
  .xxgklogo {
    padding-top: 40px;
  }
  .xxgk-logen {
    margin-top: 30px;
  }
  .column-list .column-tit span {
    font-size: 16px;
    letter-spacing: normal !important;
  }
  .top-nav {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-size: auto 30px;
  }
  .top-nav span {
    margin-left: 10px;
  }
  .xxgk-item .title h3 a,
  .xxgk-item .title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .xxgk-item ul li,
  .xxgk-list ul li,
  .zdgk-list ul li,
  .nb .xxgk-list ul li {
    font-size: 14px;
  }
  /* 年报列表单列 */
  .xxgk-right .xszfnb li {
    width: calc(100% - 14px);
    margin: 4px 7px;
    float: none;
    display: block;
  }
  /* 依申请公开两列 */
  #ysq_list li {
    width: calc(50% - 14px);
    margin: 0 7px 10px;
  }
  .column-list .column-tit i.i5 {
    background: url(../images/xxgk_column_icon.png) no-repeat -10px -281px;
  }
  .column-list .column-item:last-child .column-tit span {
    width: 80px !important;
  }
  .column-list .column-item:nth-last-child(2) .column-tit span {
    width: 80px !important;
  }
  .menu_hand.visible-lg,
  .touch_menu.visible-lg,
  .right_menu.visible-lg {
    display: none !important;
  }
  div#myModal {
    display: none;
  }
}

/* ========== 修复页脚固定宽度问题（仅在≤1199px时生效） ========== */
@media (max-width: 1199px) {
  .footer {
    width: 100% !important;
  }
  .section {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .footer .foot-box .copyright {
    float: none;
    width: 100%;
  }
  .footer .foot-box .service {
    float: none;
    display: flex;
    width: 100%;
  }
}
