
.education_list[data-v-9de700da] {
  background-color: #f9f9fb;
  min-height: 100vh;
  padding: 0 16px;
}
.education_item[data-v-9de700da] {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 14px;
  margin-bottom: 6px;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.education_item .edu_title[data-v-9de700da] {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.education_item .time[data-v-9de700da] {
  margin-top: 16px;
  color: #aaa;
  font-size: 12px;
}
.education_item .title[data-v-9de700da] {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
.search[data-v-9de700da] {
  margin-bottom: 10px;
}


.search .van-search {
  padding-left: 0;
  padding-right: 0;
}
.search .van-search__content {
  background-color: #e6e6e6;
  border-radius: 4px;
}
.search .van-search__action {
  line-height: inherit;
}
.search .van-badge__wrapper {
  color: #7f7f7f;
}
.education_item .edu_img .van-image img {
  border-radius: 4px;
}

