body {
  background-color: #EEEEEE;
}
#page .header {
  overflow: initial;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  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: 185px;
    height: 42px;
    padding-top: 3px;
}
#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: #1E6EB3;
}
#page .nav {
  margin-top: 50px;
  padding: 0 7px;
  background: #1e6eb3;
}
#page .nav .nav_block {
  width: 100%;
  height: 40px;
  background: #1e6eb3;
  padding: 0 5px;
  line-height: 40px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
#page .nav .nav_block::-webkit-scrollbar {
  display: none;
}
#page .nav .nav_block li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  margin-right: 5px;
  text-decoration: none;
}
#page .nav .nav_block li.active {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  padding-bottom: 11px;
}
#page .banner {
  margin-bottom: 15px;
}
#page .banner .banner_block {
  width: 100%;
  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: white;
  color: #333;
  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-bullet {
  background-color: #1E6EB3;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 20px;
  line-height: 20px;
}
#page .block_tit {
  padding: 0 10px;
  margin: 10px 0;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-bottom: 1px solid #1e6eb3;
  font-size: 18px;
}
#page .block_tit h3 {
  float: left;
  font-weight: 700;
}
#page .block_tit h3 a {
  color: #1e6eb3;
  text-shadow: 1px 1px 1px white;
}
#page .block_tit .more {
  float: right;
  font-size: 14px;
}
#page .block_tit .more a {
  color: #777;
  display: inline-block;
}
#page .block_1 {
  width: 100%;
  margin-bottom: 15px;
  background-color: white;
}
#page .block_1 .img_block {
  padding: 0 10px;
  overflow: hidden;
}
#page .block_1 .img_block a {
  display: inline-block;
  width: 49%;
  height: 120px;
  float: left;
  position: relative;
}
#page .block_1 .img_block a:last-child {
  float: right;
}
#page .block_1 .img_block a img {
  width: 100%;
  height: 100%;
}
#page .block_1 .img_block a p {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
#page .block_1 .block_con {
  padding: 0 10px;
}
#page .block_1 .block_con ul li {
  border-bottom: 1px solid #e6e6e6;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
}
#page .block_1 .block_con ul li a {
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
  font-size: 16px;
}
#page .block_1 .block_con ul li span {
  color: #a7a7a7;
  width: 20%;
  flex-grow: 0;
  text-align: right;
  font-size: 14px;
}
#page .block_1 .img_list {
  padding: 0 10px;
}
#page .block_1 .img_list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
#page .block_1 .img_list li a {
  display: flex;
}
#page .block_1 .img_list li a img {
  width: 120px;
  height: 80px;
  margin-right: 10px;
}
#page .block_1 .img_list li a .text_b .text_tit {
  text-decoration: none;
  overflow: hidden;
  width: auto;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}
#page .block_1 .img_list li a .text_b .meta {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  color: #666666;
}
#page .banquan {
  text-align: center;
  font-size: 13px;
  padding: 30px 10px;
  background: #1E6EB3;
  line-height: 23px;
  color: white;
}
#page .breadcrumbs {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 12px;
  font-size: 14px;
}
#page .breadcrumbs a {
  color: #999;
}
#page .list_page .block_1 .block_con ul li {
  padding-left: 10px;
  position: relative;
  border-bottom-style: dashed;
}
#page .list_page .block_1 .block_con ul li::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 16px;
  width: 3px;
  height: 3px;
  background-color: #666666;
}
#page .list_page .block_1 .block_con ul li:nth-child(6n) {
  margin-bottom: 10px;
}
#page .show_page .show_con {
  padding: 0 10px;
}
#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: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0.38rem;
}
#page .show_page .show_con .show_detail p {
  margin-bottom: 20px;
}
#page .show_page .show_con .show_detail p img {
  width: 100%;
}
#page .show_page .recommend_list {
  padding: 0 10px;
}
.turn_Page {
  padding: 0 10px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.turn_Page p span {
  font-size: 16px;
  color: #333333;
}
.page_fenye {
  margin: 30px 0;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #1E6EB3;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #1E6EB3;
  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 */