.intro h1 {
  padding-bottom: 14px;
}
.intro h1 .english-name {
  padding-left: 15px;
  font-size: 14px;
}
.intro p {
  line-height: 22px;
}
.content {
  display: flex;
  justify-content: space-between;
}
.content .country-university {
  width: 500px;
  border: 1px solid #e9e9e9;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.content .country-university p {
  line-height: 20px;
}
.content .country-university .country-intro {
  padding: 20px;
}
.content .map {
  position: relative;
  width: 50%;
}
.content .map img {
  max-width: 100%;
  width: auto;
}
.content .map span {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
  font-size: 30px;
  color: #325c84;
}
.content .map span:hover,
.content .map span.hovered {
  z-index: 11;
  color: white;
  text-shadow: 3px 0 0 #ed4a6d, -3px 0 0 #ed4a6d, 0 3px 0 #ed4a6d, 0 4px 0 #ed4a6d, 2px 2px #ed4a6d, -2px -2px 0 #ed4a6d, 2px -2px 0 #ed4a6d, -2px 2px 0 #ed4a6d;
}
.content h2 {
  padding-bottom: 10px;
  color: #325c84;
  font-size: 16px;
}
.content .university-list li {
  position: relative;
  margin-bottom: 2px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background-color: #325c84;
}
.content .university-list li:hover,
.content .university-list li.hovered {
  background-color: #ed4a6d;
}
.content .university-list a {
  display: block;
  color: #fff;
}
.content .university-list .university-name {
  font-weight: bold;
}
.content .university-list .name {
  position: absolute;
  right: 20px;
}
.content .university-list .name:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
