table {
  width: 100%;
  /* 表格宽度占满容器 */
}

th,
td {
  width: auto;
  white-space: nowrap;
  /* 单元格宽度自动调整 */
}

/* 改版入口 */
.toNewBox {
  text-align: center;
  margin: 40px 0;
}

.toNew:hover {
  color: #fff !important;
}

.toNew {
  display: inline-block;
  background-color: #bd1a2d;
  color: #fff;
  padding: 5px 0;
  width: 200px;
  border-radius: 5px;
  text-align: center;
}

.swim_conts h1 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  /* 正常行高即可 */
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 18px;
  padding: 0 280px;
  /* 可选：防止文字太长贴边 */
}

.swim_conts p {
  font-size: 0.9em;
  color: #777;
}

.article-content {
  padding: 30px 0;
  padding-bottom: 0;
  /* overflow-x: auto; */
}
.article-content {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; /* 允许横向滚动 */
}

.article-content table {
  width: 100% !important;
  table-layout: fixed; /* 均匀分配列宽 */
  border-collapse: collapse; /* 可选：合并边框 */
}

.article-content table td,
.article-content table th {
  word-break: break-word; /* 强制换行 */
  overflow-wrap: break-word; /* 防止内容溢出 */
  padding: 8px; /* 可选：增加内边距 */
}
.swim_conts .meta-info .printIco {
  display: none !important;
}

.article-content img {
  margin: 0 auto;
  max-width: 1200px !important;
  /* display: block; */
}

.article-content p {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
}

/**demo调整*/
.con_con {
  font-size: 16px !important;
  line-height: 2 !important;
  margin-bottom: 40px !important;
  color: #333;
  font-family: "SimSun", serif;
}

.meta-info {
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.4rem;
  border-bottom: 1px solid #959595;
}

/*结束*/
.meta-info,
.meta-info a {
  color: #767676;
}

.meta-info td {
  padding: 10px 0;
}

.meta-info td:first-child {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.meta-info td span {
  padding: 0 5px;
}

.meta-info a {
  text-decoration: none;
}

.meta-info a:hover {
  text-decoration: underline;
}

#large,
#medium,
#small {
  cursor: pointer;
  margin: 0 1px;
}

.moji_dya {
  width: 72px;
  height: 20px;
  border: 0;
  text-align: center;
  line-height: 20px;
  background: url(/syx/resource/images/btnbk.jpg) no-repeat;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.moji_dya {
  width: 72px;
  height: 20px;
  border: 0;
  text-align: center;
  line-height: 20px;
  background: url(/syx/resource/images/btnbk.jpg) no-repeat;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

ul#bottombtn li {
  width: 110px;
  line-height: 20px;
  text-align: center;
  float: left;
}

ul#bottombtn {
  width: 220px;
  line-height: 20px;
  padding-top: 25px;
  margin: 0px auto;
  font-size: 12px;
}

/*二维码*/
.wzewm {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.wzewm {
  text-align: center;
  margin: 15px auto;
}

.wzewm span {
  display: block;
}

.wzewm span.txt-color {
  font-size: 12px;
  color: #c0c0c0;
}

.wzewm span img {
  margin: 0 auto;
}

.metaSuppot {
  border-top: 1px solid #959595;
  display: flex;
  justify-content: right;
  padding-top: 20px;
  margin: 20px 0px;
}

#backToTop,
.metaSuppot a {
  cursor: pointer;
  color: #666666;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .swim_conts {
    margin-top: 0px;
  }

  .swim_conts h1 {
    font-size: 2rem;
    line-height: 30px;
    min-height: 60px;
    margin-top: 0px;
  }

  .meta-info td {
    font-size: 1.8rem;
  }

  .article-content {
    font-size: 2rem;
    padding: 0;
  }

  .wzewm,
  .related-links,
  #bottombtn,
  .breadcrumb {
    display: none;
  }
}

/*领导信息*/
.ldxx-container {
  margin: 20px auto;
}

.ldxx-box {
  border: 1px solid #e6d9bf;
  margin-bottom: 20px;
  background-color: #fff;
}

.ldxx-box-header {
  background-color: #e6d9bf;
  padding: 10px 15px;
  font-weight: bold;
  color: #333;
}

.ldxx-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}

.ldxx-table tr {
  color: #302e2b;
  border-bottom: 1px solid #d9d9d9;
}

.ldxx-table tr:nth-child(1),
.ldxx-table tr:nth-child(3) {
  background-color: #f9f9f9;
}

.ldxx-table td,
.ldxx-table th {
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
}

.ldxx-table th {
  width: 7%;
  color: #302e2b;
  font-weight: normal;
}

.ldxx-content {
  padding: 15px;
  line-height: 2.25;
  color: #333;
  font-size: 1.6rem;
  /* text-indent: 4rem; */
}

.ldxx-box .ldxx-content {
  text-indent: 4rem;
}

.ldxx-content p {
  font-size: 16px;
  color: #302e2b;
}

.ldxx-content-box {
  border: 1px solid #f7cfaf;
  margin-bottom: 20px;
}

.ldxx-content-header {
  background-color: #f7e0b4;
  padding: 10px 15px;
  font-weight: bold;
  color: #000000;
}

/* 政策文件内容页 */
.zcwj-content {
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
}

.zcwj-top {
  border: 1px solid #cdcdcd;
  padding: 10px 0 11px 0;
}

.zcwj-top ul {
  display: flex;
  flex-wrap: wrap;
}

.zcwj-top ul li {
  width: 32%;
  font-size: 1.4rem;
  padding-left: 22px;
  line-height: 42px;
  line-height: 40px;
  box-sizing: border-box;
}

.zcwj-fav {
  text-align: right;
}

.zcwj-conts {
  margin-top: 15px;
}

.zcwj-top ul li span {
  padding-left: 10px;
}

.zcwj-center {
  position: relative;
  padding: 10px 0;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}

.zcwj-center-left {
  width: 1120px;
  height: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
}

.zcwj-center-right {
  width: 240px;
  padding: 20px 10px;
  box-sizing: border-box;
}

.zcwj-center-right #relations a {
  display: block;
}
.content-text::after {
  width: 1px;
  height: 100%;
  position: absolute;
  background: #cdcdcd;
  left: 100%;
  top: 10px;
  content: "";
}

.content-text.no-after::after {
  display: none;
}

.content-text {
  font-size: 16px;
  width: 100%;
}

.zcwj-center-right .fujian {
  padding-bottom: 20px;
}

.interpretTitle::after {
  width: 3px;
  height: 18px;
  background: #f15403;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
}

.interpret .interpretTitle {
  font-size: 1.8rem;
  color: #f15403;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
}

.interpretList {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  font-size: 1.4rem;
  line-height: 24px;
}

.share {
  float: right;
}

@media (max-width: 1200px) {
  .zcwj-center-right .fujian {
    text-align: center;
  }

  .article-content img {
    max-width: 1000px !important;
  }

  .zcwj-center {
    flex-direction: column;
  }

  .content-text::after {
    display: none;
  }

  .zcwj-center-left {
    max-width: 100%;
  }

  .zcwj-center-right {
    width: 100%;
  }

  .swim_conts h1 {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .article-content img {
    max-width: 800px !important;
  }
}

@media (max-width: 830px) {
  .zcwj-top ul li {
    width: 100%;
  }

  .article-content img {
    max-width: 600px !important;
    width: 100% !important;
    height: auto !important;
  }

  .ldxx-table th,
  .ldxx-table td {
    white-space: unset;
  }
}

@media (max-width: 630px) {
  .article-content img {
    max-width: 400px !important;
  }

  .share {
    display: none;
  }

  .meta-info {
    border-collapse: separate;
  }
}

@media (max-width: 500px) {
  .ldxx-table tr {
    display: flex;
    flex-direction: column;
  }

  .ldxx-table th {
    width: auto;
  }
}

@media (max-width: 400px) {
  .article-content img {
    max-width: 220px !important;
  }

  .ldxx-table tr {
    display: flex;
    flex-direction: column;
  }

  .ldxx-table th {
    width: 100%;
  }
}
