@charset "utf-8";

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
  color: #333;
  /* background:url(../images/public/hearbg.png) no-repeat center top #fff !important; */
  min-width: 320px;
}

body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li,
ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

/* a:hover {
  color: #1f4b88;
} */

img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""
}

.clearfix:after {
  clear: both
}

.clear {
  clear: both;
}

.img {
  max-width: 100%;
  height: auto;
}

button,
input {
  outline: 0;
  border: none;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
}

.row {
  display: inline-block;
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 0px;
}

.bg-white {
  background: #fff;
}

.hide {
  display: none;
}

.transition,
.transition a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.imgScale {
  overflow: hidden;
}

.imgScale a img {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.imgScale a:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hover_opacity:hover,
.hover_opacity_box a:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

.text_nowrap,
.text_nowrap p,
.text_nowrap a,
.text_nowrap span,
.text_nowrap font {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_nowrap a {
  display: inline-block;
  max-width: 100%;
}

.hover_shade:hover {
  box-shadow: 0 0 40px 3px rgba(50, 56, 70, .18);
  -webkit-box-shadow: 0 0 40px 3px rgba(50, 56, 70, .18);
}

.w5 {
  width: 6%;
}

.w50 {
  width: 48%;
}

.w20 {
  width: 20%;
  width: 19% \9;
}

.w30 {
  width: 30%;
}

.w80 {
  width: 80%;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.crumb {
  width: 100%;
  margin-bottom: 10px;
  color: #666666;
  position: relative;
}

.crumb h2 {
  padding: 0px;
  width: 100%;
  line-height: 25px;
  /* padding-left: 26px; */
  margin: 20px 0 15px;
  font-size: 1em;
  font-weight: normal;
  /* background: url(../img/icon_crumb.png) no-repeat left 0; */
}

.crumb h2 a,
.crumb h2 span {
  font-size: 17px;
  font-family: Microsoft YaHei;
  color: #666666;
}

/* tab */
.common_hd {
  border-bottom: 1px solid #D3D3D3;
  height: 48px;
  line-height: 30px;
  position: relative;
}

.common_hd .t a {
  float: left;
  display: block;
  font-size: 24px;
  height: 47px;
  position: relative;
}

.common_hd .t a+a {
  margin-left: 36px;
}

.common_hd .t a+a:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #D3D3D3;
  position: absolute;
  left: -17px;
  top: 5px;
}

.common_hd.nosplit .t a+a:before {
  display: none;
}

.common_hd .t a.active {
  font-weight: bold;
}

.common_hd .t a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url(../img/navbottom.png) no-repeat bottom left;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.common_hd.blue .t a.active:after {
  background: #005293;
}

.common_hd .more {
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.common_hd .more a {
  display: none;
  color: #2061D1;
}

.common_hd .more a.block {
  display: block;
}

/* 内容页-信息公开元数据集 */
.detail_xxgk_info {
  margin: 20px;
  background: #d4eaf5;
  padding: 10px 20px;
  font-size: 14px;
  display: none;
}

.detail_xxgk_info.zcwj {
  display: block;
}

.detail_xxgk_info ul {
  overflow: hidden;
}

.detail_xxgk_info li {
  width: 55%;
  float: left;
}

.detail_xxgk_info li.l {
  width: 45%;
}

.detail_xxgk_info li.long {
  width: 100%;
}

.detail_xxgk_info li label,
.detail_xxgk_info li .mes {
  padding: 6px 0;
  line-height: 22px;
}

.detail_xxgk_info li label {
  float: left;
  width: 80px;
  font-weight: bold;
  text-align: right;
}

.detail_xxgk_info li label i {
  display: inline-block;
  width: .5em;
}

.detail_xxgk_info li label i.er {
  width: 2em;
}

.detail_xxgk_info li .mes {
  padding-left: 90px;
  font-size: 1em;
  padding: 6px 5px;
}


/* responsive */
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 991px) {
  .m-100 {
    width: 100% !important;
  }

  .m-hide {
    display: none !important;
  }

  .m-mt20 {
    margin-top: 20px !important;
  }

  .m-mt30 {
    margin-top: 30px !important;
  }

  .common_hd .t a {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .m-hide {
    display: none;
  }
}