#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.5);
  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: white;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  opacity: 1;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #006BCC;
  width: 20px;
}
#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 .title {
  font-size: 20px;
  margin: 22px 0;
  color: #006BCC;
  text-align: center;
  position: relative;
}
#page .title .more {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 24px;
}
#page .title .more a {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}
#page .part_01 {
  width: 98%;
}
#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_03 .tabs_body {
  padding: 0 10px;
}
#page .part_03 .tabs_body ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  overflow: hidden;
}
#page .part_03 .tabs_body ul li a {
  width: 100%;
}
#page .part_03 .tabs_body ul li a .date {
  background: url(../images/date_bg.png) no-repeat;
  width: 76px;
  height: 71px;
  float: left;
  text-align: center;
}
#page .part_03 .tabs_body ul li a .date span {
  color: #fff;
  line-height: 42px;
  font-size: 24px;
}
#page .part_03 .tabs_body ul li a .date p {
  font-size: 16px;
  color: #3e4f6b;
  line-height: 29px;
  display: block;
  text-align: center;
}
#page .part_03 .tabs_body ul li a .newslist {
  margin-left: 90px;
}
#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 .part_04 {
  padding: 0 10px;
}
#page .part_04 .part_con {
  margin-top: 30px;
}
#page .part_04 .part_con li {
  padding: 25px 15px 20px 15px;
  border-left: 1px solid #e8e6e5;
  border-bottom: 1px solid #e8e6e5;
  border-right: 1px solid #e8e6e5;
  margin-bottom: 36px;
  position: relative;
}
#page .part_04 .part_con li::before {
  content: "";
  border-bottom: 1px solid #e8e6e5;
  display: block;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
}
#page .part_04 .part_con li::after {
  content: "";
  border-bottom: 1px solid #e8e6e5;
  display: block;
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
}
#page .part_04 .part_con li .date {
  color: #172055;
  font-size: 24px;
  padding: 0 20px;
  position: absolute;
  top: -18px;
  left: 46px;
}
#page .part_04 .part_con li .text h4 {
  font-size: 18px;
  margin: 0 0 10px;
  height: 48px;
  line-height: 24px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 49px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .part_04 .part_con li .text h4 a {
  color: #222222;
}
#page .part_04 .part_con li .text p {
  font-size: 15px;
  color: #7d7979;
  height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#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 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;
}
#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;
  text-indent: 0.7rem;
}
#page .show_page .show_con .show_detail p img {
  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%;
}
/*# sourceMappingURL=index.css.map */