.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
body {
  background: #fff;
}
.banner {
  height: 700px;
  background-position: 25% 25%;
  background-repeat: no-repeat;
}
.main .content {
  padding-bottom: 60px;
}
.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 li {
  margin-bottom: 30px;
}
.main .content .lists li:last-child{
	margin-bottom: 0;
}
.main .content .lists li .left {
  width: 533px;
  height: 300px;
  overflow: hidden;
}
.main .content .lists li .left: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 .left img {
  width: 100%;
  height: 100%;
}
.main .content .lists li .right {
  height: 300px;
  width: 747px;
  background: #fbfbfb;
}
.main .content .lists li .right:hover {
  background: url('../images/industry-information/in-list-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .content .lists li .right .r-in {
  padding: 25px 30px;
}
.main .content .lists li .right .r-in h6 {
  color: #191919;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.main .content .lists li .right .r-in p {
  color: #737373;
  font-size: 16px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.main .content .lists li .right .r-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 .right .r-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;
  }
  .main .content .title .t-box .t-bg {
    width: 100%;
  }
  .main .content .title .t-box .img {
    width: 103px;
  }
  .main .content .lists li .left {
    width: 380px;
    height: 214px;
  }
  .main .content .lists li .right {
    height: 214px;
    width: 520px;
  }
}
@media only screen and (max-width: 1024px) {
  .main .banner {
    height: 500px;
    background-position: 25% 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main .banner {
    height: 400px;
    background-position: 25% 55%;
  }
  .main .container {
    width: 700px;
  }
  .main .content .lists li .left {
    width: 350px;
    height: 197px;
  }
  .main .content .lists li .right {
    width: 350px;
    height: 197px;
  }
  .main .content .lists li .right .r-in {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main .banner {
    height: 300px;
    background-position: 19% 65%;
  }
  .main .container {
    width: 96%;
  }
  .main .content .title {
    padding-top: 30px;
  }
  .main .content .title .t-box {
    width: 270px;
  }
  .main .content .title .t-box .img {
    width: 69px;
  }
  .main .content .lists li .left {
    float: none;
    width: 100%;
  }
  .main .content .lists li .right {
    float: none;
    width: 100%;
    height: 197px;
  }
  .main .content .lists li .right .r-in {
    padding: 10px 20px;
  }
}
