html {
  font-size: 23.4375px;
}
body {
  font-size: 0.65rem;
  background-color: #F6F6F6;
}
#page .shadow_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
}
#page .shadow_box.active {
  left: 0;
}
#page .shadow_box .search_b {
  position: absolute;
  bottom: 30%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 303px;
  height: 45px;
}
#page .shadow_box .search_b form {
  display: flex;
}
#page .shadow_box .search_b form .search {
  width: 227px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
  border-radius: 15px 0 0 15px;
}
#page .shadow_box .search_b form .submit {
  border: 0;
  width: 76px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  border-radius: 0 15px 15px 0;
  background: #2F4183 url(../images/search.png) no-repeat center;
  background-position-x: 27px;
}
#page .shadow_box .close_shadow {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: url("../images/close_search.png") no-repeat center;
}
#page .header_block {
  background-color: #8AB9FA;
  display: block;
}
#page .header_block .logo_search-block {
  padding: 8px 0;
  display: block;
  z-index: 9999;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 70px;
}
#page .header_block .logo_search-block .wrap {
  padding: 0 15px;
  width: 100%;
  height: 54px;
  box-sizing: border-box;
}
#page .header_block .logo_search-block .wrap .logo {
  float: left;
  height: 55px;
  width: 196px;
  margin-top: 4px;
}
#page .header_block .logo_search-block .wrap .logo img {
  width: 100%;
  height: 100%;
}
#page .header_block .logo_search-block .wrap .search {
  float: right;
  line-height: 65px;
  margin-right: 21%;
}
#page .menu_block {
  width: 40px;
  height: auto;
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 99999;
}
#page .menu_block > div {
  width: 40px;
  height: 40px;
  position: relative;
  background: url("../images/menu.png");
}
#page .menu_block > div .mobile-layer {
  display: none;
  position: absolute;
  width: 250px;
  height: auto;
  background-color: #0050b3;
  top: 50px;
  right: 0px;
  line-height: 35px;
}
#page .menu_block > div .mobile-layer h5 {
  width: 100%;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #1080bb;
  margin: 0;
  font-size: 16px;
  background-color: #1080bb;
  cursor: default;
  color: #ffffff;
}
#page .menu_block > div .mobile-layer ul {
  height: 500px;
  overflow: scroll;
}
#page .menu_block > div .mobile-layer ul li a {
  display: inline-block;
  color: #ffffff;
  border-bottom: 1px solid #0f6ccb;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
}
#page #article {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#page #article section {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#page #article section .banner_block {
  height: 215px;
  width: 100%;
}
#page #article section .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#page #article section .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page #article section .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 10px;
  height: initial;
}
#page #article section .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: white;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1 !important;
}
#page #article section .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: black;
}
#page #article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page #article section .banner_block .swiper-container .desc,
#page #article section .banner_block .swiper-container .meta {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 40px;
  line-height: 40px;
  font-weight: lighter;
  text-align: center;
  font-size: 16px;
  padding: 0 40px 0 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6);
}
#page #article section .banner_block .swiper-container .meta {
  font-size: 14px;
  height: 78px;
  opacity: 0.7;
}
#page #article .main {
  width: 100%;
  margin: auto;
}
#page #article .main .list1 ul {
  overflow: hidden;
}
#page #article .main .list1 ul li {
  width: 100%;
  line-height: 48px;
  float: left;
  display: block;
  padding-left: 5px;
  border-bottom: 1px #bfc6ce solid;
  position: relative;
}
#page #article .main .list1 ul li::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: black;
  content: '';
}
#page #article .main .list1 ul li .title {
  width: 85%;
  overflow: hidden;
  float: left;
}
#page #article .main .list1 ul li .title a {
  font-size: 16px;
  float: left;
  padding-left: 10px;
  height: 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .list1 ul li .time {
  font-size: 16px;
  color: #999;
  padding-right: 10px;
  float: right;
}
#page #article .main .block_tit {
  margin-bottom: 15px;
  overflow: hidden;
}
#page #article .main .block_tit .column {
  width: 94%;
  height: 40px;
  margin: 0px auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
#page #article .main .block_tit .column h1 {
  color: #0050b3;
  font-size: 19px;
  border-bottom: 4px solid #0050b3;
  height: 35px;
  display: block;
  width: 83px;
  float: left;
}
#page #article .main .block_tit .column a {
  padding: 0px 3px;
  font-size: 14px;
  color: #1a2e77;
  float: right;
  margin-top: 10px;
}
#page #article .main .block_03 .block_03_list {
  padding: 10px;
  background-color: white;
  overflow: hidden;
}
#page #article .main .block_03 .block_03_list .top_b {
  width: 100%;
  border-bottom: 1px #bfc6ce solid;
  padding-top: 25px;
  overflow: hidden;
}
#page #article .main .block_03 .block_03_list .top_b .img {
  width: 100%;
  height: 142px;
  position: relative;
}
#page #article .main .block_03 .block_03_list .top_b .img img {
  width: 100%;
  height: 142px;
}
#page #article .main .block_03 .block_03_list .top_b .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .block_03 .block_03_list .top_b .tit {
  width: 100%;
  float: left;
}
#page #article .main .block_03 .block_03_list .top_b .tit h1 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #bd1e1e;
  font-weight: bold;
  overflow: hidden;
}
#page #article .main .block_03 .block_03_list .top_b .tit p {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
#page #article .main .block_03 .block_03_list .top_b .tit span {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
#page #article .main .block_04 {
  background: white;
  padding: 30px 10px 0 10px;
}
#page #article .main .block_04 .tabs_head {
  overflow: hidden;
}
#page #article .main .block_04 .tabs_head li {
  float: left;
  height: 45px;
  line-height: 45px;
  background: url(../images/hg.png) no-repeat left;
  padding-right: 0;
  width: 30%;
  text-align: center;
}
#page #article .main .block_04 .tabs_head li span {
  color: #333333;
  display: block;
  height: 47px;
  font-size: 17px;
}
#page #article .main .block_04 .tabs_head li:first-child {
  padding-left: 0;
  background: none;
}
#page #article .main .block_04 .tabs_head li.active span {
  color: #0050b3 !important;
  border-bottom: 4px solid #0050b3;
}
#page #article .main .block_04 .tabs_body .list1 {
  display: none;
}
#page #article .main .block_04 .tabs_body .list1.active {
  display: block;
}
#page #article .bread_crumb {
  margin: 10px 0 10px 10px;
}
#page #article .list_block {
  padding: 10px;
  margin-bottom: 20px;
  background-color: white;
  overflow: hidden;
}
#page #article .show_block .left_block {
  overflow: hidden;
}
#page #article .show_block .left_block .show_tit {
  color: #000;
  font-size: 24px;
  line-height: 1.45;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
#page #article .show_block .left_block .meta {
  color: #999;
  line-height: 24px;
  padding: 10px 0;
}
#page #article .show_block .left_block .show_body {
  font-size: 18px;
  line-height: 2;
}
#page #article .show_block .left_block .show_body p {
  margin: 15px 0;
  text-indent: 2em;
  font-size: 16px;
}
#page #article .show_block .left_block .show_body p a {
  color: #333333;
}
#page #article .show_block .left_block .show_body img {
  width: 100%;
  display: block;
  margin: 15px auto;
}
#page #article .show_block .tit {
  padding: 10px 0 15px;
}
#page #article .show_block .tit.mt15 {
  margin-top: 15px;
}
#page #article .show_block .tit a {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  color: #2F4183;
}
#page #article .show_block .tit a::before {
  content: '';
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #2F4183;
}
#page #article .rec_con {
  margin-top: 30px;
}
#page #article .rec_con .rp_01 .rp_01_con ul li {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .rec_con .rp_01 .rp_01_con ul li em {
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #333;
}
#page #article .block_02 {
  margin-bottom: 20px;
}
#page #article .block_02 ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
#page #article .block_02 ul li .left_img {
  width: 120px;
  height: 100px;
  float: left;
  margin-right: 15px;
}
#page #article .block_02 ul li .left_img img {
  width: 100%;
  height: 100%;
}
#page #article .block_02 ul li h3 {
  display: inline-block;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
}
#page #article .block_02 ul li ._con {
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}
#page #article .block_02 ul li .meta {
  font-size: 12px;
  color: #666666;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  background: #575757;
  color: white;
  line-height: 25px;
}
#page .page_fenye {
  margin: 15px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  display: flex;
  justify-content: center;
}
#page .page_fenye a,
#page .page_fenye span {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  margin-left: -1px;
  border: 1px solid #ddd;
  line-height: 1.5;
  color: #999;
  background: #fff;
}
#page .page_fenye a:first-child,
#page .page_fenye span:first-child {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
}
#page .page_fenye a:last-child,
#page .page_fenye span:last-child {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
}
#page .page_fenye a:hover,
#page .page_fenye span:hover {
  border-color: #0050B3;
  background: #0050B3;
  color: #fff;
}
#page .page_fenye span {
  border-color: #0050B3;
  background: #0050B3;
  color: #fff;
}
#page .turn_Page {
  overflow: hidden;
  margin: 30px 0;
}
#page .turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
#page .turn_Page p span {
  font-size: 16px;
  color: #333333;
}
#page .header_ad {
  width: 100%;
  height: 80px;
  margin: 5px auto;
  position: relative;
}
#page .header_ad .closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
.bread_curmbs {
  padding: 10px;
  background-color: white;
  color: black;
  font-size: 0.6rem;
  margin: auto;
}
.bread_curmbs i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/local.png") no-repeat;
  vertical-align: middle;
}
.bread_curmbs a {
  color: #999;
}
.goTop {
  position: fixed;
  z-index: 999;
  bottom: 65px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url("../images/go_top.png") no-repeat center;
  user-select: none;
}
/*# sourceMappingURL=index.css.map */