/* 内容区域 */
.tip {
  white-space: nowrap;
  writing-mode: vertical-rl;
  width: 38px;
  height: 130px;
  line-height: 38px;
  padding-top: 10px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 500;
  background-color: var(--primary);
  background: url("../images/border.png") no-repeat left top/cover;
}
.s-right {
  overflow: hidden;
  flex: 1;
  margin-left: 35px;
}

.s-en {
  margin-top: 6px;
  font-size: 14px;
  color: #808080;
}

/* 横幅 */
.row {
  position: relative;
  width: 100%;
  height: 80px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 46%;
  height: 100%;
  background-color: var(--primary);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.row-l {
  overflow: hidden;
  margin-right: 20px;
  flex: 1;
  color: #fff;
  font-size: 15px;
  padding-right: 60px;
  justify-content: space-between;
}
.r-text .layui-icon-list {
  font-size: 22px;
  margin-right: 18px;
}
.r-text {
  font-size: 18px;
  font-weight: 500;
}
.r-link {
  transform: rotate(180deg);
  font-size: 16px;
  color: #fff;
}
.r-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.row-r {
  padding-left: 60px;
  width: 650px;
}
.r-li a {
  font-size: 15px;
  margin-right: 60px;
}
.r-li .active {
  background-color: transparent;
}

.ad {
  overflow: hidden;
}
.ad-img {
  overflow: hidden;
  width: 700px;
  height: 400px;
}
.ad-r {
  flex: 1;
  overflow: hidden;
  padding: 32px;
}
.ad-title {
  font-size: 16px;
  font-weight: 500;
}
.ad-p {
  margin: 36px 0;
  max-width: 390px;
  height: 200px;
  font-size: 14px;
  color: #545454;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ad-info {
  height: 70px;
  line-height: 70px;
  padding: 0 25px 0 75px;
  font-size: 14px;
  background-color: #fff;
}
/* .list {
  overflow: hidden;
  padding: 12px;
  width: 375px;
  height: 492px;
  background-color: #fff;
}
.item {
  justify-content: center;
  padding: 27px 0 12px;
}
.item-l {
  padding-right: 6px;
  margin-right: 12px;
  border-right: 1px solid #a6a6a6;
  font-size: 13px;
  color: #b5b5b5;
  text-align: center;
}
.item-r {
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  color: #808080;
}
.item-title {
  position: relative;
  width: fit-content;
  font-size: 15px;
  color: #000;
}
.item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: transparent;
  transition: 0.3s;
}
.item-r:hover .item-title::after {
  width: 100%;
  background-color: var(--primary);
} */

.two {
  width: 395px;
}
.two-img {
  overflow: hidden;
  height: 260px;
}
.two-list {
  padding: 0 6px;
}
.two-item {
  padding: 16px 0;
}
.two-date, .two-year {
  width: 60px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 13px;
}
.two-date {
  color: #fff;
  background-color: var(--primary);
}
.two-year {
  background-color: rgba(229, 229, 229, 0.3);
}
.two-right {
  flex: 1;
  overflow: hidden;
  margin-left: 24px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.one {
  width: 375px;
  padding: 0 12px;
  background-color: var(--primary);
}
.one .two-date {
  color: #383838;
  background-color: #fff;
}
.one .two-year {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.one .two-right {
  color: #fff;
}

/* 联系方式 */
.link {
  position: relative;
  height: 200px;
}
.link::after {
  z-index: 6;
  content: "";
  position: absolute;
  left: 47%;
  top: 0;
  width: 6%;
  height: 100%;
  clip-path: polygon(50% 0, 95% 0, 50% 100%, 5% 100%);
  background-color: #fff;
}
.link-bg {
  z-index: -1;
  position: absolute;
  inset: 0;
  background: url("https://img.js.design/assets/img/6481c3d67aff0e644856a3f8.png#969625dc896d51cae85a04081dc4a6e7") no-repeat left 60% /cover;
  filter: blur(4px);
}
.link-item {
  position: relative;
  height: 100%;
  width: 50%;
}
.link-inner {
  z-index: 5;
  position: absolute;
  inset: 0;
  color: #fff;
}
.link-l .link-inner {
  padding-right: 60px;
  justify-content: flex-end;
  background-color: rgba(200, 19, 50, 0.7);
}
.link-r .link-inner {
  padding-left: 160px;
  justify-content: flex-start;
  background-color: rgba(38, 38, 38, 0.7);
}
.l-title {
  width: 520px;
  font-size: 24px;
  font-weight: 700;
}
.l-text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.student {
  width: 126px;
  height: 126px;
}
.l-txt {
  font-size: 17px;
  line-height: 32px;
}

/* 图片墙 */
.images {
  display: grid;
  grid-template-columns: 590px 290px 290px;
  grid-template-rows: 580px;
  justify-content: space-between;
}
.img1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 290px 280px;
  align-content: space-between;
}
.img-1-2 {
  display: grid;
  grid-template-columns: repeat(2, 290px);
  justify-content: space-between;
}
.img2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 290px 280px;
  align-content: space-between;
}

/* 友情链接 */
.last {
  display: grid;
  grid-template-columns: repeat(3, 390px);
  grid-template-rows: 260px;
  justify-content: space-between;
}
.last-item {
  position: relative;
}
.last-item-info:hover .last-en {
  opacity: 1;
}
.last-item-info {
  z-index: 5;
  position: absolute;
  inset: 0;
  color: #fff;
  padding-left: 54px;
}
.last-en {
  opacity: 0;
  font-size: 20px;
  transition: opacity 0.5s;
}
.last-a {
  position: relative;
  width: fit-content;
  display: block;
  color: #fff;
}
.last-a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0;
  transition: all 0.2s;
  background-color: #fff;
}
.last-a:hover {
  color: #fff;
}
.last-a:hover::after {
  width: 100%;
}

.last-item:nth-child(1) .last-item-info.hvr-bounce-to-bottom::before {
  background: linear-gradient(90deg, rgba(200, 19, 50, 1) 0%, rgba(200, 19, 50, 0.4) 100%);
}
.last-item:nth-child(2) .last-item-info.hvr-bounce-to-bottom::before {
  background: linear-gradient(90deg, rgba(255, 141, 26, 1) 0%, rgba(255, 141, 26, 0.4) 100%);
}
.last-item:nth-child(3) .last-item-info.hvr-bounce-to-bottom::before {
  background: linear-gradient(90deg, rgba(42, 130, 228, 1) 0%, rgba(42, 130, 228, 0.4) 100%);
}