#qyzr .wrapper {
  border-top: 8px solid #0080cc;
  padding: 0 40px 30px;
  box-sizing: border-box;
}
#qyzr .wrapper .des h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
  padding: 23px 0px;
}
#qyzr .aboutcon {
  max-width: 100%;
  height: auto;
  margin: 0px auto 40px auto;
  border-bottom: #eee solid 1px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
#qyzr .aboutcon .listimg {
  width: 45%;
  height: auto;
}
#qyzr .aboutcon .listimg img {
  max-width: 100%;
}
#qyzr .aboutcon .list_info {
  width: 50%;
  margin: 0 0 0 5%;
  text-align: justify;
}
#qyzr .aboutcon .list_info .tit {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
#qyzr .aboutcon .list_info .txt {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
