@charset "UTF-8";
/* 通用样式开始 */
.col-2 {
  display: flex;
}
.old_type .col-2,
.mobile_type .col-2 {
  display: block;
}
.old_type .col-2 > *,
.mobile_type .col-2 > * {
  width: 100% !important;
  margin: 0 !important;
}
.old_type .col-2 > *:first-of-type,
.mobile_type .col-2 > *:first-of-type {
  margin-top: 0 !important;
}

.old_type .col-2 > * {
  margin-top: 50px !important;
}

.mobile_type .col-2 > * {
  margin-top: 6.4vw !important;
}

.a-hover a:hover {
  color: #007aea !important;
  color: var(--theme-color) !important;
}

.hover:hover {
  color: #007aea !important;
  color: var(--theme-color) !important;
}

.hover-container:hover .hover {
  color: #007aea !important;
  color: var(--theme-color) !important;
}

.hover-btn:hover {
  box-shadow: rgba(102, 102, 102, 0.4) 0 0 0.4rem;
  transform: scale(1.02);
}

/* 通用样式结束 */
header .zcwjzl-logo span::before {
  content: "政策库";
}

.zck-content {
  width: 1200px;
  padding: 60px 0 120px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.old_type .zck-content {
  padding: 50px 0;
}

.mobile_type .zck-content {
  width: 100%;
  padding: 3.2vw;
}

.zck-content > * {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-top: 20px;
  margin-right: 20px;
}
.zck-content > *:nth-of-type(3n) {
  margin-right: 0;
}
.zck-content > *:nth-of-type(1), .zck-content > *:nth-of-type(2), .zck-content > *:nth-of-type(3) {
  margin-top: 0;
}
.old_type .zck-content > * {
  width: calc(100% - 0px);
  margin-top: 30px;
  margin-right: 30px;
}
.old_type .zck-content > *:nth-of-type(1n) {
  margin-right: 0;
}
.old_type .zck-content > *:nth-of-type(1) {
  margin-top: 0;
}

.mobile_type .zck-content > * {
  width: calc(100% - 0vw);
  margin-top: 3.2vw;
  margin-right: 3.2vw;
}
.mobile_type .zck-content > *:nth-of-type(1n) {
  margin-right: 0;
}
.mobile_type .zck-content > *:nth-of-type(1) {
  margin-top: 0;
}

.zck-content a {
  padding: 4rem 1rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  border-radius: 0.625rem;
}
.mobile_type .zck-content a {
  padding: 3.2vw;
  font-size: 1.5rem;
}

.zck-content a:nth-of-type(1) {
  background-color: rgb(88, 129, 237);
}
.zck-content a:nth-of-type(2) {
  background-color: rgb(75, 163, 241);
}
.zck-content a:nth-of-type(3) {
  background-color: rgb(23, 169, 191);
}