.advertisement {
  width: 100%;
  height: 500px;
  /*background: red;*/
  margin-top: 80px;/*margin-bottom: 47px;*/
}
.education {
  height: 440px;
}
.education .education-title {
  font-size: 30px;
  color: #2b2c35;
  text-align: center;
  padding: 53px 0;
}
.education .education-title p {
  position: relative;
}
.education .education-title p:before {
  position: absolute;
  left: 200px;
  top: 15px;
  content: '';
  width: 188px;
  height: 1px;
  background-color: #292a33;
}
.education .education-title p:after {
  position: absolute;
  right: 200px;
  top: 15px;
  content: '';
  width: 188px;
  height: 1px;
  background-color: #292a33;
}
.education .education-list {
  overflow: hidden;
  /*margin-top: 24px;*/
  display: flex;
  justify-content: space-between;
}
.education .education-list li {
  position: relative;
  width: 235px;
  background: #ffffff;
  float: left;
  text-align: center;
  border-radius: 10px;
  height: 220px;
}
/*background: url("../static/img/index/module-bg.jpg") center no-repeat;*/
.education .education-list li div:first-child {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 23px;
  left: 27px;
  background-color: #ffd220;
  border-radius: 50%;
}
.education .education-list li h3 {
  font-size: 20px;
  padding-top: 0px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  color: #524f4f;
}
.education .education-list li span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 3px;
  padding-top: 16px;
}
.education .education-list li .education-img {
  margin-top: 60px;
  height: 70px;
}
.education .education-list li:before {
  position: absolute;
  left: 50%;
  bottom: 15px;
  content: '';
  width: 68px;
  height: 4px;
  margin-left: -34px;
  background-color: #5b5fff;
  border-radius: 2px;
}
