/* 信息公开网头部 */
.header-information {
  width: 100%;
  height: 5.8rem;
  background: #003899;
  box-shadow: 0rem 0.03rem 0.25rem 0rem rgba(170, 170, 170, 0.42);
  position: fixed;
  top: 0;
  z-index: 9999;
}
.header-information .top-container {
  width: 100%;
  height: 1.2rem;
  position: relative;
  /* 搜索 */
}
.header-information .top-container .searchBox {
  height: 1.2rem;
  position: absolute;
  top: 0rem;
  right: 5.25rem;
}
.header-information .top-container .searchBox #search {
  height: 1.2rem;
}
.header-information .top-container .searchBox #search .search_input {
  width: 10rem;
  height: 1.2rem;
  background: #164fb1;
  font-size: 0.4rem;
  color: #fff;
  outline: none;
  border: 0;
  padding: 0 1.5rem 0 0.75rem;
}
.header-information .top-container .searchBox #search .search_input::-webkit-input-placeholder {
  color: #ddd;
}
.header-information .top-container .searchBox #search .search_input:-moz-placeholder {
  color: #ddd;
}
.header-information .top-container .searchBox #search .search_input::-moz-placeholder {
  color: #ddd;
}
.header-information .top-container .searchBox #search .search_input:-ms-input-placeholder {
  color: #ddd;
}
.header-information .top-container .searchBox #search .search_input::-ms-clear {
  width: 0.6rem;
  color: #fff;
}
.header-information .top-container .searchBox #search #search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.header-information .top-container .searchBox #search #search_icon .iconfont {
  color: #fff;
  font-size: 0.55rem;
}
.header-information .top-container .link {
  color: #fff;
  font-size: 0.4rem;
  position: absolute;
  top: 50%;
  right: 1.75rem;
  transform: translateY(-50%);
}
.header-information .header-container {
  width: 100%;
  height: 4.6rem;
  background: #fff;
  position: relative;
}
.header-information .header-container .logo {
  height: 1.63rem;
  position: absolute;
  top: 0.73rem;
  left: 50%;
  transform: translateX(-50%);
}
.header-information .header-container .menuList {
  width: 100%;
  height: 1.25rem;
  padding: 0 8.13rem 0 7.55rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
}
.header-information .header-container .menuList .menuItem {
  cursor: pointer;
  position: relative;
}
.header-information .header-container .menuList .menuItem p {
  min-width: 2.38rem;
  color: #003899;
  font-size: 0.55rem;
  text-align: center;
}
.header-information .header-container .menuList .menuItem p a {
  color: #003899;
}
.header-information .header-container .menuList .menuItem p span {
  display: none;
  width: 2.38rem;
  height: 0.25rem;
  background: #003899;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-information .header-container .menuList .menuItem:hover span {
  display: block;
}
.header-information .header-container .menuList .menuItem:hover .subMenuList {
  display: inline-block;
  transition: 0.3s;
}
.header-information .header-container .menuList .menuItem.active span {
  display: block;
}
.header-information .header-container .menuList .menuItem .subMenuList {
  display: none;
  width: auto;
  margin-top: 0.5rem;
  padding: 0.5rem 0.63rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0.03rem 0.08rem 0.13rem 0rem rgba(0, 56, 153, 0.3);
  transition: 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-information .header-container .menuList .menuItem .subMenuList li {
  color: #003899;
  font-size: 0.55rem;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.35rem;
}
.header-information .header-container .menuList .menuItem .subMenuList li:nth-of-type(1) {
  margin-top: 0;
}
.header-information .header-container .menuList .menuItem .subMenuList li a {
  color: #003899;
}
.header-information .header-container .menuList .menuItem .subMenuList li:hover {
  font-weight: bold;
}
.header-information .menu-phone {
  display: none;
}
.main {
  width: 100%;
  background: #fdfdfe;
  min-height: 24rem;
}
.main .img-container {
  width: 100%;
  height: 12.5rem;
  position: relative;
}
.main .img-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .img-container .title {
  height: 1.68rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.68rem;
  letter-spacing: 5px;
  position: absolute;
  left: 6.5rem;
  bottom: 2.2rem;
}
/* 面包屑 */
.crumbs-container {
  width: 18.27rem;
  height: 2.55rem;
  background: linear-gradient(136deg, #176dea 0%, #023793 100%);
  border-radius: 0rem 2.5rem 0rem 0rem;
  position: absolute;
  left: 0;
  top: -1.28rem;
  display: flex;
  align-items: center;
  padding-left: 6.6rem;
}
.crumbs-container li {
  height: 0.68rem;
  font-size: 0.5rem;
  color: #fff;
  line-height: 0.68rem;
  margin-right: 0.35rem;
}
.crumbs-container li a {
  color: #fff;
}
/* 分页 */
.paging-container {
  display: flex;
  justify-content: center;
  margin-top: 3.28rem;
}
.paging-container li {
  width: 1.23rem;
  height: 1.23rem;
  border: 0.03rem solid #aaa;
  border-right: none;
  font-size: 0.5rem;
  font-weight: 400;
  color: #333;
  line-height: 1.23rem;
  text-align: center;
  cursor: pointer;
}
.paging-container li a {
  color: #333;
}
.paging-container li .iconfont {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}
.paging-container li:nth-last-of-type(1) {
  border-right: 0.03rem solid #aaa;
}
.paging-container li:hover {
  border-color: #013c71;
}
.paging-container li:hover + li {
  border-left: 0.03rem solid #013c71;
}
.paging-container li:hover a {
  color: #013c71;
}
.paging-container li:hover .iconfont {
  color: #013c71;
}
/* 上一篇 /下一篇 */
.links {
  width: 100%;
  margin-top: 0.75rem;
}
.links a {
  width: 100%;
  display: block;
  color: #333;
  font-size: 0.45rem;
  font-weight: 500;
  margin-bottom: 0.48rem;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links a:hover {
  color: #003899;
}
/* 底部  */
.footer {
  width: 100%;
  position: relative;
}
.footer .footer-container {
  width: 100%;
  height: 6.98rem;
  background: #003899;
  padding-left: 3.65rem;
  position: relative;
}
.footer .footer-container .bg {
  width: 11.08rem;
  height: 7.65rem;
  position: absolute;
  left: -0.1rem;
  top: -0.5rem;
  opacity: 0.05;
}
.footer .footer-container .info-container::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.footer .footer-container .info-container .logo {
  width: 8.13rem;
  height: 1.73rem;
  margin-top: 1.65rem;
}
.footer .footer-container .info-container .contact {
  margin-top: 1.08rem;
  padding: 0 0 0 1.18rem;
  margin-left: 1.05rem;
  border-left: 0.01rem solid #fff;
}
.footer .footer-container .info-container .contact p {
  width: 16rem;
  font-size: 0.35rem;
  color: #fff;
  line-height: 0.8rem;
}
.footer .footer-container .linkList {
  position: absolute;
  margin-top: 1rem;
  height: 0.68rem;
}
.footer .footer-container .linkList li {
  float: left;
  height: 0.68rem;
  color: #fff;
  font-size: 0.5rem;
  line-height: 0.68rem;
  margin-right: 1.48rem;
}
.footer .footer-container .linkList li a {
  color: #fff;
}
.footer .footer-container .linkList li:hover a {
  color: #98beff;
}
.footer .footer-container .linkList li:nth-last-of-type(1) {
  position: relative;
}
.footer .footer-container .linkList li:nth-last-of-type(1):before {
  content: "";
  width: 0.03rem;
  height: 0.65rem;
  background: #fff;
  position: absolute;
  left: -0.74rem;
  top: 0;
}
.footer .footer-container .qrcode {
  position: absolute;
  top: 1.27rem;
  right: 3.7rem;
}
.footer .footer-container .qrcode div:nth-child(2) {
  margin: 0 1.15rem;
}
.footer .footer-container .qrcode div img {
  width: 3.55rem;
  height: 3.55rem;
}
.footer .footer-container .qrcode div p {
  height: 0.53rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  margin-top: 0.25rem;
}
.footer .copyright {
  width: 100%;
  height: 1.5rem;
  background: #d8d8d8;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.4rem;
  color: #202020;
}
/* 返回顶部 */
#goTop {
  width: 1.38rem;
  height: 1.43rem;
  transition: height 0.3s;
  position: fixed;
  bottom: 9.75rem;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
#goTop img {
  width: 1.38rem;
  height: 1.43rem;
}
@media screen and (max-width: 1200px) {
  /* 信息公开网头部 */
  .header-information {
    height: 4.2rem;
    /* 手机端菜单 */
  }
  .header-information .top-container {
    height: 1.85rem;
  }
  .header-information .top-container .searchBox {
    height: 1.85rem;
    right: 8rem;
  }
  .header-information .top-container .searchBox #search .search_input {
    margin-top: 0.35rem;
  }
  .header-information .top-container .link {
    right: 3.2rem;
  }
  .header-information .header-container {
    height: 3rem;
  }
  .header-information .header-container .menuList {
    display: none;
  }
  .header-information .menu-phone {
    display: block;
  }
  .header-information .menu-phone .menu {
    height: 0.7rem;
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    z-index: 999;
  }
  .header-information .menu-phone .iconclose {
    display: none;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    top: 0.4rem;
    right: 0.7rem;
    z-index: 999;
  }
  .header-information .menu-phone .menuList-phone {
    display: none;
    width: 6rem;
    padding: 0.3rem 0.5rem 0.4rem 0.45rem;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 1.82rem;
    right: 0.8rem;
    z-index: 9999;
  }
  .header-information .menu-phone .menuList-phone .menuItem {
    width: 100%;
    padding: 0.5rem 0;
    border-top: 0.03rem;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    border-top: 0.03rem solid #fff;
    opacity: 0.8;
  }
  .header-information .menu-phone .menuList-phone .menuItem a {
    color: #fff;
  }
  .header-information .menu-phone .menuList-phone .menuItem .subMenuList {
    display: none;
  }
  .header-information .menu-phone .menuList-phone .menuItem .subMenuList li {
    font-size: 0.6rem;
    color: #fff;
    margin-top: 0.4rem;
  }
  .header-information .menu-phone .menuList-phone .menuItem .subMenuList li.active a {
    color: #5e98fc;
  }
  .header-information .menu-phone .menuList-phone .menuItem:nth-of-type(1) {
    border-top: none;
  }
  .header-information .menu-phone .menuList-phone .menuItem.active {
    height: auto;
  }
  .header-information .menu-phone .menuList-phone .menuItem.active p a {
    color: #5e98fc;
  }
  .header-information .menu-phone .menuList-phone .menuItem.active .subMenuList {
    display: block;
  }
  .main .img-container {
    height: 8.9rem;
  }
  .main .img-container .title {
    height: 1.05rem;
    font-size: 0.8rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.05rem;
    position: absolute;
    left: 0.8rem;
    bottom: 1.15rem;
  }
  /* 面包屑 */
  .crumbs-container {
    width: auto;
    height: 1.5rem;
    border-radius: 0rem 5rem 0rem 0rem;
    top: -0.75rem;
    padding: 0 1.8rem 0 0.8rem;
  }
  /* 底部 */
  .footer .bg {
    display: none;
  }
  .footer .footer-container {
    height: 22.85rem;
    padding: 0 0.8rem;
  }
  .footer .footer-container .info-container .logo {
    float: none;
    width: auto;
    height: 2.55rem;
    margin-top: 0;
    position: absolute;
    top: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-container .info-container .contact {
    float: none;
    margin-top: 0rem;
    margin-left: 0;
    padding: 0 0.8rem 0 0;
    border-left: none;
    position: absolute;
    top: 4.75rem;
  }
  .footer .footer-container .info-container .contact p {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.3rem;
  }
  .footer .footer-container .qrcode {
    top: 12rem;
    right: unset;
  }
  .footer .footer-container .qrcode div:nth-child(2) {
    margin: 0 1.5rem;
  }
  .footer .footer-container .qrcode div img {
    width: 4.75rem;
    height: 4.75rem;
  }
  .footer .footer-container .qrcode div p {
    height: 0.7rem;
    font-size: 0.5rem;
    margin-top: 0.4rem;
  }
  .footer .footer-container .linkList {
    position: absolute;
    top: 19.2rem;
    margin-top: 0;
  }
  .footer .footer-container .linkList li {
    height: 0.8rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.75rem;
    margin-right: 1.7rem;
  }
  .footer .footer-container .linkList li:nth-child(4) {
    margin-right: 0;
  }
  .footer .footer-container .linkList li:nth-last-of-type(1):before {
    left: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer .copyright {
    height: 2.35rem;
    line-height: 2.35rem;
    font-size: 0.6rem;
  }
  /* 返回顶部 */
  #goTop {
    width: 1.45rem;
    height: 1.5rem;
    bottom: 4rem;
  }
  #goTop img {
    width: 1.45rem;
    height: 1.5rem;
  }
}


.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    width: 1.23rem !important;
    height: 1.23rem !important;
    font-size: 0.5rem !important;
    font-weight: 400 !important;
    color: #333;
    line-height: 1.23rem !important;
    text-align: center !important;
    cursor: pointer !important;
    padding:0 !important;
    margin:0 !important;
}
.pb_sys_common .p_t,.pb_sys_common .p_goto a{
    height: 1.23rem !important;
    font-size: 0.5rem !important;
    font-weight: 400 !important;
    color: #333;
    line-height: 1.23rem !important;
    text-align: center !important;
    padding:0 2px !important;
    margin:0 !important;
}
.pb_sys_common .p_goto_input{
    font-size: 0.5rem !important;
    font-weight: 400 !important;
      color: #333;
    line-height: 1.23rem !important;
    text-align: center !important;
    width: 1.23rem !important;
    height: 1.23rem !important;
     margin:0 !important;
}
.pb_sys_common .p_dot{
   margin-left: 15px !important;
    margin-right: 15px !important;
    color: #222;
}
.pb_sys_common{margin-top:30px;}

  .paging-phone {
    display: none;
 

  }

@media screen and (max-width: 1200px){
  /* 分页 */
  .paging-container {
    display: none !important;
  }
.pb_sys_common .p_pages .p_first,.pb_sys_common .p_pages .p_no,.pb_sys_common .p_pages p_no_d,.pb_sys_common .p_pages p_dot,.pb_sys_common .p_pages .p_last{
   display: none;
}
.pb_sys_common .p_dot,.pb_sys_style1 .p_no_d,.pb_sys_common .p_pages .p_first_d,.pb_sys_common .p_pages .p_last_d{
 display: none !important;
}
  .paging-phone {
    margin-top: 1rem;
    display: block;
  padding: 0.5rem 0.8rem 0;

  }
.pb_sys_common .p_prev,.pb_sys_common .p_prev_d{float:left;}
.pb_sys_common .p_next,.pb_sys_common .p_next_d{float:right;}
  .paging-phone a, .pb_sys_common .p_prev a, .pb_sys_common .p_next a,.pb_sys_common .p_prev_d,.pb_sys_common .p_next_d{
    display: block;
    width: 6rem !important;
    height: 2.5rem !important;
    border: 0.05rem solid #aaa !important;
    text-align: center;
    line-height: 2.5rem !important;
    font-size: 0.8rem;
    font-weight: bold;
    color: #777;
  }
}