@import "./common.css";

main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
.main__container {
  display: flex;
  flex-direction: column;
}
.major__info {
  width: 1200px;
  background: #f3f9ff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.major__info h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.major__info span {
  font-size: 16px;
  color: #000;
}
.main__content {
  display: flex;
  justify-content: space-between;
}
.tabs__content {
  width: 800px;
}
.major__tabs {
  margin-bottom: 20px;
  border-bottom: 2px solid #116dc3;
  width: 800px;
}
.major__tabs a {
  width: 194px;
  height: 51px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.major__tabs a.active {
  background-image: url(/static/pcseo/images/tabBar.png);
  background-size: 194px;
  color: #fff;
  font-weight: 700;
}
.major__tabs .tab__label {
  font-size: 16px;
}
.content__wrapper {
  width: 800px;
}
.content__wrapper .simple__label {
  display: block;
  margin: 20px 0 8px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.content__wrapper .simple__label::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #116dc3;
  margin-right: 10px;
  display: inline-block;
  border-radius: 4.5px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.content__wrapper p {
  font-size: 16px;
  color: #000;
  margin: 20px 0 20px;
  line-height: 30px;
}
.school__list {
  margin: 30px 0;
}
.school__item {
  position: relative;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
.school__item:last-child {
  border-bottom: none;
}
.school__labels {
  display: flex;
  align-items: flex-end;
}
.school__name {
  font-weight: 700;
  font-size: 18px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 10px;
}
.school__address {
  font-size: 14px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #888;
}
.school__logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.school__info {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 30px;
  height: 80px;
}
.school__motto {
  font-size: 14px;
  color: #999;
  padding: 2px 8px;
  margin-top: 9px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #eee;
}
.school__tags {
  display: flex;
  flex-wrap: wrap;
}
.school__tag {
  color: #3385ff;
  background: #e3efff;
  padding: 4px 10px;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 2px;
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school__major {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #116dc3;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.major__similar .label {
  font-size: 18px;
  font-weight: 700;
}
.similar__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 12px 0 20px;
}
.similar__list .similar__item {
    padding: 8px 12px;
    border-radius: 4px;
    color: #000;
    background: #f9f9f9;
}
.similar__list .similar__item .item__link {
    color: #000;
}
