#page {
  position: relative;
}
#page .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  opacity: 0;
  z-index: 1200;
}
#page .after::after {
  display: block;
  content: "";
  height: 0.29333333rem;
  background: #f8f8f8;
  border-top: 1px solid #f0f0f0;
  position: absolute;
  width: 100%;
  box-sizing: content-box;
  left: 0px;
}
#page .header {
  overflow: initial;
  width: 100%;
  height: 60px;
  padding: 0 10px;
}
#page .header .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#page .header .header_block .middle_b {
  width: 181px;
  height: 60px;
}
#page .header .header_block .middle_b img {
  width: 100%;
}
#page .header .header_block .right_part {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
#page .header .header_block .right_part .left_b,
#page .header .header_block .right_part .right_b {
  width: 24px;
  float: left;
}
#page .header .header_block .right_part .left_b img,
#page .header .header_block .right_part .right_b img {
  display: block;
  width: 100%;
}
#page .header .header_block .right_part .left_b {
  margin-right: 20px;
}
#page .menu_block {
  width: 150px;
  height: 100%;
  background-color: #556BA6;
  position: fixed;
  top: 0;
  right: -160px;
  z-index: 1200;
}
#page .menu_block .menu {
  overflow: hidden;
  border-color: transparent;
  border-style: solid;
  border-width: 0 1px 1px;
}
#page .menu_block .menu li.level1 a {
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-left: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease 0s;
}
#page .menu_block .menu li.level1 a:hover {
  text-decoration: none;
  background-color: #24736e;
}
#page .menu_block .menu li.level1 a.current {
  background: #24736e;
}
#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 .swiper-pagination-bullet {
  background-color: #333333;
  opacity: 1;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 5px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
}
#page .artical_info {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 53%;
  transform: translate(-50%, 0);
}
#page .artical_info h1 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 4px;
  overflow: hidden;
  text-shadow: 1px 1px 1px #9f9f9f;
}
#page .artical_info .time_source {
  font-size: 11px;
  color: #fff;
}
#page .artical_info .time_source .time {
  margin-right: 5px;
}
#page .search_b {
  width: 95%;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 10px auto;
  display: none;
}
#page .search_b .search_input {
  float: left;
  width: 76%;
  height: 28px;
  border: none;
  outline: none;
  padding: 0 2%;
}
#page .search_b .search_submit {
  float: right;
  margin: 5px 5px 0 0;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat;
  border: none;
  outline: none;
}
#page .Tit {
  border-bottom: 1px solid #ebebeb;
}
#page .Tit a {
  line-height: 34px;
  font-size: 12px;
  float: right;
  display: inline-block;
  margin-right: 20px;
}
#page .Tit span {
  font-size: 16px;
  line-height: 34px;
  width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #c82121;
  border-bottom: 2px solid #bc0000;
}
#page .line {
  height: 1px;
  background-color: #d9d9d9;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
#page .blo_tit {
  width: 120px;
  height: 25px;
  background: url(../images/tit.jpg) center center no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  padding-left: 15px;
  margin-bottom: 15px;
}
#page .hidden {
  display: none;
}
#page .more_control {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4266666rem;
}
#page .more_control .show_hide_news {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page .more_control .show_hide_news .txt {
  font-size: 15px;
  margin-right: 0.18666666rem;
}
#page .more_control .show_hide_news .more_icon {
  width: 0.33333333rem;
  height: 0.33333333rem;
}
#page .more_control .show_hide_news .more_icon img {
  display: block;
  width: 100%;
  height: 100%;
}
#page .block_1 {
  margin-top: 10px;
  width: 94%;
  overflow: hidden;
}
#page .block_1 li {
  display: flex;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
#page .block_1 li .text_wrapper {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
#page .block_1 li .text_wrapper a h1 {
  font-size: 18px;
  line-height: 24px;
  color: #4b4b4b;
  max-height: 48px;
  font-weight: normal;
  margin-bottom: 5px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 48px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .block_1 li .text_wrapper .news_details {
  font-size: 11px;
  color: #9f9f9f;
  display: flex;
  margin-top: 15px;
}
#page .block_1 li .text_wrapper .news_details .time {
  margin-right: 20px;
}
#page .block_1 li .img_wrapper {
  width: 117px;
  height: 78px;
  overflow: hidden;
  margin-left: 15px;
}
#page .block_1 li .img_wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
#page .block_1 li .img_wrapper a img {
  width: 100%;
  height: 100%;
}
#page .block_1 li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 0.5);
  -webkit-transform: scale(1, 0.5);
  background: #dcdcdc;
}
#page .block_1 li:nth-child(1) .text_wrapper a h1,
#page .block_1 li:nth-child(2) .text_wrapper a h1 {
  font-weight: bold;
}
#page .block_2 {
  margin-top: 10px;
  width: 94%;
  overflow: hidden;
  padding-top: 15px;
}
#page .block_2 ul li:nth-child(1) .text_wrapper a h1,
#page .block_2 ul li:nth-child(2) .text_wrapper a h1 {
  font-weight: normal;
}
#page .block_3 ul li .text_wrapper a h1 {
  height: auto;
}
#page #ov1 ul li:nth-child(n+4) {
  display: none;
}
#page #ov2 ul li:nth-child(n+5),
#page #ov3 ul li:nth-child(n+5) {
  display: none;
}
#page .img-block {
  width: 100%;
  margin: 5px auto;
  height: 150px;
  position: relative;
}
#page .img-block a {
  display: block;
  width: 100%;
  height: 100%;
}
#page .img-block a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#page .double_img {
  overflow: hidden;
  padding-bottom: 10px;
}
#page .double_img a {
  display: block;
  width: 48%;
  height: 80px;
  position: relative;
}
#page .double_img a img {
  width: 100%;
  height: 100%;
}
#page .double_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .banquan {
  text-align: center;
  font-size: 13px;
  padding: 30px 10px;
  background: #556BA6;
  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 {
  margin-top: 10px;
}
#page .show_page .show_con {
  padding: 0 10px;
  background-color: white;
  overflow: hidden;
}
#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: 26px;
  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 {
  width: 100%;
}
#page .recommend_list {
  width: 96%;
}
#page .recommend_list .block_con .sort_list li {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #eeeeee;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .recommend_list .block_con .sort_list li:nth-child(-n+3) em {
  color: red;
}
.turn_Page {
  padding: 0 10px;
  overflow: hidden;
  background-color: white;
}
.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 {
  padding: 15px 0;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
  background: white;
}
.page_fenye span {
  background-color: #556BA6;
  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: #556BA6;
  color: white;
}
.header_ad {
  width: 100%;
  max-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 */