#page {
  position: relative;
}
#page a {
  color: #303030;
}
#page .header {
  overflow: initial;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background-color: #cc3e91;
}
#page .header .header_block {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#page .header .header_block .middle_b {
  width: 135px;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 10px;
}
#page .header .header_block .middle_b img {
  width: 100%;
}
#page .header .header_block .left_b,
#page .header .header_block .right_b {
  width: 25px;
}
#page .header .header_block .left_b img,
#page .header .header_block .right_b img {
  display: block;
  width: 100%;
}
#page .menu_block {
  width: 150px;
  background-color: #cc3e91;
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  z-index: 9;
}
#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: #758bd4;
}
#page .menu_block .menu li.level1 a.current {
  background: #758bd4;
}
#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;
  opacity: 1;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #cc3e91;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 20px;
  line-height: 20px;
  opacity: 1;
}
#page .search_b {
  width: 95%;
  height: 30px;
  border: 1px solid #cc3e91;
  background-color: #fff;
  margin: 10px auto;
  border-radius: 10px;
}
#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: 2px 5px 0 0;
  width: 25px;
  height: 25px;
  background: url(../images/search.png) no-repeat;
  border: none;
  outline: none;
}
#page .blo_tit {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  background-color: #cc3e91;
}
#page .blo_tit a {
  float: left;
  height: 37px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 10px;
  color: #ffffff;
  margin-right: 2px;
}
#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 .block_1 {
  width: 100%;
  margin: 10px auto;
}
#page .block_1 .block_con {
  padding: 10px;
  background-color: white;
}
#page .block_1 .block_con .img_part {
  height: 93px;
  overflow: hidden;
  padding: 10px 0 10px 125px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eeeeee;
}
#page .block_1 .block_con .img_part.notImg {
  padding-left: 0;
}
#page .block_1 .block_con .img_part .left_img {
  position: absolute;
  left: 0;
  top: 10px;
}
#page .block_1 .block_con .img_part .left_img img {
  width: 112px;
  height: 71px;
  display: block;
}
#page .block_1 .block_con .img_part .right_font {
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  font-size: 16px;
}
#page .block_1 .block_con .img_part .meta {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  max-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
#page .block_1 .block_con .img_part .meta span {
  float: left;
}
#page .block_1 .block_con .Font_list li {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
}
#page .block_1 .block_con .Font_list li a {
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
  font-size: 16px;
  color: #333333;
  padding-left: 15px;
  position: relative;
}
#page .block_1 .block_con .Font_list li a::before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #758bd4;
  border-radius: 50%;
}
#page .block_1 .block_con .Font_list li span {
  color: #333333;
  width: 20%;
  flex-grow: 0;
  text-align: right;
  font-size: 14px;
}
#page .block_1 .block_con .news_list li {
  width: 100%;
  background: #f5f5f5;
  display: table;
  margin-top: 0;
  transition: transform 0.3s linear;
  overflow: hidden;
  height: 54px;
  box-sizing: border-box;
  padding: 4px 5px 4px 15px;
  margin-bottom: 10px;
}
#page .block_1 .block_con .news_list li a {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  transition: color 0.3s linear;
  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;
  line-height: 27px;
}
#page .block_1 .block_con .news_list li:hover {
  border-bottom: 0 solid #d41e26;
  transform: translate(0, -10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  background: #d41e26;
  border-radius: 5px;
}
#page .block_1 .block_con .news_list li:hover a {
  color: #fff;
}
#page .block_1 .block_con .news_list.One li {
  height: initial;
}
#page .block_1 .block_con .news_list.One li a {
  -webkit-line-clamp: 1;
}
#page .banquan {
  text-align: center;
  font-size: 15px;
  padding: 15px 10px;
  background: #cc3e91;
  line-height: 23px;
  color: white;
}
#page .banquan a {
  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 .block_con {
  padding: 10px;
}
#page .list_page .block_1 .block_con ul li {
  padding-left: 10px;
  position: relative;
  border-bottom-style: dashed;
}
#page .list_page .block_1 .block_con ul li::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 16px;
  width: 3px;
  height: 3px;
  background-color: #666666;
}
#page .list_page .block_1 .block_con ul li:nth-child(6n) {
  margin-bottom: 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: 16px;
}
#page .show_page .show_con .show_detail p {
  margin-bottom: 20px;
  text-indent: 2em;
}
#page .show_page .show_con .show_detail img {
  display: block;
  margin: auto;
  width: 100%;
}
.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: 0;
  line-height: normal;
  text-align: center;
  background: white;
}
.page_fenye span {
  background-color: #cc3e91;
  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: #cc3e91;
  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 */
