/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
body,
html {
  color: #666;
  font-size: 100%;
  background-color: #F6F6F6;
}
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #666666;
  margin: 0;
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.wrap {
  margin: auto;
  min-width: 300px;
  max-width: 640px;
}
.block--placehold-img {
  width: 100%;
  background: #f0efef url(http://static.xitaoinfo.com/v4/placehold.png) center no-repeat;
}
.flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.clearFix::after {
  clear: both;
}
body {
  background-color: #f6f6f6;
}
.container--center {
  position: relative;
  width: 1180px;
  margin: auto;
  text-align: left;
}
.guest--item {
  position: relative;
  top: 0;
  display: block;
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guest--item .item--cover {
  position: relative;
  width: 100%;
  height: 360px;
  display: block;
  background-color: #f6f6f6;
}
.guest--item .item--cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.guest--item .item--link-hover {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.guest--item .item--link-hover strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}
.guest--item .item--link-hover span {
  display: inline-block;
  padding-top: 10px;
  font-size: 14px;
  color: #808080;
}
.guest--item:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 100%;
  background-color: #c5c5c5;
  top: 10px;
  left: 2.5%;
  border-radius: 25px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.guest--item:hover {
  top: -5px;
}
.guest--item:hover:before {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.page--block {
  width: 100%;
  padding-bottom: 40px;
}
.page--block .page {
  height: 22px;
  margin: 0 auto;
  text-align: center;
}
.page--block .page .list--page {
  font-size: 16px;
  letter-spacing: 5px;
  color: #c5c5c5;
}
.page--block .page .list--page.curPage {
  color: #2f2f2f;
}
