<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Microsoft YaHei";
}

.m-footer *{color:#131313 !important}

.bg {
  width: 100%;
  /* background: #f2f2f2; */
}
.w-1000 {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
.header-nav-box {
  height: 166px;
  background: url(../img/header-bg.png) no-repeat top center;
}
.m-header {
  position: relative;
  height: 120px;
}
.l-logo {
  margin-top: 20px;
}
.logo-img {
  float: left;
  width: 173px;
  height: 59px;
  margin-top: 10px;
  margin-right: 30px;
}
.l-logo-tit {
  float: left;
  margin-top: 10px;
  color: #1167b7;
}
.l-logo-tit .font42 {
  font-size: 34px;
  font-weight: bold;
}
.m-link {
  text-align: center;
  font-size: 14px;
  color: #1167b7;
}
.icon-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #1167b7;
}
.header-center {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 40px;
  background: #1167b7;
  opacity: .48;
  filter: alpha(opacity=48);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.header-center:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-center a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.icon-user {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: url(../img/icon-user.png) no-repeat center center;
}
/* search */
.r-search {
  width: 270px;
  height: 30px;
  margin-right: 15px;
  margin-top: 8px;
  border-radius: 3px;
  border: 1px solid #4198e9;
  background: #4198e9;
}
.input-search {
  width: 225px;
  height: 28px;
  padding-left: 10px;
  background: #fff;
  border: none;
  outline: none;
}
.icon-search {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 15px 21px;
  background: url(../img/icon-search.png) no-repeat center center;
  cursor: pointer;
}
/* nav */
.nav-box {
  height: 45px;
  background: #1167b7;
}
.m-nav {
  display: inline-block;
  width: 666px;
  height: 45px;
}
.m-nav li {
  float: left;
  height: 45px;
  width: 16.66667%;
  border-left: 1px solid #4198e9;
  line-height: 45px;
  text-align: center;
}
.m-nav li:first-child {
  border: none;
}
.m-nav li .menu {
  position: relative;
  display: inline-block;
  height: 45px;
  padding: 0 20px;
  margin-top: 1px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
/* .m-nav li .menu:hover,
.m-nav li.on .menu {
  color: #1167b7;
  background: #fff;
} */
.m-nav-sub {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 43px;
  left: 0;
  width: 112px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  z-index: 10;
}
.m-nav li .menu:hover .m-nav-sub {
  visibility: visible;
}
.m-nav-sub a.sub-menu {
  display: block;
  padding: 0 16px;
  color: #333;
}
.m-nav-sub a.sub-menu:hover {
  background: #f7f7f7;
}

/* banner&amp;dynamic */
.banner-dynamic-layout {
  height: 315px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 18px 10px;
  background: #fff;
}
.m-banner {
  position: relative;
  width: 427px;
  height: 307px;
  overflow: hidden;
}
.m-banner .bd {
  z-index: 1;
}
.m-banner .bd li {
  float: left;
  height: 307px;
  position: relative;
}
.ban-img {
  width: 427px;
  height: 280px;
}
.ban-tit {
  position: absolute;
  bottom: 5px;
  left: 28px;
  width: 370px;
  padding: 20px 10px 0;
  background: rgba(255, 255, 255, .86);
  color: #333;
  font-size: 16px;
  line-height: 35px;
  z-index: 10;
}
.m-banner .hd  {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 10px;
  z-index: 15;
  text-align: center;
}
.m-banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 2px;
  background: #a7a7a7;
  text-indent: 99999px;
}
.m-banner .hd li.on {
  background: #1167b7;
}

.m-dynamic {
  width: 530px;
}
.m-dynamic-con {
  width: 530px;
  height: 280px;
}
.m-dynamic .hd {
  position: relative;
}
.m-dynamic .hd ul {
  border-bottom: 2px solid #f3f3f3;
}
.m-dynamic .hd li {
  float: left;
  padding: 0 13px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.m-dynamic .hd li:first-child {
  border: none;
}
.m-dynamic .hd li.on {
  color: #fff;
  background: #1167b7;
}
.more-link {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  color: #1167b7;
  font-size: 14px;
  line-height: 30px;
}
.more-link:hover {
  color: #1167b7;
}
.dynamic-item-ul {
  /* padding-top: 10px; */
}
.dynamic-item-ul dd {
  line-height: 31px;
}
.dynamic-item-ul dd a:hover p {
  color: #1167b7;
}
.dynamic-item-ul dd p {
  display: inline-block;
  width: 320px;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  /* line-height: 2; */
}
.dynamic-item-ul dt {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.lst-tit a {
  display: inline-block;
  padding-left: 10px;
  color: #333;
  font-size: 20px;
  line-height: 2;
}
.lst-tit a:hover {
  color: #1167b7;
}
.lst-grap {
  color: #666;
  font-size: 14px;
  text-align: left;
  text-indent: 28px;
}
.lst-grap a {
  color: #666;
}
.icon-dot {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  background: #333;
  vertical-align: middle;
}
.time-date {
  float: right;
  color: #848484;
  font-size: 14px;
  vertical-align: middle;
}
.news-box {
  width: 430px;
}
.m-isicb-part {
  float: left;
  width: 260px;
  /* border: 1px solid #ccc; */
  background: #fff;
}
.insicbox {
  background: #fff;
  padding: 15px 10px;
}
.m-infom-tit {
  width: 222px;
  margin: 0 auto;
  padding: 7px 0;
  background: url(../img/bg12.png) no-repeat center center;
  color: #1167b7;
  font-size: 16px;
  text-align: center;
}
.m-information {
  height: 355px;
  margin-right: 15px;
  border: 1px solid #ccc;
}
.m-server {
  margin-right: 15px;
  width: 345px;
}
.m-server2 {
  width: 345px;
}
.m-hdjl {
  width: 245px;
  height: 220px;
  margin-right: 20px;
}
.m-w350 {
  width: 350px;
}
.m-information-ul {
  position: relative;
  padding: 0 5px;
}
.m-information-ul li {
  float: left;
  display: inline-block;
  height: 70px;
  width: 114px;
  margin: 4px 5px;
  background: #e3f2ff;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.m-information-ul li a {
  color: #1167b7;
}
.m-information-ul li:hover a {
  color: #1167b7;
}
.m-information-ul li span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.icon-base2 {
  display: inline-block;
  width: 28px;
  height: 35px;
  margin-left: 22px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/icon-base2.png) no-repeat;
}
.icon-base2.icon-base201 {
  background-position: 0 6px;
}
.icon-base2.icon-base202 {
  background-position: 0 -34px;
}
.icon-base2.icon-base203 {
  background-position: 0 -69px;
}
.icon-base2.icon-base204 {
  background-position: 0 -108px;
}
.icon-base2.icon-base205 {
  background-position: 0 -148px;
}
.icon-base2.icon-base206 {
  background-position: 0 -184px;
}
.icon-base2.icon-base207 {
  background-position: 0 -222px;
}


.icon-yuan {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: #94b0c6;
  border-radius: 10px;
  vertical-align: middle;
}
.icon-arrow {
  /* display: none; */
  color: #94b0c6;
  font-style: normal;
  font-weight: bold;
}
/* .m-information-ul li:hover .icon-arrow {
  display: inline-block;
  transition: all .5s linear;
}
.m-information-ul li:hover .icon-yuan {
  display: none;
  transition: all .5s linear;
} */
.m-information-tit {
  display: inline-block;
  width: 95px;
  vertical-align: middle;
}
/* .m-information-ul li:hover .m-information-dl {
  display: block;
} */
.m-information-dl {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 100px;
  transition: all .5s linear;
}
.m-information-dl dd {
  display: block;
  padding: 8px 0 8px 15px;
  line-height: 1;
  font-size: 14px;
}
.m-information-dl dd i.icon-arrow {
  display: inline-block;
  margin-right: 5px;
}
.m-information-dl dd a {
  color: #333;
}
.m-server-list {
  border: 1px solid #ccc;
  height: 355px;
  background: #fff;
}
.m-hdjl .m-server-list,
.m-w350 .m-server-list {
  height: 220px;
}
.m-server-tab .hd {
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.m-server-tab .hd li {
  position: relative;
  top: 1px;
  float: left;
  height: 32px;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}
.m-server-tab .hd li:first-child {
  border: none;
}
.m-server-tab .hd li.on {
  color: #1167b7;
  border-bottom: 1px solid #c31c0a;
}
.m-server-tab .bd li a {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.m-server-tab .bd p {
  display: inline-block;
  width: 225px;
  vertical-align: middle;
}
.m-server-tab .bd li a:hover {
  color: #1167b7;
}
.m-ghj-ad img {
  display: inline-block;
  width: 348px;
  height: 56px;
  margin-top: 10px;
}
.m-interactive-ul {
  padding: 20px 15px;
}
.m-interactive-ul li {
 margin-left: 20px;
  display: inline-block;
  width: 50%;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.m-interactive-ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
}
.icon-base {
  display: block;
  height: 32px;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../img/icon-base.png) no-repeat;
}
.icon-base.icon-base01 {
  width: 34px;
  background-position: 0 0;
}
.icon-base.icon-base02 {
  width: 34px;
  background-position: -105px 0;
}
.icon-base.icon-base03 {
  width: 32px;
  background-position: -210px 0;
}
.icon-base.icon-base04 {
  width: 33px;
  background-position: 0 -79px;
}
.icon-base.icon-base05 {
  width: 34px;
  background-position: -105px -79px;
}
.icon-base.icon-base06 {
  width: 34px;
  background-position: -210px -79px;
}
.bor-bot {
  border-bottom: 1px dashed #ccc;
}
.bor-let {
  border-left: 1px dashed #ccc;
}
.m-concern-tab {
  padding: 20px 10px 10px;
  background: #fff;
}
.m-concern-tab .hd ul {
  padding: 7px 0;
  border-bottom: 1px solid #94b1c9;
}
.m-concern-tab .hd li {
  float: left;
  padding: 0 3px;
  color: #999;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.m-concern-tab .hd li.on {
  color: #1167b7;
  font-weight: bold;
}
.m-concern-tab .bd {
  padding: 10px 5px 0;
}
.m-concern-tab .bd li a {
  display: block;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.m-concern-tab .bd li a:hover {
  color: #1167b7;
}
.txt-center {
  text-align: center;
}
.m-ggfw .bd ul {
  padding: 7.5px 0;
}
.m-ggfw .bd li a {
  display: block;
  width: 222px;
  height: 71px;
  margin: 7.5px 0;
}
.m-ggfw .bd li img {
  width: 222px;
  height: 71px;
}
.m-hdjl .bd li p {
  width: auto;
  line-height: 1;
}
.swj-tools {
  padding: 0 10px;
}
.swj-tools-ul {
  padding: 0 5px;
}
.swj-tools-ul li {
  float: left;
  width: 220px;
  height: 82px;
  margin: 0 5px;

}
.swj-tools-ul li a {
  display: inline-block;
  width: 220px;
  color: #1167b7;
  text-align: center;
}
.swj-tools-ul li span{
  vertical-align: middle;
}
.m-ggfw .swj-tools-ul li {
  width: 33.333%;
  padding: 0 10px;
}
.slide-tool-prev {
  display: inline-block;
  width: 25px;
  height: 82px;
  background: #e6e6e6 url('../img/icon-prev.png') center center no-repeat;
}
.slide-tool-next {
  display: inline-block;
  width: 25px;
  height: 82px;
  background: #e6e6e6 url('../img/icon-next.png') center center no-repeat;
}
.m-fwrx .bd {
  padding:  0 10px;
  text-align: center;
}
.m-fwrx .bd dt {
  padding: 10px 0;
  color: #bb2234;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.m-fwrx .bd dl dd {
  font-size: 14px;
  line-height: 2.2;
  border-top: 1px dashed #ccc;
}
.m-fwrx .bd dl dd.nobor {
  border: none;
}
.m-link-list a {
  float: left;
  width: 25%;
  padding: 0 9px;
  text-align: center;
}
.m-link-list img {
  width: 230px;
  height: 60px;
}
/* footer */
.m-footer {
  padding: 40px 0;
  /* border-top: 1px solid #ccc; */
  /* background: #fff; */
  text-align: center;
}
.icon-dzjg {
  display: inline-block;
  width: 50px;
  height: 61px;
  margin-right: 30px;
  vertical-align: middle;
  background: url(../img/icon-dzjg.png) no-repeat center center;
}
.m-footer-copyright {
  display: inline-block;
  vertical-align: middle;
  color: #131313;
  font-size: 14px;
  line-height: 1;
}
.m-footer-ul {
  display: inline-block;
  padding-bottom: 12px;
}
.m-footer-ul li {
  float: left;
  padding: 0 6px;
  color: #131313;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid #131313;
}
.m-footer-ul li:first-child {
  border: none;
}
.m-footer-ul li a {
  color: #131313;
}
.m-footer-ul li a:hover {
  color: #1167b7;
}
.icon-zc {
  display: inline-block;
  width: 110px;
  height: 55px;
  margin-left: 25px;
  vertical-align: middle;
  background: url(../img/icon-jc.png) no-repeat center center;
}
.bsdt-tools-ul {
  display: inline-block;
}
.m-bsdt-code {
  display: inline-block;
  width: 134px;
}
.bsdt-tools-ul li {
  height: 48px;
  margin-top: 10px;
}
.m-bsdt-code {
  margin-right: 15px;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
}
.m-yqlj {
  padding: 0 10px;
}
.m-yqlj .m-server-list {
  height: auto;
}
.m-fship-link li {
  float: left;
  width: 33.333%;
  margin: 15px 0;
  text-align: center;
}
.m-fship-link li select {
  width: 250px;
  height: 25px;
  padding-left: 70px;
  text-align: center;
  outline: none;
}


.dqwz{height:35px; line-height:35px; overflow:hidden; *zoom:1; margin-top:10px;}
.dqwz span{background:url(../img/dqwz.jpg) no-repeat left center; padding-left:15px; font-family:"å¾®è½¯é›…é»‘"; font-size:14px;}
.dqwz span a{color:#333333;}
.main{height:311px; overflow:hidden; *zoom:1; margin-top:10px;}

.gun{background:url(../img/img-29.jpg) no-repeat; width:703px; height:311px; overflow:hidden; *zoom:1;}
.title{background:url(../img/img-30.jpg) repeat-x; height:49px; line-height:49px;}
.title span{padding-left:15px; padding-right:15px; background:#1067B7; overflow:hidden; *zoom:1; color:#fff; display:inline-block; font-family:"å¾®è½¯é›…é»‘"; font-size:18px;}
.gun_main{width:694px; overflow:hidden; *zoom:1; margin-top:1px;}


		.txtMarquee-top{ width:694px;  overflow:hidden; position:relative;  }
		.txtMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
		.txtMarquee-top .hd .next{ background-position:0 -140px;  }
		.txtMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
		.txtMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
		.txtMarquee-top .bd{ padding:15px;  }
		.txtMarquee-top .infoList li{ height:30px; line-height:30px; font-family:"å¾®è½¯é›…é»‘"; font-size:15px; color:#333333;}
		.txtMarquee-top .infoList li a{color:#333333;}
		.ztd{width:646px; margin:12px auto; overflow:hidden; *zoom:1;}
		.btbt{height:37px; line-height:37px; overflow:hidden; *zoom:1; background:#ebebeb; overflow:hidden;}
		.btbt ul li{float:left; overflow:hidden; *zoom:1; line-height:37px; color:#333333; font-weight:bold; font-size:15px; font-family:"å¾®è½¯é›…é»‘";}
		.btbt ul li a{color:#ebebeb;}
		.one{width:134px; text-align:center; overflow:hidden; *zoom:1;}
		.two{width:216px; text-align:center; overflow:hidden; *zoom:1;}
		.three{width:131px; text-align:center; overflow:hidden; *zoom:1;}
			.four{width:164px; text-align:center; overflow:hidden; *zoom:1;}
			.jgcx{background:url(../img/img-31.jpg) no-repeat; width:463px; height:331px; overflow:hidden; *zoom:1;}
			.jzst_main{width:454px; margin-top:1px; overflow:hidden; *zoom:1;}
			.jtnr{width:336px; margin:30px auto; overflow:hidden;}
			.cx{height:30px; line-height:30px; overflow:hidden; *zoom:1;font-family:"å¾®è½¯é›…é»‘"; font-size:15px;}
			.xk{width:247px; height:28px; border:1px solid #363636; overflow:hidden; *zoom:1; background:#fafafa;}
			.mt30{margin-top:30px; overflow:hidden; *zoom:1;}
			.ysz{background:url(../img/img-32.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.yszy{background:url(../img/img-33.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.qh{background:url(../img/img-34.jpg) no-repeat; width:1199px; height:354px; overflow:hidden; *zoom:1; margin-top:20px;}
			.title1{background:url(../img/img-30.jpg) repeat-x; height:49px; line-height:49px;}
			.title1 span{font-family:"å¾®è½¯é›…é»‘"; font-size:18px; overflow:hidden; *zoom:1; color:#333; padding-left:15px; padding-right:15px;}
.title1 span.fouce{padding-left:15px; padding-right:15px; background:#1067B7; overflow:hidden; *zoom:1; color:#fff; display:inline-block; font-family:"å¾®è½¯é›…é»‘"; font-size:18px;}
.qhnr{width:1189px; margin-top:1px; overflow:hidden; *zoom:1; margin-left:1px;}
.zyt{height:295px; overflow:auto;}
.zyt ul{padding-left:24px; padding-top:14px;}
.zyt ul li{background:url(../img/img-35.jpg) no-repeat left center; padding-left:15px;  font-family:"å¾®è½¯é›…é»‘"; font-size:15px; line-height:33px;}
.zyt ul li a{color:#333333; }

.ann{overflow:hidden; *zoom:1; width:1200px; margin-top:20px; margin-bottom:20px;}
.ann ul li{background:url(../img/img-36.jpg) no-repeat; width:154px; height:125px; overflow:hidden; float:left;}
.ann ul li a{color:#fff; display:block;}
.dy{width:145px; height:115px; overflow:hidden; *zoom:1; background:#5091db; color:#fff; font-family:"å¾®è½¯é›…é»‘"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy1{width:145px; height:115px; overflow:hidden; *zoom:1; background:#41a5ae; color:#fff; font-family:"å¾®è½¯é›…é»‘"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy2{width:145px; height:115px; overflow:hidden; *zoom:1; background:#dab144; color:#fff; font-family:"å¾®è½¯é›…é»‘"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy3{width:145px; height:115px; overflow:hidden; *zoom:1; background:#d55d5d; color:#fff; font-family:"å¾®è½¯é›…é»‘"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy4{width:145px; height:115px; overflow:hidden; *zoom:1; background:#645bdb; color:#fff; font-family:"å¾®è½¯é›…é»‘"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy5{width:145px; height:115px; overflow:hidden; *zoom:1; background:#196ecb; color:#fff; font-family:"å¾®è½¯é›…é»‘"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy6{width:145px; height:115px; overflow:hidden; *zoom:1; background:#60c065; color:#fff; font-family:"å¾®è½¯é›…é»‘"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dyhg{line-height:24px; vertical-align:middle;}
.dyhg1{line-height:115px; vertical-align:middle;}
.kong{height:30px; overflow:hidden}
.bj{margin-left:20px; overflow:hidden; *zoom:1;}

span#_span_jiucuo {
    display: inline-block;
    position: relative;
    top: 20px;
}

/*.head_top {
    background: url(http://www.nantong.gov.cn/ntsrmzf/resource/theme/img/100zn_2106.png) top;
    height: 150px;
    min-width: 1200px;
}*/



   @media screen and (max-width: 750px) {
.m-fship-link li select{
 padding-left: 0px;
}
.webMapContent{
  width: 100% !important;
}
.m-article p&gt;img{
   width: auto !important;
}
img.tw-editor-pic{
width: 100% !important;
}
.m-footer-copyright{
  display: block;
      text-align: center !important;
}

.m-footer&gt;div&gt;a{
      position: absolute;
    top: 90%;
    left: 20%;
}

.icon-base2{
 display: block;
      margin: 0 auto;
}
 .default_pgCurrentPage{
 width: 30px;
    text-align: center;
}
.btn-group{
  display:none;
}
 .m-footer&gt;div{
  width: 100%;
}
.ban-tit{
     width: 300px;
    bottom: 0px;
    padding:0px;
   line-height: 25px;
}


.wza-btn{
    font-size: 14px!important;
    top: 75%!important;
    margin-right: 0px!important;
    padding:5px!important;
    border:2px!important;
}

.wza-wenzi{
 display:none!important;
}

 .fiexdl{
          display: none !important;
        }
        /* å¤´éƒ¨ */
        .m-header {
          width: 100% !important;
          height: initial !important;
          display: flex;
          justify-content: center;
        }

        .w-1000 {
          width: 100% !important;
          min-width: initial !important;
        }

        .m-header-logo {
          margin-top: 0 !important;
        }

        .l-logo {
          background: initial !important;
          display: flex;
          justify-content: center;
          height: 100px !important;
          align-items: center;
        }

        .m-slide-box {
          width: 100% !important;
          height: auto !important;
          margin: 10px 0 !important;
        }

        .m-slide-box ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .m-slide-box .bd li {
          width: 45% !important;
          height: 54px !important;
          margin: 6px 6px !important;
        }

        .l-logo-tit {
          margin-top: 0 !important;
        }

        /* å¤´éƒ¨ */
        /* èœå• */
        .m-nav {
          width: 100% !important;
          overflow-x: auto;
          min-width: 0 !important;
    display: flex;
    overflow-y:hidden;
        }

        .m-nav-ul li.on .menu,
        .m-nav-ul li .menu:hover {
          color: #fff !important;
          background: #3467b7 !important;
          width: auto !important;
        }

        ul.dynamic-item-ul {
          padding: 0 15px;
        }

        .r-search {
          display: none !important
        }

        /* èœå• */
        /* ä¸»è¦ */

        #yx {
          display: none !important;
        }

        #video.flv {
          display: none !important;
        }

        #fdck {
          display: none !important;
        }

        .pub-right-box {
          display: none !important;
        }

        #fdck2 {
          display: none !important;
        }

        .fiexd2 {
          display: none !important;
        }

        .fiexd1 {
          display: none !important;
        }

        .dynamic-item-ul dd p {
          width: 240px !important;
        }

        .m-dynamic-con {
          height: auto !important;
        }

        .swj-tools {
          display: none !important;
        }

        .m-server-tab.bszn .bd p {
          width: 235px !important;
        }

        .m-fship-link {


          display: flex;
          flex-direction: column;
        }

        .m-information-ul li {
          width: 47% !important;
        }
        .m-nav li .menu{
          width: 110px !important;
        }
        .l-logo-tit .font42{
          font-size: 26px !important;
        }
        .m-nav li{
          width: 100px !important;
        }
        .m-nav li{
          width: initial !important;
        }
        .m-fship-link li{
          width: initial !important;
        }

        .banner-dynamic-layout {
          height: auto !important;
          display: flex;
          flex-direction: column;
        }

        .m-dynamic .hd li {
          padding: 0 2px !important;
         font-size: 14px;
        }

        .lst-tit a {
          text-align: center !important;
        }

        .m-banner {
          width: 100% !important;
        }

        .m-dynamic-con {
          width: 100% !important;
        }

        .m-dynamic {
          width: 100% !important;
        }

        .m-isicb-part {
          width: 100% !important;
        }

        .m-bsdt-code {
          float: left !important;
        }

        /* ä¸»è¦ */
        /* é¡µå°¾ */

        .m-footer-copyright p {
          display: flex;
          flex-direction: column;
          line-height: 25px;
        }

        .m-footer {
          text-align: initial !important;
          position: relative
        }

        span#_span_jiucuo {
          position: absolute !important;
         top: 224px !important;
         right: 70px !important;
        }

        /* é¡µå°¾ */
        .m-list-crumbs {
          display: none;
        }

        .m-left-menu {
          width: 100% !important;
          float: none;
        }

        .menu-top {
          display: none;
        }

        .m-con-list {
          background-color: #f9f9f9;
        }

        .m-left-menu {
          width: auto;
          float: none;
          overflow-x: auto;
          padding: 15px;
        }

        .m-first-menu {
          padding: 0 !important;
          background: none !important;
          overflow: hidden;
          height: 40px;
          width: 500px;
        }

        .m-first-menu li {
          line-height: 40px !important;
          height: 40px !important;
          margin-right: 10px;
          float: left;
        }

        .m-first-menu li a {
          background-color: #d7d7d7;
          border-radius: 4px;
          display: block;
          line-height: 40px !important;
          padding: 0 10px;
        }

        .m-first-menu li a:hover {
          background-color: #4175ae;
          color: #fff;
        }

        .m-right-list {
          width: 100% !important;
        }

        .list-tit {
          display: none !important;
        }

        .list-ul {
          padding: 0 15px;
        }

        .list-ul li {
          margin: 5px 0 !important;
          line-height: 35px !important;
        }

        .list-ul li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }

        .list-ul li .icon-disc {
          margin: 0 !important;
        }

        .list-ul li .list-text {
          width: 68%;
          padding-right: 0 !important;
        }

        #pagination-digg {
          padding: 15px !important;
          margin-left: 0 !important;
        }

        #pagination-digg li {
          margin-bottom: 10px !important;
        }

        .m-list-crumbs {
          display: none;
        }

        .m-article {
          padding: 20px 15px !important;
          background: #f9f9f9 !important;
        }

        .m-article h2 {
          font-size: 20px !important;
          line-height: 30px !important;
        }

        .m-article .tit-info {
          padding: 15px 0 !important;
          line-height: 30px !important;
        }

        .m-article p {
          text-indent: 0 !important;
        }
     
        .m-article img {
          width: 100%;
          margin: 0 !important;
         height: auto;
        }
      }</pre></body></html>