.main {
  padding: 50px;
  background: #fff;
}
.main h2 {
  font-size: 26px;
  line-height: 80px;
  color: #555555;
  text-align: center;
}
.main dl dt {
  text-align: right;
  width: 578px;
}
.main dl dt img {
  max-width: 100%;
}
.main dl dd {
  width: 500px;
}
.main dl dd span {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: 600;
}
.main dl dd ul {
  padding-left: 20px;
}
.main dl dd ul li {
  list-style-type: disc;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main p {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
