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: #ffffff;
  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;
  margin-top:5px;
  width: 181px;
  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: 75px;
  margin-right: 21%;
}
#page .menu_block {
  width: 40px;
  height: auto;
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 99999;
}
#page .menu_block > div {
  width: 25px;
  height: 25px;
  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: #22A9FF;
}
#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 .tabs_head {
  height: 50px;
  margin: 0 15px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
#page #article .main .tabs_head::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 20px;
  background: #073b98;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#page #article .main .tabs_head ul {
  width: 100%;
  height: 50px;
  white-space: nowrap;
  display: inline-block;
  font-size: 0;
  overflow-x: auto;
  user-select: none;
}
#page #article .main .tabs_head ul li {
  height: 50px;
  line-height: 49px;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  color: #333;
  margin-left: 20px;
}
#page #article .main .tabs_head ul li:first-child {
  margin-left: 0;
}
#page #article .main .tabs_head ul li.active {
  color: #073b98;
  font-weight: bold;
}
#page #article .main .tabs_ul ul {
  display: none;
  line-height: 44px;
  margin: 0 15px;
  position: relative;
  z-index: 1;
  background: #fff;
}
#page #article .main .tabs_ul ul.active {
  display: block;
}
#page #article .main .tabs_ul ul li {
  height: 45px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 44px;
  position: relative;
}
#page #article .main .tabs_ul ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page #article .main .tabs_ul ul li .time {
  float: right;
  color: #999;
}
#page #article .main .tabs_ul .img_b {
  width: 96%;
  height: 120px;
  margin: auto;
}
#page #article .main .tabs_ul .img_b a {
  display: inline-block;
  width: 48%;
  height: 100%;
  position: relative;
}
#page #article .main .tabs_ul .img_b a img {
  width: 100%;
  height: 100%;
}
#page #article .main .tabs_ul .img_b a .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}
#page #article .main .block_01 {
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
#page #article .main .block_02 .tabs_ul ul li {
  height: auto;
  line-height: initial;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  display: block;
  width: 100%;
}
#page #article .main .block_02 .tabs_ul ul li:first-child {
  border-top: 1px solid #dcdcdc;
}
#page #article .main .block_02 .tabs_ul ul li .txt {
  font-size: 14px;
  color: #333;
  margin-bottom: 7px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .main .block_02 .tabs_ul ul li .tt {
  height: 24px;
  line-height: 24px;
  text-align: left;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page #article .main .block_02 .tabs_ul ul li .tt span {
  height: 24px;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: top;
  background: #e5e5e5;
  color: #666;
  border-radius: 12px;
  padding: 0 15px;
}
#page #article .main .block_02 .tabs_ul ul li a {
  position: initial;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#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 .list_block .tabs_ul ul {
  margin: 0;
}
#page #article .list_block .tabs_ul ul li:nth-child(5n) {
  margin-bottom: 20px;
  border-bottom-style: groove;
}
#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 .rec_con .rp_02 .tabs_ul .img_b {
  width: 100%;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  background: #0050B3;
  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 */