.qysq-detail {
  margin: 30px auto;
}
.qysq-detail .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: solid 1px #e7e7e7;
}
.qysq-detail .item .label {
  width: 160px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  color: #2262b2;
  text-align: center;
}
.qysq-detail .item .value {
  font-size: 16px;
  padding: 15px;
  flex: 1;
  border-left: solid 1px #e7e7e7;
  line-height: 1.5;
}
.qysq-detail .item + .item {
  border-top-width: 0px;
}

@media screen and (max-width: 992px) {
  .qysq-detail {
    margin: 20px auto;
  }
  .qysq-detail .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: solid 1px #e7e7e7;
  }
  .qysq-detail .item .label {
    width: 80px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: bold;
    color: #2262b2;
    text-align: center;
  }
  .qysq-detail .item .value {
    font-size: 16px;
    padding: 15px;
    flex: 1;
    border-left: solid 1px #e7e7e7;
    line-height: 1.5;
  }
  .qysq-detail .item + .item {
    border-top-width: 0px;
  }
}