@charset "UTF-8";
*{margin:0;padding:0}
.wl-clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.wl-clear {
	zoom: 1
}
/* 分页 */
#wp_pager {
  padding: 30px 0 0px;
  text-align: center;
}
#wp_pager ul.pages {
  margin: 0px;
  padding: 0px
}
#wp_pager ul.pages li {
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-size: 16px;
  border: 0px;
  position:inherit;
padding: 0;
  min-height: unset;
width: auto;
float: none;
}
#wp_pager ul.pages li:hover {
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-size: 16px;
  border: 0px
}
#wp_pager ul.pages li a:hover {
  background: #103675;
  color: #FFFFFF
}
#wp_pager ul.pages li a {
  display: block;
  padding: 4px 12px;
  border: #ddd solid 1px;
  color: #999;
}
#wp_pager ul.pages li a.pgCurrent {
  background: #103675;
  color: #fff;
  border: #103675 solid 1px;
}
.wl-scroll-fix {
  width: 100%;

  position: fixed;
  top: -100px;
  left: 0px;
  z-index: 9999;
  background-color: #103675;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	transition: all .5s;
	-webkit-transform: translateY(100px);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.Ispic{ overflow:hidden; position:relative;display: block;}
.Ispic span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all 0.3s}
.Ispic img{ width:100%; height:100%;object-fit: cover;transition: all 0.3s}
