html,
body {
  background-color: #F1F1F1;
}
#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: 4px;
}
#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: #0084FF;
}
#page .header .nav_moda {
  display: none;
}
#page .header .nav_moda.active {
  display: block;
}
#page .header .nav_moda.active .close_nav_show {
  z-index: 99;
}
#page .header .nav_moda .close_nav_show {
  display: block;
  height: 0;
  z-index: -5;
}
#page .header .nav_moda .close_nav_show i {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
}
#page .header .nav_moda .nav_show {
  width: 75%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.92);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
}
#page .header .nav_moda .nav_show .nav_show_con {
  margin-top: 70px;
  width: 100%;
}
#page .header .nav_moda .nav_show .nav_show_con ul li {
  line-height: 38px;
  position: relative;
  width: 100%;
  display: inherit;
  margin-right: 0;
  text-align: left;
}
#page .header .nav_moda .nav_show .nav_show_con ul li:first-child {
  border-top: none;
}
#page .header .nav_moda .nav_show .nav_show_con ul li a {
  height: 50px;
  font-size: 16px;
  display: block;
  text-indent: 4vw;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#page .clearTop {
  overflow: hidden;
  margin-top: 50px;
}
#page .banner {
  background: white;
  padding: 10px 0;
  width: 98%;
  margin: auto;
}
#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 .tit {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 5px;
}
#page .tit span {
  position: relative;
}
#page .tit span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  width: 100%;
  margin: auto;
  height: 2px;
  background-color: #0084ff;
}
#page .block_1 {
  padding: 10px;
  background: white;
  width: 98%;
  margin: 10px auto;
}
#page .block_1 .con .con_item {
  position: relative;
  width: 48.4%;
}
#page .block_1 .con .con_item .oimg {
  width: 100%;
  height: 30vw;
  display: block;
  overflow: hidden;
}
#page .block_1 .con .con_item .con_title {
  margin-top: 5px;
  font-size: 14px;
  position: relative;
  line-height: 1.4em !important;
  height: 2.8em !important;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
  padding: 0 5px;
}
#page .block_1 .con .con_item p {
  margin-top: 5px;
  padding: 0 5px;
  color: #999;
  font-size: 12px;
}
#page .block_2 {
  padding: 10px;
  background-color: white;
  width: 98%;
  margin: 10px auto;
}
#page .block_2 ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#page .block_2 ul li.notImg .con {
  width: 100%;
}
#page .block_2 ul li .tit {
  font-size: 16px;
  margin-bottom: 0;
  border-bottom: none !important;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .block_2 ul li .tit h2 {
  padding: 0.1em 0.5em;
  font-weight: 400;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page .block_2 ul li .tit h2 a {
  color: #1a1a1a;
}
#page .block_2 ul li .oimg {
  display: block;
  overflow: hidden;
  width: 29%;
  height: 80px;
}
#page .block_2 ul li .oimg img {
  width: 100%;
  height: 80px;
}
#page .block_2 ul li .con {
  width: 71%;
  position: relative;
}
#page .block_2 ul li .con::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #f8f8f8;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 34px;
  left: -5px;
}
#page .block_2 ul li .con p {
  color: #999;
  background: #f8f8f8;
  padding: 1em;
  height: 80px;
  padding: 2.8vw;
  line-height: 1.5;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 81px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .block_3 {
  padding: 10px;
  background-color: white;
  overflow: hidden;
  width: 98%;
  margin: auto;
}
#page .block_3 ul li {
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  position: relative;
}
#page .block_3 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 4px;
  height: 4px;
  background-color: #0084FF;
}
#page .block_3 ul li a {
  font-size: 16px;
}
#page .show_block {
  padding: 0 10px;
  background-color: white;
  padding-bottom: 30px;
}
#page .show_block .show_tit {
  color: black;
  font-size: 0.5rem;
  line-height: 25px;
  font-weight: bold;
}
#page .show_block .meta {
  margin-top: 10px;
}
#page .show_block .meta span {
  color: #999;
  font-size: 0.34rem;
}
#page .show_block .show_con {
  line-height: 24px;
  overflow: hidden;
  font-size: 0.38rem;
}
#page .show_block .show_con p {
  margin-bottom: 20px;
  text-indent: 2em;
}
#page .show_block .show_con p img,#page .show_block .show_con img {
  max-width: 100%;
  display: flex;
  margin: auto;
      height: auto !important;
}
#page .recommend_part {
  padding: 0 10px;
}
#page .recommend_part .re_01 li {
  overflow: hidden;
  padding: 12px 0 10px 1px;
  border-bottom: 1px solid #f0f0f0;
}
#page .recommend_part .re_01 li.notImg .title {
  width: 100%;
}
#page .recommend_part .re_01 li .o_img {
  display: block;
  float: left;
  width: 36%;
  height: 70px;
  margin: 0 12px 0 0;
  line-height: 0.5;
}
#page .recommend_part .re_01 li .o_img img {
  width: 100%;
  height: 100%;
}
#page .recommend_part .re_01 li .title {
  float: left;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  width: 59%;
  white-space: normal;
  height: 43px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
#page .recommend_part .re_01 li .meta {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-top: 0 !important;
}
#page .recommend_part .re_02 li {
  font-size: 16px;
  margin-top: 5px;
  position: relative;
  padding-left: 10px;
}
#page .recommend_part .re_02 li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 4px;
  height: 4px;
  background-color: #0084FF;
  border-radius: 50%;
}
#page .recommend_part .re_02 li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
  background: #F1F1F1;
}
#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: #0084FF;
  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: #F1F1F1;
  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: #0084FF;
  color: white;
}
#page .header_ad {
  width: 98%;
  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: 0 auto;
  margin-top: 10px;
}
.bread_curmbs a {
  color: #999;
}
/*# sourceMappingURL=index.css.map */