html {
  font-size: 23.4375px;
}
body {
  background: #f7f7f7;
}
a {
  color: #333333;
}
#page {
  /*pubStyle*/
  /*pubStyle---end*/
}
#page .header_block {
  padding-top: 50px;
  display: block;
}
#page .header_block .logo_search-block {
  background-color: white;
  display: block;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 50px;
}
#page .header_block .logo_search-block .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  margin-left: 15px;
}
#page .header_block .logo_search-block .wrap .logo {
  display: block;
  width: 110px;
  margin-right: 40px;
}
#page .header_block .logo_search-block .wrap .logo img {
  width: 100%;
  height: 100%;
}
#page .header_block .logo_search-block .wrap .search_b {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  height: 28px;
  padding-left: 30px;
  background-color: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
#page .header_block .logo_search-block .wrap .search_b i {
  position: absolute;
  top: 50%;
  left: 31px;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/search.png);
}
#page .header_block .logo_search-block .wrap .search_b .search {
  width: 100%;
  height: 31px;
  padding-right: 15px;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  text-indent: 2em;
}
#page .header_block .swiper_nav {
  background-color: white;
}
#page .header_block .swiper_nav .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
}
#page .header_block .swiper_nav .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #909599;
  height: 45px;
  margin: 0 10px;
  line-height: 45px;
  position: relative;
}
#page .header_block .swiper_nav .swiper-container .swiper-wrapper .swiper-slide a.active {
  color: #008EE1;
  font-weight: bold;
}
#page .header_block .swiper_nav .swiper-container .swiper-wrapper .swiper-slide a.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #008EE1;
  border-radius: 0.5rem 0.5rem 0.1rem 0.1rem;
  bottom: 0;
  left: 0;
}
#page .new-title {
  height: 35px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  clear: both;
  line-height: 44px;
}
#page .new-title .mark {
  float: left;
  position: relative;
  border-bottom: 2px solid #008ee1;
  margin-bottom: -1px;
  font-size: 16px;
  line-height: 34px;
  color: #008ee1;
  font-weight: bold;
}
#page .new-title .more {
  position: relative;
  float: right;
  line-height: 35px;
  color: #959595;
  font-size: 13px;
}
#page .new-title .more i {
  font-family: serif;
  font-style: normal;
  font-size: 16px;
  color: #959595;
}
#page .imgTxt {
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}
#page .imgTxt .img-link {
  float: left;
  width: 100px;
  height: 70px;
  margin-right: 10px;
  overflow: hidden;
}
#page .imgTxt .img-link img {
  width: 100%;
  height: 100%;
}
#page .imgTxt h3 {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .imgTxt h3 a:hover {
  color: #FF4F53;
}
#page .imgTxt .text {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  margin-top: 5px;
  overflow: hidden;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#page .double_img {
  overflow: hidden;
  margin-top: 20px;
}
#page .double_img a {
  display: block;
  width: 48%;
  position: relative;
  height: 110px;
}
#page .double_img a img {
  width: 100%;
  height: 100%;
}
#page .double_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
  background-image: linear-gradient(transparent, #000000);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-size: 15px;
  text-align: center;
}
#page .tag_list li {
  height: 28px;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .tag_list li .class {
  float: left;
  border-radius: 3px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  width: 70px;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  padding: 0;
}
#page .tag_list li .title {
  font-size: 14px;
  padding-left: 10px;
  background: url(../images/mline.jpg) no-repeat center left;
  float: left;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .tag_list li span {
  float: right;
  color: #999;
  font-size: 13px;
}
#page .list-txtUl {
  margin-top: 10px;
}
#page .list-txtUl li {
  float: left;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #252525;
  overflow: hidden;
  width: 100%;
}
#page .list-txtUl li span {
  margin-right: 0px;
  color: #c8c8c8;
  font-size: 12px;
  float: right;
}
#page .list-txtUl li a {
  width: 83%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .list-txtUl li::before {
  float: left;
  content: "";
  background: #ccc;
  width: 4px;
  height: 4px;
  overflow: hidden;
  display: inline-block;
  margin: 13px 8px 0 0;
  border-radius: 2px;
}
#page .list_picUl li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}
#page .list_picUl li img {
  width: 120px;
  height: 80px;
  float: left;
}
#page .list_picUl li h3 {
  float: right;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  width: calc(100% - 135px);
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#page .list_picUl li:first-child {
  padding-top: 0;
}
#page .list_picUl li:first-child img {
  top: 0;
}
#page .list_picUl li.notImg h3 {
  width: 100%;
}
#page .rankList li {
  width: 100%;
  font-size: 14px;
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page .rankList li em {
  margin: 3px 5px 0 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #999999;
  line-height: 15px;
  overflow: hidden;
  font-family: "georgia", "STHeiti", "Microsoft YaHei", "simsun", "sans-serif", Arial;
  font-size: 18px;
  font-style: italic;
  float: left;
}
#page .rankList li a {
  width: 92%;
  height: 24px;
  color: #595959;
  line-height: 24px;
  font-size: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page .rankList li:nth-child(-n+3) em {
  color: #d52b2b;
}
#page #article {
  width: 100%;
  margin: 5px auto;
  overflow: hidden;
}
#page #article section {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#page #article section .banner .banner_block {
  height: 212px;
  margin: 0 auto 5px;
  overflow: hidden;
}
#page #article section .banner .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page #article section .banner .banner_block .swiper-container .swiper-slide {
  position: relative;
}
#page #article section .banner .banner_block .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#page #article section .banner .banner_block .swiper-container .swiper-slide a img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
#page #article section .banner .banner_block .swiper-container .swiper-slide a .desc {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  color: white;
  margin: auto;
  height: 60px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  display: inline-block;
  width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  background-image: url(../images/bg_slider.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
}
#page #article section .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 4%;
  right: 2%;
  transform: translateX(-4%);
  height: 20px;
  line-height: 20px;
  user-select: none;
}
#page #article section .banner .banner_block .swiper-container .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: white;
  width: 6px;
  height: 6px;
  border-radius: 15px;
}
#page #article section .banner .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #008EE1;
  width: 15px;
}
#page #article section .banner .banner_block .swiper-container .swiper-button {
  user-select: none;
  width: 60px;
  height: 60px;
  background-size: 34px 34px;
}
#page #article section .block_01 {
  background-color: white;
  padding: 2%;
  overflow: hidden;
  margin: 10px auto;
}
#page #article .main {
  width: 100%;
  margin: auto;
  padding: 0 10px;
  background-color: white;
}
#page #article .main .bread_crumb {
  margin: 15px 0;
  font-weight: bold;
}
#page #article .main .bread_crumb a {
  font-weight: normal;
  font-size: 14px;
  color: #555555;
}
#page #article .main .bread_crumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/local.png") no-repeat;
  vertical-align: middle;
}
#page #article .list_block {
  overflow: hidden;
}
#page #article .list_block .block_01 {
  margin: 0px auto;
}
#page #article .list_block .left_block {
  width: 100%;
}
#page #article .list_block .right_part {
  width: 100%;
}
#page #article .list_block .right_part .b_tit {
  margin-bottom: 10px;
}
#page #article .show_block .left_block {
  overflow: hidden;
}
#page #article .show_block .left_block .show_tit {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  padding: 0px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
#page #article .show_block .left_block .meta {
  color: #999;
  line-height: 24px;
  padding: 10px 0;
}
#page #article .show_block .left_block .show_body {
  font-size: 18px;
  line-height: 2;
}
#page #article .show_block .left_block .show_body p {
  margin: 15px 0;
  text-indent: 2em;
  font-size: 16px;
  color: #555555;
}
#page #article .show_block .left_block .show_body p a {
  color: #555555;
}
#page #article .show_block .left_block .show_body img {
  width: 100%;
  display: block;
  margin: 15px auto;
}
#page #article .show_block .block_01 {
  margin: 0px auto 5px;
}
#page .banquan {
  text-align: center;
  font-size: 15px;
  padding: 30px 9px;
  background: #575757;
  color: white;
  line-height: 25px;
}
#page .banquan a {
  color: inherit;
}
#page .page_fenye {
  margin: 5px 0;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}
#page .page_fenye span {
  background-color: #008EE1;
  color: #ffffff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 14px;
  margin: 0 2px;
  border: 1px solid #ededed;
}
#page .page_fenye a {
  color: #828282;
  font-size: 14px;
  margin: 0 2px;
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  border: 1px solid #ededed;
}
#page .page_fenye a:hover {
  background-color: #008EE1;
  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;
  color: #333333;
}
#page .turn_Page p span {
  font-size: 16px;
  color: #000000;
}
#page .turn_Page p a {
  color: #333333;
}
#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%;
}
.goTop {
  position: fixed;
  z-index: 999;
  bottom: 65px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url("../images/go_top.png") no-repeat center;
  user-select: none;
}
/*# sourceMappingURL=index.css.map */