.auto-center {
  margin: 120px auto 110px;
}
body .news-detail-crumb {
  font-size: 14px;
  color: #999999;
}
body .news-detail-crumb .purplecrum {
  font-size: 14px;
  color: #755dfd;
}
body .newsdetail-two {
  width: 1200px;
  height: 407px;
  background: #ffffff;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .newsdetail-two .newsdetail-left {
  width: 605px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
body .newsdetail-two .newsdetail-left .newsdetail-left-title {
  font-weight: 500;
  font-size: 32px;
  color: #161b42;
  height: 106px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 52px;
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .newsdetail-two .newsdetail-left .newsdetail-left-subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #999999;
  height: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .newsdetail-two .newsdetail-right {
  flex: 1;
  padding: 30px 30px 30px 0;
}
body .newsdetail-two .newsdetail-right img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
body .newsdetail-keywords-line {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 60px;
}
body .newsdetail-keywords-line .keywords-text {
  color: #cccccc;
}
body .newsdetail-keywords-line .keywords-items {
  display: flex;
  color: #755dfd;
}
body .newsdetail-keywords-line .keywords-items .keywords-item {
  margin-right: 20px;
}
body .newsdetail-keywords-line .keywords-time {
  color: #cccccc;
  margin-left: 20px;
}
body .newsdetail-keywords-line .keywords-author {
  color: #cccccc;
  margin-left: 20px;
}
body .newsdetail-content {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
body .newsdetail-content h2,
body .newsdetail-content h3,
body .newsdetail-content h4,
body .newsdetail-content h5,
body .newsdetail-content h6,
body .newsdetail-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
body .newsdetail-content .newsdetail-content-left {
  width: 800px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-one-title {
  font-size: 24px;
  font-weight: 900;
  color: #3d3d3d;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-one-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  margin-top: 20px;
  line-height: 21px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-two-title {
  font-size: 24px;
  font-weight: 900;
  color: #3d3d3d;
  margin-top: 60px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-two-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  margin-top: 20px;
  line-height: 21px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-three-title {
  margin-top: 80px;
  font-size: 24px;
  font-weight: 900;
  color: #3d3d3d;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-three-items {
  margin-top: 32px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-three-items .newsdetail-content-three-item {
  margin-top: 24px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-three-items .newsdetail-content-three-item .newsdetail-content-three-items-title {
  font-size: 20px;
  font-weight: 900;
  color: #3d3d3d;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-three-items .newsdetail-content-three-item .newsdetail-content-three-items-subtitle {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 21px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page {
  margin-top: 60px;
  display: flex;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre {
  display: flex;
  justify-content: space-between;
  width: 345px;
  min-height: 72px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  flex-shrink: 0;
  padding-bottom: 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre .page-pre-icon {
  width: 24px;
  height: 24px;
  margin-top: 36px;
  margin-left: 20px;
  margin-right: 5px;
  flex-shrink: 0;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre .page-pre-icon img {
  width: 100%;
  height: 100%;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre .page-pre-text {
  text-align: right;
  margin-right: 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre .page-pre-text .page-pre-text-title {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre .page-pre-text .page-pre-text-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next {
  display: flex;
  justify-content: space-between;
  width: 345px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  cursor: pointer;
  padding-bottom: 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next .page-next-text {
  margin-top: 10px;
  margin-left: 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next .page-next-text .page-next-text-title {
  font-size: 12px;
  color: #999999;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next .page-next-text .page-next-text-subtitle {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next .page-next-icon {
  width: 24px;
  height: 24px;
  margin-top: 36px;
  margin-right: 20px;
  flex-shrink: 0;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next .page-next-icon img {
  width: 100%;
  height: 100%;
}
body .newsdetail-content .newsdetail-content-right .newsdetail-content-right-item {
  width: 352px;
  height: 260px;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 3px #f4f4f4;
}
body .newsdetail-content .newsdetail-content-right .newsdetail-content-right-item .newsdetail-content-right-item-icon {
  width: 352px;
  height: 172px;
}
body .newsdetail-content .newsdetail-content-right .newsdetail-content-right-item .newsdetail-content-right-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .newsdetail-content .newsdetail-content-right .newsdetail-content-right-item .newsdetail-content-right-item-btn {
  border-radius: 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 80px;
  margin: 0 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
body .newsdetail-content .newsdetail-content-right .newsdetail-content-right-item .newsdetail-content-right-item-btn a {
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .more-case {
  margin-top: 120px;
}
body .more-case .more-case-title {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
body .more-case .more-case-items ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
body .more-case .more-case-items ul li {
  position: relative;
  width: 285px;
  height: 367px;
  box-shadow: 0px 2px 15px 3px #f4f4f4;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
body .more-case .more-case-items ul li .three-item-img {
  width: 285px;
  height: 164px;
  background: url("../images/news/news-img.png");
  background-size: 285px 164px;
}
body .more-case .more-case-items ul li .three-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .more-case .more-case-items ul li .three-item-title {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 900;
  color: #ea501f;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .more-case .more-case-items ul li .three-item-subtitle {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .more-case .more-case-items ul li .three-item-dtails {
  position: absolute;
  right: 0;
  bottom: 24px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #755dfd;
  display: flex;
  align-items: center;
}
body .more-case .more-case-items ul li .three-item-dtails-icon {
  width: 14px;
  height: 14px;
}
body .more-case .more-case-items ul li .three-item-dtails-icon svg {
  width: 100%;
  height: 100%;
  fill: #755dfd;
  gap: 6px;
  transform: rotate(270deg);
  margin-top: 1px;
}
body .more-case .more-case-items ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
body .more-case .mare-case-page {
  display: flex;
  text-align: right;
  justify-content: right;
  margin-bottom: 120px;
}
body .more-case .mare-case-page .mare-case-page-pre {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #755dfd;
  cursor: pointer;
  background-size: 40px;
}
body .more-case .mare-case-page .mare-case-page-pre svg {
  width: 18px;
  height: 18px;
  fill: #755dfd;
  transform: rotate(90deg);
  margin: 0 2px 2px 0;
}
body .more-case .mare-case-page .mare-case-page-pre:hover {
  background-color: #755dfd;
}
body .more-case .mare-case-page .mare-case-page-pre:hover svg {
  fill: #fff;
}
body .more-case .mare-case-page .mare-case-page-next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px #755dfd;
  overflow: hidden;
}
body .more-case .mare-case-page .mare-case-page-next svg {
  width: 18px;
  height: 18px;
  fill: #755dfd;
  transform: rotate(270deg);
  margin: 2px 0 0 2px;
}
body .more-case .mare-case-page .mare-case-page-next:hover {
  background-color: #755dfd;
}
body .more-case .mare-case-page .mare-case-page-next:hover svg {
  fill: #fff;
}
body .more-case .mare-case-page .disabled {
  filter: grayscale(100%);
  cursor: not-allowed;
  opacity: 0.6;
}
body .more-case .mare-case-page .disabled.mare-case-page-pre {
  border: solid 1px #999;
}
body .more-case .mare-case-page .disabled.mare-case-page-next {
  border: solid 1px #999;
}
body .more-case .mare-case-page .disabled:hover {
  filter: grayscale(100%);
  background: none;
  opacity: 0.6;
}
body .more-case .mare-case-page .disabled:hover svg {
  fill: #755dfd;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  body.index .header .auto-center {
    padding: 0;
  }
  body.index .auto-center {
    width: 100vw;
    padding: 0 20px;
  }
  body.index .auto-center .newsdetail-two {
    width: 100%;
  }
  body.index .auto-center .newsdetail-content {
    width: 100%;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-left {
    width: auto;
    margin-right: 20px;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page a {
    width: 49%;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-right {
    flex: 1;
    width: 352px;
  }
  .news-detail-crumb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-detail-crumb {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .news-detail-crumb {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .news-detail-crumb {
    display: none;
  }
  body.index .header .auto-center {
    padding: 0;
  }
  body.index .new-banner {
    width: 100vw;
    min-width: auto;
    height: 120vw;
    background-size: cover;
  }
  body.index .auto-center {
    width: 100vw;
    padding: 0 20px;
  }
  body.index .auto-center .news-head {
    padding: 0 20px;
  }
  body.index .auto-center .news-head .news-title {
    font-size: 18px;
    line-height: 26px;
  }
  body.index .auto-center .news-head .news-two-box {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    width: 100%;
    height: auto;
  }
  body.index .auto-center .news-head .news-two-box .two-left {
    width: 100%;
    padding-top: 28px;
    margin-left: 0;
  }
  body.index .auto-center .news-head .news-two-box .two-left .two-left-details {
    position: static;
    margin-top: 20px;
  }
  body.index .auto-center .news-head .news-two-box .two-right {
    width: 100%;
    height: 50.36vw;
    padding-top: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  body.index .auto-center .newsdetail-two {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    width: 100%;
    height: auto;
  }
  body.index .auto-center .newsdetail-two .newsdetail-left {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  body.index .auto-center .newsdetail-two .newsdetail-left .newsdetail-left-title {
    font-size: 18px;
    line-height: 1.5;
    height: 54px;
    margin-bottom: 20px;
  }
  body.index .auto-center .newsdetail-two .newsdetail-left .newsdetail-left-subtitle {
    font-size: 16px;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    height: 120px;
  }
  body.index .auto-center .newsdetail-two .newsdetail-right {
    width: 100%;
    height: 50.36vw;
    padding-top: 0;
    padding-right: 0;
    margin-top: 30px;
    padding: 0;
  }
  body.index .auto-center .newsdetail-keywords-line {
    flex-wrap: wrap;
  }
  body.index .auto-center .newsdetail-keywords-line .keywords-items {
    margin-right: 20px;
  }
  body.index .auto-center .newsdetail-keywords-line .keywords-time {
    margin-right: 20px;
    margin-left: 0;
  }
  body.index .auto-center .newsdetail-keywords-line .keywords-author {
    margin-left: 0;
  }
  body.index .auto-center .newsdetail-content {
    width: 100%;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-left {
    width: 100%;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page {
    flex-wrap: wrap;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page a {
    width: 100%;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next {
    margin-left: 0;
    margin-top: 6px;
  }
  body.index .auto-center .newsdetail-content .newsdetail-content-right {
    display: none;
  }
  body.index .auto-center .more-case .more-case-title {
    font-size: 18px;
    line-height: 26px;
  }
  body.index .auto-center .more-case .more-case-items ul li {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
  }
  body.index .auto-center .more-case .more-case-items ul li .three-item-img {
    width: 100%;
    height: 51.4vw;
    background-size: cover;
  }
  body.index .auto-center .more-case .more-case-items ul a {
    height: auto;
  }
  body.index .auto-center .more-case .mare-case-page {
    justify-content: center;
  }
}
