.row {
  clear: both;
  width: 100%;
  height: auto;
}
.header {
  height: 335px;
  width: 100%;
  background: url(images/header-bg.jpg) no-repeat center;
  font-size: 16px;
}
.zt-top {
  width: 100%;
  height: 56px;
  float: left;
  clear: both;
  position: relative;
}
.zt-top .govIcon {
  display: block;
  width: 280px;
  height: 56px;
  position: absolute;
  top: 5px;
  left: 5%;
}
.zt-top .goHome {
  display: block;
  float: right;
  color: #fff;
  padding: 5px 15px 5px 45px;
  background: url(images/home.png) 15px 10px no-repeat #f59500;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.zt-title {
  width: 100%;
  height: 200px;
  float: left;
  clear: both;
  text-align: center;
  line-height: 200px;
}
.ml_con {
  min-height: 200px;
  height: 100%;
  display: block;
}

.bsbmList {
  background: url(images/intervalBg.png);
  height: 100%;
  width: 100%;
  position: relative;
}
.bsbmList dl {
  width: 190px;
  float: left;
  height: 42px;
  line-height: 42px;
  display: block;
  position: relative;
}
.bsbmList dt {
  min-width: 190px;
  float: left;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font:
    16px/1.5 "Microsoft YaHei",
    "微软雅黑";
}
.bsbmList dt a {
  padding-left: 25px;
  line-height: 42px;
}
.bsbmList dl a {
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
.bsbmList .miniTable {
  line-height: 2;
  font-size: 12px;
  display: none;
  bottom: -170%;
  left: 20px;
  position: absolute;
  color: #333;
  width: 120%;
  margin: 10px 0 0 0;
  padding: 8px;
  border: 1px solid #3878bd;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.bsbmList .miniTable .arrow {
  display: block;
  width: 9px;
  height: 7px;
  background: url(images/sideZp.png) 0 -313px no-repeat;
  position: absolute;
  top: -7px;
  left: 5%;
}
.bsbmList .on .miniTable {
  display: block;
}

.zx_xxgk_nb {
  margin: 20px 20px 0 20px;
}
.zx_xxgk_nb .con_tit {
  color: #0067cc;
  line-height: 42px;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 20px 0;
  margin: 0 0 20px 0;
}
.zx_xxgk_nb .con_tit a {
  color: #e52a2a;
  font-size: 30px;
  text-align: center;
}
.zx_xxgk_nb .conter {
  line-height: 30px;
  font-size: 16px;
  margin: 0 0 60px 0;
  height: 360px;
  overflow: hidden;
}
.zx_xxgk_nb .more {
  text-align: center;
  font-size: 18px;
  color: #0167cc;
  position: relative;
  top: -30px;
  cursor: pointer;
}

.zx_ml_nb .ml_tit {
  background: none;
  border-bottom: 1px solid #e0e0e0;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
}
.zx_ml_nb .ml_tit span {
  background: #3269b8;
  float: left;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
}
.zx_ml_nb .ml_con ul {
  padding: 0 10px 20px 10px;
}
.zx_ml_nb .ml_con ul li {
  float: left;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 5px;
  font-size: 16px;
}
.zx_ml_nb .ml_con ul.nb li {
  width: 48%;
}
.zx_ml_nb .ml_con ul.nb li a {
  padding-left: 16px;
  background: url(images/home.png) 0 -40px no-repeat;
}
@media screen and (max-width: 768px) {
  .header {
    background-size: cover;
    height: 120px;
  }
  .zt-title {
    height: 0;
  }
}
