.gk-title {
  font-size: 0.28rem;
  color: #2981e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 0.4rem 0 0.5rem;
  white-space: nowrap;
}

.gk-title::after,
.gk-title::before {
  content: "";
  width: 1.28rem;
  height: 1px;
  background-color: #2981e3;
  margin: 0 0.4rem;
}

.gk-row1 {
  background: url(${Site.Link}/images/images/kq2024_gk_index_bg.png) no-repeat
    center bottom / 1920px auto;
  padding-bottom: 0.5rem;
}

.gk-desc-box {
  display: flex;
}

.gk-desc-box .img-desc,
.gk-desc-box .gk-desc-img-box {
  width: 5.44rem;
  height: 3.44rem;
  display: block;
}

.gk-desc-box .gk-desc-txt-box {
  flex: 1;
  overflow: hidden;
  padding-left: 0.6rem;
  font-size: 0.18rem;
  color: #535353;
  line-height: 1.5;
}

.gk-desc-box .gk-desc-txt-box .txt {
  text-align: justify;
  text-indent: 2em;
  margin-bottom: .1rem;
  line-height: 1.8;
}

.gk-desc-box .more {
  display: block;
  margin-left: auto;
  color: #2981e3;
  font-size: 0.2rem;
  width: max-content;
  height: 0.35rem;
  line-height: 0.35rem;
  padding: 0 0.25rem;
  border-radius: 0.18rem;
  border: 1px solid #2981e3;
}
@media (max-width: 750px) {
  .gk-desc-box {
    flex-wrap: wrap;
  }

  .gk-desc-box .img-desc,
  .gk-desc-box .gk-desc-img-box {
    width: 100%;
    height: auto;
  }

  .gk-desc-box .gk-desc-txt-box {
    width: 100%;
    padding-left: 0;
    font-size: 0.28rem;
    padding-top: 0.2rem;
    flex: unset;
  }

  .gk-desc-box .more {
    margin: 0.2rem auto 0;
    font-size: 0.24rem;
  }
}
