#page .header {
  width: 100%;
  height: 60px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .header .logo_part {
  width: 180px;
  height: 60px;
}
#page .header .logo_part a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#page .header .logo_part a img {
  width: 100%;
  height: 100%;
}
#page .nav {
  position: relative;
  user-select: none;
}
#page .nav h3 {
  padding: 0.2rem;
  font-size: 0.5rem;
  color: #222;
  display: block;
  font-weight: 500;
  position: relative;
}
#page .nav h3::before {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 3px;
  height: 15px;
  content: '';
  background-color: #003399;
}
#page .nav h3 img {
  height: 0.37rem;
  width: 0.4rem;
  float: right;
  margin-top: 0.25rem;
}
#page .nav ul {
  z-index: 999999;
  width: 100%;
  position: relative;
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}
#page .nav ul li {
  line-height: 1.5rem;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-indent: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dedede;
  font-size: 0.4rem;
  display: block;
}
#page .nav ul li i {
  width: 11.5%;
  float: right;
  border-left: 1px solid #dedede;
}
#page .nav ul li a {
  color: #333333;
  display: block;
  width: 88.1%;
  float: left;
}
#page .banner .banner_block {
  width: 100%;
  margin: auto;
  height: 212px;
}
#page .banner .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page .banner .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page .banner .banner_block .swiper-container .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 0 5px #000;
  color: white;
  height: 30px;
  text-align: center;
  font-size: 0.38rem;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet {
  background-color: #003399;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 20px;
  line-height: 20px;
}
#page .banner .search_wrap {
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
#page .banner .search_wrap .search_b {
  overflow: hidden;
  margin: auto;
  line-height: 1;
  width: 300px;
  position: relative;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
}
#page .banner .search_wrap .search_b.active {
  height: 46px;
}
#page .banner .search_wrap .search_b .search_input {
  background: white;
  border: none;
  color: #222;
  font-size: 16px;
  width: 259px;
  height: 32px;
  padding-left: 20px;
  position: absolute;
  top: 7px;
  left: 13px;
}
#page .banner .search_wrap .search_b .search_submit {
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  position: absolute;
  top: 7px;
  right: 13px;
  width: 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  background: #006BCC url("../images/search_l.png") no-repeat center;
}
#page .part_01 {
  width: 98%;
}
#page .part_01 .title {
  border-bottom: 1px solid #D6D6D6;
  line-height: 1.2rem;
  display: block;
  color: #235faa;
  font-size: 0.5rem;
  font-weight: 500;
  margin: 0.6em 0.4rem 0.2em 0.4rem;
}
#page .part_01 ul {
  width: 95%;
  margin: auto;
}
#page .part_01 ul li {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0;
}
#page .part_01 ul li.notImg a .newslist {
  margin-left: 0;
}
#page .part_01 ul li a .newsimg {
  overflow: hidden;
  float: left;
}
#page .part_01 ul li a .newsimg img {
  width: 3.4rem;
  height: 2rem;
}
#page .part_01 ul li a .newslist {
  margin-left: 3.8rem;
}
#page .part_01 ul li a .newslist h2 {
  color: #333;
  font-size: 0.466666rem;
  font-weight: 500;
  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 .part_01 ul li a .newslist .date {
  color: #999;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  overflow: hidden;
  padding-top: 0.2rem;
}
#page .part_02 {
  margin-top: 15px;
}
#page .part_02 .tabs_head {
  overflow: hidden;
  zoom: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
}
#page .part_02 .tabs_head li {
  float: left;
  width: 30%;
  color: #4c4c4c;
  text-align: center;
  cursor: pointer;
  line-height: 1.1rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  font-size: 0.5rem;
  display: block;
  font-weight: 500;
}
#page .part_02 .tabs_head li.active {
  border-bottom: 6px solid #006BCC;
  color: #006BCC;
}
#page .part_02 .tabs_body {
  overflow: hidden;
  margin: 10px auto;
  width: 95%;
}
#page .part_02 .tabs_body ul {
  display: none;
}
#page .part_02 .tabs_body ul.active {
  display: block;
}
#page .part_02 .tabs_body ul li {
  overflow: hidden;
  padding: 0.2rem 0;
}
#page .part_02 .tabs_body ul li span {
  float: right;
  color: #999;
  font-size: 14px;
}
#page .part_02 .tabs_body ul li a {
  font-size: 16px;
  color: #4c4c4c;
  display: inline-block;
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .part_03 .tabs_body ul li {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 0;
}
#page .part_03 .tabs_body ul li a {
  width: 100%;
}
#page .part_03 .tabs_body ul li a .date {
  background-color: #f4f4f4;
  width: 1.8rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  float: left;
  font-style: normal;
}
#page .part_03 .tabs_body ul li a .date span {
  color: #5c5c5c;
  font-size: 0.9rem;
  float: none;
}
#page .part_03 .tabs_body ul li a .date p {
  background-color: #226FBB;
  padding: 0.04rem 0;
  font-size: 0.36666rem;
}
#page .part_03 .tabs_body ul li a .newslist {
  margin-left: 2rem;
}
#page .part_03 .tabs_body ul li a .newslist h2 {
  color: #333;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 26px;
  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 .banquan {
  text-align: center;
  font-size: 13px;
  padding: 30px 10px;
  background: #003399;
  line-height: 23px;
  color: white;
}
#page .breadcrumbs {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 12px;
  font-size: 14px;
}
#page .breadcrumbs a {
  color: #999;
}
#page .list_page .block_1 {
  width: 95%;
}
#page .list_page .block_1 .block_con ul li {
  padding: 0.2rem 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  border-bottom: 1px dotted #eeeeee;
  padding-left: 8px;
}
#page .list_page .block_1 .block_con ul li::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 20px;
  width: 3px;
  height: 3px;
  background-color: #666666;
}
#page .list_page .block_1 .block_con ul li:nth-child(6n) {
  margin-bottom: 10px;
}
#page .list_page .block_1 .block_con ul li a {
  font-size: 16px;
  color: #4c4c4c;
  display: inline-block;
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_page .block_1 .block_con ul li span {
  float: right;
  color: #999;
  font-size: 14px;
}
#page .show_page .show_con {
  padding: 0 10px;
      text-indent: 2em;
}
#page .show_page .show_con .tit {
  margin-top: 20px;
  font-size: 0.45rem;
  color: #333333;
  padding-bottom: 10px;
}
#page .show_page .show_con .meta {
  color: #999;
  font-size: 0.35rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
#page .show_page .show_con .show_detail {
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0.38rem;
}
#page .show_page .show_con .show_detail p {
  margin-bottom: 20px;
}
#page .show_page .show_con .show_detail p img {
  max-width: 100%;
  display:block;
}
#page .show_page .recommend_list {
  padding: 0 10px;
}
#page .show_page .recommend_list .part_01 {
  width: 100%;
}
#page .show_page .recommend_list .part_01 .title {
  margin: 0;
}
#page .show_page .recommend_list .part_01 ul {
  width: 100%;
}
.turn_Page {
  padding: 0 10px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.turn_Page p span {
  font-size: 16px;
  color: #333333;
}
.page_fenye {
  margin: 30px 0;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #003399;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #003399;
  color: white;
}
.header_ad {
  width: 100%;
  height: 80px;
  margin: 5px auto;
  position: relative;
}
.header_ad.w1 {
  width: 100%;
}
.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;
}
.header_ad img {
  width: 100%;
  height: 100%;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 20px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images/top.png) 0 0 no-repeat;
  text-indent: -999em;
}

/*# sourceMappingURL=index.css.map */