body {
  background-color: white;
  font-family: simhei, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
#page .header {
  overflow: initial;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0 10px;
  background-color: white;
}
#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: 10px;
}
#page .header .header_block .middle_b img {
  width: 100%;
}
#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: #f5f5f5;
  border: none;
  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: #D73447;
  border-radius: 0 5px 5px 0;
}
#page .nav {
  margin-top: 50px;
  background-color: #d73447;
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  text-align: center;
  clear: both;
}
#page .nav .nav_list {
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  float: left;
}
#page .nav .nav_list .nav_scroll {
  width: 100%;
  height: 100%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  white-space: nowrap;
}
#page .nav .nav_list .nav_scroll li {
  padding: 0 0.15625rem;
  scroll-snap-align: center;
  font-size: 16px;
  display: inline-block;
}
#page .nav .nav_list .nav_scroll li:nth-child(-n+8) {
  padding: 0;
  width: 20%;
}
#page .nav .nav_list .nav_scroll li a {
  color: #fff;
}
#page .banner {
  margin-top: 20px;
}
#page .banner .banner_block {
  width: 95%;
  margin: auto;
  height: 212px;
}
#page .banner .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page .banner .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page .banner .banner_block .swiper-container .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  height: 30px;
  text-align: center;
  font-size: 0.38rem;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 20px;
  line-height: 20px;
}
#page .block_1 .top_img a {
  width: 100%;
  height: 260px;
  display: inline-block;
  position: relative;
}
#page .block_1 .top_img a img {
  width: 100%;
  height: 100%;
}
#page .block_1 .top_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(203, 1, 24, 0.7);
  color: white;
  font-size: 0.35rem;
}
#page .block_1 ul li {
  padding: 10px;
  border-bottom: 1px dashed #c8c7c7;
}
#page .block_1 ul li.notImg .right_font {
  width: 100%;
  padding-left: 0;
}
#page .block_1 ul li h3 {
  font-size: 0.5rem;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .block_1 ul li .leftImg {
  width: 40%;
}
#page .block_1 ul li .leftImg img {
  width: 100%;
  height: 100%;
}
#page .block_1 ul li .right_font {
  padding: 0.3rem 0;
  padding-left: 0.3rem;
  font-size: 0.4rem;
  line-height: 23px;
  font-family: simhei, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  text-decoration: none;
  overflow: hidden;
  width: 60%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .block_2_tit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #D83548;
  border-bottom: 1px solid #AEAEAE;
}
#page .block_2_tit span {
  display: list-item;
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding-left: 0.5rem;
}
#page .block_2 .block_2_con .top_img {
  width: 100%;
  position: relative;
  height: 230px;
}
#page .block_2 .block_2_con .top_img a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#page .block_2 .block_2_con .top_img a img {
  width: 100%;
  height: 100%;
}
#page .block_2 .block_2_con .top_img a p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.4rem;
  line-height: 35px;
  background: rgba(225, 95, 57, 0.7);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .block_2 .block_2_con .bottom_list {
  background-color: #EEEEEE;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-around;
}
#page .block_2 .block_2_con .bottom_list a {
  width: 32%;
  height: 120px;
}
#page .block_2 .block_2_con .bottom_list a img {
  width: 100%;
  height: 70%;
}
#page .block_2 .block_2_con .bottom_list a p {
  font-size: 0.3rem;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 29px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
#page .block_5 ul {
  margin-top: 20px;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}
#page .block_5 ul li {
  width: 5.75rem;
  height: 4.875rem;
  display: inline-block;
  white-space: normal;
  text-align: center;
  margin: 0 0.25rem;
  scroll-snap-align: center;
}
#page .block_5 ul li:first-child {
  margin-left: 0;
}
#page .block_5 ul li a {
  width: 230px;
  height: 147px;
  display: inline-block;
}
#page .block_5 ul li a img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
#page .block_5 ul li span {
  line-height: 1.6;
  font-size: 0.4rem;
}
#page .block_5 ul li span a {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 45px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .recommend_part {
  padding: 0 10px;
  font-family: initial;
}
#page .recommend_part .rec_twoImg {
  width: 100%;
  margin-top: 10px;
}
#page .recommend_part .rec_twoImg .fl,
#page .recommend_part .rec_twoImg .fr {
  width: 49%;
  height: 150px;
  display: block;
  position: relative;
}
#page .recommend_part .rec_twoImg .fl img,
#page .recommend_part .rec_twoImg .fr img {
  width: 100%;
  height: 100%;
}
#page .recommend_part .rec_twoImg .fl span,
#page .recommend_part .rec_twoImg .fr span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .recommend_part .rec_01 {
  padding: 10px 0;
}
#page .recommend_part .rec_01 li {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 8px;
  position: relative;
}
#page .recommend_part .rec_01 li::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 4px;
  width: 4px;
  background-color: #999999;
  border-radius: 50%;
}
#page .recommend_part .rec_01 li a {
  font-size: 0.36rem;
}
#page .recommend_part .block_1 .right_font {
  font-family: initial !important;
  padding: 0.2rem 0.3rem;
  height: 80px;
  font-size: 0.36rem;
}
#page .show_page {
  font-family: initial;
}
#page .show_page .show_con {
  padding: 0 10px;
}
#page .show_page .show_con .tit {
  margin-top: 20px;
  font-size: 0.45rem;
  padding-bottom: 10px;
}
#page .show_page .show_con .meta {
  color: #999;
  font-size: 0.35rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
#page .show_page .show_con .show_detail {
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0.38rem;
}
#page .show_page .show_con .show_detail p {
text-indent:0.8rem;
  margin-bottom: 20px;
}
#page .show_page .show_con .show_detail p img {
display:block;
  width: 100%;
}
#page .show_page .recommend_list {
  padding: 0 10px;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
  background: #F1F1F1;
}
#page .breadcrumbs {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 12px;
  font-size: 0.4rem;
}
#page .breadcrumbs a {
  color: #999;
}
#page .page_fenye {
  margin: 30px 0;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
#page .page_fenye span {
  background-color: #D73447;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
#page .page_fenye a {
  background-color: #fafafa;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
#page .page_fenye a:hover {
  background-color: #D73447;
  color: white;
}
#page .header_ad {
  width: 95%;
  height: 80px;
  margin: 15px auto;
  position: relative;
}
#page .header_ad.w1 {
  width: 100%;
}
#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: 20px 10px;
  background-color: white;
  color: black;
  font-size: 0.34rem;
  margin: auto;
}
.bread_curmbs a {
  color: #999;
}
/*# sourceMappingURL=index.css.map */