.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.banner {
  height: 700px;
  background-position: 25% 25%;
  background-repeat: no-repeat;
}
.main .content .title {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 70px;
}
.main .content .title .t-box {
  width: 809px;
  margin: 0 auto;
  position: relative;
}
.main .content .title .t-box .img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.main .content .title .t-box .img.moves {
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .lists {
  margin-right: -25px;
  padding-bottom: 50px;
}
.main .content .lists li {
  float: left;
  width: 410px;
  margin-right: 25px;
  margin-bottom: 30px;
}
.main .content .lists li:last-child{
	margin-bottom: 0;
}
.main .content .lists li .top {
  overflow: hidden;
  width: 100%;
  height: 230px;
}
.main .content .lists li .top:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main .content .lists li .top img {
  width: 100%;
  height: 100%;
}
.main .content .lists li .bot {
  background: #fcfcfc;
  border: 1px solid #fcfcfc;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main .content .lists li .bot:hover {
  background: url('../images/story/story-list-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  border: 1px solid #737373;
  border-top: none;
}
.main .content .lists li .bot .bot-in {
  padding: 25px 10px 30px;
}
.main .content .lists li .bot .bot-in h6 {
  color: #191919;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  height: 2.4em;
  margin-bottom: 5%;
}
.main .content .lists li .bot .bot-in p {
  color: #737373;
  font-size: 16px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.main .content .lists li .bot .bot-in a {
  color: #191919;
  display: block;
  width: 106px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin-top: 25px;
  background: url('../images/story/story-btn1.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .content .lists li .bot .bot-in a:hover {
  background: url('../images/story/story-btn2.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 1366px) {
  .main .content .title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main .content .title .t-box {
    width: 405px;
    margin: 0 auto;
    position: relative;
  }
  .main .content .title .t-box .t-bg {
    width: 100%;
  }
  .main .content .title .t-box .img {
    width: 104px;
  }
  .main .content .lists {
    margin-right: -25px;
  }
  .main .content .lists li {
    width: 435px;
  }
  .main .content .lists li .top {
    height: 244px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .banner {
    height: 500px;
    background-position: 25% 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .main .content .lists li {
    margin-right: 50px;
  }
  .main .content .lists li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main .banner {
    height: 400px;
    background-position: 25% 60%;
  }
  .main .content .container {
    width: 700px;
  }
  .main .content .container .lists li {
    width: 330px;
    margin-right: 40px;
  }
  .main .content .container .lists li:nth-child(2n) {
    margin-right: 0;
  }
  .main .content .container .lists li .top {
    height: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .main .banner {
    height: 300px;
    background-position: 19% 65%;
  }
  .main .container {
    width: 96%;
  }
  .main .content .title .t-box {
    width: 261px;
  }
  .main .content .title .t-box .t-bg {
    height: 40px;
  }
  .main .content .title .t-box .fly {
    width: 67px;
    height: 70px;
  }
  .main .content .lists {
    margin-right: 0;
    margin-bottom: 0;
  }
  .main .content .lists li {
    width: 100%;
    margin-right: 0;
  }
  .main .content .lists li .top {
    height: auto;
  }
  .main .content .lists li .bot .bot-in h6{
  	height: auto;
  	margin-bottom: 3%;
  }
  .main .content .lists li .bot .bot-in p{
  	height: auto;
  	-webkit-line-clamp:inherit;
  }
}
