/* common  */

header {
  width: 100%;
  height: 60px;
  /* background: #156BBC; */
}

@media (min-width: 1024px) {
  header {
    width: 100%;
    height: 40px;
  }
}

/* college-introduction */
.main-width {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .main-width {
    width: auto;
    margin: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-width > .br-230-100 {
    border: none;
  }
}

.lh-2\.3 {
  line-height: 2.3;
}

.songti-italic {
  font-style: italic;
  font-family: "宋体";
}

.by-179-32 {
  border-top: 1px solid rgba(179, 179, 179, 0.32);
  border-bottom: 1px solid rgba(179, 179, 179, 0.32);
}

/* .award-bg p{
  position: absolute;
  top: 50%;
  left: 20px;
  width: max-content;
  transform: translate(0, -50%);
} */

.award-bg {
  background: url('../../img/49B8EF/award-bg.png');
  background-repeat: no-repeat;
  background-position: left;
  /* background-position: right; */
}

.award-list li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3800);
  padding-left: 18px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}