.about-info {
  background: url('../images/about-bg.jpg') no-repeat center;
}

.about-info .container {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 100px 0;
}

.about-title {
  background: url('../images/about-title-bg.jpg') no-repeat center;
  background-size: 100% 100%;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 24px;
  color: white;
}
.about-title span {
  font-size: 48px;
}

.about-page {
  background: #f0f5fa;
}

.about-page .container {
  padding-left: 0;
  padding-right: 0;
}

.list-box {
  margin-top: 40px;
  padding: 44px 38px;
  background: white;
  margin-bottom: 100px;
}

.list-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #000000;

  border-bottom: 4px solid #276ab1;
  display: inline-block;
  padding-bottom: 16px;
}

.list-title img {
  width: 36px;
  margin-right: 12px;
}

.list li {
  margin-top: 50px;
  list-style: none;
  font-size: 16px;
}

.list li a {
  display: flex;
  text-decoration: none;
  align-items: flex-start;
}

.list li img {
  width: 398px;
  height: 240px;
}

.list li .info {
  flex: 1;
}

.list .info .title {
  background: #eff5f9;
  font-size: 32px;
  color: #000000;
  padding: 38px 56px;
}
.list .info .desc {
  font-size: 16px;
  padding: 38px 56px;
  color: #333;
}

.about-page {
  overflow: hidden;
}