body{
  overflow-y: auto;
  background: #fff;
}
.titleImg{
  position: relative;
  overflow:hidden;
}
.titleImg>img{
  width:110%;
  min-height: 320px;
}
.titleImg .titleDetail{
  position: absolute;
  left: 0;
  top:45%;
  width:100%;
  align-items: center;
  text-align: center;
}
.titleImg .titleDetail>h3{
  margin-bottom: 25px;
  font-size: 40px;
  color: #eee;
}
.titleImg .titleDetail>p{
  font-size: 18px;
  color: #fff;
}
.titleImgBottom{
  height: 60px;
  line-height: 60px;
  background: #232D40;
  color:#fff;
}
.detailPage a{
  margin:0 5px;
  color:#fff;
  font-size: 16px;
}
.detailContain{
  margin-top:30px;
  margin-bottom:60px;
  padding:30px 40px;
  line-height: 30px;
  font-size: 16px;
  color: #5C6266;
  border: 1px solid #E6E6E6;
}
.detailContain .dContainHead{
  border-bottom: 1px solid #E6E6E6;
}
.detailContain .dContainHead .title{
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2A2F33;
  line-height: 35px;
}
.detailContain .dContainHead .message{
  display: flex;
  flex-wrap: wrap;
  margin:15px 0;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.detailContain .dContainHead .message>p{
  margin-right: 20px;
}
.detailContain .dContainBody>p{
  margin:25px 0;
  text-indent: 35px;
}
.detailContain .dContainBody>img{
  width:100%;
}
@media (max-width: 998px){
  body{
    font-size: 16px;
  }
  .titleImg .titleDetail{
    top:50%;
  }
}
@media (max-width: 768px){
  
  .titleImg .titleDetail{
    top:50%;
  }
  .titleImg .titleDetail>h3{
    margin-bottom: 15px;
    font-size: 30px;
  }
  .titleImg .titleDetail>p{
    font-size: 16px;
  }
}
@media (max-width: 668px){
  .titleImg .titleDetail>p{
    padding:0 20px;
  }
  .detailContain{
    margin-bottom: 0;
  }
}

.txt-content img{
  max-width: 100%;
}