.xxgklxfs h1 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 50px;
}
.xxgklxfs .xxgklxfs-con {
  float: left;
  margin-left: 10%;
  width: 40%;
}
.xxgklxfs .xxgklxfs-con .con-bg {
  margin-top: 50px;
  width: 100%;
  height: 90px;
  position: relative;
}
.xxgklxfs .xxgklxfs-con .con-bg h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  font-weight: bold;
  color: rgba(153, 153, 153, 0.2);
  line-height: 60px;
}
.xxgklxfs .xxgklxfs-con .con-bg span {
  position: absolute;
  width: calc(100% - 50px);
  top: 40px;
  left: 25px;
  padding: 5px 5px;
  z-index: 1;
  font-size: 22px;
  color: #333333;
  font-style: italic;
  font-weight: bold;
  background-color: #ffffff;
}
.xxgklxfs .xxgklxfs-con .con-bg span:after {
  content: '————';
  margin-left: 20px;
  height: 2px;
  width: 90px;
  color: #FF9600;
}
.xxgklxfs .xxgklxfs-con ul li {
  margin-top: 50px;
  width: 100%;
  min-height: 54px;
}
.xxgklxfs .xxgklxfs-con ul li img {
  float: left;
  width: 54px;
  height: 54px;
}
.xxgklxfs .xxgklxfs-con ul li .li-text {
  float: left;
  margin-left: 12px;
  max-width: calc(100% - 100px);
}
.xxgklxfs .xxgklxfs-con ul li .li-text span {
  color: #999999;
  font-size: 14px;
}
.xxgklxfs .xxgklxfs-con ul li .li-text p {
  margin-top: 5px;
  color: #444444;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1000px) {
  .xxgklxfs .xxgklxfs-con {
    float: left;
    margin-left: 10%;
    width: 80%;
  }
}
