.lists {
  margin: 0 20px;
  min-height: 400px;
}
.lists .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lists .list a {
  font-size: 20px;
  color: #000000;
  margin: 15px 0;
}
.lists .list p {
  font-size: 15px;
}
.lists .list:hover a {
  color: #b70a0a;
}
.lists .list:hover p {
  color: #b70a0a;
}
.part-guide {
  height: 200px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #fefbfb;
  text-indent: 2em;
}
.teachers {
  display: flex;
  flex-wrap: wrap;
}
.teachers .teacher {
  width: 195px;
  margin: 20px 20px;
  box-sizing: content-box;
  border: 1px solid #707070;
}
.teachers .teacher .image {
  width: 100%;
  height: 225px;
  border-bottom: 1px solid #707070;
}
.teachers .teacher .image img {
  width: 100%;
  height: 100%;
}
.teachers .teacher .name {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 60px;
  color: #000000;
}
