.top_intro {
  margin: 20px 0 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  line-height: 1.9;
}

.top_intro h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.top_intro p {
  margin: 0 0 12px;
  font-size: 14px;
  color: #555;
}

.top_intro_link {
  margin-bottom: 0;
}

.top_intro_link a {
  color: #b76e79;
  text-decoration: underline;
}
.top_series {
  margin: 0 0 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  line-height: 1.8;
}

.top_series h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.top_series ul {
  margin: 0;
  padding-left: 20px;
}

.top_series li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.top_series li:last-child {
  margin-bottom: 0;
}

.top_series a {
  color: #b76e79;
  text-decoration: underline;
}