html {
  font-size: 23.4375px;
}
body {
  font-size: 0.65rem;
}
#page .shadow_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
}
#page .shadow_box.active {
  left: 0;
}
#page .shadow_box .search_b {
  position: absolute;
  bottom: 30%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 303px;
  height: 45px;
}
#page .shadow_box .search_b form {
  display: flex;
}
#page .shadow_box .search_b form .search {
  width: 227px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
  border-radius: 15px 0 0 15px;
}
#page .shadow_box .search_b form .submit {
  border: 0;
  width: 76px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  border-radius: 0 15px 15px 0;
  background: #E60013 url(../images/search.png) no-repeat center;
  background-position-x: 27px;
}
#page .h60 {
  height: 40px;
}
#page .header {
  overflow: initial;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0 10px;
  background-color: #3A9FFF;
}
#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: 4px;
  line-height: 45px;
}
#page .header .header_block .middle_b img {
  width: 100%;
  vertical-align: middle;
}
#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: white;
  border: 1px solid #3A9FFF;
  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: #3A9FFF;
}
#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 #article {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}
#page #article section {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#page #article section .banner_block {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
#page #article section .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#page #article section .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page #article section .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 30px;
  height: initial;
}
#page #article section .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: white;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1 !important;
}
#page #article section .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #B42369;
}
#page #article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page #article section .banner_block .swiper-container .desc,
#page #article section .banner_block .swiper-container .meta {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 0 10px;
  font-weight: lighter;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
  transition: all 0.3s;
}
#page #article section .banner_block .swiper-container .meta {
  font-size: 14px;
  height: 78px;
  opacity: 0.7;
}
#page #article .main {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
#page #article .main .tit {
  padding: 10px 0 15px;
}
#page #article .main .tit.mt15 {
  margin-top: 15px;
}
#page #article .main .tit a {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  color: #3A9FFF;
}
#page #article .main .tit a::before {
  content: '';
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #3A9FFF;
}
#page #article .main .title {
  font-size: 18px;
  background-size: 25px 28px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
#page #article .main .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 4px;
  height: 15px;
  background-color: #3A9FFF;
}
#page #article .main .block_01 {
  margin-bottom: 20px;
  border-radius: 10px;
}
#page #article .main .block_01 ._img {
  width: 100%;
  height: 150px;
  position: relative;
}
#page #article .main .block_01 ._img img {
  width: 100%;
  height: 100%;
}
#page #article .main .block_01 ._img p {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .block_01 .block_01_list li {
  margin-top: 5px;
}
#page #article .main .block_01 .block_01_list li a {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .block_01 .block_01_list li a::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 5px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #ccc;
}
#page #article .main .block_02 {
  margin-bottom: 20px;
  border-radius: 10px;
}
#page #article .main .block_02 ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
#page #article .main .block_02 ul li .left_img {
  width: 120px;
  height: 100px;
  float: left;
  margin-right: 15px;
}
#page #article .main .block_02 ul li .left_img img {
  width: 100%;
  height: 100%;
}
#page #article .main .block_02 ul li h3 {
  display: inline-block;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
}
#page #article .main .block_02 ul li ._con {
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}
#page #article .main .block_02 ul li .meta {
  font-size: 12px;
  color: #666666;
}
#page #article .main .bread_crumb {
  margin: 20px 0;
}
#page #article .main .a_block_1 {
  margin-bottom: 20px;
  border-radius: 10px;
}
#page #article .main .a_block_1 ._img {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  position: relative;
}
#page #article .main .a_block_1 ._img a img {
  width: 100%;
  height: 100%;
}
#page #article .main .a_block_1 ._img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .a_block_1 ul {
  background-color: white;
  padding: 10px;
}
#page #article .main .a_block_1 ul li {
  margin-top: 7px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .a_block_1 ul li:hover a {
  color: #EF2D36;
}
#page #article .main .a_block_1 ul li a {
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
#page #article .main .a_block_1 ul li a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #EF2D36;
  left: 0;
  bottom: 7px;
  border-radius: 50%;
}
#page #article .main .a_block_2 ul li a {
  padding-left: 0;
}
#page #article .main .a_block_2 ul li a::before {
  content: none;
}
#page #article .main .a_block_3 {
  margin-bottom: 40px;
  border-radius: 10px;
}
#page #article .main .a_block_3 ul {
  background-color: white;
  overflow: hidden;
  padding: 10px;
}
#page #article .main .a_block_3 ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
#page #article .main .a_block_3 ul li.notImg .as_tit {
  width: 100%;
}
#page #article .main .a_block_3 ul li.notImg .con {
  width: 100%;
}
#page #article .main .a_block_3 ul li ._img {
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
#page #article .main .a_block_3 ul li ._img img {
  width: 100%;
  height: 100%;
}
#page #article .main .a_block_3 ul li .as_tit {
  display: inline-block;
  width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 16px;
}
#page #article .main .a_block_3 ul li .con {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  overflow: hidden;
  width: calc(100% - 140px);
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .list_block {
  padding: 0 0 14px;
}
#page #article .list_block .block_02 ul li {
  border-bottom: 1px solid #e5e5e5;
}
#page #article .show_block .left_block {
  overflow: hidden;
}
#page #article .show_block .left_block .show_tit {
  color: #000;
  font-size: 24px;
  line-height: 1.45;
  padding: 0px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
#page #article .show_block .left_block .meta {
  color: #999;
  line-height: 24px;
  padding: 10px 0;
}
#page #article .show_block .left_block .show_body {
  font-size: 18px;
  line-height: 2;
}
#page #article .show_block .left_block .show_body p {
  margin: 15px 0;
  text-indent: 2em;
  font-size: 16px;
}
#page #article .show_block .left_block .show_body p a {
  color: #333333;
}
#page #article .show_block .left_block .show_body img {
  width: 100%;
  display: block;
  margin: 15px auto;
}
#page #article .show_block .rec_con {
  margin-top: 30px;
}
#page #article .show_block .rec_con .rp_01 .rp_01_con ul li {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .show_block .rec_con .rp_01 .rp_01_con ul li:nth-of-type(-n+3) em {
  background-color: #E60013;
}
#page #article .show_block .rec_con .rp_01 .rp_01_con ul li em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #333333;
  color: white;
  margin-right: 8px;
}
#page #article .show_block .rec_con .block_02 {
  background: none !important;
}
#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;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
#page .page_fenye span {
  background-color: #3A9FFF;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
#page .page_fenye a {
  background-color: #F1F1F1;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
#page .page_fenye a:hover {
  background-color: #3A9FFF;
  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;
  color: #666666;
}
#page .turn_Page p span {
  font-size: 16px;
  color: #333333;
}
#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;
  z-index: 999;
  bottom: 65px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url("../images/go_top.png") no-repeat center;
  user-select: none;
}
.goTop:hover {
  background: url("../images/go_top_active.png") no-repeat center;
}
/*# sourceMappingURL=index.css.map */