@charset "UTF-8";

.photo-pc-utils {
  display: flex;
  flex-wrap: wrap;
  width: 160px;
  justify-content: space-between;
  color: #bac9e5;
  font: 14px/1.8 "Microsoft YaHei", Arial, sans-serif;
}

.photo-pc-utils small {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}

.photo-pc-utils span + span {
  padding-left: 12px;
  border-left: 1px solid #bac9e5;
}

.photo-pc-utils + * {
  box-sizing: border-box;
}

.photo-main {
  display: block !important;
  width: 1208px !important;
  margin: 42px auto 54px !important;
  padding: 0 !important;
}

.photo-main-title {
  padding: 0 0 16px 18px;
  border-bottom: 1px solid #dce4ef;
  color: #234586;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.photo-main-title::before {
  display: inline-block;
  width: 5px;
  height: 25px;
  margin: 0 13px 0 -18px;
  border-radius: 3px;
  background: #305ba2;
  content: "";
  vertical-align: -3px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 10px;
  margin-top: 24px;
}

.photo-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e3e9f1;
  background: #fff;
  box-shadow: 0 3px 12px rgba(15, 54, 119, 0.08);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 206px;
  object-fit: cover;
}

.photo-card span {
  display: block;
  padding: 11px 8px;
  overflow: hidden;
  color: #234586;
  font: 16px/1.4 "Microsoft YaHei", Arial, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photo-pc-page .footer .wrapper .right,
.pc-page .footer .wrapper .right {
  display: flex;
  gap: 25px;
  text-align: center;
}

.pc-page .footer .wrapper .right .school_code p {
  margin-top: 12px;
  color: #fff;
}
