@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 {
  max-width: 100%;
}
header .zcwjzl-logo span::before {
  content: "行政规范性文件管理平台";
}

.main-content > *:first-child {
  min-width: 282px;
}