@charset "utf-8";
/* CSS Document */
html,
body {
  font: 14px/1.8 "Microsoft YaHei";
  color: #333;
  -webkit-text-size-adjust: none;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
  outline: none;
}
ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
a img {
  display: inherit;
}
.clear {
  clear: both;
}


.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{clear:both;}

/*导航*/
.fl {
  float: left;
}
.fr {
  float: right;
}

.gov_tab_head .bigtitle {
  background-color: #1c649f;
}
.lbx {
  margin-bottom: 50px;
}
.bt-main .container {
  background: #fcfcfc;
  padding: 2%;
}
/***** 当前位置 *****/
.location {
  width: 100%;
  min-width: 1200px;
  background-color: #f4f4f4;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  margin: auto;
}

.location .container {
  background: url("weizhi.png") no-repeat left center;
  padding-left: 22px;
  font-size: 16px;
}
.location a:hover {
  color: #115db2;
}
.gov_tab_head {
  height: 42px;
  line-height: 42px;
  border-bottom: #4d80f0 1px solid;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gov_tab_head .bigtitle {
  font-size: 24px;
  float: left;
  margin: 0;
  border: none;
  background-color: #115db2;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0 48px;
}
.gov_tab_head .bigtitle a {
  color: #fff;
}
.depart_list li a {
  font-size: 16px;
}
.depart_list li {
  margin-top: 12px;
  border: 1px solid #d9d9d9;
  text-align: center;
  margin-right: 6px;
  line-height: 46px;
  width: 24.3%;
  float: left;
}
.depart_list li:hover {
  background: #115db2;
}
.depart_list li:hover a {
  color: #fff;
}
.zimg {
  margin: 14px 0 14px;
}
.zimg img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 1152px) and (min-width: 991px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .container {
    width: 100%;
  }
  .depart_list li {
    width: 32.4%;
  }
}
@media (max-width: 767.5px) {
  .container {
    width: 100%;
  }
  .location {
    display: none;
  }
  .gov_tab_head .bigtitle {
    font-size: 18px;
  }
  .depart_list li a {
    font-size: 15px;
  }
  .depart_list li {
    line-height: 40px;
    width: 47.4%;
  }
}

@media only screen and (min-width: 996px) and (max-width: 996px) {
  .location {
    display: none;
  }
  #searchBox {
    display: none;
  }
}
