@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);
}

/* 通用样式结束 */
/* 头部开始 */
:root {
  --theme-color: #007aea;
}

header {
  min-width: 1200px;
  background-image: url(https://www.nbyz.gov.cn/picture/0/2311141404560613445.png);
  background-position: center;
  background-size: auto 100%;
}

header .content {
  position: relative;
  width: 1200px;
  height: 25rem;
  margin: 0 auto;
}

header .zcwjzl-logo {
  position: absolute;
  top: 10rem;
  left: 21px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.old_type header .zcwjzl-logo {
  font-size: 0.8rem;
}

.mobile_type header .zcwjzl-logo {
  font-size: 1.3333vw;
}

header .zcwjzl-logo img {
  height: 5.5em;
  margin-right: 2em;
}

header .zcwjzl-logo span::before {
  font-family: "阿里巴巴普惠体 2.0 85 Bold";
  font-size: 5em;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 0.025em 0.0875em #005697;
}

.nav-container {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  background-color: rgba(219, 237, 251, 0.9);
  font-size: 1.125rem;
}
.mobile_type .nav-container {
  flex-wrap: wrap;
  font-size: 0.75rem;
}

.nav-container a {
  width: 25%;
  padding: 1em 1.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #152f83;
  text-align: center;
}
.mobile_type .nav-container a {
  width: 50%;
  padding: 0 3.2vw;
}

.nav-container a:hover {
  background-color: #68b6f0;
  color: #ffffff;
}

/* 头部移动端开始 */
.mobile_type header {
  min-width: auto;
}

.mobile_type header .content {
  width: 100%;
  height: 10.5rem;
  padding: 0;
}

.mobile_type .zcwjzl-logo {
  top: 3.28125rem;
  left: 6.4vw;
}

.mobile_type .zcwjzl-logo img {
  height: 1.96875rem;
}

/* 头部移动端结束 */
/* 头部结束 */
/* 无障碍开始 */
html.UseInMobile {
  margin-bottom: 80px;
}

/* 无障碍结束 */
.theme-color {
  color: #007aea;
}

h1.title {
  width: 1200px;
  margin: 30px auto 0;
  font-size: 1.5em;
  padding-left: 1em;
  margin: 30px auto 0;
  background-color: #007aea;
  background-color: var(--theme-color);
  color: #ffffff;
  line-height: 3;
}
.mobile_type h1.title {
  width: calc(100% - 6.4vw);
  margin: 3.2vw auto 0;
  font-size: 1.2rem;
  padding-left: 3.2vw;
}

.main-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.old_type .main-content {
  flex-direction: column;
}

.mobile_type .main-content {
  flex-direction: column;
}

.main-content > *:first-child {
  min-width: 280px;
  padding-bottom: 30px;
}
.old_type .main-content > *:first-child {
  padding-bottom: 30px;
}

.mobile_type .main-content > *:first-child {
  padding-bottom: 0;
}

.main-content > *:nth-child(2) {
  flex: 1;
}

.wjjs-container {
  background-color: white;
  padding: 30px;
}
.old_type .wjjs-container {
  padding: 30px 0;
}

.mobile_type .wjjs-container {
  padding: 3.2vw;
}

.wjjs-container .title {
  font-size: 1.375em;
  line-height: 1.5455;
  margin-bottom: 30px;
}
.mobile_type .wjjs-container .title {
  margin-bottom: 3.2vw;
}

.wjjs-container .col-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile_type .wjjs-container .col-2 {
  flex-direction: column;
}

.wjjs-container .col-2 > div {
  display: flex;
  align-items: center;
  width: calc(50% - 7.5px);
  margin-top: 15px;
}
.old_type .wjjs-container .col-2 > div {
  margin-top: 30px !important;
}

.mobile_type .wjjs-container .col-2 > div {
  width: 100%;
  margin-top: 3.2vw !important;
}

.old_type .wjjs-container .col-2 > div:first-of-type {
  margin-top: 0 !important;
}

.mobile_type .wjjs-container .col-2 > div:first-of-type {
  margin-top: 0 !important;
}

.wjjs-container .col-2 > div:first-of-type, .wjjs-container .col-2 > div:nth-of-type(2) {
  margin-top: 0;
}
.wjjs-container .btns-container {
  margin-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.old_type .wjjs-container .btns-container {
  margin-top: 30px;
}

.mobile_type .wjjs-container .btns-container {
  margin-top: 3.2vw;
}

.wjjs-container .btns-container > div {
  padding-left: 4.9286em;
  padding-right: 3.0714em;
  margin: 0 0.3571em;
  font-size: 0.875em;
  line-height: 2.8571;
  border: 0.07143em solid #1677ff;
  border-radius: 0.2857em;
  cursor: pointer;
}
.wjjs-container .btns-container > div:first-of-type {
  color: #ffffff;
  background-color: #007aea;
}
.wjjs-container .btns-container > div:nth-of-type(2) {
  color: #007aea;
  background-color: #ffffff;
}

.old_type .result-container {
  margin-top: 30px;
}

.mobile_type .result-container {
  margin-top: 3.2vw;
}

.result-content-1 {
  display: flex;
  justify-content: space-between;
}

.total {
  font-size: 1.5em;
  line-height: 1.375;
}

.info {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border: 0.0625em solid #dddddd;
}
.info a {
  color: #333333;
}
.info tr td {
  border: 0.0625em solid #dddddd;
  padding: 0.8125em 0.625em;
  line-height: 1.5;
}
.info tr td:nth-of-type(2n + 1) {
  width: 4em;
  background-color: #f0f4f7;
  color: #999999;
  box-sizing: content-box;
  white-space: nowrap;
}
.info tr td:nth-of-type(2n) {
  width: 455px;
}

.unsearchable {
  padding: 50px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.el-menu {
  height: 100%;
}
.el-menu::before, .el-menu::after {
  display: none;
}

.el-cascader {
  font-size: inherit;
  width: 100%;
}

.el-icon-collection-tag {
  left: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.mobile_type .el-icon-collection-tag {
  left: 2.5333vw;
}

.el-icon-collection-tag:before {
  color: #c0c4cc;
}

.el-menu--horizontal > .el-menu-item {
  height: auto;
  padding: 0.591em 3.4545em;
  font-size: 1.375em;
  line-height: 1.5455;
  border-bottom: none;
  color: #ffffff;
}
.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none;
  color: #007aea;
  background-color: #ffffff;
}

.el-menu.el-menu--horizontal {
  border: none;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  color: #007aea;
}

.el-input {
  font-size: 0.875em;
}

.el-input--prefix .el-input__inner,
.el-cascader .el-input .el-input__inner {
  height: 2.8571em;
  padding-left: 2.8571em;
  padding-right: 2em;
}

.el-cascader .el-input .el-icon-arrow-down {
  font-size: 0.875rem;
}

.el-input-group__append,
.el-input-group__prepend {
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  padding: 0 0.625rem;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input__inner {
  height: 2.8571em;
  padding: 0 0.9375rem;
  line-height: 2.8571;
  border-radius: 0.2857em;
  border-width: 0.07143em;
}

.el-input--suffix .el-input__inner {
  padding-right: 1.875rem;
}

.el-input__suffix {
  right: 0.3125rem;
}

.el-input .el-input__clear {
  font-size: 0.875rem;
}

.el-date-editor .el-range-separator {
  box-sizing: content-box;
}

.mobile_type .el-pagination {
  padding: 0;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  min-width: 2.7308em;
  height: auto;
  font-size: 1rem;
  line-height: 2.1538;
}
.mobile_type .el-pagination button, .mobile_type .el-pagination span:not([class*=suffix]) {
  font-size: 0.8rem;
}

.el-pagination button {
  padding: 0 0.4615em;
}

.el-pagination__jump {
  margin-left: 1.8462em;
}

.el-pagination .btn-prev {
  padding-right: 0.9231em;
}

.el-pagination .btn-next {
  padding-left: 0.9231em;
}

.el-pagination__total {
  margin-right: 0.7692em;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  font-size: 1rem;
}
.mobile_type .el-pagination .btn-next .el-icon, .mobile_type .el-pagination .btn-prev .el-icon {
  font-size: 0.8rem;
}

.el-pager li {
  min-width: 2.7308em;
  height: auto;
  padding: 0.3077em;
  font-size: 1rem;
  line-height: 2.1538;
  font-weight: 400;
}
.mobile_type .el-pager li {
  font-size: 0.8rem;
}

.el-input__prefix {
  left: 0.3571em;
}

.el-input__icon {
  width: 1.7857em;
  line-height: 2.8571;
}

.el-date-editor .el-range__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  line-height: 2.2857;
}

.el-date-editor .el-range-input {
  font-size: 0.875rem;
}

.el-date-editor .el-range-separator {
  height: auto;
  padding: 0 0.3571em;
  font-size: 0.875em;
  line-height: 2.2857;
}

.el-range-editor.el-input__inner {
  font-size: 0.875em;
}

.el-select-dropdown__item {
  height: auto;
  padding: 0 1.4286em;
  font-size: 0.875em;
  line-height: 2.4286;
}

.el-button {
  font-size: 0.875em;
  border-width: 0.0714em;
  border-radius: 0.2857em;
}

.el-button [class*=el-icon-] + span {
  margin-left: 0.3571em;
}

.el-button + .el-button,
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 0.7143em;
}

.el-avatar,
.el-cascader-panel,
.el-radio,
.el-radio--medium.is-bordered .el-radio__label,
.el-radio__label {
  font-size: 0.875em;
}

.el-radio__inner {
  width: 1em;
  height: 1em;
  border-width: 0.0714em;
}

.el-radio__inner::after {
  width: 0.2857em;
  height: 0.2857em;
}

.el-select .el-input .el-select__caret {
  font-size: 0.875em;
}

.el-pager {
  display: flex;
  align-items: center;
}
.mobile_type .el-pager {
  max-width: 45vw;
  overflow-x: auto;
}

.el-pagination__editor.el-input {
  width: 3.1667em;
}

.el-pagination__editor {
  height: 1.5em;
  padding: 0 0.1667em;
  margin: 0 0.1667em;
  border-radius: 0.25em;
  line-height: 1.5;
}

.el-pagination__editor.el-input .el-input__inner {
  height: 2.3333em;
}

.el-pagination__jump .el-input__inner {
  padding: 0 0.25em;
}

.old_type .el-menu--horizontal > .el-menu-item {
  padding: 0.591em 1.4545em;
}

.mobile_type .el-pagination__jump {
  margin-left: 0;
}
.mobile_type .el-pagination .btn-next {
  padding-left: 0;
}
.mobile_type .el-pagination .btn-prev {
  padding-right: 0;
}
.mobile_type .zfxxgk-logo img {
  height: 12.6vw !important;
}
.mobile_type .a11y-btns-container {
  top: auto !important;
  bottom: 3.2vw;
}
.mobile_type header {
  background-position: -23.7333vw 0;
  background-size: cover;
}
.mobile_type .main-content {
  width: 100%;
}
.mobile_type .el-menu--horizontal > .el-menu-item {
  padding: 3.2vw;
  font-size: 1.2em;
}
.mobile_type .el-date-editor .el-range-input {
  height: 2.71424em;
}
.mobile_type .el-range-editor.el-input__inner {
  padding: 0 0.6857em;
}
.mobile_type .info {
  margin-top: 3.2vw;
}
.mobile_type .result-content-1 {
  flex-direction: column;
}
.mobile_type .radios-container {
  margin-top: 3.2vw;
  display: flex;
  justify-content: flex-end;
}
.mobile_type .el-radio {
  margin-right: 3.2vw;
}
.mobile_type .el-radio:last-of-type {
  margin-right: 0;
}

/* 日期开始 */
.old_type .el-date-table {
  font-size: 24px;
}
.old_type .el-date-range-picker {
  width: 1100px;
}
.old_type .el-picker-panel {
  border-width: 2px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  line-height: 60px;
}
.old_type .el-date-editor .el-range__close-icon {
  width: 50px;
  font-size: 28px;
  line-height: 64px;
}
.old_type .el-date-range-picker__content.is-left {
  border-right-width: 2px;
}
.old_type .el-date-range-picker__content {
  padding: 32px;
}
.old_type .el-date-range-picker__header {
  height: 56px;
}
.old_type .el-picker-panel__icon-btn {
  margin-top: 16px;
  font-size: 24px;
}
.old_type .el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 100px;
  margin-right: 100px;
}
.old_type .el-date-range-picker__header div {
  font-size: 32px;
}
.old_type .el-date-table th {
  padding: 10px;
  border-width: 2px;
}
.old_type .el-date-table td {
  width: 64px;
  height: 60px;
  padding: 8px 0;
}
.old_type .el-date-table td div {
  height: 60px;
  padding: 6px 0;
}
.old_type .el-date-table td span {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.old_type .el-date-table td.start-date div {
  margin-left: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.old_type .el-date-table td.end-date div {
  margin-right: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* 日期结束 */
/* 日期移动端开始 */
.mobile_type .el-date-range-picker {
  width: 93.6vw;
}
.mobile_type .el-date-range-picker .el-picker-panel__body {
  min-width: auto;
  display: flex;
  flex-direction: column;
}
.mobile_type .el-date-range-picker__content {
  width: 100%;
  border: none;
}
.mobile_type .el-date-editor .el-range__close-icon {
  width: 6.6667vw;
  font-size: 3.7333vw;
  line-height: 8.5333vw;
}
.mobile_type .el-date-range-picker__content {
  padding: 2.1333vw;
}
.mobile_type .el-date-range-picker__header {
  height: 7vw;
}
.mobile_type .el-picker-panel__icon-btn {
  margin-top: 2vw;
  font-size: 3vw;
}
.mobile_type .el-date-range-picker__header div {
  font-size: 4vw;
}
.mobile_type .el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 12.5vw;
  margin-right: 12.5vw;
}
.mobile_type .el-picker-panel {
  margin: 1.25vw;
  border-radius: 1vw;
  line-height: 7.5vw;
  box-shadow: 0 0.5vw 3vw 0 rgba(0, 0, 0, 0.1);
  border-width: 0.25vw;
}
.mobile_type .el-date-table {
  font-size: 3vw;
}
.mobile_type .el-date-table th {
  padding: 1.25vw;
  border-width: 0.25vw;
}
.mobile_type .el-date-table td {
  width: 8vw;
  height: 5.3333vw;
  padding: 0;
}
.mobile_type .el-date-table td div {
  height: 7.4667vw;
  padding: 0.75vw 0;
}
.mobile_type .el-date-table td.start-date div {
  margin-left: 1.3333vw;
  border-top-left-radius: 4vw;
  border-bottom-left-radius: 4vw;
}
.mobile_type .el-date-table td.end-date div {
  margin-right: 1.3333vw;
  border-top-right-radius: 4vw;
  border-bottom-right-radius: 4vw;
}
.mobile_type .el-date-table td span {
  width: 6vw;
  height: 6vw;
  line-height: 6vw;
}

/* 日期移动端结束 */
/* 分页移动端开始 */
.mobile_type .pagination {
  margin-top: 3.2vw;
  justify-content: center;
}
.mobile_type .el-pager li,
.mobile_type .el-pagination .btn-next,
.mobile_type .el-pagination button {
  min-width: auto;
}

/* 分页移动端结束 */
/* 侧边导航开始 */
.old_type .el-menu[role=menubar] {
  border: 0.0625rem solid #dcdfe6;
  border-top: none;
  border-radius: 0.2857rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mobile_type .el-menu[role=menubar] {
  width: calc(100% - 6.4vw);
  margin: 0 auto;
  border: 0.0625rem solid #dcdfe6;
  border-top: none;
  border-radius: 0.2857rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.el-menu[role=menubar] > .el-submenu > .el-menu {
  max-height: 600px;
  overflow-y: auto;
}
.old_type .el-menu[role=menubar] > .el-submenu > .el-menu {
  max-height: 40vh;
}

.el-menu[role=menubar] > .el-submenu.is-opened {
  background-color: #ecf5ff;
}

.el-submenu {
  overflow: hidden;
}

.el-submenu__title {
  padding: 0 calc(50rem / 16) !important;
  font-size: 1em;
}
.mobile_type .el-submenu__title {
  padding: 0 3.2vw !important;
}

.el-submenu__icon-arrow {
  font-size: 1em;
  right: 1.25rem;
  margin-top: -0.4375rem;
}

.el-dropdown-menu__item,
.el-menu-item {
  font-size: 1em;
}

.el-menu-item,
.el-submenu__title {
  height: 3.5rem;
  line-height: 3.5rem;
}
.el-menu-item[style*="padding-left: 20px;"],
.el-submenu__title[style*="padding-left: 20px;"] {
  padding-left: calc(20rem / 16) !important;
}
.mobile_type .el-menu-item[style*="padding-left: 20px;"], .mobile_type .el-submenu__title[style*="padding-left: 20px;"] {
  padding-left: 3.2vw !important;
}

.el-menu-item[style*="padding-left: 40px;"],
.el-submenu__title[style*="padding-left: 40px;"] {
  padding-left: calc(40rem / 16) !important;
}
.mobile_type .el-menu-item[style*="padding-left: 40px;"], .mobile_type .el-submenu__title[style*="padding-left: 40px;"] {
  padding-left: 6.4vw !important;
}

.el-menu-item[style*="padding-left: 60px;"],
.el-submenu__title[style*="padding-left: 60px;"] {
  padding-left: calc(60rem / 16) !important;
}
.mobile_type .el-menu-item[style*="padding-left: 60px;"], .mobile_type .el-submenu__title[style*="padding-left: 60px;"] {
  padding-left: 9.6vw !important;
}

.el-submenu .el-menu-item {
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 calc(30rem/16);
}
.mobile_type .el-submenu .el-menu-item {
  padding: 0 6.4vw;
}

/* 侧边导航结束 */