@charset "utf-8";
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 36px;
  border-top: 1px solid #ccc;
}
.sub-detail {
  margin-top: 15px;
  background: #fff;
  padding: 20px 40px;
}

.article-nr {
  margin-top: 40px;
  font: 14px "微软雅黑";
  color: #333333;
  line-height: 35px;

}

.article-nr p {
  line-height: 35px;

}


.sub-article h2 {
  text-align: center;
  font: bold 24px "微软雅黑";
  color: #333333;
  margin: auto;
  height: 48px;
  line-height: 48px;
  float: none;
  width: 1105px;
}

.sub-article h6 {
  margin-top: 10px;
  height: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 30px;
}

.sub-article h3 {
  text-align: center;
  font: 14px/24px '微软雅黑';
  text-align: center;
  width: 1105px;
  color: #006EAB;
}

.sub-article h6>label {
  font: 14px "微软雅黑";
}

.center {
  width: 100%;
  margin: 0;
}

.share {
  margin-top: 30px;
  font: 12px "微软雅黑";
  line-height: 35px;
  padding-left: 15px;
  height: 35px;
  background: #f7f7f7;
}

.share span {
  margin-right: 15px;
}

h4 {
  display: block;
  position: inherit;
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  left: 0px;
  bottom: 0;
  z-index: 3;
}

/*网站地图*/
.web-map .mapo1 {
  padding: 25px 22px;
}

.web-map .mapo1:nth-child(2n) {
  background: #f2f2f2;
}

.web-map .mapo1 h2 {
  font-size: 18px;
  font-weight: bold;
  color: #006EAB;
}

.web-map .mapo1 ul {
  margin-top: 9px;
}

.web-map .mapo1 li {
  float: left;
  line-height: 30px;
  margin-right: 30px;
  position: relative;
}

.web-map .mapo1 li a {
  font-size: 16px;
  color: #666;
}

.web-map .mapo1 li:hover a {
  color: #006EAB;
}

.map-pos {
  position: absolute;
  padding: 8px 0;
  left: -28px;
  top: 0px;
  width: 322px;
  display: none;
}

.map-pos .m-san {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 8px solid #5796C5;
  margin-left: 43px;
}

.map-pos .small-map {
  background: #5796C5;
}

.web-map .mapo1 li .small-map a {
  margin-left: 18px;
  font-size: 14px;
  color: #fff;
}

.wyb-box:hover .map-pos {
  display: block;
  z-index: 99;
}