
/*{$metui_url2}vendor/formvalidation/formValidation.min.css*/

/*{$metui_url2}vendor/webui-popover/webui-popover.min.css*/

/*{$metui_url1}vendor/flag-icon-css/flag-icon.min.css*/

/*{$metui_url3}plugin/lightGallery/css/lightgallery.min.css*/

/*{$metui_url3}plugin/PhotoSwipe/photoswipe.min.css*/

/*{$metui_url3}plugin/PhotoSwipe/default-skin/default-skin.min.css*/

/*{$metui_url3}fonts/iconfont/iconfont.css*/

/*{$metui_url3}plugin/slick/slick.min.css*/

/*{$metui_url3}plugin/slick/slick-theme.min.css*/

/*{$metui_url3}plugin/swiper/swiper-3.3.1.min.css*/


/*分页*/
.hu_pager {
  margin-top: 20px;
  text-align: center;
}
.hu_pager * {
  display: inline-block;
  line-height: 30px;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.hu_pager a {
  width: 30px;
  color: #5e7387;
  border:1px solid #eee;
  border-right: none;
  border-left: none;
  text-decoration: none;
  background:#fff;
}
.hu_pager a:active,
.hu_pager a:focus,
.hu_pager a:hover {
  text-decoration: none;
}
.hu_pager a:not(.Ahover) {
  color: #2a333c;
}
.hu_pager a:not(.Ahover):hover {
  color: #1baadb;
}
.hu_pager a:not(.Ahover).NextA:hover,
.hu_pager a:not(.Ahover).PreA:hover {
  background: #fff;
}
.hu_pager a.Ahover {
  background: #1baadb;
  border:1px solid #1baadb;
  color: #fff;
  cursor: default;
}
.hu_pager .PreSpan,
.hu_pager .NextSpan,
.hu_pager a.NextA,
.hu_pager a.PreA {
  width: auto;
  padding: 0 15px;
  border: 1px solid #eee;
  background:#fff;
  
  color: #999;
}
.hu_pager .PreSpan,
.hu_pager .NextSpan {
  cursor: default;
}
.hu_pager .firstPage,
.hu_pager .lastPage {
  min-width: 40px;
}
.hu_pager .PageText {
  margin-left: 10px;
  color: #aaa;
  display: none;
}
.hu_pager input {
  display: none;
}


