.main .row .title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #3b58ad;
  text-align: center;
}
.main .row .sub-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.main .row .gray-line {
  width: 100%;
  height: 5px;
  background: url(../img/grayline.png);
}
.main .row .text-content {
}
.main .row .text-content p, .main .row .text-content div {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin: 1em 0;
}

