.allDetail {
  width: 100%;
  height: auto;
  max-width: 1170px;
  margin: 30px auto;
  margin-top: 0px;
  border: 1px solid #ddd;
  padding: 15px;
}
.allDetail .allDetailContentHead {
  padding: 20px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.allDetail .allDetailContentHead .allDetailTitle {
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.allDetail .allDetailContentHead p {
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
}
.allDetail .allDetailContentHead p span:first-child {
  margin-right: 40px;
}
.allDetailContentBox {
  width: 100%;
}
.allDetailContentBox * {
  max-width: 100%!important;
}
.mainBapxie {
  width: 100%;
  max-width: 1170px;
  margin: 15px auto;
}
.mainBapxie .am-breadcrumb {
  margin: 0px;
}
.prviewNext {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  .prviewNext {
    width: 95%;
  }
  .allDetail {
    width: 95%;
  }
}
