article .content .ct {
  margin-top: 35px;
  width: 100%;
  height: 52px;
  text-indent: 40px;
  line-height: 52px;
  background: url(../images/show_title.png) no-repeat;
}
article .content .ct span {
  color: #ffffff;
  font-size: 24px;
}
article .content .txt {
  margin-top: 45px;
}
article .content .txt p {
  color: #333333;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}
article .content .conlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 120px;
}
article .content .conlist li {
  position: relative;
  margin-top: 40px;
  width: 50%;
}
article .content .conlist li::before {
  position: absolute;
  top: 5px;
  left: -28px;
  content: "";
  width: 15px;
  height: 23px;
  background-color: #267fff;
}
article .content .conlist li p {
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}
