.partner {
  text-align: center;
  margin-bottom: 60px;
}
.partner li {
  margin: 20px 0;
}
.partner img {
  max-width: 100%;
  max-height: 60px;
}
.partner .name {
  margin-top: 24px;
}
.subject > li {
  display: flex;
  margin: 40px 0;
}
.subject > li .subject-lf {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 36px;
  background: linear-gradient(137deg, #1824EC 0%, #981111 100%);
}
.subject > li .subject-rt {
  flex: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
.subject > li .subject-rt h4 {
  font-size: 18px;
  font-weight: bold;
}
.subject > li .subject-rt .count {
  color: #999;
  margin-top: 10px;
  margin-bottom: 20px;
}
.subject > li:nth-last-child(1) .subject-rt {
  border-bottom-color: transparent;
}
.intro {
  padding: 40px 60px;
  color: #fff;
  background: url('../images/profile-bg-1.jpg') no-repeat center / cover;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 30px 20px;
  }
}
.slogan {
  background: #ECF4FC;
  padding: 70px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .slogan {
    padding: 20px;
  }
}
.slogan li:nth-child(1) {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .slogan li:nth-child(1) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .slogan li:nth-child(1) .item {
    border-bottom: 1px solid #ccc;
  }
}
.slogan .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slogan .item {
    padding: 20px 0;
  }
}
.slogan .item h5 {
  margin-bottom: 8px;
  font-weight: bold;
}
.slogan .item .divide {
  width: 48px;
  height: 2px;
  background-image: linear-gradient(137deg, #1824ec, #981111);
  margin: 10px;
}
.slogan .item .text {
  margin-top: 14px;
  padding: 0 20px;
  width: 100%;
}
