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: #F6AE66 url(../images/search.png) no-repeat center;
}
#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: 100%;
}
#page .header_block .logo_search-block .wrap .search {
  float: right;
  line-height: 65px;
}
#page .header_block .nav-block {
  background: #fff;
  border-bottom: 1px solid #ededed;
  padding: 4.5px 12.5px;
  position: relative;
}
#page .header_block .nav-block .nav-block_con {
  line-height: 30px;
  overflow: hidden;
  padding-right: 22px;
  height: 30px;
}
#page .header_block .nav-block .nav-block_con a {
  font-size: 15px;
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
#page .header_block .nav-block .nav-block_con a:nth-of-type(4n)::after {
  content: '';
  width: 0;
  height: 0;
}
#page .header_block .nav-block .nav-block_con a::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 7.5px;
  background: #d5dde8;
}
#page .header_block .nav-block .nav-block_con .sm_toogle {
  background: url(../images/nav_arrow.png) 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 12.5px;
  bottom: 10.5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  user-select: none;
}
#page .header_block .nav-block .nav-block_con .sm_toogle.on {
  transform: rotate(180deg);
}
#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;
  border-radius: 5px;
}
#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;
  border-radius: 5px;
}
#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(../images/banner_arrow_right.png) no-repeat top;
  right: 0 !important;
}
#page #article section .banner_block .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow_left.png) no-repeat top;
  left: 0;
}
#page #article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#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 .rec_tit {
  padding-left: 10px;
  font-size: 18px;
  color: #333333;
  position: relative;
}
#page #article .main .rec_tit::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 3px;
  width: 3px;
  height: 15px;
  background-color: #666666;
}
#page #article .main .list_ul li {
  overflow: hidden;
  border-bottom: 1px dashed #eeeeee;
  padding: 10px 0;
}
#page #article .main .list_ul li.not_img .item_con .news_tit {
  width: 100%;
}
#page #article .main .list_ul li.not_img .item_con .news_con {
  width: 100%;
}
#page #article .main .list_ul li.not_img .item_con .time {
  margin-top: 14px;
}
#page #article .main .list_ul li ._img {
  float: left;
  width: 32%;
  margin-right: 16px;
  height: 70px;
}
#page #article .main .list_ul li ._img a img {
  width: 100%;
  height: 100%;
}
#page #article .main .list_ul li .item_con {
  position: relative;
  overflow: hidden;
}
#page #article .main .list_ul li .item_con .news_con {
  color: #333333;
  letter-spacing: 1.5px;
  margin-top: 5px;
  font-size: 16px;
  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 .list_ul li .item_con .time {
  position: relative;
  text-align: right;
  color: #999;
  line-height: 16px;
  margin-top: 10px;
}
#page #article .main .left_part {
  width: 100%;
  box-sizing: border-box;
}
#page #article .main .left_part .news_label {
  color: #e60013;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 0 20px;
  background: url(../images/tit_icon.png) left center no-repeat;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 25px;
}
#page #article .main .left_part .banner_block_2 {
  margin-top: 10px;
  height: 206px;
  user-select: none;
  overflow: hidden;
}
#page #article .main .left_part .banner_block_2 .banner_tit {
  float: left;
  background: #e50011;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  width: 46px;
  height: 206px;
  padding: 63px 10px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: block;
  border-radius: 5px;
}
#page #article .main .left_part .banner_block_2 .banner_tit a {
  color: #fff;
}
#page #article .main .left_part .banner_block_2 .banner_con {
  overflow: hidden;
  position: relative;
  padding: 0 23px;
  height: 206px;
  width: 80%;
  float: left;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper {
  width: 100%;
  height: 100%;
  margin: 0 2px;
  overflow: hidden;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-wrapper {
  margin: 0 1px;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-next,
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-prev {
  margin-top: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 10;
  cursor: pointer;
  background-size: auto;
  display: block !important;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-prev.swiper-button-white {
  left: 5px;
  background-image: url(../images/arrow_left.png);
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-next.swiper-button-white {
  right: 5px;
  background-image: url(../images/arrow_right.png);
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  background: #f4f5f6;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide img {
  display: block;
  width: 100%;
  height: 60%;
  object-fit: cover;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide .tit {
  padding: 18px 22px 20px;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide .tit strong {
  display: block;
  line-height: 19px;
  height: 38px;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  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_3 {
  padding: 10px 0;
  background-color: white;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#page #article .main .block_3 .tit,.left_part .tit {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 10px;
}
#page #article .main .block_3 .tit::after {
  content: '';
  position: absolute;
  bottom: 6px;
  width: 3px;
  left: 0;
  height: 10px;
  background-color: #EF8124;
}
#page #article .main .block_3 ul li {
  line-height: 28px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  position: relative;
}
#page #article .main .block_3 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #EF8124;
}
#page #article .main .block_3 ul li a {
  font-size: 16px;
}
#page #article .list_block {
  padding: 0 0 14px;
  margin-bottom: 20px;
}
#page #article .list_block .left_block {
  width: 100%;
}
#page #article .show_block .left_block {
  overflow: hidden;
}
#page #article .show_block .left_block .show_tit {
  color: #000;
  font-size: 20px;
  line-height: 1.45;
  padding: 20px 0 8px;
  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 .left_block .recommend_part {
  margin-top: 30px;
}
#page #article .show_block .left_block .recommend_part .rec_tit {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3px;
  padding: 16px 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
#page #article .show_block .left_block .recommend_part .rec_tit strong {
  display: inline-block;
  padding: 0 17px 0 0;
  background: url(../images/icon_more.png) right center no-repeat;
}
#page #article .show_block .left_block .recommend_part .rec_con {
  margin-top: 20px;
}
#page #article .show_block .recommend_block {
  margin-top: 25px;
  position: relative;
}
#page #article .show_block .recommend_block .rec_01 {
  padding: 0 10px;
}
#page #article .show_block .recommend_block .rec_01 .rec_fonts {
  margin: 10px 0;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
#page #article .show_block .recommend_block .rec_01 .rec_fonts li {
  padding: 3px 0;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .show_block .recommend_block .rec_01 .rec_fonts li a {
  padding-left: 10px;
  position: relative;
}
#page #article .show_block .recommend_block .rec_01 .rec_fonts li a::before {
  position: absolute;
  content: '';
  bottom: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #999999;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  background: #575757;
  color: white;
  line-height: 25px;
}
#page .page_fenye {
  margin-top: 30px;
  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: #E34E48;
  background: #E34E48;
  color: #fff;
}
#page .page_fenye span {
  border-color: #E34E48;
  background: #E34E48;
  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("../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/toTop.png") no-repeat center;
  user-select: none;
}
/*# sourceMappingURL=index.css.map */