.s-inner {
  margin-left: 20px;
}
.bell {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px dashed var(--primary);
  padding: 45px;
}
.bell-bg {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.bell-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(200, 19, 50, 0.4);
}
.bell-item {
  margin: 0 24px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bell-text-r {
  text-align: right;
}
.bell-text img {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.bell-h5 {
  font-size: 20px;
  font-weight: 500;
}
.bell-txt {
  margin-top: 8px;
  font-size: 16px;
}

.s-box {
  width: 390px;
  height: 240px;
  border: 1px solid var(--primary);
  flex-direction: column;
}
.s-box img {
  width: 36px;
  height: 36px;
  margin: 32px 0 20px 0;
}
.bell-p {
  margin-top: 16px;
  max-width: 322px;
  line-height: 25px;
  font-size: 15px;
  color: #525252;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* 校园风光 */
.yard {
  position: relative;
  text-align: center;
}
.yard-imgs {
  margin: 0 auto;
  width: 1000px;
}
.y-img-one {
  margin-bottom: 16px;
  height: 360px;
  overflow: hidden;
}

.y-img-item {
  width: 320px;
  height: 170px;
}

.y-prev, .y-next {
  position: absolute;
  bottom: 60px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  cursor: pointer;
}
.y-prev .layui-icon, .y-next .layui-icon {
  font-size: 12px;
}
.y-prev:hover, .y-next:hover {
  color: var(--primary);
  background-color: rgba(200, 19, 50, 0.1);
}
.y-prev {
  left: 40px;
}
.y-next {
  right: 40px;
}

/* 校徽校训 */
.emblem {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 290px 230px;
  row-gap: 10px;
}
.e-row1 {
  display: grid;
  grid-template-columns: 300px 300px 580px;
  grid-template-rows: 1fr;
  justify-content: space-between;
}
.e-col1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 140px);
  align-content: space-between;
}
.e-item {
  position: relative;
  padding: 40px 36px;
  background-color: #f7f7f7;
}
.e-item.hvr-sweep-to-right::before {
  background-color: var(--primary);
}
.e-item:hover .e-p {
  color: rgba(255, 255, 255, 0.7);
}
.e-line {
  position: absolute;
  left: 40px;
  bottom: 32px;
  width: 136px;
  height: 2px;
  background-color: #fff;
}
.e-row2 {
  display: grid;
  grid-template-columns: repeat(3, 390px);
  grid-template-rows: 1fr;
  justify-content: space-between;
}
.e-h5 {
  font-size: 19px;
  font-weight: 500;
}
.e-p {
  font-size: 15px;
  line-height: 30px;
  color: rgba(38, 38, 38, 0.7);
}
.e-icon {
  position: absolute;
  right: 50px;
  bottom: 40px;
  color: #d9d9d9;
}
.e-icon i {
  font-size: 50px;
}