.indet {
  background: #fff;
  padding: 10px 40px 80px;
  margin-top: 30px;
}

.indetBt {
  background: url('img14.png')
    center bottom repeat-x;
  padding-top: 40px;
  padding-bottom: 30px;
}

.indetBt h1,
.indetBt h3 {
  font-size: 32px;
  line-height: 48px;
  color: #333;
  text-align: center;
  font-weight: 400;
}

.indetBt p {
  font-size: 32px;
  line-height: 48px;
  color: #333;
  text-align: center;
}

.indet p *{
  vertical-align: bottom;
}

.downOne > p,
.lxwm1 .det p {
  font-size: 16px;
  line-height: 48px;
}

.indetBt p a,
.indetBt p span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  margin: 0 8px;
}

.indetBt p a:hover {
  font-weight: 700;
  color: #bd1a2d;
  text-decoration: underline;
}

.indetContent {
  padding-top: 30px;
  font-size: 24px;
  line-height: 1.75;
  word-break: break-all;
}

.indetContent img {
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
  cursor: zoom-in;
}

/* 如果内容在ck-content内 */
.indetContent .ck-content p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* 字体设置 */
.indetContent {
  font-family: "仿宋", "FangSong", "STFangsong", serif;
}

.indetContent img{
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .indet {
    padding: 0.1rem 0.2rem 0.4rem;
  }
  .indetBt{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .indetBt h1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .indetBt p{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .indetContent{
    font-size: 0.3rem;
  }
  .indetContent img{
    max-width: 100%;
    height: auto !important;
  }

}
