.facts-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 200px;
}

.factsFigures {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 45px;
    padding-top: 20px;
}

.factsFiguresimg {
    width: 174px;
    height: 174px;
}

.factsFiguresimg img {
    width: 100%;
    height: 100%;
}

.factsFiguresContent {
    width: 640px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.factsFiguresContent h3 {
    font-size: 24px;
    color: #9B2742;
}
.factsFiguresContent p {
    text-indent: 2em;
}
.factsTitle {
    width: 100%;
    padding-left: 300px;
    position: relative;
}

.factsTitle .year-item {
    font-family: DM Sans, DM Sans; 
    font-weight: 400;
    font-size: 31px;
    position: absolute;
}

.factsTitle .year-item:nth-child(1) { top: 385px; left: 453px; color: #F758C2;}
.factsTitle .year-item:nth-child(2) { top: -128px; right: 720px; color: #EC2D2D;}
.factsTitle .year-item:nth-child(3) { top: 394px; right: 530px; color: #5BCAE3;}
.factsTitle .year-item:nth-child(4) { top: -175px; right: 340px; color: #6BB0FF;}
.factsTitle .year-item:nth-child(5) { top: 400px; right: 150px; color: #756BFF;}

.factsTitle p {
    font-family: DM Sans, DM Sans; 
    font-weight: 400;
    font-size: 19px;
    color: #4A4A4A;
    position: absolute;
    white-space: normal;
}

/* 每个 <p> 对应一个年份下方或右侧 */
.factsTitle p:nth-child(6)  { top: 431px;  left: 369px; width: 229px;}   /* 对应 2001 */
.factsTitle p:nth-child(7)  { top: -85px; left:587px; width: 229px; } /* 对应 2003 */
.factsTitle p:nth-child(8)  { top: 440px; right: 418px; width: 256px;} /* 对应 2011 */
.factsTitle p:nth-child(9)  { top: -142px;  right: 205px; width: 256px;}   /* 对应 2016 */
.factsTitle p:nth-child(10) { top: 445px; right: -28px; width: 231px;} /* 对应 2019 */

.factsTitleimg {
    width: 1136px;
    height: 400px;
}

.factsTitleimg img {
    width: 100%;
    height: 100%;
}

.factTeam {
    width: 100%;
    padding: 0 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
}

.factsTeamTitle {
    width: 100%;
    padding: 0 297px 0 23px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #9E0D30;
}

.factsTeamTitle .icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #9E0D30;
    margin-right: 8px;
}

.factsTeam {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.factsTeamStudent {
    width: 306px;
    height: 306px;
    position: relative;
}

.factsTeamStudent p {
    width: 275px;
    height: 100px;
    font-family: DM Sans, DM Sans; 
    font-weight: 400;
    font-size: 19px;
    color: #4A4A4A;
    text-indent: 2em;
    position: absolute;
    top: -30px;
    left: 295px;

}

.factsTeamStudent .student-type {
    font-family: DM Sans, DM Sans; 
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    position: absolute;
}

.factsTeamStudent .student-type:nth-child(2) {
    top: 14px;
    left: 20px;
}

.factsTeamStudent .student-type:nth-child(3) {
    top: 50px;
    left: 20px;
}

.factsTeamStudent .student-type:nth-child(4) {
    top: 85px;
    left: 20px;
}

.factsTeamStudent .student-type:nth-child(5) {
    top: 203px;
    left: 135px;
    transform: rotate(200deg);
    color: #79BEFF;
}

.factsTeamStudent .student-type:nth-child(6) {
    top: 152px;
    left: 48px;
    transform: rotate(253deg);
    color: #F758C2;
}

.factsTeamStudent .student-type:nth-child(7) {
    top: 110px;
    left: 11px;
    transform: rotate(269deg);
    color: #EC2D2D;
}

.factsTeamStudent img {
    width: 100%;
    height: 100%;
}

.factsTeamResearch {
    width: 550px;
    height: 260px;
    position: relative;
}

.factsTeamResearch p {
    width: 481px;
    height: 71px;
    font-family: DM Sans, DM Sans; 
    font-weight: 400;
    font-size: 19px;
    color: #4A4A4A;
    text-indent: 2em;
    position: absolute;
    top: -85px;
    left: 15px;
}

.factsTeamResearch img {
    width: 100%;
    height: 100%;
}