.detail {
  width: 100%;
}
.detail .detailCont{
  display:flex;
  justify-content:center;
}
.detail .detailCont .detailW{
  width:66%;
}
.detail img{
    width:100%;
}
.detail .detail-banner img {
    width: 100%;
  }
  .detail .title {
    display:flex;
    padding: 0.5rem 0;
    justify-content: center;
    align-items: center;
}
.detail .title>div{
  width:33%;
}
.detail .title .titleCont {
    font-size: 0.36rem;
    color: #115fa9;
    text-align:center;
}
.detail .lineL {
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #115fa9;
}
.detail .lineR {
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #115fa9;
}
.detail .childTitle {
      display: flex;
      box-sizing: border-box;
      margin-bottom: 0.5rem;
}
.detail .childTitle h5 {
font-size: 0.18rem;
background: #115fa9;
color: #fff;
height: 0.22rem;
letter-spacing:6px;
line-height: 0.22rem;
padding: 4px 0.3rem 4px 0.2rem;
margin-right: 0.1rem;
}
.detail .childTitle  span {
    display: inline-block;
    height: 0.3rem;
    width: 0.08rem;
    background: #115fa9;
    }
.detail .marB{
    margin-bottom:0.5rem;
}
.detail  .imgDiv{
    margin-bottom:0.4rem;
}
.detail p{
    font-size:0.18rem;
    text-align: justify;
    line-height: 0.3rem;
    margin-bottom:0.2rem;
    text-indent:2em;
}
.detail .contant{
    font-size:0.26rem;
    text-indent:0;
}