#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;
}
#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: #0168b7;
}
#page .nav {
  margin-top: 50px;
  padding: 0 7px;
  background-color: #0168b7;
}
#page .nav .nav_block {
  width: 100%;
}
#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.7);
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 0 5px #000;
  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-bullet {
  background-color: #003399;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 20px;
  line-height: 20px;
}
#page .block_tit {
  border-bottom: 1px solid #ededed;
}
#page .block_tit h2 {
  font-size: 20px;
  padding: 15px 0 15px 40px;
  background: url(../images/a_08.png) no-repeat left center;
  color: #333333;
}
#page .block_tit h2 span {
  font-size: 14px;
  color: #ccc;
  padding-left: 10px;
}
#page .block_1 {
  width: 96%;
  margin: 10px auto;
}
#page .block_1 .img_block {
  overflow: hidden;
}
#page .block_1 .img_block a {
  display: inline-block;
  width: 48%;
  height: 170px;
  float: left;
}
#page .block_1 .img_block a:last-child {
  float: right;
}
#page .block_1 .img_block a img {
  width: 100%;
  height: 130px;
}
#page .block_1 .img_block a p {
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
#page .block_1 .block_con {
  padding: 0 10px;
}
#page .block_1 .block_con .img_part {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eeeeee;
}
#page .block_1 .block_con .img_part.notImg .right_font {
  width: 100%;
}
#page .block_1 .block_con .img_part .left_img {
  width: 40%;
  height: 102px;
}
#page .block_1 .block_con .img_part .left_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#page .block_1 .block_con .img_part .left_img a img {
  width: 100%;
  height: 100%;
}
#page .block_1 .block_con .img_part .right_font {
  width: 55%;
}
#page .block_1 .block_con .img_part .right_font h2 {
  font-weight: normal;
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 5px;
}
#page .block_1 .block_con .img_part .right_font h2 a {
  color: #555;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page .block_1 .block_con .img_part .right_font p {
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#page .block_1 .block_con .img_part .right_font h4 {
  font-size: 14px;
  line-height: 20px;
  color: #cccccc;
  font-weight: normal;
  margin-top: 10px;
}
#page .block_1 .block_con ul li {
  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;
  color: #777777;
}
#page .block_1 .block_con ul li span {
  color: #777777;
  width: 20%;
  flex-grow: 0;
  text-align: right;
  font-size: 14px;
}
#page .block_2 .block_con {
  padding: 0;
}
#page .block_2 .block_con .big_img {
  margin: 10px 0;
  width: 100%;
  height: 120px;
  position: relative;
}
#page .block_2 .block_con .big_img a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
#page .block_2 .block_con .big_img a img {
  width: 100%;
  height: 100%;
}
#page .block_2 .block_con .big_img a P {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
}
#page .block_2 .block_con .list_item {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
}
#page .block_2 .block_con .list_item .zx_left {
  position: absolute;
  left: 0;
  top: 15px;
  width: 90px;
  height: 90px;
  background: #f2f2f2;
  text-align: center;
  float: left;
}
#page .block_2 .block_con .list_item .zx_left h2 {
  font-size: 40px;
  line-height: 60px;
  color: #0168b7;
  font-weight: normal;
}
#page .block_2 .block_con .list_item .zx_left p {
  font-size: 16px;
  color: #0168b7;
}
#page .block_2 .block_con .list_item .zw_right {
  width: 100%;
  padding-left: 100px;
  box-sizing: border-box;
  position: relative;
}
#page .block_2 .block_con .list_item .zw_right h2 {
  font-size: 16px;
  padding-bottom: 0px;
  -webkit-line-clamp: 1;
  font-weight: normal;
  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;
  margin-bottom: 10px;
}
#page .block_2 .block_con .list_item .zw_right h2 a {
  color: #555555;
}
#page .block_2 .block_con .list_item .zw_right p {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  vertical-align: middle;
}
#page .block_2 .block_con .list_item .zw_right p img {
  margin-right: 8px;
  display: inline-block;
  border: 0px;
  padding: 0px;
  max-width: 100%;
}
#page .banquan {
  text-align: center;
  font-size: 13px;
  padding: 30px 10px;
  background: #0168b7;
  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 {
  padding: 0;
}
#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;
      text-indent: 1rem;
}
#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 .block_1 .block_con {
  padding: 0;
}
.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: #0168b7;
  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: #0168b7;
  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 */