body {
  background: #77afea;
}
#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: 141px;
  height: 36px;
  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 #3668a5;
  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: #3668a5;
}
#page .nav {
  padding: 0 7px;
  position: fixed;
  background: white;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0px 0px 82px #33333354;
}
#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: 99%;
}
#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 .big_img {
  margin-top: 10px;
}
#page .big_img a {
  display: block;
  position: relative;
  width: 100%;
  height: 170px;
}
#page .big_img a img {
  width: 100%;
  height: 100%;
}
#page .big_img a p {
  left: 0;
  bottom: 0;
  position: absolute;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: linear-gradient(transparent, #000000);
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
}
#page .double_img {
  overflow: hidden;
  margin: 10px auto;
}
#page .double_img a {
  display: block;
  width: 48%;
  height: 110px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#page .double_img a img {
  width: 100%;
  height: 100%;
}
#page .double_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: linear-gradient(transparent, #000000);
  color: white;
  text-align: center;
  padding: 0 10px;
}
#page .part_tit {
  width: 100%;
  background: #fff;
  border-top: 3px solid #3668a5;
  padding-left: 0;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
}
#page .part_tit a {
  float: left;
  height: 37px;
  line-height: 37px;
  text-decoration: none;
  color: #3668a5;
  padding-left: 10px;
  margin-right: 2px;
  background: none;
  border: 0;
}
#page .part_1 {
  width: 98%;
  margin: 15px auto;
  overflow: hidden;
  background: white;
  padding: 5px;
  border-radius: 5px;
}
#page .part_1 .part_ul {
  overflow: hidden;
}
#page .part_1 .part_ul li {
  padding: 4px 0;
  line-height: 32px;
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px dashed #eeeeee;
}
#page .part_1 .part_ul li::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 21px;
  width: 3px;
  height: 3px;
  background-color: #D0A40F;
}
#page .part_1 .part_ul li .news_title {
  width: 78%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
  line-height: 16px;
  font-size: 16px;
  margin-top: 5px;
  padding-left: 8px;
}
#page .part_1 .part_ul li .news_title a {
  color: #333333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#page .part_1 .part_ul li .news_meta {
  font-size: 14px;
  float: right;
  color: #5b5b5b;
  line-height: 32px;
}
#page .part_1 .img_textUl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#page .part_1 .img_textUl li {
  display: inline-block;
  width: 48%;
  height: 190px;
  background-color: white;
  border-radius: 5px;
  box-shadow: grey 0 0 4px;
  margin: 10px 0;
  overflow: hidden;
}
#page .part_1 .img_textUl li img {
  width: 100%;
  height: 100px;
}
#page .part_1 .img_textUl li p {
  margin-top: 10px;
  padding: 0 5px;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 45px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .part_1 .img_textUl li span {
  margin-top: 10px;
  float: right;
  margin-right: 20px;
  color: #a29d9d;
}
#page .part_1 .img_textUl li.notIMg {
  padding: 5px 0;
  height: auto;
}
#page .list_con .part_1 .part_ul li {
  border-bottom: 1px dashed #eeeeee;
}
#page .list_con .part_1 .part_ul li:nth-child(5n) {
  margin-bottom: 15px;
}
#page .part_2 {
  width: 98%;
  margin: 15px auto;
  overflow: hidden;
  background: white;
  padding: 5px;
  border-radius: 5px;
}
#page .part_2 ul li {
  overflow: hidden;
  padding: 4px 0px;
  line-height: 22px;
  margin-bottom: 5px;
}
#page .part_2 ul li .news_date {
  float: left;
  width: 54px;
  margin-right: -70px;
  background: #00707a;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#page .part_2 ul li .news_date .news_year {
  line-height: 28px;
  font-size: 21px;
  color: #fff;
  background-color: #e64a4f;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#page .part_2 ul li .news_date .news_days {
  line-height: 26px;
  font-size: 12px;
  color: #c8171d;
  background-color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#page .part_2 ul li .news_wz {
  width: 100%;
}
#page .part_2 ul li .news_wz .news_con {
  margin-left: 72px;
  padding: 0px;
}
#page .part_2 ul li .news_wz .news_con .news_title {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 23px;
  margin-top: 4px;
  font-size: 14px;
  color: #000;
}
#page .part_2 ul li .news_wz .news_con .news_title a {
  color: #333333;
}
#page .part_3 {
  width: 98%;
  margin: 15px auto;
  overflow: hidden;
  background: white;
  padding: 5px;
  border-radius: 5px;
}
#page .part_3 ul li {
  padding: 4px 0;
  line-height: 22px;
  border-bottom: 1px dashed #eeeeee;
  overflow: hidden;
}
#page .part_3 ul li .news_title {
  float: left;
  margin-bottom: 7px;
  line-height: 24px;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .part_3 ul li .news_title a {
  color: #333333;
}
#page .part_3 ul li .news_meta {
  font-size: 14px;
  float: left;
  color: #5b5b5b;
}
#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: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  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: 28px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 16px;
}
#page .show_block .show_con p {
  margin-bottom: 20px;
  text-indent: 2em;
  color: #333333;
}
#page .show_block .show_con img {
  display: block;
  width: 100%;
  margin: auto;
}
#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 .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: 0;
  line-height: normal;
  text-align: center;
}
#page .page_fenye span {
  background-color: #3668A5;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  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 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
  border-radius: 10px;
  margin: 0 2px;
}
#page .page_fenye a:hover {
  background-color: #3668A5;
  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: 16px;
}
#page .header_ad {
  width: 100%;
  height: 80px;
  margin: 5px 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 */