@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header {
  background: #fff;
}
.container_wrap {
  padding-top: 0;
  height: 1175px;
  background: url(../png/fzlc_bg.png) no-repeat;
  background-position: bottom center;
}
.newCenter_title {
  width: 100%;
  height: 30px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1F2229;
  line-height: 30px;
  text-align: center;
}
.newCenter_title img {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  height: auto;
}
.fzlc_moduler {
  width: 100%;
  box-sizing: border-box;
  margin-top: 86px;
  padding-left: 139px;
  background: transparent;
}
.fzlc_moduler .main_body {
  width: 100%;
}
.fzlc_moduler .item {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.fzlc_moduler .item_label {
  float: left;
  width: 62px;
  height: 51px;
  padding-top: 16px;
  margin-right: 40px;
}
.fzlc_moduler .item_label img {
  width: auto;
  height: auto;
}
.fzlc_moduler .item_detail {
  float: left;
  width: 853px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 48px;
}
.fzlc_moduler .item:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -26px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #244EA0;
}
.fzlc_moduler .item:after {
  content: "";
  position: absolute;
  top: 21px;
  left: -21px;
  width: 2px;
  height: 100%;
  background: #244EA0;
}
.fzlc_moduler .item:last-child:after {
  display: none;
}
.fzlc_footer_detail {
  box-sizing: border-box;
  padding-left: 77px;
  width: 1147px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 30px;
}
