body{
  overflow-y: auto;
  background: #F7F8FA;
}
.titleImg{
  position: relative;
  overflow:hidden;
}
.titleImg>img{
  width:110%;
  min-height: 320px;
}
.titleImg .titleDetail{
  position: absolute;
  left: 0;
  right:0;
  top: 42%;
  margin:auto;
  width:1170px;
}
.titleImg .titleDetail>h3{
  margin-bottom: 25px;
  font-size: 40px;
  color: #eee;
}
.titleImg .titleDetail>p{
  font-size: 16px;
  color: #fff;
  width:80%;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titleImgBottom{
  line-height: 60px;
  background: #232D40;
  font-size: 16px;
  color:#fff;
}
.titleImgBottom .detailPage .floatLeft{
  float: left;
}
.titleImgBottom .detailPage .floatRight{
  float: right;
  height:60px;
}
.titleImgBottom .detailPage .floatRight>li{
  float: left;
  margin:0 30px;
}
.titleImgBottom .detailPage a{
  margin:0 5px;
  color:#fff;
}
.detailContain{
  margin-top:58px;
  margin-bottom: 231px;
  line-height: 30px;
  font-size: 16px;
  color: #333233;
}
.detail-list{
  width: 1200px;
  margin: auto;
}
.detail-list .detail-item{
  width: 1200px;
  height: auto;
  background-color: #fff;
  position: relative;
  margin-bottom: 44px;
}
.detail-list .detail-item img{
  width: 78px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.detail-list .detail-item .content-box{
  padding: 52px 57px 47px 172px;
}
.detail-list .detail-item .content-box h3{
  font-size: 20px;
  font-family: "PingFang SC","Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 48px;
}
.detail-list .detail-item .content-box p{
  font-size: 14px;
  font-family: "PingFang SC","Microsoft YaHei";
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
@media (max-width: 998px){
  body{
    font-size: 16px;
  }
  .titleImg .titleDetail{
    top:50%;
    width:80%;
  }
  .titleImg .titleDetail>h3{
    margin-bottom: 15px;
    font-size: 30px;
  }
  .titleImg .titleDetail>p{
    font-size: 16px;
  }
  .titleImgBottom .detailPage .floatRight>li{
    margin:0 10px;
  }
  .detail-list{
    width: 92%;
  }
  .detail-list .detail-item{
    width: 100%;
  }
}
@media (max-width: 768px){
  .titleImgBottom{
    font-size: 13px;
  }
  .titleImg .titleDetail{
    top:50%;
  }
  .titleImg>img{
    width:auto;
    height: 320px;
  }
  .titleImg .titleDetail>h3{
    margin-bottom: 10px;
    font-size: 20px;
  }
  .titleImg .titleDetail>p{
    font-size: 12px;
    line-height: 20px;
  }
  .detail-list{
    width: 92%;
  }
  .detail-list .detail-item{
    width: 100%;
  }
  .detail-list .detail-item img{
    left: 20px;
    transform: translateY(-50%) scale(0.8)
  }
  .detail-list .detail-item .content-box{
    padding: 42px 47px 37px 122px;
  }
}
@media (max-width: 568px){
  .titleImgBottom{
    line-height: 40px;;
  }
  .titleImgBottom .detailPage a{
    margin:0;
  }
  .titleImgBottom .detailPage .floatRight{
    float: right;
    width:100%;
    height:40px;
  }
}
