html {
  font-size: 23.4375px;
}
body {
  background: #f9f9f9;
  font-size: 0.65rem;
}
#page .clearTop {
  overflow: hidden;
  background-color: #ECF0FB;
}
#page .clearTop.active {
  margin-top: 0;
}
#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: 6px;
}
#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 {
  width: 100%;
  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: white;
  border: 1px solid #C32525;
  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: #2C53A8;
}
#page .nav {
  margin-top: 50px;
  padding: 0 7px;
  background-color: white;
  position: relative;
}
#page .nav .nav_block {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  height: 30px;
  transition: all 0.3s;
}
#page .nav .nav_block li {
  color: #8d93af;
  font-size: 0.64rem;
  display: inline;
  padding: 5px 0;
  text-align: center;
  margin-right: 0.6rem;
}
#page .banner .banner_block {
  border-radius: 5px;
  width: 97% !important;
  margin: auto;
  height: 212px;
  overflow: hidden;
}
#page .banner .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
  overflow: initial !important;
}
#page .banner .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#page .banner .banner_block .swiper-container .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 84%;
  overflow: hidden;
  font-size: 0.65rem;
  line-height: 0.8rem;
  padding: 0.2rem 14% 0.2rem 2%;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/bg_01.png);
  background-size: cover;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 5px;
  height: 25px;
  user-select: none;
  text-align: right;
  color: white;
  padding: 0.2rem 0.2rem;
  line-height: 0.8rem;
  font-size: 0.6rem;
}
#page .banner .banner_block .swiper-container .swiper-pagination-current {
  color: #ff0013;
  font-size: 0.85rem;
}
#page .banner .banner_block .swiper-container .swiper-pagination-total {
  color: white;
}
#page .blo_tit {
  margin-top: 1rem;
  padding-left: 10px;
  color: #2c53a8;
  font-size: 0.8rem;
}
#page .blo_tit a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
#page .blo_tit a::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 4px;
  height: 12px;
  background: #2c53a8;
}
#page .block_1 {
  padding: 10px;
}
#page .block_1 ul {
  overflow: hidden;
}
#page .block_1 ul li {
  margin-bottom: 0.42rem;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}
#page .block_1 ul li.notImg {
  padding: 10px;
}
#page .block_1 ul li.notImg .right_fonts {
  width: 100%;
}
#page .block_1 ul li a .left_img {
  float: left;
  width: 34%;
  height: 3.2rem;
}
#page .block_1 ul li a .left_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#page .block_1 ul li a .right_fonts {
  float: right;
  width: 63%;
  overflow: hidden;
  margin: 0 0.1rem;
}
#page .block_1 ul li a .right_fonts .tit {
  height: 2rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .block_1 ul li a .right_fonts .meta {
  font-size: 0.45rem;
  color: #b9b9b9;
  margin-top: 0.3rem;
}
#page .block_2 {
  margin-top: 10px;
  background-color: white;
  padding: 10px;
}
#page .block_2.mt0 ul li:nth-child(1) {
  margin-top: 0;
}
#page .block_2 .bigImg {
  position: relative;
  width: 100%;
  height: 8rem;
}
#page .block_2 .bigImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
#page .block_2 .bigImg p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 0 0 10px 10px;
  font-size: 0.7rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .block_2 ul li {
  margin-top: 8px;
  padding-left: 10px;
  position: relative;
}
#page .block_2 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2C53A8;
}
#page .block_2 ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#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 {
  color: black;
  font-size: 0.8rem;
  line-height: 25px;
  font-weight: bold;
}
#page .show_block .meta {
  margin-top: 10px;
}
#page .show_block .meta span {
  color: #999;
  font-size: 0.6rem;
}
#page .show_block .show_con {
  line-height: 24px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 0.65rem;
}
#page .show_block .show_con p {
  margin-bottom: 20px;
  text-indent:2em;
}
#page .show_block .show_con p img {
  max-width: 100%;
  display:block;
}
#page .rec_tit {
  padding-left: 10px;
  font-size: 0.43rem;
  color: #2C353A;
  position: relative;
}
#page .rec_tit::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 3px;
  width: 3px;
  height: 15px;
  background-color: #2C353A;
}
#page .recommend_block {
  margin-top: 25px;
  position: relative;
}
#page .recommend_block .rec_01 {
  padding: 0 10px;
  background-color: white;
}
#page .recommend_block .rec_01 .rec_fonts {
  margin: 10px 0;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
#page .recommend_block .rec_01 .rec_fonts li {
  padding: 5px 0;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .recommend_block .rec_01 .rec_fonts li a {
  padding-left: 10px;
  position: relative;
}
#page .recommend_block .rec_01 .rec_fonts li a::before {
  position: absolute;
  content: '';
  bottom: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #999999;
}
#page .recommend_block .rec_01 .block_2 {
  margin-top: 0;
}
#page .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  background: #575757;
  color: white;
  line-height: 25px;
}
#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: #2c53a8;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  border-left: 1px solid #fff;
  border-radius: 10px;
  margin: 0 2px;
}
#page .page_fenye a {
  background-color: #F1F1F1;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
  border-radius: 10px;
  margin: 0 2px;
}
#page .page_fenye a:hover {
  background-color: #2c53a8;
  color: white;
}
#page .turn_Page {
  overflow: hidden;
  margin: 30px 0;
}
#page .turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .turn_Page p span {
  font-size: 14px;
}
#page .header_ad {
  width: 100%;
  height: 80px;
  margin: 10px auto;
  position: relative;
}
#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: 10px;
  background-color: white;
  color: black;
  font-size: 0.6rem;
  margin: auto;
}
.bread_curmbs i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/local.png") no-repeat;
  vertical-align: middle;
}
.bread_curmbs a {
  color: #999;
}
.goTop {
  position: fixed;
  bottom: 65px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: url("../images/go_top.png") no-repeat center;
  user-select: none;
}
/*# sourceMappingURL=index.css.map */