#page {
  position: relative;
}
#page .clearTop {
  overflow: hidden;
  margin-top: 50px;
}
#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 {
  height: 0px;
  overflow: hidden;
  background-color: #fff;
  line-height: 1;
  width: 300px;
  position: absolute;
  top: 0;
  right: 32px;
  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: 49px;
}
#page .header .header_block .search_b .search_input {
  background: white;
  border: 1px solid #C03633;
  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: #005698;
}
#page .nav {
  padding: 0 7px;
  position: fixed;
  background: white;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0px 0px 82px #00000054;
}
#page .nav .nav_block {
  display: none;
  overflow: hidden;
}
#page .nav .nav_block.active {
  height: auto;
}
#page .nav .nav_block li {
  display: inline-block;
  float: none;
  position: relative;
  z-index: 100;
  width: 100%;
  padding-left: 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}
#page .nav .nav_block li a {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  color: #343434;
  font-size: 14px;
}
#page .banner .banner_block {
  width: 100%;
  margin: auto;
  height: 212px;
}
#page .banner .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: initial !important;
}
#page .banner .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page .banner .banner_block .swiper-container .desc {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1rem;
  background: url(../images/bg_01.png) no-repeat;
  background-size: 100% 100%;
  color: white;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
#page .banner .banner_block .swiper-container .desc span {
  position: absolute;
  bottom: 0;
  font-size: 0.4rem;
  margin-left: 0.2rem;
  color: white;
  display: block;
  height: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 5px;
  height: 20px;
  line-height: 20px;
  user-select: none;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: white;
  width: 10px;
  height: 2px;
  border-radius: initial;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #FF4D4D;
}
#page .banner .banner_block .swiper-container .swiper-button-next {
  right: 0 !important;
  background-image: url(../images/right_arrow.png);
}
#page .banner .banner_block .swiper-container .swiper-button-prev {
  left: 0 !important;
  background-image: url(../images/left_arrow.png);
}
#page .banner .banner_block .swiper-container .swiper-button {
  user-select: none;
  width: 60px;
  height: 60px;
  background-size: 34px 34px;
}
#page .part_tit {
  display: inline-block;
  width: 100%;
  border-bottom: 0px solid #e6e6e6;
  background: url(../images/icon1.png) no-repeat 100px center;
}
#page .part_tit .tit {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: normal;
}
#page .part_tit .tit span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #c8171d;
  cursor: pointer;
}
#page .part_tit .more_btn {
  display: inline-block;
  *display: inline;
  height: 20px;
  margin-top: 10px;
  line-height: 20px;
  float: right;
}
#page .part_tit .more_btn a {
  color: #888888;
  font-size: 12px;
}
#page .b_tit {
  width: 100%;
  margin: 10px auto 5px auto;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0;
  overflow: hidden;
}
#page .b_tit .tit_name {
  float: left;
  line-height: 35px;
  width: 100%;
}
#page .b_tit .tit_name p {
  font-size: 18px;
  color: #005698;
  float: left;
}
#page .b_tit .tit_name p img {
  vertical-align: middle;
  margin-right: 10px;
}
#page .b_01 {
  width: 96%;
  margin: auto;
}
#page .b_01 .list01 ul li {
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  position: relative;
}
#page .b_01 .list01 ul li::before {
  content: '';
  position: absolute;
  background-color: #CCCCCC;
  bottom: 15px;
  left: 0;
  width: 8px;
  height: 8px;
}
#page .b_01 .list01 ul li a {
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page .list_con .b_01 {
  padding-bottom: 15px;
}
#page .list_con .b_01 .list01 ul li {
  border-bottom: 1px dashed #ccc;
}
#page .list_con .b_01 .list01 ul li:nth-child(5n) {
  margin-bottom: 15px;
}
#page .b_02 {
  width: 96%;
  margin: auto;
}
#page .b_02 .news ul li {
  text-align: left;
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #e5e5e5;
}
#page .b_02 .news ul li .date {
  width: 26%;
  margin: 0 10px 0 0;
  color: #347ada;
  border-right: 1px solid #ccc;
  padding: 5px;
  float: left;
}
#page .b_02 .news ul li .date .day {
  height: 30px;
  line-height: 22px;
  font-size: 22px;
  text-align: center;
}
#page .b_02 .news ul li .date .year {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#page .b_02 .news ul li .con {
  line-height: 24px;
  font-size: 16px;
  color: #007eea;
  height: 50px;
  float: left;
  text-decoration: none;
  overflow: hidden;
  width: 70%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .b_02 .news ul li .con a {
  color: #000;
}
#page .b_03 {
  width: 96%;
  margin: 15px auto;
}
#page .b_03 .tabs_head {
  width: 100%;
  overflow: hidden;
  height: 35px;
  margin: 10px auto;
  border-bottom: 2px solid #1b7c8e;
}
#page .b_03 .tabs_head li {
  cursor: pointer;
  width: 31%;
  background: #4691ca;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin: 0 3px;
  border-radius: 5px;
  float: left;
  user-select: none;
}
#page .b_03 .tabs_head li a {
  color: white;
}
#page .b_03 .tabs_head li.active {
  background-color: #005698;
}
#page .b_03 .tabs_body ul {
  display: none;
}
#page .b_03 .tabs_body ul.active {
  display: block;
}
#page .b_03 .tabs_body ul li {
  line-height: 36px;
  text-align: right;
  height: 36px;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}
#page .b_03 .tabs_body ul li a {
  float: left;
  text-align: left;
  line-height: 36px;
  width: 83%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  display: block;
  color: #000;
}
#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.39rem;
  line-height: 25px;
  font-weight: bold;
}
#page .show_block .meta {
  margin-top: 10px;
}
#page .show_block .meta span {
  color: #999;
  font-size: 0.34rem;
}
#page .show_block .show_con {
  line-height: 24px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 0.38rem;
}
#page .show_block .show_con p {
  margin-bottom: 20px;
  text-indent:0.8rem;
}
#page .show_block .show_con p img {
display:block;
  width: 100%;
}
#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;
}
#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: 14px;
  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 .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  background: #575757;
  color: white;
  line-height: 25px;
}
#page .page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  display: flex;
  justify-content: center;
}
#page .page_fenye a,
#page .page_fenye span {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  margin-left: -1px;
  border: 1px solid #ddd;
  line-height: 1.5;
  color: #999;
  background: #fff;
}
#page .page_fenye a:first-child,
#page .page_fenye span:first-child {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
}
#page .page_fenye a:last-child,
#page .page_fenye span:last-child {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
}
#page .page_fenye a:hover,
#page .page_fenye span:hover {
  background: #005698;
  color: #fff;
}
#page .page_fenye span {
  background: #005698;
  color: #fff;
}
#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.34rem;
  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: 40px;
  height: 40px;
  background: url("../images/go_top.png") no-repeat center;
  user-select: none;
}
/*# sourceMappingURL=index.css.map */