.fy-article {
  background: #f6f6f6;
  height: auto;
}

.fy-article .fy-article-nav {
  background: rgba(2, 37, 150, 0.8);
  height: 84px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.fy-article .fy-article-nav .fy-nav-wrap {
  opacity: 1;
  bottom: 50%;
  margin-bottom: -32px;
  width: 1112px;
  left: 50%;
  margin-left: -556px;
}

.fy-article .fy-article-nav .fy-nav-wrap .fy-nav {
  width: 1150px;
}

.fy-article .article-header {
  height: 656px;
  position: relative;
}

.fy-article .article-header.more1 {
  background: url(../images/more1.jpg) center top no-repeat;
}

.fy-article .article-header.more2 {
  background: url(../images/more2.jpg) center top no-repeat;
}

.fy-article .article-header.more3 {
  background: url(../images/more3.jpg) center top no-repeat;
}

.fy-article .article-header .article-header-wrap {
  color: #1e334a;
  margin: 0 auto;
  padding-top: 250px;
  padding-right: 440px;
  width: 660px;
  font-size: 22px;
  line-height: 60px;
  font-family: "Simsun";
}

.fy-article .article-header .article-return {
  display: block;
  background: url(../images/i_more_return.png);
  width: 192px;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -96px;
  bottom: 135px;
  font-size: 0;
}

.fy-article .i-article-top {
  cursor: pointer;
  background: url(../images/i-top.png);
  width: 88px;
  height: 88px;
  position: fixed;
  bottom: 100px;
  right: 150px;
  font-size: 0;
}

.fy-article .fy-article-crumb {
  width: 1100px;
  margin: 0 auto;
  height: 87px;
  line-height: 87px;
}

.fy-article .fy-article-wrap {
  background: #fff;
  margin-top: 38px;
  padding: 50px;
  width: 1000px;
  margin: 0 auto 40px;
  overflow: hidden;
}

.fy-article .fy-article-wrap .fy-article-left {
  width: 650px;
  float: left;
}

.fy-article .fy-article-wrap .fy-article-right {
  width: 290px;
  float: right;
}

.fy-article .fy-article-wrap .fy-article-right .fy-article-h2 {
  background: url(../images/i-article-title.png) 0 center no-repeat;
  border-bottom: 1px dashed #f6d5d3;
  line-height: 50px;
  padding-left: 35px;
  margin-bottom: 30px;
}

.fy-article .fy-article-wrap .fy-article-right .fy-article-h2 strong {
  font-size: 24px;
  font-weight: bold;
}

.fy-article .fy-article-wrap .fy-article-right .fy-article-h2 a {
  float: right;
  font-size: 14px;
  color: #cdcdcd;
}

.fy-article .fy-article-wrap .fy-article-right .fy-article-list li {
  background: url(../images/i-article-point.png) 0 12px no-repeat;
  font-size: 18px;
  line-height: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.fy-article .fy-article-wrap h1 {
  font-size: 24px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
}

.fy-article .fy-article-desc {
  line-height: 30px;
  text-align: center;
  margin-bottom: 35px;
}

.fy-article .fy-article-con {
  color: #414141;
  font-size: 18px;
  line-height: 48px;
}

.fy-article .fy-article-con img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  height: auto !important;
}

.fy-article .fy-more-list li {
  font-size: 16px;
  line-height: 50px;
  background: url(../images/index4_point.png) 0 21px no-repeat;
  padding-left: 18px;
}

.fy-article .fy-more-list li span {
  float: right;
  padding-left: 10px;
}

.more-crumb {
  margin-bottom: 30px;
}

.more-page .page {
  height: 40px;
  text-align: center;
  clear: both;
  position: relative;
  left: 50%;
  float: left;
  padding: 35px 0;
}

.more-page .page a,
.more-page .page span,
.more-page .page em {
  /* border-right: 1px solid #fff; */
  font: normal 14px/40px "Microsoft YaHei";
  height: 40px;
  padding: 0 15px;
  display: block;
  float: left;
  position: relative;
  left: -50%;
  margin-right: 5px;
  border-radius: 3px;
}

.more-page .page a {
  background: #f2f2f2;
  color: #898989;
  text-decoration: none;

}

.more-page .page a:hover {
  background: #3386ce;
  color: #fff;
}

.more-page .page .here {
  background: #224b94;
  color: #fff;
}

.more-page .page a:first-child,
.more-page .page a:last-child {
  /* color: #224b94; */
  display: block;
  width: 28px;
  height: 40px;
  font-size: 0;
  padding: 0;
}

.more-page .page a:first-child {
  background: url('../images/i-prev.png') center no-repeat;
  margin-right: 10px;
}

.more-page .page a:last-child {
  background: url('../images/i-next.png') center no-repeat;
  margin-left: 10px;
}

/*# sourceMappingURL=article.css.map */