.xq-main {
  background: #fff;
  margin-top: 14px;
  min-height: 900px;
  box-shadow: 3px 3px 15px #262626;
}

.content {
  margin-top: 20px;
}

.content-title {
  width: 80%;
  min-height: 70px;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #4fb1e5;
  margin: 0 auto;
}
.content-time {
  text-align: center;
  color: #1597dc;
  line-height: 50px;
  font-size: 16px;
}
.content-text {
  text-indent: 2em;
  margin-top: 20px;
  width: 90%;
  line-height: 28px;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
}
.content-text img {
  max-width: 100%;
}
.content-text a,
.content-text span {
  vertical-align: baseline;
}
.xl-fj {
  margin-top: 20px;
  line-height: 36px;
}
.xl-fj p {
  text-indent: 0;
}
.xl-fj a:hover {
  color: #073591;
}
@media screen and (max-width: 768px) {
  .xq-main {
    min-height: 400px;
  }
  .content-title {
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  .content-time {
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
  .content-text {
    width: 100%;
  }
  .content-text img {
    height: auto !important;
    object-fit: contain;
  }
  .xl-fj {
    line-height: 0.5rem;
  }
}
