#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: #5686e8;
}
#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 {
  padding: 10px;
}
#page .block_1 ul li {
  font-size: 0.45rem;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
#page .block_1 ul li a {
  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: 2;
  line-height: 39px;
}
#page .block_1 ul li span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
#page .tit {
  padding-left: 15px;
  position: relative;
  font-size: 23px;
  color: #1E5BA8;
  margin-bottom: 10px;
}
#page .tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 4px;
  height: 18px;
  background-color: #1E5BA8;
}
#page .block_2 {
  padding: 10px;
}
#page .block_2 .b_img {
  width: 98%;
  margin: auto;
  height: 200px;
}
#page .block_2 .b_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#page .block_2 .b_img a img {
  height: 100%;
  width: 100%;
}
#page .block_2 .b_img a .desc {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
#page .block_3 {
  padding: 10px;
}
#page .block_3 .top_b .img_info {
  width: 48%;
  height: 150px;
  float: left;
}
#page .block_3 .top_b .img_info img {
  width: 100%;
  height: 100%;
}
#page .block_3 .top_b .desc_info {
  float: right;
  width: 48%;
}
#page .block_3 .top_b .desc_info .title {
  background-color: #f5f5f5;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-left: 2px solid #3c5cb3;
  font-size: 18px;
  padding: 5px;
}
#page .block_3 .top_b .desc_info .desc {
  font-size: 16px;
  margin-top: 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;
  line-height: 24px;
}
#page .clearT {
  height: 40px;
}
#page .nav-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 20px;
  z-index: 999999;
}
#page .nav-box.active {
  display: block;
}
#page .nav-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 20px;
  z-index: 999999;
}
#page .nav-box.active {
  display: block;
}
#page .nav-top p {
  font-size: 17px;
  color: #4B96F6;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 20px;
}
#page .fc::after {
  content: '';
  display: block;
  clear: both;
}
#page .nav-top span {
  font-size: 12px;
  color: #9a9a9a;
  padding-top: 2px;
}
#page .nav-top .fb {
  border: 1px solid #4b96f6;
  border-radius: 23.5px;
  font-size: 12px;
  color: #4b96f6;
  width: 50px;
  text-align: center;
  line-height: 20px;
}
#page .nav-all {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
#page .nav-all a {
  display: block;
  margin: 0 10px 10px 0;
  background: #F3F3F5;
  color: #565462;
  font-size: 13px;
  border-radius: 3px;
  line-height: 38px;
  width: calc(100% / 4 - 10px);
  text-align: center;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
  background: #F1F1F1;
}
#page .breadcrumbs {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 12px;
  font-size: 0.39rem;
}
#page .breadcrumbs a {
  color: #999;
}
#page .list_page .block_1 {
  margin-top: 10px;
}
#page .list_page .block_1 li:nth-of-type(4n) {
  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 .tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 4px;
  height: 18px;
  background-color: #1E5BA8;
}
#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: 29px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0.45rem;
}
#page .show_page .show_con .show_detail p {
  margin-bottom: 20px;
  text-indent:2em;
}
#page .show_page .show_con .show_detail p img {
  max-width: 100%;
  display:block;
  margin: 0 auto;
}
#page .show_page .recommend_list {
  padding: 0 10px;
}
#page .show_page .bot_con .widget {
  width: 100%;
}
#page .show_page .bot_con .widget .oimg {
  width: 100%;
  height: 120px;
}
#page .show_page .bot_con .widget .oimg img {
  width: 100%;
  height: 100%;
}
#page .show_page .bot_con .widget .tit {
  margin-top: 8px;
  font-size: 0.38rem;
  color: #EB3D41;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .show_page .bot_con .widget .con {
  font-size: 0.33rem;
  color: #999;
  line-height: 0.45rem;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 35px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .show_page .bot_con ul {
  margin-top: 20px;
  display: none;
}
#page .show_page .bot_con ul.active {
  display: block;
}
#page .show_page .bot_con ul li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddcccc;
}
#page .show_page .bot_con ul li.notImg .fr {
  width: 100%;
  padding-left: 0;
}
#page .show_page .bot_con ul li .fl {
  width: 32%;
  height: 100px;
}
#page .show_page .bot_con ul li .fl img {
  width: 100%;
  height: 100%;
}
#page .show_page .bot_con ul li .fr {
  padding-left: 8px;
  width: 66%;
}
#page .show_page .bot_con ul li .fr h3 {
  font-size: 0.48rem;
  color: black;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .show_page .bot_con ul li .fr .fr_con {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #999;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.turn_Page {
  padding: 0 10px;
  overflow: hidden;
  margin: 30px 0;
}
.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: #5686e8;
  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: #5686e8;
  color: white;
}
.header_ad {
  width: 95%;
  height: 80px;
  margin: 15px 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 */