@font-face {
  font-family: "DINAlternate";
  src: url("../../assets/font/DINAlternate-bold.ttf");
}
/* 公用卡片标题 */
.level-title-card {
  display: flex;
  align-items: flex-start;
  width: 1440px;
}

.level-title-card-num {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 64px;
  color: #0e7aff;
  line-height: 64px;
}

.level-title-card-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  position: relative;
  margin-top: 14px;
  margin-left: 14px;
}

.level-title-card-name::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #b9babc;
}
/* 文字卡片 */
.text-cred {
  background: linear-gradient(180deg, rgba(211, 213, 250, 0.3) 0%, rgba(245, 246, 252, 0.3) 100%);
  border-radius: 16px;
  padding: 20px 30px;
  box-sizing: border-box;
  box-sizing: border-box;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 32px;
  margin-bottom: 20px;
}
.text-cred-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  position: relative;
  padding-left: 10px;
}
.text-cred-title::after {
  width: 6px;
  height: 6px;
  background: #0d7bff;
  content: "";
  border-radius: 50%;
  left: -10px;
  top: 9px;
  position: absolute;
}
.text-cred-info {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 24px;
  margin-top: 8px;
  padding-left: 10px;
  box-sizing: border-box;
}
/* 卡片 */
.level {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 文字标签卡片 */
.tag-text {
  width: 132px;
  height: 44px;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
}
.level-head {
  width: 100%;
  height: 565px;
  background: linear-gradient(#e3effc 0%, #ffffff 100%);
  padding: 48px 0 87px 0;
  box-sizing: border-box;
}
.main-head {
  width: 100%;
  height: 535px;
  background: linear-gradient(#e4eefd 0%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0 87px 0;
  box-sizing: border-box;
}
.main-head-content {
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-head-title-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.main-head-title-content-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
}
.main-head-title-content-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-head-content-share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.main-head-content-subtitle {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #7b8297;
  line-height: 36px;
}
.advertising-sub-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #7b8297;
  line-height: 36px;
}

/* 广告带背景模块 */
.advertising-bg-box {
  width: 1440px;
  height: 310px;
  background-image: url("../image/ruleOfLaw/advertising.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 36px;
}
.share-icon-img {
  width: 260px;
  height: auto;
}
/* 首页方案 */
.level1 {
  /* background: linear-gradient(135deg, #f8faff 0%, #f0f6ff 100%); */
  padding: 120px 0 120px 0;
  background: #fafbff;
}
.level1 {
  background-image: url("../../caseDetails/image/layout/back.jpg");
  background-repeat: no-repeat;
  background-position: center 200px;
  background-size: auto auto;
}
.level1-info {
  display: flex;
  width: 1440px;
  justify-content: space-between;
  margin-top: 60px;
}
.level1-info-item {
  width: 698px;
  height: 213px;
  padding: 40px;
}
.level1-info-item-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  position: relative;
  padding-left: 10px;
}
.level1-info-item-title::after {
  width: 6px;
  height: 6px;
  background: #0d7bff;
  content: "";
  border-radius: 50%;
  left: -10px;
  top: 9px;
  position: absolute;
}
.level1-info-item-info {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 24px;
  margin-top: 8px;
  padding-left: 10px;
  box-sizing: border-box;
}
.level1-info-item-box img {
  width: 698px;
  height: 412px;
}
.level1-view-item2 {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  margin-top: 29px;
}
.level1-view-item2-img1-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.level1-view-item2-img1 {
  width: 885px;
  height: 516px;
  margin-bottom: 40px;
}
.level1-view-item2-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.level1-view-item2-info-text {
  width: 515px;
  height: 205px;
  background: linear-gradient(180deg, #d3d5fa 0%, #f5f6fc 100%);
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 20px;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 24px;
}
.level1-view-item2-info-img {
  width: 515px;
  height: 282px;
  margin-top: 9px;
  margin-bottom: 40px;
}
.direction-icon {
  position: absolute;
  width: 91px;
  bottom: 0;
  left: -60px;
}
/* 项目背景 */
.product-introduction {
  width: 1440px;
  margin-top: 102px;
}

.project-info {
  display: flex;
  margin-top: 49px;
  justify-content: space-between;
}

.project-info-item {
  width: 700px;
  height: 340px;
  background: linear-gradient(134deg, #f9fbff 0%, #edf3fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.14);
  border-radius: 4px;
  border: 2px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(226, 233, 250, 1)) 2 2;
  backdrop-filter: blur(4px);
  padding: 40px;
  box-sizing: border-box;
}

.project-info-item-icon {
  width: 53px;
}

.project-info-item-text {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 36px;
  margin-top: 24px;
  text-indent: 32px;
}

/* 法治实践课 */
.level2 {
  /* background: linear-gradient(135deg, #f5f6ff 0%, #f0f6ff 100%); */
  background: #f4f6ff;
  padding: 120px 0;
}
.level2 {
  background-image: url("../../caseDetails/image/layout/back1.gif");
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: auto auto;
}
.level2-info {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  margin-top: 80px;
}
.level2-info-item {
  padding: 40px;
  width: 481px;
  height: 485px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  box-sizing: border-box;
}
.level2-view-img {
  width: 880px;
  height: 547px;
}
/* AI双师法治实践课 */
.level3 {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
  padding: 120px 0;
}
.level3-view-img {
  width: 880px;
  height: 547px;
}
/* 界面欣赏 */
.level4 {
  /* background: linear-gradient(135deg, #f5f6ff 0%, #f0f6ff 100%); */
  background: #f4f6ff;
  padding: 73px 0 90px 0;
  box-sizing: border-box;
}
.level4 {
  background-image: url("../../caseDetails/image/layout/back1.gif");
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: auto auto;
}
.level4-info-view-img2 {
  width: 1440px;
  height: 301px;
  margin-top: 90px;
}
.project-view {
  margin-top: 56px;
  width: 1436px;
  height: 847px;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
}

.project-view-img {
  width: 100%;
  height: 100%;
}

.project-tag {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  grid-column-gap: 12px;
}

.project-tag-item {
  width: 240px;
  height: 144px;
  background: #e2ebf7;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.project-tag-item img {
  width: 220px;
  height: 124px;
}

.active-tag {
  border: 2px solid #0e7aff;
}
/* 其他案例 */
.other-cases-box {
  height: 766px;
  background: linear-gradient(173deg, #fafcfe 0%, #f4f7fc 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.other-cases-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
  position: relative;
  margin-top: 94px;
}

.other-cases-title::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: 108px;
  height: 5px;
  background: #0d7bff;
}

.other-cases-title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 0px;
  width: 13px;
  height: 5px;
  background: #0d7bff;
}

.case-content {
  width: 1440px;
  display: grid;
  grid-template-columns: repeat(4, 330px);
  grid-gap: 40px;
  margin-top: 70px;
}

.case-item-box {
  width: 330px;
}

.case-time {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.year {
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 1;
}

.month {
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 16px;
  color: #b3b3b3;
  margin-left: 8px;
}

.case-item-img {
  width: 330px;
  height: 278px;
}

.title-info {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #b3b3b3;
  line-height: 18px;
  margin-top: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.title-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #080808;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}
.app {
  display: none;
}
.pc {
  display: flex;
}
@media screen and (max-width: 1300px) {
  .app {
    display: flex;
  }
  .tag-text {
    width: 100px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  /*  */
  .text-cred-title {
    font-size: 14px;
  }
  .text-cred-title::after {
    left: -6px;
  }
  .text-cred-info {
    font-size: 16px;
    line-height: 18px;
  }
  /*  */
  .level-title-card {
    width: 100%;
  }
  .level-title-card-num {
    font-size: 32px;
    line-height: 32px;
  }
  .level-title-card-name {
    font-size: 16px;
    margin-left: 6px;
    margin-top: 0px;
  }
  .level-title-card-name::after {
    width: 20px;
    height: 2px;
    bottom: -6px;
  }
  /*  */
  .level-head {
    padding-top: 61px;
    padding: 61px 16px 40px 16px;
    height: max-content;
  }
  .main-head {
    padding-top: 61px;
    padding: 80px 16px 40px 16px;
    height: max-content;
  }
  .main-head-content {
    width: 100%;
  }
  .main-head-title-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-head-title-content-name {
    font-size: 20px;
    white-space: nowrap;
  }
  .main-head-title-content-time {
    font-size: 12px;
    white-space: nowrap;
    color: #7b8297;
  }
  .main-head-content-subtitle {
    font-size: 12px;
  }
  .share-icon-img {
    width: 200px;
    height: auto;
  }
  .advertising-bg-box {
    width: 100%;
    height: 100px;
    margin-top: 10px;
  }
  /*  */
  .level1 {
    padding: 40px 16px;
  }
  .level1-info {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  .level1-info-item {
    padding: 15px;
    width: 100%;
    height: max-content;
  }
  .level1-info-item-title {
    font-size: 12px;
    line-height: 20px;
  }
  .level1-info-item-title::after {
    left: -2px;
    top: 6px;
  }
  .level1-info-item-info {
    font-size: 16px;
    line-height: 18px;
  }
  .level1-info-item-box img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .level1-info-item-box {
    /* margin-bottom: 20px; */
  }
  .level1-view-item2 {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  .pc {
    display: none;
  }
  .level1-view-item2-img1 {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 20px;
  }
  .level1-view-item2-info {
    /* align-items: flex-start; */
  }
  .level1-view-item2-info-img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .direction-icon {
    left: auto;
    right: 0;
    width: 45px;
    transform: rotate(-90deg);
    bottom: -44px;
  }
  .level1-view-item2-info-text {
    width: 100%;
    font-size: 16px;
    padding: 20px;
    height: max-content;
    margin-top: 0;
  }
  .level1-view-item2-img1-box {
    margin-top: 20px;
  }
  /* 法治实践课 */
  .level2 {
    padding: 40px 16px;
  }
  .level2-info {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
  .level2-info-item {
    width: 100%;
    padding: 16px;
    grid-row-gap: 20px;
    height: max-content;
    margin-bottom: 0;
  }
  .level2-view-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  /*  */
  .level3 {
    padding: 40px 16px;
  }
  .level3-view-img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  /*  */
  .level4 {
    padding: 40px 16px;
  }
  .project-view {
    width: 100%;
    height: max-content;
    margin-top: 20px;
  }
  .project-view-img {
    width: 100%;
    height: 200px;
  }
  .project-tag {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .project-tag-item {
    width: 100%;
    height: max-content;
  }
  .project-tag-item img {
    width: 100%;
    height: auto;
  }
  /*  */
  .other-cases-box {
    padding: 40px 16px;
    height: max-content;
  }
  .other-cases-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .other-cases-title::after {
    width: 54px;
    bottom: -9px;
    height: 2px;
  }
  .other-cases-title::before {
    width: 12px;
    bottom: -9px;
    height: 2px;
  }
  .case-content {
    width: 100%;
    grid-template-columns: repeat(2, 44.5vw);
    grid-gap: 26px 10px;
    margin-top: 20px;
  }
  .pushpin {
    display: none;
  }

  .case-item-box {
    width: 100%;
  }
  .case-time {
    margin-bottom: 10px;
  }
  .year {
    font-size: 20px;
  }
  .month {
    font-size: 12px;
  }
  .case-item-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .title-info {
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .title-name {
    margin-top: 8px;
    font-size: 15px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为2 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }
  /* 分享 */
  .social-share .social-share-icon {
    width: 18px !important;
    height: 18px !important;
  }
}

.boder-bg {
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.2);
  border-radius: 8px;
  /* border: 3px solid; */
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
}
