.index-common-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 10px;
}
.index-common-header-left {
  display: flex;
  align-items: flex-end;
}
.index-common-header-left p:nth-of-type(1) {
  font-size: 28px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #633015;
  line-height: 40px;
  margin-right: 10px;
  position: relative;
}
.index-common-header-left p:nth-of-type(1)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -11px;
  background-color: #633015;
}
.index-common-header-left p:nth-of-type(2) {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #999999;
  line-height: 22px;
}
.index-common-header-right {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}

.index-moving {
  background: #fff;
  padding: 34px 0 20px;
  box-sizing: border-box;
}
.index-moving .w12 {
  display: flex;
  justify-content: space-between;
}
.index_moving_left {
  width: 46%;
}
.index_moving_left_content {
  display: flex;
  align-items: center;
  margin: 22px 0 0;
}
.index_moving_left_content:hover .index_moving_left_content_imgbox img {
  transform: scale(1.2);
  transition: 1s;
}
.index_moving_left_content:hover
  .index_moving_left_content_main
  p:nth-of-type(1) {
  color: #633015;
  transition: 1s;
}
.index_moving_left_content_imgbox {
  flex-shrink: 0;
  overflow: hidden;
  width: 190px;
  height: 126px;
  margin-right: 10px;
}
.index_moving_left_content_imgbox img {
  width: 100%;
  height: 100%;
}
.index_moving_left_content_main p:nth-of-type(1) {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.index_moving_left_content_main p:nth-of-type(2) {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-bottom: 10px;
  height: 50px;
}
.index_moving_left_content_main p:nth-of-type(3) {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index_moving_right {
  width: 46%;
}

/*  */
.index-news {
  background: #fbf4ec;
  padding: 30px 0 40px;
  box-sizing: border-box;
}
.index-news .w12 {
  display: flex;
  justify-content: space-between;
}
.index-news-left {
  width: 46%;
}
.index-news-right {
  width: 46%;
}
.index-news-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #d7d7d7;
}
.index-news-item:hover p:nth-of-type(2) {
  color: #633015;
  transform: translateX(10px);
  transition: 1s;
}
.index-news-item p:nth-of-type(1) {
  width: 3px;
  height: 3px;
  background: #633015;
  margin-right: 4px;
}
.index-news-item p:nth-of-type(2) {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  width: 70%;
}
.index-news-item p:nth-of-type(3) {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  position: absolute;
  right: 0;
}
/* 校友风采 */
.index-famous {
  position: relative;
  width: 100%;
  min-height: 420px;
  padding: 37px 0;
  box-sizing: border-box;
}
.index_famous_title {
  text-align: center;
  margin-bottom: 20px;
}
.index_famous_title p:nth-of-type(1) {
  font-size: 28px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #633015;
  line-height: 40px;
}
.index_famous_title p:nth-of-type(2) {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #999999;
  line-height: 22px;
}
.index_famous_item {
  width: 190px;
  height: 238px;
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(214, 208, 196, 0.5);
}
.index_famous_item:hover .index_famous_item_imgbox img {
  transform: scale(1.2);
  transition: 1s;

}
.index_famous_item:hover p {
  color: #633015;
  transition: 1s;
}
.index_famous_item_imgbox {
  width: 100%;
  height: 194px;
  overflow: hidden;
}
.index_famous_item_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_famous_item p {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.index_famous_swiper {
  margin-bottom: 30px;
}
.index_famous_swiper .swiper-slide {
  margin-bottom: 20px;
  margin-right: 4px;
}
.index_famous_pagation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_famous_pagation_left {
  width: 30px;
  height: 30px;
  background: #633015;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.index_famous_pagation_left img {
  width: 6px;
  height: 11px;
}
.index_famous_pagation_right {
  width: 30px;
  height: 30px;
  background: #633015;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.index_famous_pagation_right img {
  width: 6px;
  height: 11px;
  transform: rotate(180deg);
}
.index_famous_pagation_dots {
  display: flex;
  align-items: center;
  margin: 0 14px;
}
.index_famous_pagation_dot {
  width: 6px;
  height: 6px;
  background: #633015;
  opacity: 0.4;
  border-radius: 50%;
  margin: 2px;
}
/* 校友文苑 */
.index-people {
  padding: 100px 0 70px 0;
  background-color: #f5f8ff;
}
.index-people-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-people-header-left {
  display: flex;
  align-items: center;
}
.index-people-header-left img {
  width: 34px;
  height: 32px;
  margin-right: 4px;
}
.index-people-header-left div {
  vertical-align: baseline;
}
.index-people-header-cn {
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
  margin-right: 10px;
}
.index-people-header-eng {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
}
.index-people-header-right a {
  display: flex;
  align-items: center;
}
.index-people-header-right p {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}
.index-people-header-right i {
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  margin-left: 4px;
}

.index-people-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-people-item {
  width: 32%;
  height: 194px;
  padding: 40px 24px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  border-top: 4px solid #53250d;
}
.index-people-item :hover .index-people-item-right p:first-of-type {
  color: #53250d;
}
.index-people-item :hover .index-people-item-bg {
  display: block;
}
.index-people-item a {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index-people-item-left-time {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 28px;
}
.index-people-item-left-date {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  margin-bottom: 40px;
}
.index-people-item-left-line {
  width: 30px;
  height: 1px;
  background: #dbb350;
}
.index-people-item-right {
  width: 70%;
}
.index-people-item-right p:first-of-type {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 20px;
}
.index-people-item-right p:last-child {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.index-people-item-bg {
  display: none;
  width: 104px;
  height: 101px;
  position: absolute;
  bottom: -24px;
  right: -24px;
}
