﻿.test-body {
  width: 100%;
  min-width: 1400px;
}

.test-body .test-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.test-body .test-title div {
  width: 380px;
  height: 90px;
  background-image: url("../image/background-about.png");
  text-align: center;
  line-height: 90px;
  font-size: 50px;
  color: #2C2D33;
}

.test-body .test-conent {
  width: 100%;
  min-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 200px;
}

.test-body .test-conent .content-body {
  width: 1400px;
}

.test-body .test-conent .content-body p {
  line-height: 35px;
  font-size: 16px;
  text-indent: 35px;
  padding-top: 25px;
}

.test-body .test-conent .content-body h3 {
  color: #c7000a;
  font-size: 20px;
  margin-top: 20px;
}
/*# sourceMappingURL=test.css.map */