.main {
  min-height: max(calc(100vh - 700px), 500px);
  padding-bottom: 40px;
}

.style6-main a:hover {
  color: var(--theme-color);
  text-decoration: none;
}

/* 首页图片裁剪 */
.style6-main img {
  object-fit: contain;
  background-color: var(--main-back-color-cell);
}

/* module-title */
.module-title {
  padding: 0 100px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-title-line {
  width: 17%;
  margin: 0 20px;
  height: 5px;
  /* border-top: 1px solid var(--title-text);
  border-bottom: 2px solid var(--title-text); */
  border-top: 1px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  display: inline-block;
}
.module-title a {
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color);
  font-style: normal;
}
/* .module-title-href:hover a {
  color: var(--theme-color);
}
.module-title-href:hover .module-title-line {
  border-top: 1px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
} */
.module-title .module-title-text {
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color);
  font-style: normal;
}

/* module-one 模块1 */
.module-one {
  margin-top: 60px;
  /* padding: 20px 0 40px; */
}
.module-one ul {
  width: calc(100% - 120px);
  margin: 30px auto 0;
}
.module-one ul li {
  margin-top: 20px;
}
.module-one .module-one-item {
  width: 270px;
  height: 416px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  transition: all 0.6s;
  margin: auto;
}
.module-one .module-one-item:hover {
  transform: translateY(-20px);
}
.module-one .module-one-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--theme-color);
}
.module-one .module-one-content {
  margin-top: 3px;
  padding-top: 12px;
  font-family: PingFangSC, PingFang SC;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  flex: 1;
  overflow: hidden;
  color: var(--main-list-color);
  border-top: 2px solid var(--theme-color);
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.module-one ul .slick-slide:nth-child(even) .module-one-item {
  background-image: url(../../images/style6/even-back-person.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* .module-one ul .slick-slide:nth-child(even) .module-one-title {
  color: var(--theme-color);
} */
.module-one ul .slick-slide:nth-child(odd) .module-one-item {
  background-image: url(../../images/style6/odd-back-person.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* .module-one ul .slick-slide:nth-child(odd) .module-one-title {
  color: var(--header-main-text);
} */
/* .module-one ul .slick-slide:nth-child(even) .module-one-content {
  color: var(--main-list-color);
  border-top: 1px solid var(--theme-color);
}
.module-one ul .slick-slide:nth-child(odd) .module-one-content {
  color: var(--main-list-color);
  border-top: 1px solid var(--theme-color);
} */
.pic-sy1 a:hover {
  color: inherit;
}
.pic-sy1 {
  position: relative;
}
.pic-sy1 .sy1-prev-manual {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
.pic-sy1 .sy1-next-manual {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.pic-sy1 .slick-arrow {
  background-color: transparent;
  border: none;
}
.pic-sy1 .slick-arrow i {
  font-size: 80px;
  color: var(--theme-color);
}

/* module-two 模块2 */
.module-two-container {
  margin-top: 50px;
}
.module-two-content-container {
  width: calc(100% - 120px);
  margin: 30px auto 0;
}
.module-content-left {
  background-color: #ffffffd9;
  flex: 1;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 780px;
}
.module-content-left a {
  font-weight: 500;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  font-style: normal;
  /* display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module-content-left .desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.module-content-left .time {
  margin-top: 20px;
  flex: 1;
  display: flex;
  align-items: end;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 21px;
  text-align: justify;
  font-style: normal;
}
.module-two-content {
  display: flex;
  justify-content: space-between;
}
.module-two-content .module-content-left {
  background-color: var(--main-back-color-cell);
  padding-top: 20px;
}
.module-two-content-right {
  /* margin-left: 40px; */
}
.module-two-content-right img {
  height: 214px;
  width: 360px;
}
.pic-sy2 .sy2-prev-manual {
  position: absolute;
  top: 0;
  left: -60px;
}
.pic-sy2 .sy2-next-manual {
  position: absolute;
  top: 0;
  right: -60px;
}
.slick-arrow {
  width: 40px;
  height: 100%;
  background-color: #f1f1f1ff;
  border: none;
}
.pic-sy2 .slick-arrow:hover {
  background-color: var(--theme-color);
}
.pic-sy2 .slick-arrow i {
  font-size: 60px;
  color: #ffffff;
}

/* .module-three 模块3 */
.module-three {
  margin-top: 30px;
}
.module-three-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 20px;
}
.module-three-item {
  margin-top: 30px;
}
.module-three-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-three-item-top a:first-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color);
  line-height: 27px;
  text-align: center;
  font-style: normal;
  padding: 10px 20px;
  border-bottom: 2px solid var(--theme-color);
}
.module-three-item-top a:last-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color);
  line-height: 49px;
  text-align: right;
  font-style: normal;
  flex: 1;
  height: 49px;
  border-bottom: 2px dashed var(--theme-color);
}
.module-three-item-bottom {
  margin-top: 20px;
}
.module-three-item-bottom div {
  padding: 10px 20px;
  background-color: var(--main-back-color-cell);
  height: 74px;
  display: flex;
  align-items: center;
}
.module-three-item-bottom div:not(:first-of-type) {
  margin-top: 2px;
}
.module-three-item-bottom div a {
  font-weight: 400;
  font-size: 18px;
  color: #000000a6;
  line-height: 27px;
  text-align: justify;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* .module-three 模块4 */
.module-four {
  margin-top: 30px;
}
.module-four-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 40px;
}
.module-four-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-four-item-top a:first-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color);
  line-height: 27px;
  text-align: center;
  font-style: normal;
  padding: 10px 20px;
  border-bottom: 2px solid var(--theme-color);
}
.module-four-item-top a:last-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color);
  line-height: 49px;
  text-align: right;
  font-style: normal;
  flex: 1;
  height: 49px;
  border-bottom: 2px dashed var(--theme-color);
}
.module-four-item-bottom {
  margin-top: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-rows: 248px; /* 定义行高 */
  grid-template-columns: 176px minmax(100px, 1fr); /* 左图占200px，右文案占剩余空间 */
}
.module-four-item-bottom:hover .module-four-item-bottom-left img {
  transform: scale(1.1);
  transition: transform 0.6s;
}
.module-four-item-bottom-left {
  overflow: hidden;
}
.module-four-item-bottom-left img {
  width: 100%;
  height: 100%;
}
/* .module-four-item-bottom-left img:hover {
  cursor: pointer;
  transform: scale(1.1);
} */
.module-four-item-bottom-right {
  background-color: var(--main-back-color-cell);
  padding: 20px;
  letter-spacing: 1px;
  display: block;
}
/* .module-four-item-bottom-right:hover .module-four-item-bottom-right-title {
  color: var(--theme-color);
} */
.module-four-item-bottom-right-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: var(--main-list-color);
  line-height: 27px;
  text-align: justify;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.module-four-item-bottom-right-content {
  font-family: PingFangSC, PingFang SC;
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  color: var(--main-list-color);
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  height: 165px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
