.xq_box {
  /* width: 1400px; */
  min-height: 1100px;
  background: #ffffff;
  border-radius: 5px;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-direction: column; /* IE10 */
  flex-direction: column;
  -ms-flex-align: center; /* IE10 */
  align-items: center;
  box-sizing: border-box;
  padding: 10px 40px 0;
  margin-bottom: 10px;
}

.xq_box .xq_info {
  font-size: 18px;
  font-weight: 400;
  color: #b5b5b5;
  letter-spacing: 1.8px;
  margin-bottom: 46px;
}

.xq_box .xq_title {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 36px;
}

.xq_box .xq_content {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-align: justify;
}
.xq_box .xq_content > * {
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .xq_box {
    padding: 0.16rem;
  }
  .xq_box .xq_info {
    font-size: 0.2rem;
  }
}
