.page-item7 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6%;
  position: relative;
}

.page-item7-main {
  color: #FFFFFF;
  min-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-item7-main-title {
  padding-top: 10%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 410px);
  background: url("../img/home/home-bg7.png") no-repeat top;
  background-size: cover;
}

.page-item7-main-title-text {
  width: 1300px;
  margin: 0 auto;
}

.page-item7-main-title-dsc {
  margin-left: 250px;
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  position: relative;
}

.page-item7-main-title-dsc::before {
  content: '';
  display: inline-block;
  width: 87px;
  height: 1px;
  border-bottom: 1px solid #FFFFFF;
  margin-right: 25px;
}

.page-item7-main-content {
  position: relative;
  height: 410px;
  top: calc(100% - 410px);
  background: linear-gradient(180deg, rgba(41, 49, 124, 0.4) 0%, #29317c 20%, #131A58 100%);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item7-main-content-box {
  display: flex;
}

.page-item7-main-content-box-left::after {
  content: '';
  display: block;
  border-right: solid 1px #fff;
  width: 1px;
  height: 160px;
  position: absolute;
  right: 0;
  top: 0;
}

.page-item7-main-content-box-left {
  position: relative;
  padding-right: 80px;
}

.page-item7-main-content-box-left .logo {
  margin-bottom: 26px;
}

.page-item7-main-content-box-left .logo img {
  width: 218px;
  height: 60px;
}

.page-item7-main-content-box-left .text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.page-item7-main-content-box-right {
  display: flex;
}

.page-item7-main-content-box-right-item {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  margin-bottom: 24px;
  margin-left: 70px;
  color: #FFFFFF;
}

.page-item7-main-content-box-right-item .title {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 28px;
  text-align: left;
}

.page-item7-main-content-box-right-item .content {
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-item7-main-content-box-right-item .content a {
  color: #fff;font-size: 14px;
}

.page-item7-main-content-box-right-item .content img {
  width: 106px;
  height: 106px;
}

.page-item7-main-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 70px;
  line-height: 70px;
  margin-left: -720px;
  width: 1440px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  border-top: solid 1px rgba(255, 255, 255, 0.336);
}

.page-item7-main-bottom a {  color: #FFFFFF;}