html {
  font-size: 23.4375px;
}
body {
  font-size: 0.65rem;
}
#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: #E60013 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 {
  padding-top: 75px;
  display: block;
}
#page .header_block .logo_search-block {
  background-color: white;
  padding: 8px 0;
  display: block;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  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: 40px;
}
#page .header_block .logo_search-block .wrap .search {
  float: right;
  line-height: 65px;
}
#page .header_block .nav-block {
  overflow: hidden;
  background: #f7f9fb;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 999;
  left: 0;
  height: 37px;
}
#page .header_block .nav-block .menu_icon {
  margin: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  user-select: none;
}
#page .header_block .nav-block .menu_icon.active i {
  background: none;
}
#page .header_block .nav-block .menu_icon.active i::before {
  transform: rotate(45deg);
  margin: 0;
}
#page .header_block .nav-block .menu_icon.active i::after {
  transform: rotate(-45deg);
  margin: 0;
}
#page .header_block .nav-block .menu_icon i {
  width: 100%;
  height: 2px;
  margin-top: 9px;
  background: #000;
  display: block;
  position: relative;
  transition: all 0.4s;
}
#page .header_block .nav-block .menu_icon i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.4s;
  margin-top: -7px;
}
#page .header_block .nav-block .menu_icon i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.4s;
  margin-top: 7px;
}
#page .header_block .nav-block .menu-block {
  padding-right: 40px;
  background-color: #f7f9fb;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  overflow: hidden;
}
#page .header_block .nav-block .menu-block a {
  white-space: nowrap;
  display: inline-block;
  padding: 0 6px;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  margin: 5px 0 5px 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: all 0.4s;
  color: #333;
}
#page #article {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
#page #article section {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#page #article section .banner_block {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
#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: 30px;
  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: #B42369;
}
#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: 5px;
  left: 0;
  padding: 0 10px;
  font-weight: lighter;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
  transition: all 0.3s;
}
#page #article section .banner_block .swiper-container .meta {
  font-size: 14px;
  height: 78px;
  opacity: 0.7;
}
#page #article .main {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
#page #article .main .tit {
  padding: 10px 0 15px;
}
#page #article .main .tit.mt15 {
  margin-top: 15px;
}
#page #article .main .tit a {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  color: #E60013;
}
#page #article .main .tit a::before {
  content: '';
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #E60013;
}
#page #article .main .title {
  font-size: 18px;
  padding-left: 37px;
  background: url(../images/icon-tit.png) top left no-repeat;
  background-size: 17px 13px;
  padding-bottom: 15px;
  line-height: 11px;
}
#page #article .main .block_01 {
  background: #f8f8f8;
  padding: 23px 11px 11px;
  margin-bottom: 20px;
}
#page #article .main .block_01 ._img {
  width: 100%;
  height: 150px;
  position: relative;
}
#page #article .main .block_01 ._img img {
  width: 100%;
  height: 100%;
}
#page #article .main .block_01 ._img p {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .block_01 .block_01_list li {
  margin-top: 5px;
}
#page #article .main .block_01 .block_01_list li a {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .block_01 .block_01_list li a::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 5px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #ccc;
}
#page #article .main .block_02 {
  background: #f8f8f8;
  padding: 23px 11px 11px;
  margin-bottom: 20px;
}
#page #article .main .block_02 ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
#page #article .main .block_02 ul li .left_img {
  width: 120px;
  height: 100px;
  float: left;
  margin-right: 15px;
}
#page #article .main .block_02 ul li .left_img img {
  width: 100%;
  height: 100%;
}
#page #article .main .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 .main .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 .main .block_02 ul li .meta {
  font-size: 12px;
  color: #666666;
}
#page #article .main .a_block_1 {
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 23px 11px 11px;
}
#page #article .main .a_block_1 ._img {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  position: relative;
}
#page #article .main .a_block_1 ._img a img {
  width: 100%;
  height: 100%;
}
#page #article .main .a_block_1 ._img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .a_block_1 ul {
  background-color: white;
  padding: 10px;
}
#page #article .main .a_block_1 ul li {
  margin-top: 7px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .a_block_1 ul li:hover a {
  color: #EF2D36;
}
#page #article .main .a_block_1 ul li a {
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
#page #article .main .a_block_1 ul li a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #EF2D36;
  left: 0;
  bottom: 7px;
  border-radius: 50%;
}
#page #article .main .a_block_2 ul li a {
  padding-left: 0;
}
#page #article .main .a_block_2 ul li a::before {
  content: none;
}
#page #article .main .a_block_3 {
  margin-bottom: 40px;
  background: #f8f8f8;
  padding: 23px 11px 11px;
}
#page #article .main .a_block_3 ul {
  background-color: white;
  overflow: hidden;
  padding: 10px;
}
#page #article .main .a_block_3 ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
#page #article .main .a_block_3 ul li.notImg .as_tit {
  width: 100%;
}
#page #article .main .a_block_3 ul li.notImg .con {
  width: 100%;
}
#page #article .main .a_block_3 ul li ._img {
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
#page #article .main .a_block_3 ul li ._img img {
  width: 100%;
  height: 100%;
}
#page #article .main .a_block_3 ul li .as_tit {
  display: inline-block;
  width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 16px;
}
#page #article .main .a_block_3 ul li .con {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  overflow: hidden;
  width: calc(100% - 140px);
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .list_block {
  padding: 0 0 14px;
  margin-bottom: 20px;
}
#page #article .list_block .block_02 ul li {
  border-bottom: 1px solid #e5e5e5;
}
#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: 32px 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 .rec_con {
  margin-top: 30px;
}
#page #article .show_block .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 .show_block .rec_con .rp_01 .rp_01_con ul li:nth-of-type(-n+3) em {
  background-color: #E60013;
}
#page #article .show_block .rec_con .rp_01 .rp_01_con ul li em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #333333;
  color: white;
  margin-right: 8px;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  background: #575757;
  color: white;
  line-height: 25px;
}
#page .page_fenye {
  margin: 30px 0;
  overflow: hidden;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
#page .page_fenye span {
  background-color: #C90812;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
#page .page_fenye a {
  background-color: #F1F1F1;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
#page .page_fenye a:hover {
  background-color: #C90812;
  color: white;
}
#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: 10px 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;
}
.goTop:hover {
  background: url("../images/go_top_active.png") no-repeat center;
}
/*# sourceMappingURL=index.css.map */