.ldedu7_g_logo {
  height: 52px;
  margin-top: 19px;
  display: flex;
  align-items: center;
}
.ldedu7_g_logo img {
  width: 48px;
  height: auto;
}
.ldedu7_g_logo .ldedu7_logo_txt {
  font-size: 32px;
  color: #3370ff;
  font-weight: 500;
}
.ldedu7_g_logo .ldedu7_flex_ct {
  display: flex;
  align-items: center;
}

.ld_edu7_g_tit {
  font-size: 32px;
  color: #0a0a0a;
  line-height: 45px;
  margin-right: 50px;
  font-weight: bold;
}

.ldedu7_g_dataserver .ldedu7_li {
  width: 382px;
}
.ldedu7_g_dataserver .ldedu7_li .ldedu7_box img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.ldedu7_g_dataserver .ldedu7_li .ldedu7_box img:hover {
  transform: scale(1.05);
}
.ldedu7_g_dataserver .ldedu7_li .ldedu7_txt01 {
  font-size: 18px;
  color: #0a0a0a;
  line-height: 25px;
  padding-left: 10px;
}
.ldedu7_g_dataserver .ldedu7_li .ldedu7_txt02 {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  padding-left: 10px;
}