body {
  background-color: #eee;
}
.title {
  display: none;
  padding-bottom: 60px;
  padding-left: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.title h6 {
  font-size: 30px;
  line-height: 60px;
}
.title > p {
  font-size: 16px;
  color: #666;
}
.content {
  margin-top: 20px;
  padding-right: 100px;
  width: 100%;
  box-sizing: border-box;
}
.content p {
  margin-top: 30px;
  text-indent: 2em;
  font-size: 16px;
  color: #333;
}
.content .dianzi {
  width: 510px;
  height: 391px;
  margin: 40px auto;
  background-image: url(https://xinyongfu-data.oss-cn-beijing.aliyuncs.com/web_img/xyf/img/dianzi.jpeg);
}
.content .ling {
  margin: 40px auto;
  width: 337px;
  height: 257px;
  background-image: url(../img/ling.jpeg);
}
.newsMobile {
  display: none;
  width: 100%;
  padding-bottom: 2.4rem;
  padding-left: 1.2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 1.2rem;
}
.newsMobile h6 {
  font-size: 1.2rem;
}
.newsMobile > p {
  font-size: 0.8rem;
  color: #666;
}
.newsMobile .content {
  margin-top: 0.8rem;
  padding-right: 1.2rem;
  width: 100%;
  box-sizing: border-box;
}
.newsMobile .content p {
  margin-top: 1.2rem;
  text-indent: 2em;
  font-size: 0.8rem;
  color: #333;
}
.newsMobile .content .dianzi {
  width: 20.4rem;
  height: 15.64rem;
  margin: 1.6rem auto;
  background-image: url(https://xinyongfu-data.oss-cn-beijing.aliyuncs.com/web_img/xyf/img/dianzi.jpeg);
  background-size: 100%;
}
.newsMobile .content .ling {
  margin: 1.6rem auto;
  width: 13.48rem;
  height: 10.28rem;
  background-image: url(../img/ling.jpeg);
  background-size: 100%;
}
