html {
  font-size: 23.4375px;
}
body {
  font-size: 0.65rem;
}
#page .shadow_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100vh;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #F8F9F9;
  transition: all 0.4s;
  padding: 20px 15px;
}
#page .shadow_box.active {
  top: 70px;
}
#page .shadow_box .search_b {
  position: absolute;
  bottom: 0;
  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: #00BFF3 url(http://www.dichan.rexun.cn/wap_static/images/search.png) no-repeat center;
  background-position-x: 27px;
}
#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%;
}
#page .header_block .logo_search-block .wrap .search {
  float: right;
  line-height: 65px;
}
#page .header_block .menu_icon {
  margin: 28px 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  user-select: none;
}
#page .header_block .menu_icon.active i {
  background: none;
}
#page .header_block .menu_icon.active i::before {
  transform: rotate(45deg);
  margin: 0;
}
#page .header_block .menu_icon.active i::after {
  transform: rotate(-45deg);
  margin: 0;
}
#page .header_block .menu_icon i {
  width: 100%;
  height: 2px;
  margin-top: 9px;
  background: #000;
  display: block;
  position: relative;
  transition: all 0.4s;
}
#page .header_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 .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 {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 999;
  left: 0;
  margin-top: 20px;
}
#page .header_block .nav-block .menu-block {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.5rem;
}
#page .header_block .nav-block .menu-block a {
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #333;
  font-size: 15px;
  line-height: 35px;
  width: 22%;
  height: 35px;
  background: #f8f9f9;
  -webkit-box-shadow: 4px 4px 8px 0 #dee4e6, -4px -4px 8px 0 #ffffff;
  box-shadow: 4px 11px 17px 0 #dee4e6, 10px 12px 3px 0 #ffffff;
  margin-bottom: 15px;
  position: relative;
}
#page .header_block .nav-block .menu-block a:not(:nth-child(4n)) {
  margin-right: 4%;
}
#page #article {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
#page #article section {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#page #article section .banner_block {
  padding: 0 10px;
  width: 100%;
  height: 280px;
  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: center;
  bottom: 87px;
  height: initial;
}
#page #article section .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
  opacity: 0.5;
}
#page #article section .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}
#page #article section .banner_block .swiper-container img {
  width: 100%;
  height: 200px;
}
#page #article section .banner_block .swiper-container .desc {
  line-height: 25px;
  position: absolute;
  left: 0;
  font-size: 19px;
  color: #333333;
  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 section .banner_block .swiper-container .meta {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
#page #article .main {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
#page #article .main .blo_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #06080f;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
#page #article .main .blo_tit .more {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
#page #article .main .mt15 {
  margin-top: 15px;
}
#page #article .main .tabs_content {
  margin: 16px 0 8px;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  height: 38px;
  line-height: 38px;
  position: relative;
  z-index: 10;
  box-sizing: content-box;
}
#page #article .main .tabs_content ul {
  list-style: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#page #article .main .tabs_content ul li {
  user-select: none;
  margin-right: 40px;
  cursor: pointer;
  width: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #666;
  position: relative;
}
#page #article .main .tabs_content ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #00BFF3;
  left: 0;
  transition: all 0.3s;
}
#page #article .main .tabs_content ul li.active {
  color: #00BFF3;
}
#page #article .main .tabs_content ul li.active::after {
  content: '';
  width: 100%;
}
#page #article .main .tabs_body .tabs_body_ul {
  display: none;
}
#page #article .main .tabs_body .tabs_body_ul.active {
  display: block;
}
#page #article .main .tabs_body .tabs_body_ul li {
  margin: 0 -16px;
  padding: 16px 14px;
  border-radius: 2px;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  background-color: #fff;
}
#page #article .main .tabs_body .tabs_body_ul li::before {
  content: "";
  height: 0;
  border: solid #f2f2f2;
  border-width: 1px 0 0;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
}
#page #article .main .tabs_body .tabs_body_ul li:hover {
  box-shadow: 0 10px 24px hsla(0, 0%, 88%, 0.4);
  transform: translateY(-8px) translateZ(0);
  z-index: 2;
}
#page #article .main .tabs_body .tabs_body_ul li .con {
  padding: 8px 0;
  width: 100%;
  display: flex;
}
#page #article .main .tabs_body .tabs_body_ul li .con .left_fonts {
  width: calc(100% - 35%);
}
#page #article .main .tabs_body .tabs_body_ul li .con .left_fonts .tit {
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
#page #article .main .tabs_body .tabs_body_ul li .con .left_fonts .tit:hover {
  color: #e14338;
}
#page #article .main .tabs_body .tabs_body_ul li .con .left_fonts .art_content {
  margin: 8px 0;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  -moz-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#page #article .main .tabs_body .tabs_body_ul li .con .left_fonts .meta {
  color: #666666;
  font-size: 14px;
  margin-top: 14px;
}
#page #article .main .tabs_body .tabs_body_ul li .con .right_img {
  width: 35%;
  height: 115px;
  position: relative;
  margin-right: 20px;
}
#page #article .main .tabs_body .tabs_body_ul li .con .right_img img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
#page #article .main .tabs_body .tabs_body_ul li.not_img .con .left_fonts {
  width: 100%;
}
#page #article .main .block_02 ul li {
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
#page #article .main .block_02 ul li .left_img {
  width: 120px;
  height: 68px;
  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 .rp_block_01 {
  position: relative;
  padding: 0 0 32px 0;
  border-top: 1px solid #f2f2f2;
}
#page #article .main .rp_block_01 .rp01_item {
  display: flex;
  margin-top: 16px;
}
#page #article .main .rp_block_01 .rp01_item .left {
  flex: 1;
}
#page #article .main .rp_block_01 .rp01_item .left a p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0px 4px 0;
  -moz-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  overflow: hidden;
  font-weight: 600;
}
#page #article .main .rp_block_01 .rp01_item .left a p:hover {
  color: #e14338;
}
#page #article .main .rp_block_01 .rp01_item .left .time {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
}
#page #article .main .rp_block_01 .rp01_item .right {
  margin-left: 12px;
  width: 74px;
  height: 44px;
  border-radius: 2px;
  overflow: hidden;
}
#page #article .main .rp_block_01 .rp01_item .right img {
  width: 100%;
  height: 100%;
}
#page #article .main .rp_block_02 {
  position: relative;
  padding: 32px 0;
  border-top: 1px solid #f2f2f2;
}
#page #article .main .rp_block_02 .rp02_item {
  margin-top: 20px;
}
#page #article .main .rp_block_02 .rp02_item .banner {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
#page #article .main .rp_block_02 .rp02_item .banner:hover img {
  transform: scale(1.03) translateZ(0);
}
#page #article .main .rp_block_02 .rp02_item .banner img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#page #article .main .rp_block_02 .rp02_item .banner .desc {
  position: absolute;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  width: 100%;
  color: white;
}
#page #article .main .rp_block_02 .rp02_item .title {
  display: block;
  color: #06080f;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  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 .rp_block_02 .rp02_item .title:hover {
  color: #e14338;
}
#page #article .main .rp_block_02 .rp02_item .meta {
  display: flex;
  align-items: center;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 4px;
}
#page #article .main .rp_block_03 {
  padding: 32px 0;
}
#page #article .main .rp_block_03 .rp03_list {
  position: relative;
  overflow: hidden;
  height: 400px;
}
#page #article .main .rp_block_03 .rp03_list::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 1px;
  height: calc(100% - 10px);
  border-radius: 10px;
  background: linear-gradient(180deg, #8f8f8f 76%, #fff);
  box-sizing: border-box;
}
#page #article .main .rp_block_03 .rp03_list .rp03_list-container {
  position: relative;
  overflow: auto;
  height: 400px;
  padding-top: 8px;
}
#page #article .main .rp_block_03 .rp03_list .rp03_list-container .rp03_item {
  padding: 0 8px 0 20px;
  position: relative;
  margin: 13px 0px;
}
#page #article .main .rp_block_03 .rp03_list .rp03_list-container .rp03_item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #8f8f8f;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
#page #article .main .rp_block_03 .rp03_list .rp03_list-container .rp03_item .time {
  color: #666;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
}
#page #article .main .rp_block_03 .rp03_list .rp03_list-container .rp03_item .con {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 0;
  word-break: break-all;
  color: #06080f;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
#page #article .main .rp_block_03 .rp03_list .rp03_list-container .rp03_item .con:hover {
  color: #e14338;
}
#page #article .main .block03_container {
  display: flex;
  margin: -8px -8px 0;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: flex-start;
}
#page #article .main .block03_container .block03_item {
  float: left;
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
#page #article .main .block03_container .block03_item .block_03_pa {
  margin: 0 -8px;
  padding: 8px;
  border-radius: 2px;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  position: relative;
  background-color: #fff;
}
#page #article .main .block03_container .block03_item .block_03_pa .top_img {
  border-radius: 4px;
  overflow: hidden;
}
#page #article .main .block03_container .block03_item .block_03_pa .top_img img {
  display: block;
  width: 100%;
}
#page #article .main .block03_container .block03_item .block_03_pa .b_desc {
  padding: 8px 0 0;
}
#page #article .main .block03_container .block03_item .block_03_pa .b_desc.mb {
  margin-bottom: 60px;
  padding-top: 0;
}
#page #article .main .block03_container .block03_item .block_03_pa .b_desc .desc_tit {
  font-size: 16px;
  line-height: 24px;
  min-height: 26px;
  max-height: 52px;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
#page #article .main .block03_container .block03_item .block_03_pa .b_desc .desc_tit:hover {
  color: #e14338;
}
#page #article .main .block03_container .block03_item .block_03_pa .b_desc .desc_con {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin: 8px 0 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#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: 0px 0 10px;
  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: #00BFF3;
  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: #00BFF3;
  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 0;
  background-color: white;
  color: black;
  font-size: 0.6rem;
  margin: auto;
}
.bread_curmbs i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("http://www.dichan.rexun.cn/wap_static/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("http://www.dichan.rexun.cn/wap_static/images/go_top.png") no-repeat center;
  user-select: none;
}
.goTop:hover {
  background: url("http://www.dichan.rexun.cn/wap_static/images/go_top_active.png") no-repeat center;
}
/*# sourceMappingURL=index.css.map */