.about {
  margin: 40px auto;
  width: 1013px;
}

.about .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}

.about .about_content .intro {
  font-size: 16px;
  color: #333333;
  margin-bottom: 44px;
  line-height: 26px;
}

.about .about_content .intro p {
  line-height: 26px;
}

.about .about_content .about_img {
  max-width: 896px;
  height: 545px;
}

.about .about_content .about_list {
  margin-top: 73px;
}

.about .about_content .about_item {
  color: #333333;
  margin-bottom: 20px;
}

.about .about_content .about_item .about_name {
  font-size: 18px;
  font-weight: bold;
}

.about .about_content .about_item .about_text {
  margin-top: 10px;
}
