@import url('../css/head_foot.css');
#content {
  width: 1280px;
  padding: 32px 100px;
  margin: 0 auto;
}
#content h2 {
  text-align: center;
  height: 37px;
  font-size: 30px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  line-height: 35px;
  margin-bottom: 20px;
}
#content .bg_img {
  width: 100%;
  margin-bottom: 16px;
}
#content .title {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #666666;
  line-height: 28px;
  margin-bottom: 12px;
}
#content .about-text {
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
