@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #f2e8d8;
}
body * {
  box-sizing: border-box;
}
body .breadCrumbs {
  height: 120rem;
  width: 100%;
  font-size: 16rem;
  color: #4a4a4a;
  padding: 0 90rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .breadCrumbs a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
body .container {
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
}
body .container .detail {
  flex: 1;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 42.5vh;
}
body .container .detail .Introduction {
  width: 100%;
}
body .container .detail .Introduction .LifeStoryIntroduction {
  padding: 0 160rem;
  padding-bottom: 99rem;
  display: flex;
}
body .container .detail .Introduction .LifeStoryIntroduction .imgbox {
  margin-right: 64rem;
  position: relative;
}
body .container .detail .Introduction .LifeStoryIntroduction .imgbox .img {
  width: 408.45rem;
  height: 570rem;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
body .container .detail .Introduction .LifeStoryIntroduction .imgbox .t {
  font-weight: 400;
  font-size: 16rem;
  color: #ffffff;
  padding-left: 20rem;
  padding-bottom: 25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox {
  display: flex;
  height: 570rem;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .titlebox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .titlebox .line1 {
  width: 50rem;
  height: 1px;
  background: #7c6342;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .titlebox .img {
  width: 21rem;
  height: 27.46rem;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .titlebox .img.l {
  transform: rotate(180deg);
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .titlebox .text {
  font-weight: 400;
  font-size: 36rem;
  color: #191209;
  margin: 0 20rem;
  line-height: 40rem;
  width: -moz-fit-content;
  width: fit-content;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .titlebox .line2 {
  width: 100%;
  flex: 1;
  height: 1px;
  background: #191209;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .tbox {
  font-weight: 400;
  font-size: 18rem;
  color: #44413d;
  line-height: 36px;
}
body .container .detail .Introduction .LifeStoryIntroduction .textBox .tbox p {
  text-indent: 36rem;
}
body .container .detail .Introduction .header {
  width: 100%;
  padding: 100rem 38rem;
  padding-bottom: 64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff6e7;
}
body .container .detail .Introduction .header .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body .container .detail .Introduction .header .titlebox .line {
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid #191209;
  flex: 1;
}
body .container .detail .Introduction .header .titlebox .title {
  font-weight: 400;
  font-size: 36rem;
  color: #191209;
  padding: 0 40px;
}
body .container .detail .Introduction .header .intro {
  font-weight: 400;
  font-size: 16rem;
  color: #44413d;
  line-height: 26rem;
  max-width: 850rem;
  text-align: center;
  margin-top: 10rem;
}
body .container .detail .Introduction .header .list {
  display: flex;
  gap: 32rem;
  padding-top: 72rem;
  padding-bottom: 36rem;
}
body .container .detail .Introduction .header .list .item {
  width: 294rem;
  height: 374rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/images/index/contribution.png");
  background-size: 100% 100%;
  padding-top: 114rem;
}
body .container .detail .Introduction .header .list .item p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #191209;
  line-height: 32px;
}
body .container .detail .MajorEvents {
  width: 100%;
  height: 34.8958333vw;
  background-color: #fff6e7;
  background-image: url("/images/LifeStory/background.png");
  background-size: 100% auto;
  overflow: hidden;
}
body .container .detail .MajorEvents .title {
  font-weight: 400;
  font-size: 36rem;
  color: #fffcf7;
  text-align: center;
  padding-top: 100rem;
  padding-bottom: 74rem;
}
body .container .detail .MajorEvents .list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding-left: 40rem;
  padding-right: 40rem;
  gap: 40rem;
  padding-bottom: 68rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -o-border-image: linear-gradient(117deg, rgba(255, 252, 247, 0.1) 0%, rgba(255, 252, 247, 0.77) 51%, rgba(255, 252, 247, 0.1) 100%) 1;
     border-image: linear-gradient(117deg, rgba(255, 252, 247, 0.1) 0%, rgba(255, 252, 247, 0.77) 51%, rgba(255, 252, 247, 0.1) 100%) 1;
}
body .container .detail .MajorEvents .list .item {
  width: 374rem;
  min-width: 374rem;
  height: 210rem;
  background: #fffcf7;
  border-radius: 10rem;
  padding: 32rem;
  padding-bottom: 24rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .container .detail .MajorEvents .list .item .text {
  font-weight: 600;
  font-size: 18rem;
  color: #191209;
  line-height: 32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .container .detail .MajorEvents .list .item .toDetail {
  width: 82rem;
  height: 32rem;
  background: #7C6342;
  border-radius: 10rem;
  font-weight: 400;
  font-size: 14rem;
  color: #FFFCF7;
  line-height: 36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 25rem;
  margin-right: 0;
  margin-bottom: 0;
}
body .container .detail .MajorEvents .list .item .img {
  width: 16.67rem;
  height: 12.88rem;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
body .container .detail .MajorEvents .list .item .dotbox {
  width: 24rem;
  height: 24rem;
  border: 1px solid #FFFCBA;
  display: flex;
  position: absolute;
  top: calc(100% + 68rem - 11rem);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0.77;
  align-items: center;
  justify-content: center;
}
body .container .detail .MajorEvents .list .item .dotbox .dot {
  width: 10rem;
  height: 10rem;
  background: #FFFCBA;
  border-radius: 50%;
}
body .container .detail .AcademicAchievements {
  width: 100%;
}
body .container .detail .AcademicAchievements .header {
  width: 100%;
  padding: 100rem 38rem;
  padding-bottom: 64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff6e7;
}
body .container .detail .AcademicAchievements .header .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body .container .detail .AcademicAchievements .header .titlebox .line {
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid #191209;
  flex: 1;
}
body .container .detail .AcademicAchievements .header .titlebox .title {
  font-weight: 400;
  font-size: 36rem;
  color: #191209;
  padding: 0 40px;
}
body .container .detail .AcademicAchievements .header .intro {
  font-weight: 400;
  font-size: 16rem;
  color: #44413d;
  line-height: 26rem;
  max-width: 850rem;
  text-align: center;
  margin-top: 10rem;
}
body .container .detail .AcademicAchievements .header .list {
  gap: 32rem;
  padding: 82rem 0 100rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  width: 1600rem;
}
body .container .detail .AcademicAchievements .header .list .item {
  background: #FFFCF7;
  box-shadow: 0px 3rem 12rem 1px rgba(183, 158, 119, 0.3);
  border-radius: 10rem;
  padding: 32rem;
  width: 512rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .container .detail .AcademicAchievements .header .list .item .img {
  width: 47.39rem;
  height: 54.16rem;
  display: flex;
}
body .container .detail .AcademicAchievements .header .list .item .line {
  width: 1px;
  height: 40rem;
  background: #756C61;
  opacity: 0.3;
  margin: 0 24rem;
}
body .container .detail .AcademicAchievements .header .list .item .tbox .title {
  font-weight: normal;
  font-size: 22rem;
  color: #191209;
  text-align: left;
  margin-bottom: 6rem;
}
body .container .detail .AcademicAchievements .header .list .item .tbox .text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 16rem;
  color: #191209;
  text-align: left;
  opacity: 0.6;
}
body .container .nodata {
  width: 100%;
  height: 250rem;
  font-size: 28rem;
  color: #666;
  text-align: center;
  padding: 100rem;
}
body .unselectable {
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -moz-user-select: none; /* Firefox */ /* IE/Edge */
  user-select: none; /* 标准语法 */
  /* 针对iOS设备的额外设置 */
  -webkit-touch-callout: none; /* 禁用长按菜单 */
  /* 可选：禁用拖动效果 */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}