@charset "utf-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 设置默认字体 */
body,
button,
select,
textarea {
  /*  字体  */
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", serif;
  /*  字号 */
  font-size: 16px;
  /*  字体颜色  */
  color: #333;
  /* 行距 */
  line-height: 1.75;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/* 统一等宽字体 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
/*标记一个缩写*/
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr;2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: "";
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*超出内容显示省略号*/
.ellipsis {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* WebKit browsers */
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
/* 隐藏 */
.hidden {
  display: none;
}
.bg-fff {
  background: #fff;
}
.bg-f1 {
  background: #f1f1f1;
}
.c9 {
  color: #999999;
}
.c8 {
  color: #888888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pt {
  cursor: pointer;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.cb {
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.mg-05 {
  margin: 0 5px;
}
.mg-06 {
  margin: 0 6px;
}
.mg-07 {
  margin: 0 7px;
}
.mg-08 {
  margin: 0 8px;
}
.mg-09 {
  margin: 0 9px;
}
.mg-010 {
  margin: 0 10px;
}
.mg-011 {
  margin: 0 11px;
}
.mg-012 {
  margin: 0 12px;
}
.mg-013 {
  margin: 0 13px;
}
.mg-014 {
  margin: 0 14px;
}
.mg-015 {
  margin: 0 15px;
}
.mg-016 {
  margin: 0 16px;
}
.mg-017 {
  margin: 0 17px;
}
.mg-018 {
  margin: 0 18px;
}
.mg-019 {
  margin: 0 19px;
}
.mg-020 {
  margin: 0 20px;
}
.mg-021 {
  margin: 0 21px;
}
.mg-022 {
  margin: 0 22px;
}
.mg-023 {
  margin: 0 23px;
}
.mg-024 {
  margin: 0 24px;
}
.mg-50 {
  margin: 5px 0;
}
.mg-60 {
  margin: 6px 0;
}
.mg-70 {
  margin: 7px 0;
}
.mg-80 {
  margin: 8px 0;
}
.mg-90 {
  margin: 9px 0;
}
.mg-100 {
  margin: 10px 0;
}
.mg-110 {
  margin: 11px 0;
}
.mg-120 {
  margin: 12px 0;
}
.mg-130 {
  margin: 13px 0;
}
.mg-140 {
  margin: 14px 0;
}
.mg-150 {
  margin: 15px 0;
}
.mg-160 {
  margin: 16px 0;
}
.mg-170 {
  margin: 17px 0;
}
.mg-180 {
  margin: 18px 0;
}
.mg-190 {
  margin: 19px 0;
}
.mg-200 {
  margin: 20px 0;
}
.mg-210 {
  margin: 21px 0;
}
.mg-220 {
  margin: 22px 0;
}
.mg-230 {
  margin: 23px 0;
}
.mg-240 {
  margin: 24px 0;
}
.mgt-5 {
  margin-top: 5px;
}
.mgt-6 {
  margin-top: 6px;
}
.mgt-7 {
  margin-top: 7px;
}
.mgt-8 {
  margin-top: 8px;
}
.mgt-9 {
  margin-top: 9px;
}
.mgt-10 {
  margin-top: 10px;
}
.mgt-11 {
  margin-top: 11px;
}
.mgt-12 {
  margin-top: 12px;
}
.mgt-13 {
  margin-top: 13px;
}
.mgt-14 {
  margin-top: 14px;
}
.mgt-15 {
  margin-top: 15px;
}
.mgt-16 {
  margin-top: 16px;
}
.mgt-17 {
  margin-top: 17px;
}
.mgt-18 {
  margin-top: 18px;
}
.mgt-19 {
  margin-top: 19px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-21 {
  margin-top: 21px;
}
.mgt-22 {
  margin-top: 22px;
}
.mgt-23 {
  margin-top: 23px;
}
.mgt-24 {
  margin-top: 24px;
}
.mgr-5 {
  margin-right: 5px;
}
.mgr-6 {
  margin-right: 6px;
}
.mgr-7 {
  margin-right: 7px;
}
.mgr-8 {
  margin-right: 8px;
}
.mgr-9 {
  margin-right: 9px;
}
.mgr-10 {
  margin-right: 10px;
}
.mgr-11 {
  margin-right: 11px;
}
.mgr-12 {
  margin-right: 12px;
}
.mgr-13 {
  margin-right: 13px;
}
.mgr-14 {
  margin-right: 14px;
}
.mgr-15 {
  margin-right: 15px;
}
.mgr-16 {
  margin-right: 16px;
}
.mgr-17 {
  margin-right: 17px;
}
.mgr-18 {
  margin-right: 18px;
}
.mgr-19 {
  margin-right: 19px;
}
.mgr-20 {
  margin-right: 20px;
}
.mgr-21 {
  margin-right: 21px;
}
.mgr-22 {
  margin-right: 22px;
}
.mgr-23 {
  margin-right: 23px;
}
.mgr-24 {
  margin-right: 24px;
}
.mgb-5 {
  margin-bottom: 5px;
}
.mgb-6 {
  margin-bottom: 6px;
}
.mgb-7 {
  margin-bottom: 7px;
}
.mgb-8 {
  margin-bottom: 8px;
}
.mgb-9 {
  margin-bottom: 9px;
}
.mgb-10 {
  margin-bottom: 10px;
}
.mgb-11 {
  margin-bottom: 11px;
}
.mgb-12 {
  margin-bottom: 12px;
}
.mgb-13 {
  margin-bottom: 13px;
}
.mgb-14 {
  margin-bottom: 14px;
}
.mgb-15 {
  margin-bottom: 15px;
}
.mgb-16 {
  margin-bottom: 16px;
}
.mgb-17 {
  margin-bottom: 17px;
}
.mgb-18 {
  margin-bottom: 18px;
}
.mgb-19 {
  margin-bottom: 19px;
}
.mgb-20 {
  margin-bottom: 20px;
}
.mgb-21 {
  margin-bottom: 21px;
}
.mgb-22 {
  margin-bottom: 22px;
}
.mgb-23 {
  margin-bottom: 23px;
}
.mgb-24 {
  margin-bottom: 24px;
}
.mgl-5 {
  margin-left: 5px;
}
.mgl-6 {
  margin-left: 6px;
}
.mgl-7 {
  margin-left: 7px;
}
.mgl-8 {
  margin-left: 8px;
}
.mgl-9 {
  margin-left: 9px;
}
.mgl-10 {
  margin-left: 10px;
}
.mgl-11 {
  margin-left: 11px;
}
.mgl-12 {
  margin-left: 12px;
}
.mgl-13 {
  margin-left: 13px;
}
.mgl-14 {
  margin-left: 14px;
}
.mgl-15 {
  margin-left: 15px;
}
.mgl-16 {
  margin-left: 16px;
}
.mgl-17 {
  margin-left: 17px;
}
.mgl-18 {
  margin-left: 18px;
}
.mgl-19 {
  margin-left: 19px;
}
.mgl-20 {
  margin-left: 20px;
}
.mgl-21 {
  margin-left: 21px;
}
.mgl-22 {
  margin-left: 22px;
}
.mgl-23 {
  margin-left: 23px;
}
.mgl-24 {
  margin-left: 24px;
}
/*padding*/
.pd-05 {
  padding: 0 5px;
}
.pd-07 {
  padding: 0 6px;
}
.pd-08 {
  padding: 0 8px;
}
.pd-010 {
  padding: 0 10px;
}
.pd-011 {
  padding: 0 11px;
}
.pd-012 {
  padding: 0 12px;
}
.pd-013 {
  padding: 0 13px;
}
.pd-014 {
  padding: 0 14px;
}
.pd-015 {
  padding: 0 15px;
}
.pd-016 {
  padding: 0 16px;
}
.pd-017 {
  padding: 0 17px;
}
.pd-018 {
  padding: 0 18px;
}
.pd-019 {
  padding: 0 19px;
}
.pd-020 {
  padding: 0 20px;
}
.pd-021 {
  padding: 0 21px;
}
.pd-022 {
  padding: 0 22px;
}
.pd-023 {
  padding: 0 23px;
}
.pd-024 {
  padding: 0 24px;
}
.pd-036 {
  padding: 0 36px;
}
.pd-60 {
  padding: 6px 0;
}
.pd-70 {
  padding: 7px 0;
}
.pd-80 {
  padding: 8px 0;
}
.pd-90 {
  padding: 9px 0;
}
.pd-100 {
  padding: 10px 0;
}
.pd-110 {
  padding: 11px 0;
}
.pd-120 {
  padding: 12px 0;
}
.pd-130 {
  padding: 13px 0;
}
.pd-140 {
  padding: 14px 0;
}
.pd-150 {
  padding: 15px 0;
}
.pd-160 {
  padding: 16px 0;
}
.pd-170 {
  padding: 17px 0;
}
.pd-180 {
  padding: 18px 0;
}
.pd-190 {
  padding: 19px 0;
}
.pd-200 {
  padding: 20px 0;
}
.pd-210 {
  padding: 21px 0;
}
.pd-220 {
  padding: 22px 0;
}
.pd-230 {
  padding: 23px 0;
}
.pd-240 {
  padding: 24px 0;
}
.pd-1 {
  padding: 1px;
}
.pd-2 {
  padding: 2px;
}
.pd-3 {
  padding: 3px;
}
.pd-4 {
  padding: 4px;
}
.pd-5 {
  padding: 5px;
}
.pd-6 {
  padding: 6px;
}
.pd-7 {
  padding: 7px;
}
.pd-8 {
  padding: 8px;
}
.pd-9 {
  padding: 9px;
}
.pd-10 {
  padding: 10px;
}
.pd-11 {
  padding: 11px;
}
.pd-12 {
  padding: 12px;
}
.pd-13 {
  padding: 13px;
}
.pd-14 {
  padding: 14px;
}
.pd-15 {
  padding: 15px;
}
.pd-16 {
  padding: 16px;
}
.pd-17 {
  padding: 17px;
}
.pd-18 {
  padding: 18px;
}
.pd-19 {
  padding: 10px;
}
.pd-20 {
  padding: 20px;
}
.pd-21 {
  padding: 21px;
}
.pd-22 {
  padding: 22px;
}
.pd-23 {
  padding: 23px;
}
.pd-24 {
  padding: 24px;
}
.pd-25 {
  padding: 25px;
}
.pd-36 {
  padding: 36px;
}
.pdl-8 {
  padding-left: 8px;
}
.pdl-10 {
  padding-left: 10px;
}
.pdl-12 {
  padding-left: 12px;
}
.pdl-14 {
  padding-left: 14px;
}
.pdl-16 {
  padding-left: 16px;
}
.pdl-18 {
  padding-left: 18px;
}
.pdl-20 {
  padding-left: 20px;
}
.pdl-22 {
  padding-left: 22px;
}
.pdl-24 {
  padding-left: 24px;
}
.pdr-8 {
  padding-right: 8px;
}
.pdr-10 {
  padding-right: 10px;
}
.pdr-12 {
  padding-right: 12px;
}
.pdr-14 {
  padding-right: 14px;
}
.pdr-16 {
  padding-right: 16px;
}
.pdr-18 {
  padding-right: 18px;
}
.oh {
  height: auto;
  overflow: hidden;
}
/*填充间隔*/
.g-blk1 {
  display: block;
  height: 1px;
  clear: both;
}
.g-blk2 {
  display: block;
  height: 2px;
  clear: both;
}
.g-blk3 {
  display: block;
  height: 3px;
  clear: both;
}
.g-blk4 {
  display: block;
  height: 4px;
  clear: both;
}
.g-blk5 {
  display: block;
  height: 5px;
  clear: both;
}
.g-blk6 {
  display: block;
  height: 6px;
  clear: both;
}
.g-blk7 {
  display: block;
  height: 7px;
  clear: both;
}
.g-blk8 {
  display: block;
  height: 8px;
  clear: both;
}
.g-blk9 {
  display: block;
  height: 9px;
  clear: both;
}
.g-blk10 {
  display: block;
  height: 10px;
  clear: both;
}
.g-blk11 {
  display: block;
  height: 11px;
  clear: both;
}
.g-blk12 {
  display: block;
  height: 12px;
  clear: both;
}
.g-blk13 {
  display: block;
  height: 13px;
  clear: both;
}
.g-blk14 {
  display: block;
  height: 14px;
  clear: both;
}
.g-blk15 {
  display: block;
  height: 15px;
  clear: both;
}
.g-blk16 {
  display: block;
  height: 16px;
  clear: both;
}
.g-blk17 {
  display: block;
  height: 17px;
  clear: both;
}
.g-blk18 {
  display: block;
  height: 18px;
  clear: both;
}
.g-blk19 {
  display: block;
  height: 19px;
  clear: both;
}
.g-blk20 {
  display: block;
  height: 20px;
  clear: both;
}
.g-blk21 {
  display: block;
  height: 21px;
  clear: both;
}
.g-blk22 {
  display: block;
  height: 22px;
  clear: both;
}
.g-blk23 {
  display: block;
  height: 23px;
  clear: both;
}
.g-blk24 {
  display: block;
  height: 24px;
  clear: both;
}
.g-blk25 {
  display: block;
  height: 25px;
  clear: both;
}
.ti0 {
  text-indent: 0;
}
.ti2 {
  text-indent: 2em;
}
/*行高*/
.lh140 {
  line-height: 1.4;
}
.lh150 {
  line-height: 1.5;
}
.lh160 {
  line-height: 1.6;
}
.lh180 {
  line-height: 1.8;
}
.lh200 {
  line-height: 2;
}
.lh20 {
  line-height: 20px !important;
}
.lh23 {
  line-height: 23px !important;
}
.lh24 {
  line-height: 24px !important;
}
.lh25 {
  line-height: 25px !important;
}
.lh26 {
  line-height: 26px !important;
}
.lh27 {
  line-height: 27px !important;
}
.lh28 {
  line-height: 28px !important;
}
.lh29 {
  line-height: 28px !important;
}
.lh30 {
  line-height: 30px !important;
}
.lh31 {
  line-height: 31px !important;
}
.lh32 {
  line-height: 32px !important;
}
.lh33 {
  line-height: 33px !important;
}
.lh34 {
  line-height: 34px !important;
}
.lh35 {
  line-height: 35px !important;
}
.lh36 {
  line-height: 36px !important;
}
.lh37 {
  line-height: 37px !important;
}
.lh38 {
  line-height: 38px !important;
}
/*字体*/
.fB {
  font-weight: 700;
}
.ft12 {
  font-size: 12px;
}
.ft13 {
  font-size: 13px;
}
.ft14 {
  font-size: 14px;
}
.ft15 {
  font-size: 15px;
}
.ft16 {
  font-size: 16px;
}
.ft17 {
  font-size: 17px;
}
.ft18 {
  font-size: 18px;
}
.ft19 {
  font-size: 19px;
}
.ft20 {
  font-size: 20px;
}
.display {
  display: block;
}
/*圆角*/
.bd-rs1 {
  border-radius: 1px;
}
.bd-rs2 {
  border-radius: 2px;
}
.bd-rs3 {
  border-radius: 3px;
}
.bd-rs4 {
  border-radius: 4px;
}
.bd-rs5 {
  border-radius: 5px;
}
.shadow {
  box-shadow: 0 2px 10px 1px #abccdd;
}
.shadow2 {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
/*背景色*/
.bg-f1 {
  background: #f1f1f1;
}
.bg-f6 {
  background: #f6f6f6;
}
/*省略号*/
.three-dots {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  table-layout: fixed;
}
/*当前位置*/
.position {
  margin: 0 10px;
  line-height: 30px;
  text-align: left;
  padding: 5px 0;
}
.position a,
.position span {
  display: inline-block;
  font-size: 14px;
  color: #5d5d5d;
}
.position span {
  padding: 0 4px;
}
.position i {
  padding: 0 5px;
}
/*列表*/
/*默认38*/
.m-lst {
  height: auto;
  overflow: hidden;
}
.m-lst ul {
  height: auto;
  padding: 6px 10px;
  overflow: hidden;
}
.m-lst ul li {
  overflow: hidden;
  line-height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../../images/common/li_icon.png") no-repeat 4px center;
  text-indent: 20px;
}
.m-lst ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
.m-lst ul li .column {
  padding-right: 10px;
  font-size: 16px;
}
.m-lst ul li .time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
}
.m-lst ul em {
  float: left;
  padding-right: 10px;
}
.m-lst ul li span {
  float: right;
  padding-left: 16px;
}
.m-lst.space ul li {
  background-position-y: 17px;
}
.m-lst.space ul li:nth-child(5n) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #ddd;
}
.m-lst.space ul li:nth-child(20n) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/*lh30*/
.m-lst30 {
  height: auto;
  overflow: hidden;
}
.m-lst30 ul {
  height: auto;
  padding: 6px;
  overflow: hidden;
}
.m-lst30 ul li {
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.m-lst30 ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
.m-lst30 ul li .column {
  padding-right: 10px;
  font-size: 16px;
}
.m-lst30 ul li .time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
}
.m-lst30 ul em {
  float: left;
  padding-right: 10px;
  font-style: revert;
}
.m-lst30 ul li span {
  float: right;
}
/*lh32*/
.m-lst32 {
  height: auto;
  overflow: hidden;
}
.m-lst32 ul {
  height: auto;
  padding: 6px;
  overflow: hidden;
}
.m-lst32 ul li {
  overflow: hidden;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.m-lst32 ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
.m-lst32 ul li .column {
  padding-right: 10px;
  font-size: 16px;
}
.m-lst32 ul li .time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
}
.m-lst32 ul em {
  float: left;
  padding-right: 10px;
  font-style: revert;
}
.m-lst32 ul li span {
  float: right;
}
/*lh36*/
.m-lst36 {
  height: auto;
  overflow: hidden;
}
.m-lst36 ul {
  height: auto;
  padding: 8px;
  overflow: hidden;
}
.m-lst36 ul li {
  overflow: hidden;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  background: url("../../images/common/li_icon.png") left center no-repeat;
  padding-left: 16px;
}
.m-lst36 ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
.m-lst36 ul li .column {
  padding-right: 10px;
  font-size: 16px;
}
.m-lst36 ul li .time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
}
.m-lst36 ul em {
  float: left;
  padding-right: 10px;
  font-style: revert;
}
.m-lst36 ul li span {
  float: right;
  padding-left: 16px;
}
/*新闻两列*/
.m-2lst36 {
  height: auto;
  overflow: hidden;
}
.m-2lst36 ul {
  height: auto;
  padding: 8px;
  overflow: hidden;
}
.m-2lst36 ul li {
  overflow: hidden;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  background: url("../../images/common/li_icon.png") left center no-repeat;
  padding-left: 16px;
  width: 50%;
  float: left;
}
.m-2lst36 ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
.m-2lst36 ul li .column {
  padding-right: 10px;
  font-size: 16px;
}
.m-2lst36 ul li span {
  float: right;
  padding-right: 16px;
  padding-left: 8px;
}
/*图片列表*/
.m-lst-img {
  overflow: hidden;
  height: auto;
  padding: 0 8px;
  position: relative;
}
.m-lst-img img {
  width: 100%;
  height: 194px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.m-lst-img p {
  margin-bottom: 8px;
  line-height: 24px;
  color: #747373;
  font-size: 16px;
  height: 48px;
}
/*视频列表*/
.m-lst-img i {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url("../../images/common/video.png") no-repeat 50%;
  background-size: contain;
}
/*列表翻页 common.css中*/
.m-lst-pg {
  display: block;
  margin: 10px 0;
  text-align: center;
  height: auto;
  overflow: hidden;
  font-size: 0;
  width: 100%;
}
.m-lst-pg li:first-child {
  border-radius: 4px 0 0 4px;
}
.m-lst-pg li:last-child {
  border-radius: 0 4px 4px 0;
}
.m-lst-pg select,
.m-lst-pg li {
  border: 1px solid #e1e1e1;
  padding: 0 8px;
}
.m-lst-pg li {
  display: inline-block;
  height: 36px;
  margin: 0 -1px 0 0;
  padding: 0 12px;
  line-height: 36px;
  color: #52cfc9;
  font-size: 16px;
}
.m-lst-pg li a {
  cursor: pointer;
  display: block;
  color: #52cfc9;
}
.m-lst-pg input {
  height: 24px;
  margin: 0 8px;
  padding: 0 8px;
  line-height: 24px;
  color: #333;
  font-size: 16px;
}
.m-lst-pg input[type='submit'] {
  background: none;
  border: none;
  color: #52cfc9;
  cursor: pointer;
}
.m-lst-pg li.active {
  background: #52cfc9;
  color: #fff;
  border: solid 1px #52cfc9;
}
.m-lst-pg li.active a {
  color: #ffffff;
}
.m-lst-pg .disabled {
  color: #999999;
}
.m-lst-pg a:hover {
  color: #52cfc9;
}
/*左导航显示隐藏*/
.sliderbtn img {
  display: block;
  transform: rotate(270deg);
  margin: 0 auto;
}
/*左导航*/
.m-lst-nav {
  background: 0;
  padding: 0;
  height: auto;
}
.m-lst-nav .tnm {
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #52cfc9;
  padding: 10px 4% 10px 4%;
  font-size: 20px;
  font-weight: bold;
}
.m-lst-nav ul {
  background: #f6f6f6;
}
.m-lst-nav ul li {
  font-size: 16px;
  line-height: 54px;
  color: #666;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #e8e8e8;
  padding: 0;
}
.m-lst-nav ul li a {
  color: #7c7c7c;
  position: relative;
  display: block;
  padding: 15px 7% 15px 7%;
  line-height: 24px;
  background: #f6f6f6;
}
.m-lst-nav ul li.hover a {
  color: #52cfc9;
  font-weight: 700;
  background: #eee;
}
.m-lst-nav ul li a:after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  content: " ";
  background: url("../../images/common/sidenav_icon.png") no-repeat;
}
/*2列*/
.m-lst-2nav {
  background: 0;
  padding: 0;
  height: auto;
  margin-right: 16px;
}
.m-lst-2nav .tnm {
  line-height: 48px;
  color: #fff;
  text-align: center;
  background: #52cfc9;
  font-size: 18px;
}
.m-lst-2nav ul {
  background: #f6f6f6;
  padding: 16px 8px;
  height: auto;
  overflow: hidden;
}
.m-lst-2nav ul li {
  font-size: 16px;
  color: #666;
  text-align: center;
  width: 50%;
  float: left;
}
.m-lst-2nav ul li a {
  color: #363636;
  display: block;
  line-height: 36px;
  border: solid 1px #ededed;
  background: #ffffff;
  margin: 4px;
  border-radius: 4px;
}
.m-lst-2nav ul li.hover a {
  color: #ffffff;
  font-weight: 700;
  background: #52cfc9;
}
/*卡片列表*/
.card {
  min-height: 120px;
  padding-top: 15px;
  overflow: hidden;
}
.card .card-type-in {
  display: block;
  font-size: 20px;
}
.card .title {
  display: -webkit-box;
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
}
.card .title h3 {
  font-weight: normal;
  color: #333333;
}
.card .detail {
  margin-top: 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 32px;
  color: #3a3232;
  letter-spacing: 0;
}
.card .detail span {
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}
.card .detail .news-tag {
  color: #52cfc9;
}
.card .desc {
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #a6a6a6;
  letter-spacing: 0;
}
.card .source {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  letter-spacing: 0;
}
.card-type .card-type-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-type .news-info {
  min-height: 100px;
  color: #333;
  -webkit-box-flex: 2;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
  padding-left: 8px;
}
.card-type .news-info .column {
  padding-right: 10px;
  font-size: 16px;
  color: #52cfc9;
}
.card-type .news-source {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.card-type .news-pic {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.card-type .news-pic img {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
}
.card-type .detail .unlike,
.card-type .unlike {
  margin-right: 12px;
}
.card-type .news-date {
  padding: 8px;
  color: #333;
  -webkit-box-flex: 2;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
}
.card-type .news-date .date {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #a1a1a1;
  text-align: center;
}
.card-type .news-date .year {
  font-size: 19px;
  line-height: 36px;
  color: #a1a1a1;
  text-align: center;
  border-top: solid 1px #eee;
}
.m-yjs {
  min-height: 600px;
}
.m-yjs ul li {
  padding: 0 8px;
}
.m-yjs ul li a {
  line-height: 30px;
  border: solid 1px #e1e1e1;
  background: #f6f6f6;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
  padding: 8px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
}
/*栏目名称*/
.u-nm {
  height: auto;
  border-bottom: 1px solid #e1e1e1;
}
.u-nm a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: #000;
  cursor: pointer;
}
.u-nm a.hover {
  color: #52cfc9;
  border-bottom: 2px solid #52cfc9;
}
.u-nm span {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #52cfc9;
  display: inline-block;
  border-bottom: solid 2px #52cfc9;
}
.u-nm .more {
  float: right;
  padding: 14px 0;
  font-size: 14px !important;
  color: #bdbdbd !important;
}
/*正文*/
.m-txt {
  overflow: hidden;
  height: auto;
  padding: 60px 100px 38px 100px;
}
/*引标题、标题、副标题*/
.m-txt-utt {
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
}
.m-txt-tt {
  margin: 0 auto;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
}
.m-txt-dtt {
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
}
/*来源*/
.m-txt-crm {
  height: 42px;
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
  font-size: 14px;
  border-bottom: dotted 1px #e1e1e1;
  line-height: 42px;
}
.m-txt-crm span.font,
.m-txt-print span.font {
  float: left;
  margin: 0 10px;
}
/*打印*/
.m-txt-print {
  float: right;
  right: 12px;
  border-bottom: none;
}
.m-txt-crm .switchsize {
  float: right;
  padding-right: 16px;
}
.m-txt-crm .switchsize span {
  cursor: pointer;
}
.m-txt-crm .printIco {
  float: right;
  padding-left: 24px;
  margin-right: 16px;
  background: url("../../images/common/print.png") no-repeat left;
  cursor: pointer;
}
.m-txt-crm .share {
  float: right;
  padding-right: 20px;
  color: #666666;
}
/*保存*/
.m-txt-crm .saveIco {
  background: url("../../images/common/save.png") no-repeat left center;
  cursor: pointer;
  float: right;
  padding-left: 24px;
  padding-right: 16px;
}
/*article*/
.m-txt-article {
  line-height: 30px;
  font-size: 18px;
  overflow: hidden;
  text-align: justify;
}
.m-txt-article table {
  border: solid 1px #b1b1b1;
}
.m-txt-article table p {
  text-indent: 0;
}
.m-txt-article img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.m-txt-article p {
  margin: 0 0 14px 0;
  line-height: 1.75;
  text-indent: 2em;
}
.m-txt-article p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.m-txt-article a {
  color: #52cfc9;
  font-weight: bold;
}
.m-txt-article p a {
  color: #52cfc9;
  font-weight: bold;
}
.m-txt-article h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
.m-txt-article table {
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}
.m-txt-article table td {
  padding-left: 10px;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
}
.m-txt-article .institution {
  line-height: 42px;
  font-size: 18px;
}
.m-txt-article .institution b {
  padding-right: 15px;
  color: #52cfc9;
}
.btn_group {
  padding: 20px 0;
}
.btn_group p {
  margin-top: 20px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn_group p span {
  display: inline-block;
  padding: 0 10px;
  background-color: #52cfc9;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
}
.btn_group p a {
  color: #999;
}
.btn_group p a:hover {
  color: #52cfc9;
}
/*政策解读、相关报道*/
.m-txt-article-txt {
  border-right: solid 1px #f1f1f1;
  padding-right: 20px;
}
.file-ab {
  height: auto;
  overflow: hidden;
  padding: 16px 0;
}
.file-ab p {
  line-height: 28px;
  padding-bottom: 8px;
  height: auto;
  overflow: hidden;
}
.file-ab img {
  width: 96%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding-top: 8px;
}
/*社会分享*/
@font-face {
  font-family: "socialshare";
  src: url("fonts/iconfont.eot");
  src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg");
}
.social-share {
  font-family: "socialshare" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-tencent:before {
  content: "\f07a";
}
.social-share .icon-qq:before {
  content: "\f11a";
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-wechat:before {
  content: "\f09a";
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -240px;
  left: -84px;
  width: 200px;
  height: 228px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 140px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
#share,
#share2 {
  color: #222;
  font-size: 14px;
  line-height: 42px;
}
/*qrcode*/
#qrcode {
  overflow: hidden;
  display: block;
  height: auto;
  text-align: center;
}
.qrcode {
  overflow: hidden;
  display: block;
  height: auto;
  text-align: center;
}
/*建议提案*/
.m-proposal {
  height: auto;
  overflow: hidden;
}
.m-proposal .u-right {
  height: 36px;
  font-size: 18px;
  font-family: "FZXiaoBiaoSong-B05S";
  width: 100%;
  text-align: right;
  padding-bottom: 16px;
}
.m-proposal .u-title {
  font-size: 40px;
  height: auto;
  font-weight: bold;
  font-family: "FZXiaoBiaoSong-B05S";
  text-align: center;
  color: #ff0000;
  padding-bottom: 16px;
}
.m-proposal .u-line {
  height: 7px;
  border-top: 4px solid #ff2324;
  border-bottom: solid 1px #ff2324;
  background: #ffffff;
  display: block;
  margin-bottom: 16px;
}
/*回应关切*/
.hygq {
  background: rgba(0, 0, 0, 0.04);
  height: auto;
  overflow: hidden;
  padding: 40px;
  border-radius: 10px;
}
.hygq .txt {
  padding: 40px;
  background: #ffffff;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  border: solid 1px #f2f2f2;
}
.hygq .txt .u-tnm,
.hygq .txt .u-date {
  color: #52cfc9;
  font-size: 20px;
  line-height: 40px;
  padding-right: 16px;
}
.hygq .txt .content {
  line-height: 32px;
  font-size: 18px;
}
.hygq .txt .content p {
  line-height: 32px;
  font-size: 18px;
  padding-bottom: 15px;
  text-indent: 2em;
}
/*网站地图*/
.m-sitemap {
  height: auto;
  overflow: hidden;
}
.m-sitemap .u-nm {
  height: auto;
  overflow: hidden;
  border-bottom: solid 1px #e1e1e1;
}
.m-sitemap .u-nm span {
  color: #52cfc9;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  border-bottom: solid 2px #52cfc9;
  display: inline-block;
}
.m-sitemap .item {
  height: auto;
  overflow: hidden;
  margin: 16px 0;
}
.m-sitemap .item a {
  line-height: 24px;
  border-radius: 4px;
  background: #eff7fe;
  text-align: center;
  display: block;
  padding: 6px 16px;
  font-size: 16px;
  margin: 8px;
  border: solid 1px #ebf0f5;
}
/*table*/
.table,
.table * {
  margin: 0 auto;
  padding: 0;
}
.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
}
.table-tr {
  display: table-row;
  line-height: 36px;
  width: 100%;
}
.table-th {
  display: table-cell;
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 0;
  color: #52cfc9;
  background: #f6f6f6;
}
.table-td {
  display: table-cell;
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 0 8px;
  vertical-align: middle;
}
.table-td a {
  height: 36px;
  line-height: 36px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gk .table-td {
  text-align: left;
}
.table-p5 {
  width: 5%;
}
.table-p8 {
  width: 8%;
}
.table-p10 {
  width: 10%;
}
.table-p12 {
  width: 12%;
}
.table-p15 {
  width: 15%;
}
.table-p20 {
  width: 20%;
}
.table-p25 {
  width: 25%;
}
.table-p35 {
  width: 35%;
}
.table-p38 {
  width: 38%;
}
.table-p45 {
  width: 45%;
}
.table-p50 {
  width: 50%;
}
.table-p55 {
  width: 55%;
}
.table-p65 {
  width: 65%;
}
.table-p88 {
  width: 88%;
}
.table-p100 {
  width: 100%;
}
/*去除边框线*/
.bd-top {
  border-top: none;
}
.bd-bottom {
  border-bottom: none;
}
.bd-left {
  border-left: none;
}
.bd-right {
  border-right: none;
}
/*依申请公开*/
/*1部门列表*/
.ysq-dept {
  height: auto;
  overflow: hidden;
}
.ysq-dept ul {
  padding: 8px 16px;
}
.ysq-dept ul li {
  line-height: 36px;
}
.ysq-dept ul li a {
  font-size: 16px;
  text-align: left;
}
.ysq-tt {
  font-weight: bold;
  font-size: 20px;
  color: #52cfc9;
  text-align: center !important;
  padding: 16px 0;
  width: 100%;
}
.ysq-txt {
  line-height: 30px;
  text-indent: 2em;
}
.ysq-bd {
  height: auto;
  overflow: hidden;
  padding: 8px;
}
.ysq-bd .tips {
  font-size: 16px;
  line-height: 32px;
  color: #ff0000;
}
.ysq-bd .mark {
  color: #ff0000;
}
.ysq-bd .hidden {
  display: none !important;
}
.ysq-bd .fileup-btn {
  position: relative;
  line-height: 40px;
  height: 40px;
  background: #52cfc9;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  margin: 0 8px;
}
.ysq-bd .putFile {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ysq-bd .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #d1d1d1;
  line-height: 48px;
}
.ysq-bd .promised {
  line-height: 32px;
  padding: 8px 0;
}
.ysq-bd .promised span {
  line-height: 32px;
  padding: 0 8px;
}
.ysq-bd #sqimg {
  height: 40px;
  width: 100px;
}
.ysq-bd .tl {
  color: #52cfc9;
  font-size: 14px;
}
.ysq-btn-bd {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.ysq-list {
  display: none;
  padding: 20px 0;
}
.ysq-btn {
  background: #52cfc9;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  line-height: 36px;
  height: 36px;
  width: 120px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.ysq-search {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.ysq-search li {
  float: left;
  padding: 0 10px;
  line-height: 30px;
}
.ysq-search li input {
  height: 30px;
  border: 1px solid #ddd;
  padding: 0 14px;
}
.ysq-search li button {
  background-color: #52cfc9;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
}
.query-code {
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  width: 320px;
}
/*2依申请查询*/
.ysq-check {
  height: auto;
  overflow: hidden;
  border: solid 1px #d1d1d1;
  width: 100%;
  line-height: 30px;
}
.ysq-check .txt {
  float: left;
  border: solid 1px #d1d1d1;
  padding: 4px 8px;
  border-top: none;
  border-right: none;
}
.ysq-check .bd-ln {
  border-left: none;
}
.ysq-check .bd-bn {
  border-bottom: none;
}
.ysq-check .p15 {
  width: 15%;
}
.ysq-check .p30 {
  width: 30%;
}
.ysq-check .p35 {
  width: 35%;
}
.ysq-check .p40 {
  width: 40%;
}
.ysq-check .p50 {
  width: 50%;
}
.ysq-check .p85 {
  width: 85%;
}
.ysq-check .p100 {
  width: 100%;
}
/*end*/
/*调查征集*/
.m-survey {
  height: auto;
  overflow: hidden;
}
.m-survey ul {
  height: auto;
  padding: 6px;
  overflow: hidden;
}
.m-survey ul li {
  overflow: hidden;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  float: left;
  width: 100%;
  background: url("../../images/common/li_icon.png") left center no-repeat;
  padding-left: 12px;
}
.m-survey ul li a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  line-height: 36px;
}
.m-survey .row-txt {
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  float: left;
  width: 100%;
  border-bottom: dashed 1px #e1e1e1;
  padding: 8px;
}
.m-survey .row-txt a {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  line-height: 36px;
  white-space: nowrap;
}
.m-survey .img {
  height: auto;
  overflow: hidden;
  padding: 16px 16px 16px 0;
  float: left;
}
.m-survey .img img {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.m-survey .time {
  float: left;
  padding: 16px 16px 16px 0;
  font-size: 16px;
}
.m-survey .time .date {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #a1a1a1;
  text-align: center;
}
.m-survey .time .year {
  font-size: 18px;
  line-height: 36px;
  color: #a1a1a1;
  text-align: center;
  border-top: solid 1px #eee;
}
/*状态*/
.m-survey .status {
  padding-left: 10px;
  font-size: 16px;
  line-height: 36px;
  color: #52cfc9;
  float: right;
}
.m-survey .status-end {
  padding-left: 10px;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  float: right;
}
.m-survey .td-status {
  padding-left: 10px;
  font-size: 16px;
  line-height: 36px;
  color: #52cfc9;
  float: left;
}
.m-survey .td-status-end {
  padding-left: 10px;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  float: left;
}
/*时间区间*/
.m-survey .interval {
  font-size: 16px;
  line-height: 36px;
  padding-left: 8px;
  float: right;
}
.m-survey .td-interval {
  font-size: 16px;
  line-height: 36px;
  float: left;
}
/*描述*/
.m-survey .desc {
  float: left;
  white-space: normal;
  line-height: 24px;
  color: #666666;
  font-size: 14px;
}
.m-survey .desc a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
/*访谈*/
.m-interview {
  height: auto;
  overflow: hidden;
  /*详情*/
}
.m-interview .lst-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 16px 0 0;
}
.m-interview .lst-img img {
  width: 100%;
  height: 140px;
}
.m-interview .lst-title {
  line-height: 36px;
}
.m-interview .lst-title a {
  overflow: hidden;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  display: block;
}
.m-interview .lst-intro {
  font-size: 16px;
  line-height: 28px;
}
.m-interview .lst-other {
  line-height: 36px;
  height: auto;
  overflow: hidden;
  font-size: 16px;
}
.m-interview .lst-other .lst-status {
  color: #52cfc9;
}
.m-interview .lst-other .zhibo {
  display: inline-block;
  width: 48px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #52cfc9;
  background-color: #ffffff;
  border: solid 1px #52cfc9;
  font-size: 14px;
  border-radius: 8px 0 8px 0;
  margin-right: 5px;
}
.m-interview .lst-other .yugao {
  display: inline-block;
  width: 48px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #52cfc9;
  background-color: #ffffff;
  border: solid 1px #52cfc9;
  font-size: 14px;
  border-radius: 8px 0 8px 0;
  margin-right: 5px;
}
.m-interview .lst-other .wangqi {
  display: inline-block;
  width: 48px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #52cfc9;
  background-color: #ffffff;
  border: solid 1px #52cfc9;
  font-size: 14px;
  border-radius: 8px 0 8px 0;
  margin-right: 5px;
}
.m-interview .lst-tnm {
  display: block;
  float: left;
}
.m-interview .d-tnm {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #52cfc9;
}
.m-interview .d-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  color: #333333;
}
.m-interview .d-video {
  height: auto;
  overflow: hidden;
  padding-right: 16px;
}
.m-interview .d-video img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.m-interview .d-intro,
.m-interview .d-time,
.m-interview .d-guest {
  font-size: 16px;
  line-height: 36px;
}
.m-interview .social-share .icon-wechat .wechat-qrcode {
  top: 40px;
}
.m-interview .d-xgwj {
  padding-left: 12px;
}
.m-interview .d-xgwj a {
  font-size: 18px;
  color: #52cfc9;
}
.m-interview .d-xgwj img {
  display: none;
}
.m-interview .d-xgwj p {
  margin: 0 0 1rem 0;
}
.m-interview .d-record {
  height: auto;
  overflow: hidden;
  line-height: 36px;
}
.m-interview .d-um {
  line-height: 40px;
  font-weight: bold;
  border-bottom: solid 1px #e1e1e1;
  overflow: hidden;
}
.m-interview .d-um span {
  font-weight: bold;
  display: inline-block;
  float: left;
  border-bottom: solid 2px #52cfc9;
  line-height: 39px;
}
.m-interview .d-picture {
  height: auto;
  overflow: hidden;
}
.m-interview .d-picture img {
  width: 100%;
  height: 136px;
  object-fit: cover;
}
.ft_img {
  position: relative;
}
.ft_img .ft_img_bd {
  margin: 0 -10px;
}
.ft_img .ft_img_bd ul li {
  width: 25%;
}
.ft_img .ft_img_bd ul li a {
  display: block;
  padding: 0 10px;
}
.ft_img .prev,
.ft_img .next {
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -18px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("../../images/common/slider-arrow.png") -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ft_img .prev:hover,
.ft_img .next:hover {
  opacity: 1;
}
.ft_img .next {
  right: 1%;
  left: auto;
  background-position: 8px 5px;
}
/*征集选项卡*/
.tabs li {
  float: left;
  overflow: hidden;
  height: 48px;
}
.tabs .active {
  position: relative;
  height: 48px;
  overflow: hidden;
}
.tabs .active:after {
  content: '';
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #52cfc9;
  transform: translateX(-5px);
}
.tabs li a {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 8px;
  color: #aaaaaa;
}
.tabs .active a {
  color: #333;
}
.tabs .active a:after {
  content: '';
  position: absolute;
  bottom: -11px;
  width: 72px;
  height: 3px;
  background: #52cfc9;
  left: 50%;
  margin-left: -36px;
}
.tabs-box > div {
  display: none;
}
.tabs-box > div:first-child {
  display: block;
}
/*图片组*/
#img {
  position: relative;
  text-align: center;
}
#img img {
  display: none;
}
#front {
  position: absolute;
  left: 16px;
  top: 36%;
  background: url("../../images/common/lrbtn.png") no-repeat 0 0;
  background-size: cover;
  width: 41px;
  height: 68px;
  cursor: pointer;
}
#next {
  position: absolute;
  right: 16px;
  top: 36%;
  background: url("../../images/common/lrbtn.png") no-repeat -41px 0;
  background-size: cover;
  width: 41px;
  height: 68px;
  cursor: pointer;
}
#thumbnail {
  background: #f6f6f6;
  position: relative;
  border: 1px solid #ecebeb;
  margin-top: 12px;
  padding-bottom: 17px;
  border-radius: 4px;
}
#thumbnail ul {
  white-space: nowrap;
  position: relative;
}
#thumbnail ul li {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  width: 20%;
}
#thumbnail li img {
  width: 100%;
  height: 102px;
  padding: 5px 4px;
}
#thumbnail li.hov img {
  border: 1px solid #dedddd;
  position: relative;
  background: #fffcfc;
  border-radius: 4px;
}
#thumbnail li.hov:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #52cfc9 transparent transparent transparent;
  left: 48%;
  bottom: -2px;
}
#picSlideUl {
  overflow: hidden;
  position: relative;
  top: 10px;
  margin: 0 30px;
}
.picSlideLeft {
  cursor: pointer;
  position: absolute;
  top: 28%;
  left: 10px;
}
.picSlideRight {
  cursor: pointer;
  position: absolute;
  top: 28%;
  right: 10px;
}
#wap_thumbnail p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;
}
#wap_thumbnail .wap {
  width: 110%;
  margin-left: -10%;
  height: 100%;
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8) url("../../images/common/wap_zt.png") no-repeat 50% 50%;
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: 20px;
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  from {
    left: 0;
  }
  to {
    left: 20px;
  }
}
/*加载中*/
/*加载中*/
.loading_box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  animation: rotate 1.2s linear infinite;
  width: 70px;
  height: 70px;
  background: url("../../images/common/loading.png") no-repeat center;
}
@keyframes rotate {
  from {
    transform: rotatez(0deg);
  }
  to {
    transform: rotatez(360deg);
  }
}
/*模态框*/
.modal .hide {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal .modal-dialog-hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10%;
}
.modal-dialog {
  background: #fefefe;
  border: #333 solid 1px;
  border-radius: 5px;
  margin-left: -120px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 480px;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 10px 20px;
}
.modal-body img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eee solid 1px;
  height: auto;
  overflow: hidden;
}
.modal-header h2 {
  font-size: 20px;
  float: left;
}
.modal-header a {
  float: right;
  font-size: 20px;
}
.modal-footer {
  border-top: #eee solid 1px;
  text-align: right;
}
/*轮播图*/
.Carousel {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.Carousel .Carousel-hd {
  overflow: hidden;
  height: 50px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  line-height: 50px;
  right: 10px;
}
.Carousel .prev {
  display: block;
  position: absolute;
  z-index: 5;
  width: 32px;
  height: 40px;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  cursor: pointer;
  background: url("../../images/common/Carousel-left.png") no-repeat;
}
.Carousel .next {
  display: block;
  position: absolute;
  z-index: 5;
  width: 32px;
  height: 40px;
  right: 3%;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  cursor: pointer;
  background: url("../../images/common/Carousel-right.png") no-repeat;
}
.Carousel .prev:hover,
.Carousel .next:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.Carousel .Carousel-bd ul {
  overflow: hidden;
  zoom: 1;
}
.Carousel .Carousel-bd ul li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Carousel .Carousel-bd ul li img {
  width: 100%;
  height: 320px;
  display: block;
}
.Carousel .Carousel-bd ul li .title {
  line-height: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding-left: 8px;
}
.Carousel .pageState {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 24px;
}
.Carousel .pageState span {
  color: #fbcc3e;
}
.Carousel .Carousel-pagination {
  position: absolute;
  bottom: 8px;
  right: 24px;
}
.Carousel .Carousel-pagination span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;
  margin: 0 5px;
  text-align: center;
  line-height: 1rem;
  font-size: 0.8rem;
}
.Carousel .Carousel-pagination .on {
  background: #ff0000;
  color: #fff;
}
/*新闻选项卡*/
.commonTabs {
  height: auto;
  overflow: hidden;
}
.commonTabs .commonTabs-hd {
  border-bottom: #e7e7e7 1px solid;
  line-height: 48px;
  height: 48px;
}
.commonTabs .commonTabs-hd li {
  float: left;
  height: 48px;
  cursor: pointer;
  text-align: center;
  padding: 0 8px;
}
.commonTabs .commonTabs-hd li.on {
  border-bottom: #52cfc9 2px solid;
  margin-bottom: -1px;
  font-weight: bold;
  color: #52cfc9;
}
.commonTabs .commonTabs-hd li a {
  font-size: 16px;
}
.commonTabs .commonTabs-hd li.on a {
  color: #52cfc9;
}
.commonTabs .commonTabs-hd li:last-child {
  margin-right: 0;
}
/*广告位*/
.adSlide {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.adSlide .adSlide-hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 9px;
  z-index: 1;
}
.adSlide .adSlide-hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.adSlide .adSlide-hd ul li {
  float: left;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.adSlide .adSlide-hd ul li.on {
  background: #f00;
  color: #fff;
  border-radius: 4px;
}
.adSlide .adSlide-bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.adSlide .adSlide-bd li {
  zoom: 1;
  vertical-align: middle;
}
.adSlide .adSlide-bd img {
  width: 100%;
  height: 114px;
  display: block;
}
.adSlide .adSlide-pagination {
  position: absolute;
  bottom: 8px;
  right: 24px;
}
.adSlide .adSlide-pagination span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;
  margin: 0 5px;
  text-align: center;
  line-height: 1rem;
  font-size: 0.8rem;
}
.adSlide .adSlide-pagination .on {
  background: #ff0000;
  color: #fff;
}
/*专题*/
.ztScroll {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ztScroll .ztScroll-bd {
  height: auto;
  overflow: hidden;
  margin: 0 -8px;
}
.ztScroll .ztScroll-bd ul {
  overflow: hidden;
  zoom: 1;
}
.ztScroll .ztScroll-bd ul li {
  float: left;
  overflow: hidden;
  text-align: center;
  width: 25%;
  display: block;
}
.ztScroll .ztScroll-bd ul li .pic {
  text-align: center;
  padding: 0 8px;
}
.ztScroll .ztScroll-bd ul li .pic img {
  width: 100%;
  height: 92px;
  display: block;
}
.ztScroll .ztScroll-bd ul li .pic a:hover img {
  cursor: pointer;
}
.ztScroll .prev,
.ztScroll .next {
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -18px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("../../images/common/slider-arrow.png") -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ztScroll .next {
  left: auto;
  right: 1%;
  background-position: 8px 5px;
}
.ztScroll .prev:hover,
.ztScroll .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.ztScroll .prevStop {
  display: none;
}
.ztScroll .nextStop {
  display: none;
}
/*领导列表*/
/*部门*/
.leader {
  height: auto;
  overflow: hidden;
}
.leader .photo {
  height: auto;
  overflow: hidden;
  padding-right: 20px;
}
.leader .line {
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: dashed 1px #e1e1e1;
  padding-bottom: 10px;
  letter-spacing: 0;
}
.leader .name {
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  padding-right: 20px;
  letter-spacing: 0;
}
.leader .tnm {
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  letter-spacing: 0;
}
.leader .txt {
  float: left;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0;
}
.leader .txt p span {
  font-size: inherit !important;
  letter-spacing: 0;
}
/*政府机构*/
.zfjg-bd {
  padding: 20px 0;
  overflow: hidden;
}
.zfjg-bd .zfjg-title {
  display: inline-block;
  padding: 4px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #52cfc9;
  color: #fff;
  font-size: 18px;
}
.m-zfjg {
  overflow: hidden;
  height: auto;
}
.m-zfjg ul li a {
  overflow: hidden;
  height: auto;
  padding: 5px 10px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
/*微信微博*/
#toTop {
  position: fixed;
  right: 2%;
  top: 30%;
  z-index: 999;
}
#toTop .ewm {
  border: 1px solid #e5e5e5;
}
#toTop .ewm .closeDuilian {
  line-height: 16px;
  padding-left: 85%;
}
#toTop .ewm .closeDuilian img {
  cursor: pointer;
}
#toTop .ewm .item {
  display: block;
  position: relative;
  z-index: 999;
  padding: 5px;
  border-bottom: 1px dashed #efecec;
}
#toTop .ewm .item img {
  width: 80px;
  height: 80px;
}
#toTop .ewm .item p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
#toTop .ewm .item .back_top {
  width: 100%;
  height: 37px;
  background: #52cfc9;
  text-align: center;
  display: block;
  cursor: pointer;
}
#toTop .ewm .item .back_top img {
  margin-top: -45px;
}
#toTop .ewm .item:last-child {
  border-bottom: none;
}
#toTop .ewm .item1 {
  padding-top: 0;
}
#toTop .goBack {
  text-align: center;
  display: block;
  cursor: pointer;
  height: 38px;
  background: #52cfc9;
}
#toTop .goBack img {
  margin-top: 12px;
}
/*外链提醒*/
.alert-mengban {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=80) !important;
  opacity: 0.5 !important;
}
.alert-warning {
  position: fixed;
  top: -400px;
  left: 50%;
  z-index: 1001;
  display: none;
  width: 450px;
  height: auto;
  padding-bottom: 10px;
  margin-left: -225px;
  background: #fff;
}
.alert-title {
  position: relative;
  width: 100%;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: #52cfc9;
}
.alert-wzsm {
  margin: 15px auto 0;
  font-size: 18px;
  line-height: 30px;
  color: #2b2b2b;
  text-align: center;
}
.alert-wzsm p {
  font-size: 16px;
  margin: 0 15px;
}
.alert-wzsm p.color {
  color: #d20000;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
}
.alert-footer {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
.alert-footer span {
  float: left;
  cursor: pointer;
}
.alert-footer .confirm {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: block;
  width: 220px;
}
.alert-footer .confirm .visits,
.cancel {
  width: 100px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: #52cfc9;
  border-radius: 16px;
}
.alert-footer .confirm .cancel {
  background: #ccc;
  margin-left: 15px;
}
.lst-rt {
  padding-left: 24px;
}
/*站点相关样式*/
.hidden-lg,
.hidden-xl {
  display: none !important;
}
body {
  background: #eeeeee;
}
.container {
  width: 1180px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.m-lst36 ul li {
  background: url(../../images/index/list-bg.png) no-repeat left center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.m-lst ul li {
  line-height: 34px;
  text-indent: 20px;
  background: url(../../images/index/list-bg.png) no-repeat 5px center;
}
.head {
  height: 37px;
  line-height: 37px;
  background: #f8f8f8;
  border-bottom: 1px solid #d5dadb;
}
.head .top-con {
  width: 1180px;
  margin: 0 auto;
}
.head .top-con a {
  font-size: 14px;
  margin: 0 4px;
}
.g-bnr {
  background: url("../../images/site/banner.jpg");
  height: 360px;
  background-size: 100% 100%;
}
.g-bnr .m-logo {
  margin-top: 30px;
  overflow: hidden;
  height: auto;
}
.g-bnr .search {
  height: auto;
  overflow: hidden;
  margin-top: 45px;
}
.g-bnr .search .u-input,
.g-bnr .search .u-sub {
  height: 39px;
  line-height: 39px;
  margin: 8px 0;
  border: none;
}
.g-bnr .search .u-input {
  width: 320px;
  overflow: hidden;
  height: 39px;
  line-height: 39px;
  background-color: #FFFFFF;
  outline: none;
  text-indent: 1em;
  opacity: 0.7;
  border-radius: 5px 0 0 5px;
  border: 1px solid #d2d2d2;
  border-right: none;
}
.g-bnr .search .u-sub {
  width: 48px;
  height: 39px;
  float: right;
  outline: none;
  border-radius: 0 5px 5px 0;
  opacity: 0.7;
  border: 1px solid #d2d2d2;
  border-left: none;
  background: #52cfc9 url("../../images/site/search.png") no-repeat center;
}
/*主导航*/
.ov {
  background: #52cfc9;
  overflow: visible;
}
.g-nav {
  height: 45px;
  background: #52cfc9;
  position: relative;
}
.g-nav .m-nav {
  text-align: center;
  line-height: 45px;
}
.g-nav .m-nav .li {
  width: 11.1%;
  float: left;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  background: url(../../images/site/nav-bg.png) no-repeat right center;
}
.g-nav .m-nav .li a {
  color: #fff;
}
.g-nav .m-nav .li .nav-child {
  width: 100%;
  padding-top: 0px;
  margin-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: none;
  background: #52cfc9;
  z-index: 9999;
  position: absolute;
}
.g-nav .m-nav .li .nav-child li {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  z-index: 999;
}
.g-nav .m-nav .li .nav-child li a {
  color: #fff;
  font-size: 16px;
}
.g-nav .m-nav .li .nav-child li:hover {
  background: #52cfc9;
}
.g-nav .m-nav .li .nav-child li:hover a {
  color: #2f94e1;
}
.g-nav .m-nav .li .nav-child.on {
  display: block;
}
.g-nav .search .u-input,
.g-nav .search .u-sub {
  height: 34px;
  line-height: 34px;
  margin: 8px 0;
  border: none;
}
.g-nav .search .u-input {
  text-indent: 0.5rem;
}
.g-nav .search .u-sub {
  background: url("../../images/common/search.png") center center / 28px no-repeat #ffffff;
}
.g-footer {
  background: #52cfc9;
  text-align: left;
  color: #fff;
}
.g-footer a {
  color: #fff;
  font-size: 14px;
}
.g-footer span {
  font-size: 14px;
}
.g-footer .gov-icon {
  float: left;
  width: 80px;
  height: 80px;
  margin: 20px 0 16px 0;
}
.g-footer .gov-icon1 {
  width: 60px;
  height: 52px;
  margin: 32px 0 0 20px;
}
.g-footer .txt {
  padding-top: 20px;
  font-size: 15px;
  padding-left: 40px;
}
.g-footer p {
  text-align: left;
  line-height: 26px;
}
.g-footer p span {
  display: inline-block;
  margin-right: 12px;
}
.g-footer p img {
  vertical-align: sub;
  margin-right: 4px;
}
@media all and (max-width: 1024px) {
  .head .top-con {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .head {
    display: none;
  }
  .g-bnr {
    height: auto;
  }
  .g-bnr .m-logo img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .g-bnr .search {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .g-bnr .search .u-input {
    width: 80%;
  }
  .g-bnr .search .u-sub {
    width: 20%;
  }
  .g-nav {
    margin-bottom: 10px;
  }
  .g-nav .m-nav {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: justify;
    white-space: nowrap;
  }
  .g-nav .m-nav .li {
    display: inline-block;
    width: auto;
    float: none;
  }
  .g-nav .m-nav .li .nav-child {
    display: none;
  }
  .m-txt-article table {
    width: auto !important;
  }
}
@media all and (max-width: 750px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 750px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 421.875px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 210.9375px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 720px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 720px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 405px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 202.5px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 180px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 337.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 168.75px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 560px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 560px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 315px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 157.5px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 520px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 520px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 292.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 146.25px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 270px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 135px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 440px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 440px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 247.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 123.75px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 414px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 414px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 232.875px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 116.4375px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 400px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 225px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 112.5px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 375px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 210.9375px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 105.46875px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 360px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 360px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 202.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 101.25px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 320px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 320px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 90px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
/*pad*/
@media all and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 12px;
  }
  .m-txt {
    padding: 0 80px;
  }
  /*回应关切*/
  .hygq {
    padding: 20px;
  }
  .hygq .txt {
    padding: 20px;
  }
  .hygq .txt .u-tnm,
  .hygq .txt .u-date {
    float: left;
    color: #52cfc9;
  }
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .m-txt {
    padding: 0 40px;
  }
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
/*移动端*/
@media all and (max-width: 750px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 750px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 421.875px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 210.9375px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 720px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 720px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 405px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 202.5px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 180px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 337.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 168.75px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 560px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 560px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 315px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 157.5px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 520px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 520px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 292.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 146.25px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 270px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 135px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 440px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 440px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 247.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 123.75px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 414px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 414px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 232.875px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 116.4375px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 400px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 225px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 112.5px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 375px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 210.9375px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 105.46875px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 360px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 360px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 202.5px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 101.25px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 320px) {
  .g-banner .logo {
    margin: 8px auto;
  }
  .g-footer .txt {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 320px) {
  .hidden-lg {
    display: block !important;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  /*样式重置*/
  .pd-24 {
    padding: 12px;
  }
  .pdl-8,
  .pdl-10,
  .pdl-12,
  .pdl-14,
  .pdl-16,
  .pdl-18,
  .pdl-20,
  .pdl-22,
  .pdl-24 {
    padding-left: 0;
  }
  .pdr-8,
  .pdr-10,
  .pdr-12,
  .pdr-14,
  .pdr-16,
  .pdr-18 {
    padding-right: 0;
  }
  .mg-05,
  .mg-06,
  .mg-07,
  .mg-08,
  .mg-09,
  .mg-010,
  .mg-011,
  .mg-012,
  .mg-013,
  .mg-014,
  .mg-015,
  .mg-016,
  .mg-017,
  .mg-018,
  .mg-019,
  .mg-020,
  .mg-021,
  .mg-022,
  .mg-023,
  .mg-024 {
    margin: 0;
  }
  .mg-50,
  .mg-60,
  .mg-70,
  .mg-80,
  .mg-90,
  .mg-100,
  .mg-110,
  .mg-120,
  .mg-130,
  .mg-140,
  .mg-150,
  .mg-160,
  .mg-170,
  .mg-180,
  .mg-190,
  .mg-200,
  .mg-210,
  .mg-220,
  .mg-230,
  .mg-240 {
    margin: 0;
  }
  .mgl-5,
  .mgl-6,
  .mgl-7,
  .mgl-8,
  .mgl-9,
  .mgl-10,
  .mgl-11,
  .mgl-12,
  .mgl-13,
  .mgl-14,
  .mgl-15,
  .mgl-16,
  .mgl-17,
  .mgl-18,
  .mgl-19,
  .mgl-20,
  .mgl-21,
  .mgl-22,
  .mgl-23,
  .mgl-24 {
    margin-left: 0;
  }
  .mgt-5,
  .mgt-6,
  .mgt-7,
  .mgt-8,
  .mgt-9,
  .mgt-10,
  .mgt-11,
  .mgt-12,
  .mgt-13,
  .mgt-14,
  .mgt-15,
  .mgt-16,
  .mgt-17,
  .mgt-18,
  .mgt-19,
  .mgt-20,
  .mgt-21,
  .mgt-22,
  .mgt-23,
  .mgt-24 {
    margin-top: 0;
  }
  .mgr-5,
  .mgr-6,
  .mgr-7,
  .mgr-8,
  .mgr-9,
  .mgr-10,
  .mgr-11,
  .mgr-12,
  .mgr-13,
  .mgr-14,
  .mgr-15,
  .mgr-16,
  .mgr-17,
  .mgr-18,
  .mgr-19,
  .mgr-20,
  .mgr-21,
  .mgr-22,
  .mgr-23,
  .mgr-24 {
    margin-right: 0;
  }
  .mgb-5,
  .mgb-6,
  .mgb-7,
  .mgb-8,
  .mgb-9,
  .mgb-10,
  .mgb-11,
  .mgb-12,
  .mgb-13,
  .mgb-14,
  .mgb-15,
  .mgb-16,
  .mgb-17,
  .mgb-18,
  .mgb-19,
  .mgb-20,
  .mgb-21,
  .mgb-22,
  .mgb-23,
  .mgb-24 {
    margin-bottom: 0;
  }
  /*容器*/
  .btn-primary {
    background: #52cfc9;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 0 8px;
    line-height: 32px !important;
    margin-top: 7px;
  }
  /*文件列表*/
  .wap-list-file .file {
    color: #999999;
    line-height: 30px;
    font-size: 1rem;
  }
  /*图片列表*/
  .m-lst-img img {
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
  }
  /*移动端图片*/
  .wap-list-img {
    height: auto;
    overflow: hidden;
    margin: 0 4px 8px 4px;
    position: relative;
  }
  .wap-list-img img {
    height: 90px;
    border-radius: 8px;
    padding: 0 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
  }
  .wap-list-img p {
    line-height: 22px;
    font-size: 14px;
  }
  /*移动端视频*/
  .wap-list-img i {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../../images/common/video.png") no-repeat 50%;
    background-size: contain;
  }
  .listend {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #999999;
    display: none;
  }
  /*nav*/
  .m-lst-nav {
    margin: 0 auto;
    clear: both;
  }
  .m-lst-nav .tnm {
    display: none;
  }
  .m-lst-nav ul {
    background: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .m-lst-nav ul li {
    margin: 1%;
    float: left;
    border: none;
    flex: 0 0 31%;
  }
  .m-lst-nav ul li a {
    padding: 10px 4px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    border-radius: 4px;
    width: 100%;
  }
  .m-lst-nav ul li a:after {
    display: none;
  }
  .lst-rt {
    padding-left: 0;
  }
  /*列表*/
  .sec-content {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .wap-section {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .section {
    padding: 10px 0;
    background: #fff;
  }
  .section .name {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    overflow: hidden;
  }
  .section .name a {
    border-bottom: 2px solid #52cfc9;
    color: #52cfc9;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
  }
  .news-card {
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .news-card a {
    display: block;
  }
  .news-card .title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .news-card .title h3 {
    color: #333;
  }
  .news-card .detail {
    margin-top: 0.2rem;
    color: #3a3232;
    letter-spacing: 0;
  }
  .news-card .detail span {
    margin-right: 0.5rem;
    font-size: 0.8rem;
    color: #999;
    line-height: 1;
  }
  .news-card .detail .news-tag {
    color: #454545;
  }
  .news-card:last-child {
    border-bottom: none;
  }
  .card-type-news .news-info {
    color: #333;
    flex: 2 2 auto;
    padding: 0 8px 0 0;
  }
  .card-type-news .news-source {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .pubtime {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .card-type-news .news-pic {
    overflow: hidden;
    flex: 0 0 auto;
  }
  .card-type-news .news-pic img {
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-type-news .detail .unlike,
  .card-type-news .unlike {
    margin-right: 0.12rem;
  }
  .card-type-three .three-pic {
    overflow: hidden;
    padding-top: 8px;
    width: 33%;
    height: auto;
    flex: 0 0 33.1%;
    float: left;
  }
  .card-type-three .three-pic img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-right: solid 2px #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  /* 返回顶部 */
  .goBack {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url("../../images/common/goback.png") no-repeat;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
  }
  /*正文*/
  .m-txt-dtt {
    font-size: 20px;
  }
  .m-txt-tt {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .m-txt-crm {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .m-txt-crm span.font,
  .m-txt-print span.font {
    float: left;
    margin: 0 8px 0 0;
  }
  .m-txt .pdl-16 {
    padding: 0;
  }
  .m-txt-article-txt {
    border: none;
    padding: 0;
  }
  /*回应关切*/
  .hygq {
    padding: 10px;
  }
  .hygq .txt {
    padding: 10px;
  }
  /*领导*/
  .leader .photo {
    padding: 20px 0;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  /*表格*/
  .wp10 {
    width: 10%;
  }
  .wp20 {
    width: 20%;
  }
  .wp30 {
    width: 30%;
  }
  .wp40 {
    width: 40%;
  }
  .wp50 {
    width: 50%;
  }
  .wp60 {
    width: 60%;
  }
  .wp70 {
    width: 70%;
  }
  .wp80 {
    width: 80%;
  }
  .wp90 {
    width: 90%;
  }
  .wp100 {
    width: 100%;
  }
  .m-txt {
    padding: 0 12px;
  }
  .table-tr {
    margin: 4px 0;
    border-bottom: dashed 1px #d1d1d1;
  }
  .table-tr:nth-child(even) {
    background: #f1f1f1;
  }
  .table-td {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    border: none;
    text-align: left;
  }
  /*调查列表*/
  .m-survey ul li {
    white-space: normal;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 8px;
  }
  .m-survey .row-txt a {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.75;
  }
  .m-survey .img {
    height: auto;
    overflow: hidden;
    padding: 0;
    float: left;
  }
  .m-survey .img img {
    height: 160px;
  }
  .m-survey .time {
    float: left;
    padding: 0;
    font-size: 16px;
  }
  .m-survey .desc {
    padding-top: 8px;
  }
  .m-interview .d-video {
    padding-right: 0;
  }
  .m-interview .d-xgwj {
    padding-left: 0;
  }
  .m-interview .d-xgwj p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  /*依申请公开*/
  .ysq-bd .tr {
    text-align: left;
  }
  .ysq-check .p15,
  .ysq-check .p30,
  .ysq-check .p35,
  .ysq-check .p40,
  .ysq-check .p50,
  .ysq-check .p85 {
    width: 100%;
  }
  /*搜索切换*/
  .search-qiehuan {
    position: relative;
  }
  .search-qiehuan img {
    position: absolute;
    right: 0;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 21px;
    margin: auto;
  }
  .search-qiehuan .img2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: none;
  }
  /*来回运动*/
  @keyframes laihui {
    0% {
      right: 0;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 0;
    }
  }
  .g-nav {
    position: relative;
  }
  .g-nav:after {
    content: '';
    background: url("../../images/common/rightArrow.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20%;
    background-size: contain;
    animation: laihui 2s linear infinite;
  }
  .g-nav .m-nav {
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-flow: nowrap;
    line-height: 2.5rem;
  }
  .g-nav .m-nav a {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5rem;
  }
  .g-nav .m-nav::-webkit-scrollbar {
    display: none;
  }
}
/*低分屏幕左导航*/
@media all and (max-width: 320px) {
  .m-lst-nav ul li a {
    font-size: 15px;
  }
}
