/*! CSS Used from: https://www.bjsc.net.cn/static/css/2.10af47a8.chunk.css */
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text] {
  -webkit-appearance: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1em;
}

a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #40a9ff;
}

a:active {
  color: #096dd9;
}

a:active, a:hover {
  text-decoration: none;
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a, input:not([type=range]) {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

input {
  overflow: visible;
}

::selection {
  color: #fff;
  background: #1890ff;
}

.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon:before {
  display: none;
}

.ant-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
}

.ant-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-pagination:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}

.ant-pagination-item {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}

.ant-pagination-item {
  min-width: 32px;
  font-family: Arial;
  text-align: center;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, .65);
  -webkit-transition: none;
  transition: none;
}

.ant-pagination-item a:hover {
  text-decoration: none;
}

.ant-pagination-item:focus, .ant-pagination-item:hover {
  border-color: #1890ff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ant-pagination-item:focus a, .ant-pagination-item:hover a {
  color: #1890ff;
}

.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}

.ant-pagination-item-active a {
  color: #1890ff;
}

.ant-pagination-item-active:focus, .ant-pagination-item-active:hover {
  border-color: #40a9ff;
}

.ant-pagination-item-active:focus a, .ant-pagination-item-active:hover a {
  color: #40a9ff;
}

.ant-pagination-jump-next {
  outline: 0;
}

.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, .25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: .13em;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.ant-pagination-jump-next:focus .ant-pagination-item-link-icon, .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}

.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis, .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}

.ant-pagination-jump-next, .ant-pagination-prev {
  margin-right: 8px;
}

.ant-pagination-jump-next, .ant-pagination-next, .ant-pagination-prev {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, .65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ant-pagination-next, .ant-pagination-prev {
  outline: 0;
}

.ant-pagination-next a, .ant-pagination-prev a {
  color: rgba(0, 0, 0, .65);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-pagination-next:hover a, .ant-pagination-prev:hover a {
  border-color: #40a9ff;
}

.ant-pagination-next .ant-pagination-item-link, .ant-pagination-prev .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ant-pagination-next:focus .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link, .ant-pagination-prev:focus .ant-pagination-item-link, .ant-pagination-prev:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-pagination-disabled, .ant-pagination-disabled:focus, .ant-pagination-disabled:hover {
  cursor: not-allowed;
}

.ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:focus .ant-pagination-item-link, .ant-pagination-disabled:focus a, .ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination-disabled:hover a, .ant-pagination-disabled a {
  color: rgba(0, 0, 0, .25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}

.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 50px;
  margin: 0 8px;
}

.ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
}

.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-next, .ant-pagination.mini .ant-pagination-prev {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link, .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after, .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px;
}

@media only screen and (max-width: 992px) {
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}

/*! CSS Used from: https://www.bjsc.net.cn/static/css/main.edb6fcb2.chunk.css */
div, input, li, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

i {
  font-style: normal;
  font-weight: 400;
}

ul {
  list-style: none;
}

input {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input {
  *font-size: 100%;
}

a {
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

/*! CSS Used from: Embedded */
@media (max-width: 750px) {
  /*.eyyQSA {*/
  /*  display: none;*/
  /*}*/
}

@media (min-width: 750px) {
  .eyyQSA {
    width: 953px;
    margin: 0px auto;
  }

  .eyyQSA .xwzx_title {
    width: 215px;
    margin-top: 0px;
  }

  .eyyQSA .xwzx_title img {
    width: 100%;
  }

  .eyyQSA .wxzx_list {
    width: 953px;
    margin: 0px auto;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
  }

  .eyyQSA .wxzx_list .xwzxSection {
    width: 460px;
    margin: 30px 0px 10px;
    height: 170px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_img_wrap {
    width: 240px;
    height: 150px;
    border-radius: 7px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_detail {
    width: 205px;
    height: 150px;
    display: flex;
    text-align: left;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_detail .hdbd_section_detail_title {
    font-size: 18px;
    color: rgb(34, 24, 21);
    line-height: 30px;
    width: 100%;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_detail .hdbd_section_date {
    width: 100%;
    color: rgb(0, 156, 190);
    font-size: 18px;
  }

  .eyyQSA .pagenation {
    margin: 60px auto 80px;
    text-align: center;
  }

  .eyyQSA .pagenation .ant-pagination-item-active {
    border-radius: 0px;
    color: rgb(255, 255, 255);
    background: rgb(0, 156, 190);
  }

  .eyyQSA .pagenation .ant-pagination-item-active a {
    color: rgb(255, 255, 255);
  }
}

@media (min-width: 750px) {
  .hpIcDy {
    display: none;
  }
}

@media (max-width: 750px) {
  .hpIcDy {
    width: 7.1rem;
    margin: 0.5rem auto;
  }

  .eyyQSA {
    width: 7.1rem;
    margin: 0.5rem auto;
  }

  .hpIcDy .wxzx_list {
    width: 100%;
    overflow: hidden;
  }

  .hpIcDy .wxzx_list .xwzxSection {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.3rem 0px;
    border-bottom: 0.01rem dashed rgb(159, 159, 159);
    position: relative;
  }

  .eyyQSA .xwzx_title {
    display: none;
  }

  .eyyQSA .wxzx_list .xwzxSection {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.3rem 0px;
    border-bottom: 0.01rem dashed rgb(159, 159, 159);
    position: relative;
  }

  .hpIcDy .wxzx_list .xwzxSection .imgWrap {
    width: 2.45rem;
    height: 1.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_img_wrap {
    width: 2.45rem;
    height: 1.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: inline-block;
  }

  .hpIcDy .wxzx_list .xwzxSection .sec_detail {
    flex: 1 1 0%;
    margin-left: 0.1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
    height: 1.5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .hpIcDy .wxzx_list .xwzxSection .sec_detail .sec_detail_top {
    font-size: 0.29rem;
    color: rgb(0, 0, 0);
    line-height: 0.4rem;
    width: 100%;
  }

  .hpIcDy .wxzx_list .xwzxSection .sec_detail .sec_detail_top .sec_detail_title {
    font-size: 0.29rem;
    color: rgb(0, 0, 0);
    line-height: 0.4rem;
    width: 100%;
  }

  .hpIcDy .wxzx_list .xwzxSection .sec_detail .sec_detail_time {
    width: 100%;
    text-align: left;
    color: rgb(0, 161, 180);
    font-size: 0.28rem;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_detail {
    flex: 1 1 0%;
    margin-left: 0.1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
    height: 1.5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_detail .hdbd_section_detail_title {
    font-size: 0.29rem;
    color: rgb(0, 0, 0);
    line-height: 0.4rem;
    width: 100%;
  }

  .eyyQSA .wxzx_list .xwzxSection .hdbd_section_detail .hdbd_section_date {
    width: 100%;
    text-align: left;
    color: rgb(0, 161, 180);
    font-size: 0.28rem;
  }

  /*.eyyQSA .see_more {*/
  /*  height: 0.64rem;*/
  /*  border-radius: 0.04rem;*/
  /*  font-size: 0.3rem;*/
  /*  color: rgb(255, 255, 255);*/
  /*  line-height: 0.64rem;*/
  /*  text-align: center;*/
  /*  margin: 0.5rem auto 0.7rem;*/
  /*  display: flex;*/
  /*  flex-direction: row;*/
  /*  justify-content: space-between;*/
  /*}*/
  /*.eyyQSA .see_more .page_btn{*/
  /*  display: inline-block;*/
  /*  background: rgb(0, 156, 189);*/
  /*  width: 2.5rem;*/
  /*  border-radius: 0.04rem;*/
  /*}*/
  /*.eyyQSA .page_btn_disable{*/
  /*  background: #d9d9d9;*/
  /*}*/
  /*.eyyQSA .see_more .page_btn a{*/
  /*  color: unset;*/
  /*}*/
}

@media (max-width: 750px) {
  .hXcjvR {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 750px) {
  .hXcjvR {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 750px) {
  .gaNQFR {
    width: 7.1rem;
    margin: 0.3rem auto;
    height: 0.8rem;
    overflow: scroll hidden;
  }

  .gaNQFR::-webkit-scrollbar {
    display: none;
  }

  .gaNQFR div {
    width: 30rem;
  }

  .gaNQFR div .library_nav_link {
    width: 2.26rem;
    height: 0.8rem;
    font-size: 0.26rem;
    color: rgb(0, 156, 189);
    display: block;
    text-align: center;
    line-height: 0.8rem;
    background: rgb(238, 238, 238);
    border-radius: 0.04rem;
    float: left;
    margin: 0px 0.1rem;
  }

  .gaNQFR div .library_nav_link_active {
    color: rgb(255, 255, 255);
    background: rgb(0, 156, 189);
  }
}

@media (min-width: 750px) {
  .gaNQFR {
    width: 190px;
    overflow: hidden;
    float: left;
    border-radius: 6px;
  }

  .gaNQFR .library_nav_link {
    width: 190px;
    height: 50px;
    font-size: 20px;
    color: rgb(0, 156, 190);
    background: rgb(238, 238, 238);
    display: block;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 1px;
  }

  .gaNQFR .library_nav_link_active {
    color: rgb(255, 255, 255);
    background: rgb(0, 156, 190);
    font-weight: bold;
  }
}

@media (min-width: 750px) {
  .elXAsP {
    width: 953px;
    float: right;
  }
}

@media (min-width: 750px) {
  .ijxLQz .library_content {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto;
  }
}

.hhEiLH {
  width: 100%;
  overflow: hidden;
}

@media (max-width) {
  .hhEiLH {
    padding-top: 4.26rem;
  }
}

.see_more {
  display: none;
}