article .content .txt {
  margin: 32px auto;
  width: 1073px;
}
article .content .txt .tit {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 5px;
  width: 100%;
  height: 45px;
  background: url(../images/process_tit.png) no-repeat;
}
article .content .txt .tit strong {
  color: #1a5d45;
  font-size: 20px;
}
article .content .txt .ct {
  padding-left: 14px;
}
article .content .txt .ct p {
  color: #333333;
  font-size: 18px;
  line-height: 44px;
  text-indent: 1em;
}
article .content .txt .ct p b {
  color: #1a5d45;
}
article .content .txt .showimg {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
