body {
  background-color: #f5f7f9;
}
#page {
  position: relative;
  /*菜单按钮*/
}
#page .clear_top {
  height: 54px;
}
#page .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
#page .card .tit {
  padding: 15px;
}
#page .card .tit .text {
  float: left;
  color: #6c757d;
  font-size: 19px;
}
#page .card .tit .more {
  float: right;
  font-size: 20px;
  color: #6c757d;
}
#page .card .card_con {
  margin-bottom: 15px;
}
#page .card:hover {
  box-shadow: 0px 4px 8px #ffe8c6;
}
#page .card .card_con {
  padding: 0 15px;
}
#page .news_list li {
  font-size: 16px;
  border: 1px dotted rgba(0, 0, 0, 0.125);
  border-width: 0 0 1px;
  display: block;
  color: #495057;
  position: relative;
}
#page .news_list li a {
  display: block;
  position: relative;
  padding: 11px 11px 11px 0px;
  line-height: 25px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 65px;
}
#page .news_list li a:hover {
  background-color: #f8f9fa;
  color: #0b699f;
}
#page .navbar-toggle {
  padding: 9px 10px;
  border-radius: 4px;
  background: initial;
}
#page .navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.3s ease-out 0.3s;
  margin-top: 5px;
  background: #ffffff;
}
#page .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: initial;
  width: 100%;
  height: 54px;
  z-index: 9999;
  padding: 0 10px;
  background-color: #f59f3a;
  margin: auto;
}
#page .header .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 54px;
}
#page .header .header_block .middle_b {
  width: 150px;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
}
#page .header .header_block .middle_b img {
  width: 100%;
  object-fit: contain;
}
#page .header .header_block .right_part {
  margin-right: 8px;
}
#page .menu_block {
  z-index: 1200;
  top: 54px;
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f59f3a;
  overflow: auto;
  border: 0;
  transition: all 0.3s ease-out 0s;
}
#page .menu_block.active {
  height: 50%;
}
#page .menu_block .menu {
  overflow: hidden;
  border-color: transparent;
  border-style: solid;
  border-width: 0 1px 1px;
}
#page .menu_block .menu li a {
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-left: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease 0s;
}
#page .menu_block .menu li a:hover {
  text-decoration: none;
  background-color: #F59F3A;
}
#page .menu_block .menu li a.current {
  background: #F59F3A;
}
#page .banner .banner_block {
  width: 100%;
  overflow: hidden;
  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 P {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: linear-gradient(transparent, #000000);
  color: white;
  padding: 0 10px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #f59f3a;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 5px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
}
#page .search_b {
  width: 95%;
  height: 30px;
  border: 1px solid #dddddd;
  background-color: #fff;
  margin: 10px auto;
}
#page .search_b .search_input {
  float: left;
  width: 76%;
  height: 28px;
  border: none;
  outline: none;
  padding: 0 2%;
}
#page .search_b .search_submit {
  float: right;
  margin: 5px 5px 0 0;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat;
  border: none;
  outline: none;
}
#page .part_tit {
  border-bottom: 1px solid #d9d9d9;
  height: 42px;
  position: relative;
  margin-bottom: 10px;
}
#page .part_tit h3 {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border-bottom: 3px solid #e74c3c;
  line-height: 40px;
  font-size: 20px;
}
#page .part_tit .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 40px;
  display: block;
  color: #d9d9d9;
}
#page .sort_list li {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #eeeeee;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .sort_list li:nth-child(-n + 3) em {
  color: red;
}
#page .img_text li {
  display: flex;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  flex-direction: row-reverse;
}
#page .img_text li .text_wrapper {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
#page .img_text li .text_wrapper a h1 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  max-height: 48px;
  margin-bottom: 5px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .img_text li .text_wrapper a h1:hover {
  color: #f59f3a;
}
#page .img_text li .text_wrapper .news_details {
  font-size: 14px;
  color: #333333;
  display: flex;
  margin-top: 15px;
}
#page .img_text li .text_wrapper .news_details .time {
  margin-right: 20px;
}
#page .img_text li .img_wrapper {
  width: 117px;
  height: 78px;
  overflow: hidden;
  margin-right: 15px;
}
#page .img_text li .img_wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
#page .img_text li .img_wrapper a img {
  width: 100%;
  height: 100%;
}
#page .img_text li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 0.5);
  -webkit-transform: scale(1, 0.5);
  background: #dcdcdc;
}
#page .part-1 {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
#page .img-block {
  width: 100%;
  margin: 10px auto;
  height: 170px;
  position: relative;
}
#page .img-block img {
  width: 100%;
  height: 100%;
}
#page .img-block p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: linear-gradient(transparent, #000000);
  color: white;
  padding: 0 10px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}
#page .double_img {
  overflow: hidden;
  margin: 10px auto;
}
#page .double_img a {
  display: block;
  width: 48%;
  height: 120px;
  position: relative;
}
#page .double_img a img {
  width: 100%;
  height: 100%;
}
#page .double_img a p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  background-image: linear-gradient(transparent, #000000);
  color: white;
  font-size: 16px;
}
#page .banquan {
  text-align: center;
  font-size: 15px;
  padding: 15px 10px;
  background: #f59f3a;
  line-height: 23px;
  color: white;
}
#page .breadcrumbs {
  background-color: white;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 12px;
  font-size: 14px;
}
#page .breadcrumbs a {
  color: #999;
}
#page .show_page .show_con {
  margin-top: 10px;
  padding: 0 10px;
  background-color: white;
  overflow: hidden;
}
#page .show_page .show_con .tit {
  margin-top: 20px;
  font-size: 0.45rem;
  color: #333333;
  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: 26px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 16px;
}
#page .show_page .show_con .show_detail p {
  margin-bottom: 20px;
  text-indent: 2em;
}
#page .show_page .show_con .show_detail img {
  display: block;
  margin: auto;
  width: 100%;
}
#page .show_page .turn_Page {
  padding-bottom: 0;
}
#page .recommend_list {
  width: 100%;
  padding: 10px;
}
#page .recommend_list .card {
  margin-bottom: 20px;
}
.turn_Page {
  background-color: white;
  padding: 10px;
  overflow: hidden;
}
.turn_Page .entry-page-next,
.turn_Page .entry-page-prev {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 60px 15px 10px;
  box-sizing: border-box;
  color: #fff;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
}
.turn_Page .entry-page-next a,
.turn_Page .entry-page-prev a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 15px;
}
.turn_Page .entry-page-next a span,
.turn_Page .entry-page-prev 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;
}
.turn_Page .entry-page-next .entry-page-info,
.turn_Page .entry-page-prev .entry-page-info {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
}
.turn_Page .entry-page-next::before,
.turn_Page .entry-page-prev::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f59f3a;
  opacity: 0.5;
  content: '';
}
.turn_Page .entry-page-next:hover::before,
.turn_Page .entry-page-prev:hover::before {
  content: '';
  opacity: 1;
}
.page_fenye {
  padding: 15px 0;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
  background: white;
}
.page_fenye span {
  background-color: #f59f3a;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border: 1px solid #f59f3a;
  margin: 0 2px;
}
.page_fenye a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border: 1px solid #eeeeee;
  margin: 0 2px;
}
.page_fenye a:hover {
  background-color: #f59f3a;
  color: white;
}
.header_ad {
  width: 100%;
  height: 80px;
  margin: 5px auto;
  position: relative;
}
.header_ad.w1 {
  width: 100%;
}
.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;
}
.header_ad img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */
