@charset 'utf-8';
body {
  max-width: 1920px;
  margin: 0 auto;
  background: #f8f9fb;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.header_box .header_top {
  height: 200px;
  background: url(topHeader.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 10px;
}
.header_box .header_top .gov_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
}
/* 
.header_box .header_top .gov_box a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  float: left;
}
.header_box .header_top .gov_box .divider {
  float: left;
  display: inline-block;
  width: 2px;
  height: 15px;
  background-color: #ffffff;
  margin: 0 12px;
  color: #ffffff;
} */
.header_box .header_top #datetime {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
}
.header_box .header_top .gov_name_search {
  margin-bottom: 28px;
  width: 100%;
  box-sizing: border-box;
  height: 72px;
}
.header_box .header_top .gov_name_search .gov_name_box {
  display: inline-block;
  line-height: 70px;
}
.header_box .header_top .gov_name_search .gov_name_box img {
  width: 70px;
  margin-right: 38px;
  float: left;
}
.header_box .header_top .gov_name_search .gov_name_box .gov_name {
  font-size: 54px;
  color: #ffffff;
  font-weight: bold;
  width: 500px;
  white-space: nowrap;
}
.header_box .header_top .gov_name_search .gov_search {
  margin: 16px 0;
  float: right;
  width: 474px;
  height: 40px;
  background: #fffcf5;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 3px 3px 3px 20px;
}
.header_box .header_top .gov_name_search .gov_search .search_input {
  box-sizing: border-box;
  height: 34px;
  width: 80%;
  font-size: 14px;
}
.header_box .header_top .gov_name_search .gov_search .search_btn {
  float: right;
  width: 84px;
  height: 34px;
  background: #d6e4f6;
  border-radius: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.header_box .header_top .nav_list {
  font-size: 20px;
  letter-spacing: -0.5px;
  /* Flexbox 旧版语法 */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header_box .header_top .nav_list .nav_item {
  display: inline-block;
  font-size: 20px;
  position: relative;
  color: #ffffff;
  min-width: 100px;
  height: 42px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.header_box .header_top .nav_list .nav_item > a {
  color: #ffffff;
}
.header_box .header_top .nav_list .nav_item ul {
  position: absolute;
  width: 152px;
  padding: 0 14px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: rgba(3, 16, 47, 0.5);
  z-index: 999;
}
.header_box .header_top .nav_list .nav_item ul {
  display: none;
}
.header_box .header_top .nav_list .nav_item ul li {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
.header_box .header_top .nav_list .nav_item ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
}
.header_box .header_top .nav_list .nav_item > a:hover {
  /* font-size: 22px; */
  /* IE10 支持伪类 after */
}
.header_box .header_top .nav_list .nav_item > a:hover::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background-color: #54a2ff;
}
.header_box .header_top .nav_list .nav_item.cur {
  /* font-size: 24px; */
}
.header_box .header_top .nav_list .nav_item.cur::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background-color: #54a2ff;
}
.header_box .header_line {
  width: 100%;
  height: 2px;
  background-color: #54a2ff;
}
.header_box .header_welcome {
  height: 100px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  /* Flexbox 旧版语法 */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.65px;
}
.header_box .header_welcome .header_time {
  margin-top: 12px;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 16px;
  height: 16px;
}
.page_bottom_box {
  width: 100%;
  height: 150px;
  background: #0b64cf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.page_bottom_box .page_bottom {
  display: -ms-flexbox; /* IE10 prefix */
  display: flex;
  font-size: 16px;
  color: #ffffff;
  -ms-flex-pack: center; /* IE10 equivalent for justify-content: center */
  justify-content: center;
  -ms-flex-align: center; /* IE10 equivalent for align-items: center */
  align-items: center;
  letter-spacing: 0.8px;
}
.page_bottom > div {
  position: relative;
  line-height: 1;
}
.page_bottom > div:first-child {
  width: 529px;
}
.page_bottom > div:nth-child(2) {
  width: 465px;
  padding-left: 50px;
}
.page_bottom > div:last-child {
  flex: 1;
  padding-left: 133px;
}
.page_bottom > div::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #ffffff;
  top: -25px;
  right: 0;
}
.page_bottom > div:last-child::after {
  display: none;
}
.page_bottom > div > p:last-child {
  margin-top: 24px;
}
.page_bottom > div > p img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 6px;
}
.page_bottom > div > p a {
  color: #ffffff;
}
.page_bottom_box .page_bottom .pic1 {
  width: 40px;
  margin-right: 48px;
  margin-bottom: 5px;
}
.page_bottom_box .page_bottom .pic2 {
  width: 56px;
}
.page_bottom_box .page_bottom .bottom_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: #ffffff;
}
.page_bottom_box .page_bottom .bottom_info a {
  color: #ffffff;
}
.page_bottom_box .page_bottom .bottom_info .info_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.page_bottom_box .page_bottom .bottom_info .info_top .top_info_item {
  margin-right: 50px;
}
.page_bottom_box .page_bottom .bottom_info .info_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 30px;
}
.page_bottom_box .page_bottom .bottom_info .info_bottom .mr12 {
  margin-right: 12px;
}
.local {
  height: 78px;
  line-height: 78px;
  position: relative;
}
.local a,
.local span {
  color: #2b2b2b;
  font-size: 18px;
}
.local .cur {
  color: #2b2b2b;
}
.local img {
  margin-right: 10px;
  width: 20px;
}
.local .arrow {
  margin: 0 4px;
}
.last {
  display: inline-block;
  width: 120px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content_box {
  width: 100%;
  background-color: #f9fbff;
}
.common_pagination {
  margin: 0 auto;
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_pagination .current_page {
  margin-right: 22px;
}
.drop-groups {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d7b88b;
  position: relative;
  /* background-color: #f8f9fb; */
}
.drop-down {
  /* width: 16.66%; */
  height: 50px;
  text-align: center;
}
.drop-down .tag {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  padding-right: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
.drop-down .tagSelect:after {
  display: inline-block;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 9px;
  height: 5px;
  background: url(common-ic4.png) no-repeat right center;
}
.drop-down:nth-child(1) .tag:after {
  display: none;
}
.drop-down:nth-child(2) .tag:after {
  display: none;
}
.drop-down .cur:after {
  transform: rotate(180deg);
}
.drop-down .tag a {
  display: inline-block;
  color: #666666;
}
.drop-down:first-child .tag {
  background: none;
  padding: 0;
}
.drop-lists {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  overflow: auto;
  display: none;
  text-align: left;
  background: #fff;
  border: 1px solid #898989;
  padding: 10px 0;
  z-index: 999;
}
.drop-lists li {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 20%;
  color: #313131;
  text-align: center;
}
.drop-lists a {
  display: inline-block;
  line-height: 36px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 7.5);
    font-size: -webkit-calc(13.33333333vw);
  }
  .header_box {
    /* height: 4.2rem;
    padding-top: 0.56rem; */
    position: relative;
  }
  .header_box .header_top {
    height: auto;
  }
  #untitled {
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  #untitled img {
    width: 100%;
  }
  .header_box .header_top .gov_box {
    display: none;
    justify-content: center;
    margin-bottom: 0.24rem;
  }
  .header_box .header_top .gov_box a {
    font-size: 0.2rem;
  }
  .header_box .header_top .gov_box .divider {
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    margin: 0 0.12rem;
  }
  .header_box .header_top .gov_name_search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0.24rem;
    height: auto;
  }
  .header_box .header_top .gov_name_search .gov_name_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.12rem;
  }
  .header_box .header_top .gov_name_search .gov_name_box img {
    width: 0.98rem;
    margin-right: 0.3rem;
  }
  .header_box .header_top .gov_name_search .gov_name_box .gov_name {
    font-size: 0.54rem;
    width: auto;
  }
  .header_box .header_top .gov_name_search .gov_search {
    display: flex;
    align-items: center;
    width: 5rem;
    height: 0.7rem;
    border-radius: 0.5rem;
    margin: 0;
    padding: 0 0.1rem 0 0.2rem;
  }
  .header_box .header_top .gov_name_search .gov_search .search_input {
    height: 0.64rem;
    width: 80%;
    font-size: 0.24rem;
    box-sizing: border-box;
  }
  .header_box .header_top .gov_name_search .gov_search .search_btn {
    width: 1rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background: #d6e4f6;
    border-radius: 0.4rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #303030;
  }
  .header_box .header_line {
    display: none;
  }
  .header_box .header_welcome {
    display: none;
  }
  .out_links {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.24rem;
  }
  .out_links .out_box .drop-down {
    min-width: 1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    position: relative;
  }
  .out_links .out_box .drop-down .tag {
    width: 100%;
    height: 0.48rem;
    box-sizing: border-box;
    color: #666666;
    font-size: 0.2rem;
    line-height: 0.48rem;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .out_links .out_box .drop-down .tag img {
    width: 0.15rem;
  }
  .out_links .out_box .drop-lists {
    position: absolute;
    width: 100%;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #eee;
    max-height: 2rem;
    overflow: auto;
    display: none;
    z-index: 9;
    background: #fff;
  }
  .out_links .out_box .drop-lists li {
    height: 0.5rem;
    line-height: 0.5rem;
    width: 100%;
  }
  .out_links .out_box .drop-lists a {
    display: block;
    line-height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.1rem;
    font-size: 0.18rem;
    cursor: pointer;
  }
  .out_links .out_box .drop-lists a:hover {
    background: #eee;
  }
  .out_links .out_box .drop-groups2 {
    position: relative;
  }
  .out_links .out_box .drop-groups2 .drop-down {
    position: initial;
  }
  .page_bottom {
    flex-direction: column;
    text-align: center;
  }
  .page_bottom_box {
    height: auto;
    box-sizing: border-box;
    padding: 0.24rem;
  }
  .page_bottom > div {
    width: 100% !important;
    padding-left: 0 !important;
    line-height: 1.2 !important;
  }
  .page_bottom > div::after {
    display: none;
  }
  .page_bottom > div:last-child::after {
    display: none;
  }
  .page_bottom > div > p:last-child {
    margin-top: 0;
  }
  .page_bottom > div:nth-child(2) {
    margin-top: 0;
  }
  .page_bottom_ICP {
    display: block;
  }
  .page_bottom > div > p img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 6px;
  }
  .page_bottom > div:last-child {
    text-align: center;
  }
  .page_bottom_box .page_bottom .pic1 {
    height: 0.8rem;
    width: auto;
    margin-right: 0.64rem;
  }
  .page_bottom_box .page_bottom .pic2 {
    height: 0.8rem;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .page_bottom_box .page_bottom .bottom_info {
    display: flex;
    flex-direction: column;
    font-size: 0.24rem;
    color: #ffffff;
    width: 100%;
    margin-top: 0.24rem;
  }
  .page_bottom_box .page_bottom .bottom_info a {
    color: #ffffff;
  }
  .page_bottom_box .page_bottom .bottom_info .info_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.24rem;
  }
  .page_bottom_box .page_bottom .bottom_info .info_top .top_info_item {
    margin-right: 0.3rem;
  }
  .page_bottom_box .page_bottom .bottom_info .info_bottom {
    display: flex;
    flex-direction: column;
    line-height: 0.42rem;
    font-size: 0.24rem;
    text-align: center;
  }
  .page_bottom_box .page_bottom .bottom_info .info_bottom .mr12 {
    margin-right: 0.2rem;
  }
  .local {
    padding: 0 0.24rem;
    margin-bottom: 0;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .local span,
  .local a {
    font-size: 0.24rem !important;
  }
  .drop-groups {
    display: none;
  }
  .common_pagination .search-pagination {
    font-size: 0.24rem;
  }
  .common_pagination .current_page {
    display: none;
  }
  .common_pagination .jump-container {
    display: none;
  }
  .common_pagination .previous-page,
  .common_pagination .next-page {
    font-size: 0.2rem;
    width: 1rem;
    height: 0.4rem;
  }
  .common_pagination .next-page {
    background: #0068b7;
    color: #ffffff;
  }

  .nav_list {
    position: fixed;
    flex-direction: column;
    top: 0.64rem;
    right: 0.16rem;
    margin-top: 0 !important;
    background-color: rgba(9, 83, 183, 1);
    z-index: 9999;
  }
  .nav_list ul li.on::after {
    display: none;
  }
  .nav_list ul {
    display: block;
  }
  .nav_item {
    display: block !important;
    font-size: 0.24rem;
    width: 2.4rem;
    height: 0.96rem !important;
    line-height: 0.96rem !important;
    font-size: 0.24rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav_item:last-child {
    border-bottom: none;
  }
  .nav_item a {
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .nav_item.cur {
    /* font-size: 0.32rem !important; */
  }
  .nav_item.cur::after,
  .nav_item > a:hover::after {
    height: 0 !important;
  }
  .nav_item > a:hover {
    /* font-size: 0.24rem !important; */
  }
  .nav_item > a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .nav_list .nav_item ul {
    display: none;
    position: absolute;
    padding: 0 !important;
    width: 2.4rem !important;
    left: -2.4rem !important;
    transform: translateX(0) !important;
    top: 0 !important;
    background-color: rgba(9, 83, 183, 1) !important;
  }
  .nav_item ul li {
    height: 0.96rem !important;
    line-height: 0.96rem !important;
  }
  .nav_item ul li a {
    /* font-size: 0.24rem !important; */
  }
  #_ideConac {
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
  }
  #_ideConac > a {
    height: 100%;
  }
  #_ideConac > a > img {
    height: 100%;
  }
}
