﻿.xww-story {
  margin-top: 55px;
}

/* .story {
  margin-top: 61px;
} */

.story .story-logo {
  width: 121px;
}

.story .swiper-container {
  width: 100%;
  height: 467px;
}

.story .swiper-button {
  background: none;
  height: 44px;
  width: 44px;
  text-align: center;
  /*line-height: 44px;*/
  background: rgba(0, 0, 0, 0.8);
}

.story .swiper-button-prev {
  left: 0px;
}

.story .swiper-button-next {
  right: 0px;
}

.swiper-button:hover {
  opacity: 0.7;
}

.swiper-button i {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.story .swiper-container img {
  width: 100%;
  height: 100%;
}

.story .story-ul {
  /*margin-top: -50px;*/
  position: relative;
  bottom: 50px;
}

.story .story-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  height: 240px;
}

.story .story-ul li .left-box {
  height: 180px;
  width: 274px;
  position: relative;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}

.story .story-ul li .left-box img:hover {
  transform: scale(1.05);
}

.story .story-ul li .left-box img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  transition: transform linear 0.3s;
}

.story .story-ul li .left-box .left-box-time {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  background: #f09534;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.story .story-ul li .left-box .left-box-time span {
  display: block;
  font-size: 24px;
  line-height: 18px;
  margin-top: 8px;
}

.story .story-ul li .left-box .left-box-time i {
  font-style: normal;
  font-size: 12px;
}

.story .story-ul li h6 {
  font-size: 16px;
  color: #333333;
  /*margin-top: 0px;*/
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s linear;
}

.story .story-ul li h6:hover {
  color: #8e2828;
}

.story .story-ul li p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.story .swiper-text {
  background: #8e2828;
  padding: 35px;
  width: 100%;
  position: relative;
  bottom: 50px;
  z-index: 1;
}

.story .swiper-text h6 {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}

.story .swiper-text p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

.personage .swiper-text1 {
  height: 100px;
}

.personage .swiper-container {
  height: 428px;
}

.personage .swiper-text1 {
  height: 428px;
  width: 100%;
  background: #fff;
  padding: 85px 35px;
}

.personage .swiper-text1 h6 {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  transition: color 0.3s linear;
}

.personage .swiper-text1 h6:hover {
  color: #8e2828;
}

.personage .swiper-text1 span {
  font-size: 16px;
  color: #f19729;
  line-height: 16px;
}

.personage .swiper-text1 p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.personage .pl0 {
  padding-left: 0px;
}

.personage .pr0 {
  padding-right: 0px;
}

.personage .story-ul {
  bottom: inherit;
  margin-top: 60px;
}

.personage .story-ul li .left-box {
  width: 100%;
  height: auto;
  float: none;
}

.personage .story-ul li .card {
  background: #fff;
  margin-bottom: 30px;
  height: 432px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.09);
}

.personage .story-ul li {
  padding: 0 15px;
  border: none;
  height: auto;
}

.personage .story-ul li .card-bottom {
  padding: 15px;
}

.personage .story-ul li h6 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.personage .story-ul li h6:hover {
  color: #8e2828;
}

.personage .story-ul li p {
  -webkit-line-clamp: 3;
}

.page {
  margin-top: 0;
  margin-bottom: 66px;
}

.wxx-personage {
  padding-top: 55px;
}

.rwlb-banner {
  background: #fff;
  overflow: hidden;
  width: 1110px;
  margin: 0 auto;
  box-sizing: content-box;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
}