@keyframes gov_icon {
  50% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes gov_icon {
  50% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
  }
}
@-o-keyframes gov_icon {
  50% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(10deg);
  }
  70% {
    -o-transform: rotate(-10deg);
  }
  80% {
    -o-transform: rotate(10deg);
  }
  90% {
    -o-transform: rotate(-5deg);
  }
}

@charset "utf-8"; /* CSS Document */
* {
  padding: 0;
  margin: 0;
}
body,
button,
input,
select,
textarea {
  font-size: 17px;
  font-family: 'Microsoft YaHei';
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
q:before,
q:after {
  content: '';
}
a:focus,
input,
textarea {
  outline-style: none;
}
input[type='text'],
input[type='password'],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
b {
  font-style: normal;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
b {
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a {
  color: #444444;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #268bcb;
}
.col {
  float: left;
}
/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { float: left}*/
.col-1 {
  width: 4.16666667%;
}
.col-2 {
  width: 8.33333333%;
}
.col-3 {
  width: 12.5%;
}
.col-4 {
  width: 16.66666667%;
}
.col-5 {
  width: 20.83333333%;
}
.col-6 {
  width: 25%;
}
.col-7 {
  width: 29.1666667%;
}
.col-8 {
  width: 33.33333333%;
}
.col-9 {
  width: 37.5%;
}
.col-10 {
  width: 41.66666667%;
}
.col-11 {
  width: 45.83333333%;
}
.col-12 {
  width: 50%;
}
.col-13 {
  width: 54.16666667%;
}
.col-14 {
  width: 58.33333333%;
}
.col-15 {
  width: 62.5%;
}
.col-16 {
  width: 66.66666667%;
}
.col-17 {
  width: 70.83333333%;
}
.col-18 {
  width: 75%;
}
.col-19 {
  width: 79.16666667%;
}
.col-20 {
  width: 83.33333333%;
}
.col-21 {
  width: 87.5%;
}
.col-22 {
  width: 91.66666667%;
}
.col-23 {
  width: 95.83333333%;
}
.col-24 {
  width: 100%;
}
body {
  color: #464646;
  min-width: 1200px;
}
.warp {
  clear: both;
  margin: 0 auto;
  width: 1200px;
}
.tiplist li em,
.crumb .home {
  background: url('../images/news_icon.png') left top no-repeat;
}
.top {
  background: #f7f7f7;
  text-align: right;
  border-bottom: 1px solid #dedede;
  height: 32px;
  width: 100%;
}
.top_right {
  height: 32px;
  line-height: 32px;
  float: right;
}
.top_right a {
  color: #797979;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 14px;
}
.top_right a:hover {
  text-decoration: underline;
}
.header {
  height: 145px;
}
.header .logo {
  background: url('../images/logo.jpg') 40px 0 no-repeat;
  float: left;
  height: 85px;
  padding: 0;
  text-indent: -9999px;
  width: 800px;
  margin: 40px 0 0;
}
.saosou {
  width: 32%;
  float: right;
  padding-top: 3%;
}
.saosou .txt {
  width: 220px;
  height: 34px;
  border: 2px solid #3269b8;
  border-right: none;
  border-radius: 25px 0 0 25px;
  padding-left: 20px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 60px;
}
.saosou .btn {
  width: 120px;
  height: 38px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  display: inline-block;
  margin-top: 10px;
  background-color: #3269b8;
  margin-left: -20px;
  border: none;
  font-size: 20px;
  color: #ffffff;
}
.bottomsoid {
  width: 100%;
  border-bottom: solid 4px #b7c4d7;
}
.mainNav {
  background: #1769a7;
  height: 60px;
  line-height: 60px;
}
.mainNav a {
  display: block;
  float: left;
  position: relative;
  padding: 0 30px;
  color: #fff;
  font: 19px/60px arial;
  text-decoration: none;
}
.mainNav a span {
  display: block;
}
.mainNav a:hover {
  background: #217dc2;
}

.newsBox {
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  padding: 30px 0;
}
.newsBox .n_imgsBox {
  width: 600px;
  height: 373px;
  float: left;
  position: relative;
  overflow: hidden;
}
.n_imgsBox .callbacks li {
  width: 600px;
  height: 445px;
}
.n_imgsBox .callbacks li a {
  display: block;
  position: relative;
}
.n_imgsBox .callbacks li a:hover {
  text-decoration: none;
}
.n_imgsBox li img {
  width: 600px;
  height: 373px;
  display: block;
}
.n_imgsBox .callbacks li span {
  width: 600px;
  font: 19px/50px Arial;
  display: block;
  text-indent: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.n_imgsBox .callbacks_tabs {
  position: absolute;
  height: 20px;
  bottom: 8px;
  right: 30px;
  z-index: 9;
}
.n_imgsBox .callbacks_tabs li {
  float: left;
}
.n_imgsBox .callbacks_tabs a {
  display: block;
  float: left;
  overflow: hidden;
  width: 12px;
  line-height: 12px;
  border-radius: 50%;
  margin: 0 12px 12px 0;
  cursor: pointer;
  background: #ababb7;
  text-indent: -999px;
}
.n_imgsBox .callbacks_tabs .callbacks_here a {
  background: #c31f0b;
}
.newsBox .n_listBox {
  width: 560px;
  height: 373px;
  float: right;
  overflow: hidden;
  position: relative;
}
.n_listBox .cont {
  position: absolute;
}
.n_listBox ul {
  float: left;
  width: 560px;
}
.n_listBox li {
  font: 15px/30px Arial;
  overflow: hidden;
}
.n_listBox li a {
  display: block;
  float: left;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n_listBox li em {
  background: #3e3a39;
  width: 3px;
  height: 3px;
  margin: 13px 10px 0 2px;
  float: left;
}
.n_listBox li span {
  float: right;
  color: #999999;
}
.n_l_nav .n_l_more {
  display: block;
  float: right;
}
.n_l_nav .n_l_more {
  float: right;
  font: 17px/40px '微软雅黑';
  margin: 10px 0 0 0;
}
.n_l_nav .n_l_more a {
  display: none;
  color: #4477bf;
}
.n_l_nav .n_l_more a:hover {
  color: #1d71b7;
}
.new_title {
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 30px;
}
.new_title a {
  color: #06427c;
}

.normalTit {
  border-bottom: 2px solid #eaeaea;
  height: 48px;
  margin-bottom: 20px;
}
.normalTit span {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0 5px;
  font: 24px/48px Arial, 'Microsoft YaHei';
  margin: 0 0 -2px;
}
.normalTit .on {
  color: #1d71b7;
  border-bottom: 2px solid #1d71b7;
}

.tsdtBox {
  width: 100%;
  height: 317px;
  background-color: #f7f7f7;
}
.tsdt_list {
  width: 870px;
  height: 317px;
  float: left;
  overflow: hidden;
  position: relative;
}
.tsdt_list .cont {
  position: absolute;
}
.tsdt_list ul {
  float: left;
  width: 870px;
}
.tsdt_list li {
  font: 15px/36px Arial;
  overflow: hidden;
}
.tsdt_list li a {
  display: block;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tsdt_list li em {
  background: #3e3a39;
  width: 3px;
  height: 3px;
  margin: 13px 10px 0 2px;
  float: left;
}
.tsdt_list li span {
  float: right;
  color: #999999;
}
.n_l_nav_tsdt .n_l_more {
  display: block;
  float: right;
}
.n_l_nav_tsdt .n_l_more {
  float: right;
  font: 17px/40px '微软雅黑';
  margin: 10px 0 0 0;
}
.n_l_nav_tsdt .n_l_more a {
  display: none;
  color: #4477bf;
}
.n_l_nav_tsdt .n_l_more a:hover {
  color: #1d71b7;
}
.tsdt_img {
  width: 287px;
  height: 260px;
  margin-top: 23px;
  float: left;
  margin-left: 30px;
}
.tsdt_img_top {
  width: 100%;
  height: 176px;
  background: url(../images/rwb_23.jpg) no-repeat center;
}
.tsdt_img_bottom {
  width: 100%;
  height: 66px;
  padding-top: 18px;
  background-color: #ededed;
  font-size: 15px;
  text-align: center;
}
.tsdt_img_list {
  width: 300px;
  margin-top: 23px;
  float: right;
}
.tsdt_img_item img {
  width: 100%;
  height: 80px;
  display: block;
  margin-bottom: 15px;
}

.qycyBox {
  width: 100%;
  height: 400px;
}
.qycy {
  width: 390px;
  height: 330px;
  margin-top: 30px;
  position: relative;
  float: left;
}
.qycy img {
  width: 390px;
  height: 330px;
  display: block;
}
.qycy span {
  width: 390px;
  font: 16px/40px Arial;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.zfxx {
  width: 260px;
  height: 330px;
  margin-top: 30px;
  margin-left: 10px;
  float: left;
}
.zfzc {
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
}
.zfzc img {
  width: 260px;
  height: 160px;
}
.xxjy {
  width: 100%;
  height: 160px;
  position: relative;
}
.xxjy img {
  width: 260px;
  height: 160px;
}
.xxjy span {
  width: 260px;
  font: 16px/40px Arial;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.jcjs {
  width: 530px;
  height: 330px;
  margin-top: 30px;
  margin-left: 10px;
  float: left;
}
.ggss {
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
  position: relative;
}
.ggss img {
  width: 530px;
  height: 160px;
}
.ggss span {
  width: 530px;
  font: 16px/40px Arial;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ggss_bottom {
  width: 100%;
  height: 160px;
}
.jcjsst {
  width: 260px;
  height: 160px;
  float: left;
}
.whsh {
  width: 260px;
  height: 160px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.whsh img {
  width: 260px;
  height: 160px;
}
.whsh span {
  width: 260px;
  font: 16px/40px Arial;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.dhBox {
  width: 100%;
  background-color: #f7f7f7;
}
.dhBox .warp {
  height: 48px;
  line-height: 48px;
  background: url(../images/current.jpg) no-repeat left center;
}
.dhBox .warp dd {
  margin-left: 35px;
}
.gcjsBox {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background-color: #ffffff;
}
.gcjsRight {
  width: 100%;
  height: 100%;
}
.gcjsALL {
  width: 100%;
  height: 100%;
}

.gcjsLeft {
  width: 250px;
  height: 100%;
  float: left;
}
.normalTit_gc {
  border-bottom: 2px solid #eaeaea;
  height: 48px;
  margin-bottom: 20px;
}
.normalTit_gc span {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0 5px;
  font: 22px/48px Arial, 'Microsoft YaHei';
  margin: 0 0 -2px;
}
.normalTit_gc .on {
  color: #1d71b7;
}
.sideTitle {
  margin-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
}
.sideTitle h3 {
  color: #1d71b7;
  font-weight: normal;
  font-size: 22px;
  line-height: 48px;
}
.gcjsList ul li {
}
.gcjsList ul li a {
  display: block;
  padding-left: 50px;
  height: 40px;
  background: url(../images/xiaojiantou.jpg) no-repeat 30px center;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding-left: 50px;
  line-height: 40px;
}
.gcjsList ul li a:hover {
  color: #ffffff;
  background-image: none;
  background-color: #1469ba;
  cursor: pointer;
}
.gcjsList ul li a.active {
  color: #ffffff;
  background-image: none;
  background-color: #1469ba;
  cursor: pointer;
}

.gcjsRight {
  width: 912px;
  height: 100%;
  float: right;
}

.gcjs_content {
  width: 100%;
  height: auto;
}
.gcjs_content p {
  text-indent: 2em;
  margin-bottom: 50px;
  line-height: 40px;
}
.zhdaList {
  width: 100%;
  height: auto;
}
.zhda_on {
  display: none;
}
.tcdPageCode {
  padding: 15px 20px;
  text-align: left;
  color: #ccc;
  margin-left: 400px;
}
.tcdPageCode a {
  display: inline-block;
  color: #428bca;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
}
.tcdPageCode a:hover {
  text-decoration: none;
  border: 1px solid #428bca;
}
.tcdPageCode span.current {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 2px;
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  border-radius: 4px;
  vertical-align: middle;
}
.tcdPageCode span.disabled {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  vertical-align: middle;
}
.zhdaPage {
  margin-top: 20px;
}
.zhdaList li {
  font: 17px/36px Arial;
  overflow: hidden;
}
.zhdaList li a {
  display: block;
  float: left;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zhdaList li em {
  background: #cbcbcb;
  width: 3px;
  height: 3px;
  margin: 15px 10px 0 12px;
  float: left;
}
.zhdaList li span {
  float: right;
  color: #999999;
}

.contR_cont {
  border-top: none;
  padding-bottom: 20px;
  min-height: 600px;
  margin-bottom: 20px;
}
.contR_detail {
  overflow: auto;
  padding: 10px 25px;
}
.contR_detail p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contR_detail h1 {
  font: 24px/30px '微软雅黑';
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
  padding: 20px;
}
.c_d_info {
  font: 12px/30px '微软雅黑';
  text-align: center;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.c_d_info span {
  display: inline-block;
  margin-right: 5px;
}
.c_d_content {
  font: 17px/30px '微软雅黑';
  text-align: justify;
  overflow: hidden;
}
.c_d_content p {
  text-indent: 1em;
  margin-bottom: 35px;
}
.c_d_info .large {
  font-size: 16px;
}
.c_d_info .middle {
  font-size: 14px;
}
.c_d_info .small {
  font-size: 12px;
}

.zhdaList_phone {
  width: 100%;
  height: auto;
}
.zhdaList_phone ul li {
  width: 288px;
  height: 270px;
  float: left;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  font-size: 16px;
}
.ywb_phone_top {
  width: 100%;
  height: 176px;
}
.ywb_phone_bottom {
  width: 100%;
  height: 69px;
  text-align: center;
  padding-top: 25px;
}

.tpzsBox {
  width: 100%;
  height: 670px;
  background-color: #f7f7f7;
  margin-top: 20px;
}
.tpzs_Box {
  width: 208px;
  height: 587px;
  float: left;
  margin-top: 40px;
  background-color: #ffffff;
}
.tpzs_Box div {
  width: 208px;
  height: 129px;
  background: #13aac4;
  margin-bottom: 23px;
  cursor: pointer;
}
.tpzs_div {
  width: 951px;
  height: 587px;
  float: left;
  margin-top: 40px;
  background-color: #dce7ec;
  margin-left: 38px;
  position: relative;
}
.tpzs_div a img {
  width: 100%;
}
.tpzs_div span {
  width: 951px;
  font: 20px/54px Arial;
  display: block;
  text-indent: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.tpzs_Box .on {
  border: solid 2px #dd515f;
}
.pastBox {
  width: 100%;
  height: 698px;
}
.past_title {
  width: 100%;
  height: 60px;
  margin-top: 15px;
  border-bottom: solid 4px #ebebeb;
}
.past_title_c {
  width: 176px;
  height: 60px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  border-bottom: solid 4px #4477bf;
  color: #4477bf;
}
.pastItems {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.pastItems ul li {
  width: 287px;
  height: 270px;
  float: left;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  font-size: 16px;
}
.pastItems_top {
  width: 100%;
  height: 176px;
}
.pastItems_bottom {
  width: 100%;
  height: 69px;
  text-align: center;
  padding-top: 25px;
}

.pageBar {
  padding: 15px 20px;
  text-align: left;
  color: #ccc;
  margin-top: 20px;
  text-align: center;
}
.pageBar a {
  display: inline-block;
  color: #428bca;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
}
.pageBar a:hover {
  text-decoration: none;
  border: 1px solid #428bca;
}
.pageBar span.current {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 2px;
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  border-radius: 4px;
  vertical-align: middle;
}
.pageBar span.disabled {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  vertical-align: middle;
}

.zhdaList_huigu {
  width: 100%;
  height: auto;
}
.zhdaList_huigu ul li {
  width: 288px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.article-title {
  font: 24px/30px '微软雅黑';
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
  padding: 20px;
}
.article-attr {
  padding-bottom: 25px;
  color: #333;
  text-align: center;
  font-size: 14px;
  border-bottom: #e1e1e1 1px solid;
}
.article-attr b {
  font-weight: normal;
}
.article-attr span {
  margin: 0 8px;
  display: inline-block;
}
.article-attr .fontsize a {
  cursor: pointer;
  margin-right: 4px;
  margin-left: 4px;
}
.article-attr .fontsize a.l {
  font-size: 18px;
}
.article-attr .fontsize a.l {
  font-size: 18px;
}
.article-attr .fontsize a.m {
  font-size: 16px;
}
.article-attr .fontsize a.s {
  font-size: 14px;
}
.article-attr .fontsize a:hover {
  color: #8d0707;
}
.article-attr .llcs b {
  color: #8d0707;
}
.article-content {
  clear: both;
  padding: 20px;
  line-height: 2.2;
  overflow: hidden;
  font-size: 16px;
}
.article-content p {
  margin: 15px 0;
}
.article-content table,
.article-content video,
.article-content img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  body {
    min-width: 100%;
  }
  .newsBox .n_imgsBox {
    width: 100%;
    height: 230px;
  }

  .n_imgsBox li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .n_imgsBox .callbacks li {
    width: 100%;
    height: 230px;
  }
  .n_imgsBox .callbacks li a {
    height: 100%;
  }
  .n_imgsBox .callbacks li span {
    width: 100%;
  }
  .newsBox .n_listBox {
    width: 100%;
    padding: 0 8px;
  }
  .n_listBox .cont {
    position: relative;
  }
  .n_listBox ul {
    width: 100%;
    float: none;
  }

  .n_listBox li a {
    width: calc(100% - 100px);
  }
  .tsdt_list .cont {
    position: relative;
  }
  .tsdt_list ul {
    width: 100%;
    float: none;
  }
  .tsdt_list li a {
    width: calc(100% - 100px);
  }

  .warp {
    width: 100%;
  }
  .qycyBox {
    height: auto;
  }
  .tsdtBox {
    height: auto;
    padding: 0 8px;
  }
  .tsdt_list {
    width: 100%;
    float: none;
  }

  .tsdt_img_list {
    width: 100%;
    float: none;
  }
  .qycy {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  .qycy img {
    width: 100%;
  }
  .qycy span {
    width: 100%;
  }
  .zfxx {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
  }
  .zfzc,
  .xxjy {
    width: 48%;
    height: 110px;
    display: flex;
    justify-content: center;
  }
  .zfzc img,
  .xxjy img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .xxjy span {
    width: 100%;
  }
  .jcjs {
    margin-top: 0;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
  }
  .ggss img {
    width: 100%;
  }
  .ggss span {
    width: 100%;
  }
  .ggss_bottom {
    display: flex;
    justify-content: space-around;
    height: auto;
    margin-bottom: 20px;
  }
  .jcjsst,
  .whsh {
    width: 48%;
    height: 110px;
    float: none;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .jcjsst img,
  .whsh img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .whsh span {
    width: 100%;
  }

  /* 列表 */
  .gcjsBox {
    padding: 0 8px;
  }
  .zhdaList li a {
    width: calc(100% - 115px);
  }

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

}
