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: 8px;
}
#page .shadow_box .close_shadow {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: url("../images/close_search.png") no-repeat center;
}
#page .header_block {
  padding-top: 75px;
  display: block;
}
#page .header_block .logo_search-block {
  background-color: white;
  padding: 8px 0;
  display: block;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 70px;
}
#page .header_block .logo_search-block .wrap {
  padding: 0 15px;
  width: 100%;
  height: 54px;
  box-sizing: border-box;
}
#page .header_block .logo_search-block .wrap .logo {
  float: left;
  height: 55px;
  width: 196px;
  margin-top: 4px;
}
#page .header_block .logo_search-block .wrap .logo img {
  width: 100%;
}
#page .header_block .logo_search-block .wrap .search {
  float: right;
  line-height: 65px;
}
#page .header_block .nav-block {
  overflow: hidden;
  background: #f7f9fb;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 999;
  left: 0;
  height: 37px;
}
#page .header_block .nav-block .menu_icon {
  margin: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  user-select: none;
}
#page .header_block .nav-block .menu_icon.active i {
  background: none;
}
#page .header_block .nav-block .menu_icon.active i::before {
  transform: rotate(45deg);
  margin: 0;
}
#page .header_block .nav-block .menu_icon.active i::after {
  transform: rotate(-45deg);
  margin: 0;
}
#page .header_block .nav-block .menu_icon i {
  width: 100%;
  height: 2px;
  margin-top: 9px;
  background: #000;
  display: block;
  position: relative;
  transition: all 0.4s;
}
#page .header_block .nav-block .menu_icon i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.4s;
  margin-top: -7px;
}
#page .header_block .nav-block .menu_icon i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.4s;
  margin-top: 7px;
}
#page .header_block .nav-block .menu-block {
  padding-right: 40px;
  background-color: #f7f9fb;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  overflow: hidden;
}
#page .header_block .nav-block .menu-block a {
  white-space: nowrap;
  display: inline-block;
  padding: 0 6px;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  margin: 5px 0 5px 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: all 0.4s;
  color: #333;
}
#page #article {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
#page #article section {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#page #article section .banner_block {
  width: 100%;
  padding: 0 10px;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
}
#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;
  border-radius: 5px;
}
#page #article section .banner_block .swiper-container:hover .meta,
#page #article section .banner_block .swiper-container:hover .desc {
  opacity: 0.7;
}
#page #article section .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: left;
  bottom: 5px;
  height: 30px;
  left: 25px;
  color: white;
}
#page #article section .banner_block .swiper-container .swiper-pagination-current {
  font-size: 24px;
  color: #FF3234;
  font-weight: 600;
}
#page #article section .banner_block .swiper-container .swiper-pagination-total {
  font-size: 18px;
}
#page #article section .banner_block .swiper-container .swiper-button-next,
#page #article section .banner_block .swiper-container .swiper-button-prev {
  bottom: -10px !important;
}
#page #article section .banner_block .swiper-container .swiper-button {
  position: absolute;
  bottom: 5px;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#page #article section .banner_block .swiper-container .swiper-button-next {
  background: url(../images/banner_arrow_right.png) no-repeat top;
  right: 0 !important;
}
#page #article section .banner_block .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow_left.png) no-repeat top;
  left: 0;
}
#page #article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#page #article section .banner_block .swiper-container .desc,
#page #article section .banner_block .swiper-container .meta {
  position: absolute;
  bottom: 23px;
  left: 0;
  padding: 0 10px;
  font-weight: lighter;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: 53px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: white;
  transition: all 0.3s;
}
#page #article section .banner_block .swiper-container .meta {
  font-size: 14px;
  height: 78px;
  opacity: 0.7;
}
#page #article section .newslist_block {
  width: 96%;
  background-color: #f7f9fb;
  box-sizing: border-box;
  border-top: 2px solid #d80c1d;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 8px 10px;
}
#page #article section .newslist_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
  background-color: #d80c1d;
}
#page #article section .newslist_block .news-tab {
  margin: 5px 0 10px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  user-select: none;
}
#page #article section .newslist_block .news-tab li {
  text-align: center;
  float: left;
}
#page #article section .newslist_block .news-tab li.active span {
  background: #e60013;
  color: #fff;
}
#page #article section .newslist_block .news-tab li span {
  width: 100px;
  font-size: 14px;
  display: block;
  color: #000;
  font-weight: bold;
  background: #e4e3e3;
}
#page #article section .newslist_block .news_list {
  height: 100%;
  background-color: #f7f9fb;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 4px 6px;
  display: none;
}
#page #article section .newslist_block .news_list.active {
  display: block;
}
#page #article section .newslist_block .news_list li {
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article section .newslist_block .news_list li a {
  display: block;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
}
#page #article section .newslist_block .news_list li a .time {
  float: left;
  color: #666;
  margin-right: 18px;
  position: relative;
  font-family: 'DIN-Regular';
}
#page #article section .newslist_block .news_list li a .time::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #929293;
}
#page #article section .newslist_block .news_list li a .news_con {
  color: #333333;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
#page #article .main .list_ul li {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#page #article .main .list_ul li.not_img .item_con .news_tit {
  width: 100%;
}
#page #article .main .list_ul li.not_img .item_con .news_con {
  width: 100%;
}
#page #article .main .list_ul li.not_img .item_con .time {
  margin-top: 14px;
}
#page #article .main .list_ul li ._img {
  float: left;
  width: 36%;
  margin-right: 16px;
  height: 96px;
}
#page #article .main .list_ul li ._img a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#page #article .main .list_ul li .item_con {
  position: relative;
  overflow: hidden;
}
#page #article .main .list_ul li .item_con .news_tit {
  height: auto;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .list_ul li .item_con .news_con {
  color: #999999;
  letter-spacing: 1.5px;
  margin-top: 5px;
  font-size: 14px;
  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;
}
#page #article .main .list_ul li .item_con .time {
  position: relative;
  text-align: right;
  color: #999;
  line-height: 16px;
  margin-top: 10px;
}
#page #article .main .left_part {
  width: 100%;
  box-sizing: border-box;
}
#page #article .main .left_part .news_label {
  color: #e60013;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 0 20px;
  background: url(../images/tit_icon.png) left center no-repeat;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 25px;
}
#page #article .main .left_part .banner_block_2 {
  margin-top: 10px;
  height: 206px;
  user-select: none;
  overflow: hidden;
}
#page #article .main .left_part .banner_block_2 .banner_tit {
  float: left;
  background: #e50011;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  width: 46px;
  height: 206px;
  padding: 63px 10px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: block;
  border-radius: 5px;
}
#page #article .main .left_part .banner_block_2 .banner_tit a {
  color: #fff;
}
#page #article .main .left_part .banner_block_2 .banner_con {
  overflow: hidden;
  position: relative;
  padding: 0 23px;
  height: 206px;
  width: 80%;
  float: left;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper {
  width: 100%;
  height: 100%;
  margin: 0 2px;
  overflow: hidden;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-wrapper {
  margin: 0 1px;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-next,
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-prev {
  margin-top: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 10;
  cursor: pointer;
  background-size: auto;
  display: block !important;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-prev.swiper-button-white {
  left: 5px;
  background-image: url(../images/arrow_left.png);
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-next.swiper-button-white {
  right: 5px;
  background-image: url(../images/arrow_right.png);
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  background: #f4f5f6;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide img {
  display: block;
  width: 100%;
  height: 60%;
  object-fit: cover;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide .tit {
  padding: 18px 22px 20px;
}
#page #article .main .left_part .banner_block_2 .banner_con .swiper-slide .tit strong {
  display: block;
  line-height: 19px;
  height: 38px;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .main .right_part {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#page #article .main .right_part .pub_border {
  background-color: #f7f9fb;
  box-sizing: border-box;
  border-top: 2px solid #d80c1d;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
}
#page #article .main .right_part .pub_border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
  background-color: #d80c1d;
}
#page #article .main .right_part .pub_border .tit {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 7px;
}
#page #article .main .right_part .pub_border .tit strong {
  display: inline-block;
  padding: 0 17px 0 0;
  background: url(../images/icon_more.png) right center no-repeat;
}
#page #article .main .right_part .rp_01 {
  margin-bottom: 20px;
}
#page #article .main .right_part .rp_01 ._con .top_img {
  padding: 3px 0 0;
}
#page #article .main .right_part .rp_01 ._con .top_img img {
  width: 100%;
  height: 181px;
  border-radius: 5px;
}
#page #article .main .right_part .rp_01 ._con .top_img .desc {
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .right_part .rp_01 ._con .rp1_list_ul li {
  padding: 5px 0;
}
#page #article .main .right_part .rp_01 ._con .rp1_list_ul li a {
  padding: 0 0 0 12px;
  position: relative;
  display: block;
  color: #666;
  line-height: 20px;
  max-height: 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .right_part .rp_01 ._con .rp1_list_ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
}
#page #article .main .right_part .rp_02 {
  margin-top: 30px;
}
#page #article .main .right_part .rp_02 .tit {
  overflow: hidden;
  user-select: none;
}
#page #article .main .right_part .rp_02 .tit ul li {
  float: left;
  line-height: 26px;
  text-align: center;
}
#page #article .main .right_part .rp_02 .tit ul li.active span {
  background-color: #E60013;
  color: white;
}
#page #article .main .right_part .rp_02 .tit ul li span {
  display: block;
  width: 56px;
  color: #000;
  font-weight: bold;
  background: #e4e3e3;
  font-size: 14px;
  transition: all 0.3s;
}
#page #article .main .right_part .rp_02 ._con {
  padding: 6px 0 3px;
}
#page #article .main .right_part .rp_02 ._con ul {
  display: none;
}
#page #article .main .right_part .rp_02 ._con ul.active {
  display: block;
}
#page #article .main .right_part .rp_02 ._con ul li {
  margin-bottom: 10px;
}
#page #article .main .right_part .rp_02 ._con ul li b {
  font-family: 'din-bold';
  float: left;
  width: 20px;
  color: #000;
  margin-right: 5px;
  line-height: 19px;
  position: relative;
  text-decoration: underline;
  text-align: center;
}
#page #article .main .right_part .rp_02 ._con ul li a {
  display: block;
  color: #666;
  line-height: 19px;
  max-height: 38px;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .main .right_part .rp_03 {
  margin-top: 20px;
}
#page #article .main .right_part .rp_03 ul li {
  margin-top: 15px;
}
#page #article .main .right_part .rp_03 ul li a img {
  float: left;
  width: 115px;
  height: 70px;
  margin-right: 12px;
  border-radius: 5px;
}
#page #article .main .right_part .rp_03 ul li a .tit {
  text-decoration: none;
  width: initial;
  white-space: normal;
  height: 38px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  line-height: 19px;
  overflow: hidden;
  font-size: 14px;
}
#page #article .main .right_part .rp_03 ul li a .meta {
  margin-top: 16px;
  font-size: 12px;
  color: #666666;
}
#page #article .main .right_part .rp_04 {
  margin-top: 20px;
}
#page #article .list_block {
  padding: 0 0 14px;
  margin-bottom: 20px;
}
#page #article .list_block .left_block {
  width: 100%;
}
#page #article .list_block .right_part {
  width: 100%;
}
#page #article .list_block .right_part .rp_01,
#page #article .list_block .right_part .rp_02,
#page #article .list_block .right_part .rp_03,
#page #article .list_block .right_part .rp_04 {
  width: 100%;
}
#page #article .list_block .right_part .rp_02 ._con ul li a {
  width: 90%;
}
#page #article .list_block .right_part .rp_04 ._con .rp1_list_ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#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: 32px 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 {
  max-width: 100%;
  display: block;
  margin: 15px auto;
}
#page #article .show_block .left_block .recommend_part {
  margin-top: 30px;
}
#page #article .show_block .left_block .recommend_part .rec_tit {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3px;
  padding: 16px 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
#page #article .show_block .left_block .recommend_part .rec_tit strong {
  display: inline-block;
  padding: 0 17px 0 0;
  background: url(../images/icon_more.png) right center no-repeat;
}
#page #article .show_block .left_block .recommend_part .rec_con {
  margin-top: 20px;
}
#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: #C90812;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  font-size: 14px;
  border-left: 1px solid #fff;
  border-radius: 5px;
  margin: 0 2px;
}
#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;
  border-radius: 5px;
  margin: 0 2px;
}
#page .page_fenye a:hover {
  background-color: #C90812;
  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 */