.box {
  margin: auto;
  width: 1080px;
  min-height: 430px;
  padding: 15px;
  margin-bottom: 60px;
  border: 1px solid #d3d3d4;
  background: #fff;
  margin-top: 60px;
  position: relative;
}
.boxSupertitle {
  width: 100%;
  border-bottom: 1px solid #d38f00;
  position: relative;
}
.boxSupertitle span {
  line-height: 20px;
  font-size: 17px;
  color: #333;
  padding: 1px 10px 1px 15px;
  background: 0px 10px no-repeat #fff;
  position: relative;
  display: inline-block;
  top: 4px;
  max-width: 690px;
}
.aboutContent {
  width: 500px;
  height: 300px;
  margin-left: 100px;
  text-align: left;
  color: #444;
  position: relative;
  top:100px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
}
.unreset {
  list-style: none outside none;
  margin: 0;
  outline: medium none;
  padding: 0;
}
.box-img {
  position: absolute;
  top: 60px;
  right: 100px;
  width: 170px;
}
