@charset "utf-8";
/*
 home-layout
 ------------------------------
*/
body {
  position: relative;
  font-family: 'Microsoft YaHei',Arial,Helvetica,sans-serif;
}
.wrapper {
  width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1600px) {
  .wrapper {
    width: 100%;
  }
}

/*
 home-xfall
 ------------------------------
*/
.Xfall-container .Xfall-item {
  position: absolute;
}
.Xfall-container.reset .Xfall-item {
  position: relative;
  margin-top:40px;
  opacity: 1;
}
.Xfall-item {
  background: #2f2b2c;
  border: 10px solid #2f2b2c;
  -webkit-transition: border-color .3s, background .3s;
          transition: border-color .3s, background .3s;
}
.Xfall-item:hover {
  background: #363636;
  border-color: #363636;
  -webkit-box-shadow: 0 0 10px #363636;
          box-shadow: 0 0 10px #363636;
}
@media screen and (max-width:1200px) {
  .Xfall-container.reset {
    margin-top: 0;
  }
  .Xfall-item {
    background: transparent;
    border: none;
  }
  .Xfall-item:hover {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .Xfall-item:after {
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    margin: 10px auto;
    margin-right: auto;
    margin-left: auto;
    content: '';
    background: #ccc;
  }
  .Xfall-container.reset .Xfall-item {
    margin-bottom: 20px;
  }
}
.Xfall-item img {
  display: block;
  width: 100%;
  height: auto;
}
.Xfall-container.reset .thumbnail-caption {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -90px;
  color: #fff;
  text-align: center;
  background:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.5)));
  background:linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 100%);
}
.thumbnail-title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.Xfall-container.reset .thumbnail-title {
  padding: .2em 1em .3em;
  font-size: 46px;
font-weight:700; 
}
.thumbnail-abs {
  display: none;
}
.Xfall-container.reset .thumbnail-abs {
  display: block;
  padding-bottom: 26px;
  font-size: 26px;
}
.thumbnail-video > a:first-child{
  display: block;
  position: relative;
}
.thumbnail-video > a:first-child:after{
  content: '';
  width:50px;
  height:50px;
  position: absolute;
  bottom:10px;
  right:10px;
  background: url('../img/icon-play-sm.png') no-repeat center center;
  z-index: 10;
  background-size: 100%;
}
.thumbnail-info {
  padding: 12px 0 6px;
  overflow: hidden;
  font-size: 18px;
  line-height: 42px;
  color: #bbbaba;
  text-align: right;
}
.thumbnail-time {
  display: inline-block;
  color: #bbbaba;
}
.thumbnail-zan {
  position: relative;
  display: inline-block;
  min-width:110px;
  margin-left:16px;
padding-right:16px;
  color: #bbbaba;
  text-align: right;
  cursor: pointer;
  background: url('../images/icon-heart.png') no-repeat 16px center;
  background-color:#494846;
  background-size: auto  60%;
  border-radius: 30px;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}
.thumbnail-zan:hover {
  color: #fff;
  background-color: rgba(0,0,0,.5);
}
.thumbnail-zan.state-1:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
}
.thumbnail-zan i {
  font-style: normal;
}
.thumbnail-zan:hover i {
  visibility: hidden;
}
.thumbnail-zan:hover:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%; 
  content: '点赞';
}
.thumbnail-zan.state-0:hover:after {
  content: '点赞';
}
.thumbnail-zan.state-1:hover:after {
  content: '已赞';
}
.thumbnail-zan.state-1 {
  cursor: default;
}
.Xfall-container2 .Xfall-item .thumbnail-title{font-size:1.1em;height:1.6em; padding-left:6px;overflow:hidden; }

@media screen and (max-width:1200px) {
  .Xfall-container.reset .thumbnail-caption {
    top: 36%;
    margin-top: auto;
  }
  .Xfall-container.reset .thumbnail-title,.Xfall-container2 .Xfall-item .thumbnail-title {
   height: 32px;
    padding: 0 .2em;
    overflow: hidden;
    font-size: 16px;
    
    line-height: 2;
  }
  .Xfall-container.reset .thumbnail-abs {
    display: none;
  }
   .title1_con,.title2 p{font-size: 16px;}
  .thumbnail-info {
    padding: .5em 10px;
    overflow: hidden;
    font-size: 18px;
    color: #ccc;
  }
}
.xpage-more-tip {
  width: 7em;
  max-width: 1200px;
  padding: 10px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  cursor: pointer;
  background: #333;
  border: 1px solid #555;
  border-radius: 20px;

  -webkit-tap-highlight-color: transparent;
}
.xpage-more-tip:hover {
  background: #444;
}
.Xfall-container2{max-width:1600px;margin:0 auto;overflow:hidden;}
	.Xfall-container2 .Xfall-item{float:left;width:30.79%;opacity: 1;position:inherit;margin:0 0.47em 0.94em;}
		.Xfall-container2 .Xfall-item .thumbnail-info{padding:6px 0 10px;}


