.about_info {
  width: 1200px;
  margin: 0 auto;
  margin-top: 16px;
}
.about_info .about_content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 230px;
}
.about_info .about_content .side {
  -ms-flex: none;
      flex: none;
  width: 160px;
  height: 873px;
  padding-top: 33px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_info .about_content .side span {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  color: #272727;
}
.about_info .about_content .side span a{
  display: inline-block;
  height: 47px;
  width: 160px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  color: #272727;
}
.isSelect {
  background: #eaeaea;
  color: #157efb !important;
}
.about_info .about_content .content {
  -ms-flex: 1;
      flex: 1;
  margin-left: 20px;
  background: #fff;
  padding: 33px;
}
.about_info .about_content .content .clall {
}
.about_info .about_content .content .clall .picture {
  width: 944px;
  height: 462px;
}
.about_info .about_content .content .clall .picture img {
  width: 100%;
  height: 100%;
}
.about_info .about_content .content .clall .title {
  margin-top: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}
.about_info .about_content .content .clall .title span {
  display: inline-block;
  width: 2px;
  height: 19px;
  background: rgba(21, 126, 251, 1);
  margin-right: 15px;
}
.about_info .about_content .content .clall .contetn {
  width: 909px;
  margin-top: 35px;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  line-height: 30px;
  text-indent: 2em;
}
.about_info .about_content .complain {
  position: absolute;
  width: 1000px;
  bottom: -120px;
  left: 181px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.about_info .about_content .complain p {
  width: 210px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color:#157DFA;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(21, 125, 250, 1);
}
.contetn_help_box{
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 29px;
  margin-left: 50px;
}
.contetn_help_box p{
  margin-top: 10px;
  line-height: 22px;
}
.contetn_help .contetn_help_title{
  font-size: 18px;
  color: #157EFB;
  font-weight: 600;
}
.contetn_zhao_content{
  margin-top: 35px;
}
.contetn_zhao p{
  color: #1A1A1A;
  font-size: 16px;
  padding-left: 20px;
  margin-top: 24px;
}
.contetn_zhao_title span{
  display:block;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 30px;
}
.contetn_zhao_content_title{
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 600;
}
.contetn_zhao_content_word{
  font-size: 16px!important;
  color: #707070!important;
}
.about_qrcode{
  display: -ms-flexbox;
  display: flex; 
  margin-top: 25px;

}
.about_qrcode > p{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 50px;

}
.about_qrcode > p span{
  display: inline-block;
  text-align: center;
  color: #0D0D0D;
  text-indent: 0;
}
/* 文章内容 */
.contetn_title{
  margin-top: 10px;
  font-size: 16px;
  font-weight: bolder;
  display: block;
  text-indent: 0;
}
.contetn_article{
  display: block;
  text-indent: 0;
}
.contetn_bolder{
  font-weight: bolder;
}