html {
  font-size: 23.4375px;
}
body {
  font-size: 0.65rem;
}
#page .header {
  overflow: initial;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0 10px;
  background-color: #FF6B00;
}
#page .header .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#page .header .header_block .middle_b {
  width: 140px;
  height: 45px;
  margin-top: 4px;
  line-height: 45px;
}
#page .header .header_block .middle_b img {
   background-color: #fff;
    padding: 10px;
    border-radius: 10px;
  width: 100%;
  vertical-align: middle;
  background: #fff;
}
#page .header .header_block .left_b,
#page .header .header_block .right_b {
  width: 25px;
  height: 25px;
}
#page .header .header_block .left_b img,
#page .header .header_block .right_b img {
  display: block;
  width: 100%;
}
#page .header .header_block .search_b {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  line-height: 1;
  width: 300px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}
#page .header .header_block .search_b.active {
  height: 58px;
}
#page .header .header_block .search_b .search_input {
  background: white;
  border: 1px solid #C32525;
  color: #222;
  font-size: 16px;
  width: 259px;
  height: 32px;
  padding-left: 20px;
  position: absolute;
  top: 12px;
  left: 13px;
}
#page .header .header_block .search_b .search_submit {
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 13px;
  width: 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  background: #C32525;
}
#page .nav {
  margin-top: 50px;
  padding: 0 7px;
  background-color: #FF6B00;
  position: relative;
}
#page .nav .nav_block {
  width: 100%;
  overflow: hidden;
  height: 30px;
  transition: all 0.3s;
}
#page .nav .nav_block.active {
  height: auto;
}
#page .nav .nav_block li {
  color: white;
  font-size: 15px;
  float: left;
  padding: 5px 0;
  width: 22%;
  text-align: center;
}
#page .nav .btn_arrow {
  position: absolute;
  background: url(http://www.xinnengyuan.zuojing.com/wap_static/images/nav_arrow.png) no-repeat center center;
  width: 18px;
  height: 30px;
  background-size: contain;
  right: 13px;
  top: 2px;
  transform: rotate(180deg);
  transition: all 0.3s;
  user-select: none;
}
#page .nav .btn_arrow.active {
  top: initial !important;
  bottom: 2px !important;
  transform: rotate(0deg);
}
#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%;
  padding: 0 10px;
  height: 150px;
}
#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:hover .meta,
#page #article section .banner_block .swiper-container:hover .desc {
  opacity: 0.7;
}
#page #article section .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: left;
  bottom: 5px;
  height: 30px;
  left: 25px;
  color: white;
}
#page #article section .banner_block .swiper-container .swiper-pagination-current {
  font-size: 24px;
  color: #FF3234;
  font-weight: 600;
}
#page #article section .banner_block .swiper-container .swiper-pagination-total {
  font-size: 18px;
}
#page #article section .banner_block .swiper-container .swiper-button-next,
#page #article section .banner_block .swiper-container .swiper-button-prev {
  bottom: -10px !important;
}
#page #article section .banner_block .swiper-container .swiper-button {
  position: absolute;
  bottom: 5px;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#page #article section .banner_block .swiper-container .swiper-button-next {
  background: url(http://www.xinnengyuan.zuojing.com/wap_static/images/banner_arrow_right.png) no-repeat top;
  right: 0 !important;
}
#page #article section .banner_block .swiper-container .swiper-button-prev {
  background: url(http://www.xinnengyuan.zuojing.com/wap_static/images/banner_arrow_left.png) no-repeat top;
  left: 0;
}
#page #article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page #article section .banner_block .swiper-container .desc {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0 10px;
  font-weight: lighter;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  color: white;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
#page #article .main .block_01 {
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
#page #article .main .block_01 .pub_s {
  float: left;
  width: 100%;
  padding: 0 15px;
}
#page #article .main .block_01 .pub_s.row_l {
  padding-left: 0;
}
#page #article .main .block_01 .h_tit {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
#page #article .main .block_01 .h_tit h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #262626;
}
#page #article .main .block_01 .h_tit h3 span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
#page #article .main .block_01 .h_tit h3 span a {
  color: #206be7;
}
#page #article .main .block_01 .h_tit h3 span::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 3px;
  border-radius: 4px;
  background-color: #206be7;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent);
  content: "";
}
#page #article .main .block_01 .h_tit h3 .more {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}
#page #article .main .block_01 .b_body ul li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 18px;
  color: #828282;
  line-height: 32px;
  border-bottom: 1px solid rgba(239, 239, 239, 0.8);
}
#page #article .main .block_01 .b_body ul li::before {
  position: absolute;
  left: 1px;
  top: 23px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #ccc;
  content: "";
}
#page #article .main .block_01 .b_body ul li .date {
  position: absolute;
  right: 0;
  font-size: 14px;
}
#page #article .main .block_01 .b_body ul li a {
  display: block;
  font-size: 16px;
  vertical-align: top;
  color: #262626;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .block_01 .b_body ul li a:hover {
  color: #206be7;
}
#page #article .main .block_02 {
  margin-top: 30px;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  overflow: hidden;
  position: relative;
}
#page #article .main .block_02 .tabs_h ul {
  height: 34px;
  margin-bottom: -1px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
#page #article .main .block_02 .tabs_h ul li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  margin-right: 31px;
  vertical-align: middle;
}
#page #article .main .block_02 .tabs_h ul li span {
  display: block;
  font-size: 16px;
  padding-bottom: 12px;
  color: #5a5a5a;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
#page #article .main .block_02 .tabs_h ul li.active .textline {
  display: block;
}
#page #article .main .block_02 .tabs_h ul li .textline {
  display: none;
  transform: translateX(0px);
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #297af4;
  border-radius: 2px;
  content: "";
  transition: all 0.3s ease-out 0s;
}
#page #article .main .block_02 .tabs_body .tabs_wrap {
  display: none;
}
#page #article .main .block_02 .tabs_body .tabs_wrap.active {
  display: block;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul {
  padding: 15px 0 0;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li {
  float: left;
  width: 50%;
  padding: 3px;
  flex-shrink: 0;
  box-sizing: border-box;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-out 0s;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner:hover {
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_img {
  overflow: hidden;
  position: relative;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_img::before {
  content: "";
  display: block;
  padding-top: 62.5%;
  box-sizing: border-box;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_title {
  margin: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_title a {
  line-height: 1.4;
  height: 44.8px;
  color: #262626;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_author {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  line-height: 20px;
  border-top: 1px solid rgba(239, 239, 239, 0.9);
  color: #5a5a5a;
  font-size: 12px;
}
#page #article .main .block_02 .tabs_body .tabs_wrap ul li .item_inner .item_author a {
  line-height: inherit;
  color: inherit;
  white-space: nowrap;
  max-width: 50%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#page #article .list_block {
  padding: 0 0 14px;
  margin-bottom: 20px;
}
#page #article .list_block .left_block {
  width: 100%;
}
#page #article .show_block {
  background-color: white;
}
#page #article .show_block .show_tit {
  margin-top: 10px;
  color: black;
  font-size: 0.8rem;
  line-height: 25px;
  font-weight: bold;
}
#page #article .show_block .meta {
  margin-top: 10px;
}
#page #article .show_block .meta span {
  color: #999;
  font-size: 0.6rem;
}
#page #article .show_block .show_con {
  line-height: 24px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 0.65rem;
}
#page #article .show_block .show_con p {
text-indent: 2em;
  margin-bottom: 20px;
}
#page #article .show_block .show_con p img {
display: block;
  width: 100%;
}
#page #article .entry_page {
  margin: 30px 0;
  overflow: hidden;
}
#page #article .entry_page .pub {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  padding: 60px 15px 10px;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
  overflow: hidden;
}
#page #article .entry_page .pub a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 16px;
}
#page #article .entry_page .pub a span {
  padding: 10px 15px 0;
  height: 50px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
#page #article .entry_page .pub .entry-page-info {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
#page #article .entry_page .pub .entry-page-info i {
  font-style: normal;
}
#page #article .entry_page .pub:hover::before {
  background-color: #FF6B00;
}
#page #article .entry_page .pub::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #eb7825;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  background: #575757;
  color: white;
  line-height: 25px;
}
#page .page_fenye {
  margin-top: 60px;
  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: #EE8C45;
  background: #EE8C45;
  color: #fff;
}
#page .page_fenye span {
  border-color: #EE8C45;
  background: #EE8C45;
  color: #fff;
}
#page .turn_Page {
  overflow: hidden;
  margin: 2px 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("http://www.xinnengyuan.zuojing.com/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.xinnengyuan.zuojing.com/wap_static/images/toTop.png") no-repeat center;
  user-select: none;
}
/*# sourceMappingURL=index.css.map */