
body{
  background:#fff;
}
.detailFocus{
  height:302px;
}
.contentBox{
  overflow: hidden;
}
.contentBox .side01{
  width:235px;

}

.contentBox .side02{
  width:940px;
  min-height:600px;
  border-left:1px solid #E4E4E4;
  padding:45px 40px;
  box-sizing: border-box;
}
.contentBox .side02 h1{
  width: 100%;
  height: auto;
  font-size: 30px;
  color: #000;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
}

.contentBox .side02 .subInfo{
  font-size: 14px;
  color: #949494;
  letter-spacing: 0.23px;
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  border-bottom: 1px solid rgba(222,222,222,1);
  padding-bottom:15px;
  margin-bottom:30px;
}

.contentBox .side02 .txt{
  font-size: 16px;
  color: #010101;
  letter-spacing: 0.27px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom:90px;
  text-align: justify;
}
