body {
  background-color: #F6F6F6;
}
#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: #2C353A;
}
#page .nav {
  margin-top: 50px;
  padding: 0 7px;
  background-color: #2C353A;
}
#page .nav .nav_block {
  width: 100%;
  background: url(../images/nav.png);
}
#page .nav .nav_block li {
  color: white;
  font-size: 0.35rem;
  float: left;
  padding: 5px 0;
  width: 25%;
  text-align: center;
}
#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 {
  width: 95%;
  padding: 0 10px;
  background-color: white;
  margin: 30px auto;
}
#page .block_1 .header_tit {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px;
}
#page .block_1 .header_tit h3 {
  font-size: 15px;
}
#page .block_1 .header_tit h3 i {
  margin-right: 9px;
}
#page .block_1 .header_tit h3 i img {
  vertical-align: middle;
}
#page .block_1 .header_tit h3 a {
  color: #FE6D4B;
}
#page .block_1 ul li {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
}
#page .block_1 ul li.first {
  height: 80px;
  line-height: 18px;
  white-space: normal;
  padding: 5px 0;
}
#page .block_1 ul li.first .text {
  display: block;
  width: 67%;
  float: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#page .block_1 ul li.first .des {
  color: #999;
  font-size: 12px;
  width: 67%;
  float: right;
  padding-top: 4px;
}
#page .block_1 ul li.first .pic {
  display: block;
  float: left;
  width: 30%;
  height: 80px;
  overflow: hidden;
}
#page .block_1 ul li.first .pic img {
  width: 100%;
  height: 80px;
}
#page .block_1 ul li i {
  font-size: 10px;
  display: inline-block;
  margin-right: 6px;
  transform: translateY(-2px);
}
#page .block_1 ul li i img {
  vertical-align: middle;
}
#page .block_2 {
  padding: 0 10px;
  width: 95%;
  margin: auto;
  background-color: white;
}
#page .block_2 ul li {
  position: relative;
  margin: 0 0 15px;
  background: #FFF;
  padding: 10px 5px;
  padding-right: 0;
  clear: both;
  transition: all 0.4s linear;
}
#page .block_2 ul li.notImg .fr {
  width: 100%;
  padding-left: 0;
}
#page .block_2 ul li .header_tit {
  font-weight: normal;
  font-size: 0.34rem;
  color: #FE6D4B;
  margin-bottom: 5px;
}
#page .block_2 ul li .title {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
  font-size: 0.38rem;
  margin: 8px 0;
}
#page .block_2 ul li .fl {
  width: 30%;
}
#page .block_2 ul li .fl a img {
  width: 100%;
  height: 100%;
}
#page .block_2 ul li .fr {
  width: 70%;
  padding-left: 8px;
}
#page .block_2 ul li .fr .con {
  margin-bottom: 10px;
  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: 3;
  font-size: 0.35rem;
  color: #666;
}
#page .block_2 ul li .meta {
  margin-top: 5px;
  font-size: 0.32rem;
}
#page .block_2 ul li .entry {
  user-select: none;
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #d2d2d2;
  font-size: 0.34rem;
  transition: all 0.2s;
}
#page .block_2 ul li .entry:hover {
  width: 130px;
  background: #FE6D4B;
}
#page .block_2 ul li .entry i {
  color: #fff;
  display: inline-block;
  margin-left: 8px;
  transform: translateY(2px);
}
#page .list_con {
  padding: 0 10px;
}
#page .list_con .list_items li {
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #ddd;
  background: white;
}
#page .list_con .list_items li.notImg .con .fr {
  width: 100%;
}
#page .list_con .list_items li .title {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.41rem;
  margin-bottom: 9px;
}
#page .list_con .list_items li .con {
  margin-bottom: 10px;
}
#page .list_con .list_items li .con .fl {
  width: 37%;
}
#page .list_con .list_items li .con .fl img {
  width: 100%;
  height: 100%;
}
#page .list_con .list_items li .con .fr {
  width: 63%;
  padding-left: 10px;
}
#page .list_con .list_items li .con .fr .detail {
  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: 3;
  font-size: 0.37rem;
  color: #666;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
  background: #F1F1F1;
}
#page .breadcrumbs {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 12px;
}
#page .breadcrumbs a {
  color: #999;
}
#page .show_block {
  padding: 0 10px;
  background-color: white;
}
#page .show_block .show_tit {
  margin-top: 20px;
  color: black;
  font-size: 0.39rem;
  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;
  margin: 20px 0;
  overflow: hidden;
  font-size: 0.38rem;
}
#page .show_block .show_con p {
  margin-bottom: 20px;
}
#page .show_block .show_con p img {
  width: 100%;
  max-width: 450px;
}
#page .show_block .show_con img {
  max-width: 450px;
  display: block;
}
#page .recommend_block {
  padding: 10px;
  margin-top: 25px;
  background-color: white;
}
#page .recommend_block .rec_tit {
  padding-left: 10px;
  font-size: 0.43rem;
  color: #2C353A;
  position: relative;
}
#page .recommend_block .rec_tit::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 3px;
  width: 3px;
  height: 15px;
  background-color: #2C353A;
}
#page .recommend_block ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#page .recommend_block ul li.notImg .fr {
  width: 100%;
}
#page .recommend_block ul li .fl {
  width: 32%;
}
#page .recommend_block ul li .fl img {
  max-width: 120px;
  min-width: 108px;
  height: 73px;
}
#page .recommend_block ul li .fr {
  width: 64%;
}
#page .recommend_block ul li .fr a {
  display: inline-block;
}
#page .recommend_block ul li .fr a .tit {
  font-size: 0.4rem;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 41px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .recommend_block ul li .fr a .meta {
  margin-top: 10px;
  font-size: 0.35rem;
  color: #666;
}
#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: #2C353A;
  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: white;
  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: #2C353A;
  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 */