
body{
  background:#fff;
}
.detailFocus{
  height:340px;
}
.contentBox{
  overflow: hidden;
}

.contentBox .side02{
  width:100%;
  min-height:600px;
  border-left:0;
  padding:45px 40px;
  box-sizing: border-box;
}
.contentBox .side02 h1{
  width: 100%;
  height: auto;
  font-size: 60px;
  color: #000;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 90px;
  font-weight: 700;
}

.contentBox .side02 .subInfo{
  font-size: 28px;
  color: #949494;
  letter-spacing: 0.23px;
  text-align: center;
  line-height: 90px;
  font-weight: 400;
  border-bottom: 1px solid rgba(222,222,222,1);
  padding-bottom:20px;
  margin-top:20px;
  margin-bottom:50px;
}

.contentBox .side02 .txt{
  font-size: 32px;
  color: #010101;
  letter-spacing: 0.27px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom:90px;
  text-align: justify;
}
