.zjsq {
  width: 13.1rem;
  height: auto;
  margin: 0 auto;
  padding: 0.75rem;
  box-shadow: 0 0 0.05rem #ccc;
  background-color: #fff;
}
.zjsq .gk-title {
  width: 100%;
  height: 2.2rem;
}
.zjsq .gk-title a.title {
  display: block;
  width: 2.1rem;
  height: 1.6rem;
  margin: 0 auto;
}
.zjsq .gk-title a.title img {
  width: 100%;
  height: 100%;
}
.zjsq .gk-box {
  width: 100%;
  height: auto;
}
.zjsq .gk-box .gk-img {
  float: left;
  width: 5.6rem;
  height: 4.2rem;
}
.zjsq .gk-box .gk-img img {
  width: 100%;
  height: 100%;
}
.zjsq .gk-box .gk-others {
  float: right;
  width: 5.7rem;
  height: 4.2rem;
}
.zjsq .gk-box .gk-others .detail {
  width: 100%;
  height: 2.2rem;
}
.zjsq .gk-box .gk-others .detail p {
  line-height: 0.38rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.zjsq .gk-box .gk-others .detail p a {
  color: #2775cc;
}
.zjsq .gk-box .gk-others .list {
  width: 100%;
  height: 1.8rem;
  margin-top: 0.2rem;
}
.zjsq .gk-box .gk-others .list a.list-item {
  display: block;
  float: left;
  width: 0.72rem;
  height: 1.8rem;
  margin-left: 0.11rem;
  padding: 0.2rem 0.16rem;
  background-color: #f6f6f6;
  border-radius: 0.04rem;
}
.zjsq .gk-box .gk-others .list a.list-item:first-child {
  margin-left: 0;
}
.zjsq .gk-box .gk-others .list a.list-item:hover {
  box-shadow: 0 0 0.04rem #2775cc;
}
.zjsq .gk-box .gk-others .list a.list-item img {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
}
.zjsq .gk-box .gk-others .list a.list-item span {
  display: block;
  width: 0.2rem;
  height: 1rem;
  margin: 0 auto;
  padding-top: 0.04rem;
  line-height: 0.24rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zjsq {
    width: 100%;
    padding: 0 2%;
  }
  .zjsq .gk-title {
    width: 100%;
    height: 2.3rem;
    padding-top: 0.4rem;
  }
  .zjsq .gk-box .gk-img {
    float: none;
    width: 100%;
    height: 5.3rem;
  }
  .zjsq .gk-box .gk-others {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .zjsq .gk-box .gk-others .detail {
    width: 100%;
    height: auto;
  }
  .zjsq .gk-box .gk-others .detail p {
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .zjsq .gk-box .gk-others .list {
    height: auto;
    margin-top: 0.4rem;
  }
  .zjsq .gk-box .gk-others .list a.list-item {
    width: 20%;
    height: 3.5rem;
    margin-left: 6%;
    margin-top: 0.4rem;
  }
  .zjsq .gk-box .gk-others .list a.list-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .zjsq .gk-box .gk-others .list a.list-item img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .zjsq .gk-box .gk-others .list a.list-item span {
    width: 0.4rem;
    margin-top: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.32rem;
  }
}

