.index-link {
    padding: 40px 0;
  }
  
  .index_link_list {
    display: flex;
  }
  
  .index_link_opt {
    position: absolute;
    top: 45px;
    width: 100%;
    background-color: #fff;
    left: 0;
    opacity: 0;
    transition: 1s;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
    z-index: 2;
  }
  
  .index_link_opt a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
  }
  
  .index_link_item:hover .index_link_opt {
    opacity: 1;
  }
  
  .index_link_item {
    position: relative;
    width: 370px;
    height: 44px;
    background: #f5f7f9;
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-right: 30px;
  }
  
  .index_link_item_line {
    border-top: 1px dotted #333333;
    width: 127px;
    height: 1px;
  }
  
  .index_link_item p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 0 4px;
  }
  
  .index_link_item img {
    width: 12px;
    height: 7px;
  }
  
  .swiper-button-prev {
    width: 54px;
    height: 32px;
    background: #efb715;
    position: absolute;
    right: 54px !important;
    top: 268px;
    left: auto;
    background-image: url('../images/index-swi-left.png');
    background-size: 20px 8px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .swiper-button-next {
    width: 54px;
    height: 32px;
    background: #f89c29;
    position: absolute;
    right: 0px;
    top: 268px;
    background-image: url('../images/index-swi-right.png');
    background-size: 20px 8px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .index_donate {
    position: relative;
    width: 100%;
    padding: 40px 0 50px;
    box-sizing: border-box;
    background-image: url('../images/index-donate-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 520px;
    background-position: center bottom;
    height: 710px;
  }
  
  .index_donate .swiper-slide img {
    width: 307px;
    height: 218px;
    margin-right: 20px;
  }
  
  .index_donate .w12 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  
  .index_donate_left {
    width: 36%;
  }
  
  
  .index_donate .swiper-container {
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
  }
  
  .index_donate .famous-list {
    height: 278px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
  }
  
  .index_donate .famous-list .index-famous-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 28px;
  }
  
  .index_donate .famous-list .index-famous-intro {
    font-size: 16px;
    color: #999;
    line-height: 28px;
  }
  
  .index_donate_left_wrap {
    width: 100%;
    height: 556px;
    overflow: hidden;
    border-top: 4px solid #00936D;
  }
  
  .index_donate_left_item {
    padding: 19px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .index_donate_left_item:nth-of-type(2n) {
    background-color: rgba(238, 249, 249, 1);
  }
  .index_donate_left_item>div:nth-of-type(2n) {
    color: #999999;
  }
  
  
  .index_donate_mid {
    width: 38%;
  }
  
  .index_donate_mid_con {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
  }
  
  .index_donate_mid_con_t {
    text-align: center;
    flex-shrink: 0;
    margin-right: 10px;
  }
  
  .index_donate_mid_con_t P:first-of-type {
    width: 80px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d5e9ff;
    font-size: 40px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #999999;
    line-height: 50px;
  }
  
  .index_donate_mid_con_t P:last-of-type {
    width: 80px;
    height: 30px;
    background: linear-gradient(270deg, #7be4ff 0%, #65aaf4 100%);
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
  }
  
  .index_donate_mid_con_p p:first-of-type {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    margin-bottom: 11px;
  }
  
  .index_donate_mid_con_p p:last-of-type {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
  
    line-height: 24px;
  }
  
  .index_donate_right {
    width: 63%;
    flex-shrink: 0;
  }
  
  .index_donate_right_item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    cursor: pointer;
  }
  
  .index_donate_right_item :last-of-type {
    margin-bottom: 0;
  }
  
  .index_donate_right_item img {
    width: 78px;
    height: 100px;
    object-fit: cover;
  }
  
  .index_donate_right_item-con {
    padding: 8px 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  
  .index_donate_right_item-con p:nth-of-type(1) {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    margin-bottom: 3px;
  }
  
  .index_donate_right_item-con p:nth-of-type(2) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 28px;
  }
  
  .index_donate_right_item-con p:nth-of-type(3) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 28px;
  }
  
  /*  */
  .index-moving {
    background: #F5FBFA url('../images/index-moving-bg.png') no-repeat 0 bottom/100% 56px;
    padding: 40px 0;
    box-sizing: border-box;
  }
  
  .index-moving .w12 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  
  .index_moving_left {
    width: 38%;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0;
  }
  
  .index_moving_left:hover {
    background-color: #fff;
    transform: scale(1.01);
    transition: all 0.5s;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
  }
  
  .index_moving_left_con {
    width: 100%;
    padding: 20px 18px;
    box-sizing: border-box;
    background: #28825f;
  }
  
  .index_moving_left_con_p1 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 147, 109, 0.7);
    left: 30%;
    right: 0;
    height: 107px;
    padding: 14px 23px;
    box-sizing: border-box;
  }
  
  .index_moving_left_con_p1>div:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 10px;
  }
  
  .index_moving_left .swiper-pagination {
    text-align: right;
  }
  
  .index_moving_left .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 6px;
    opacity: 1;
    width: 24px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 0;
  }
  
  .index_moving_left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
  }
  
  .index_moving_left_con_p2 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    opacity: 0.7;
    margin-bottom: 6px;
  }
  
  .index_moving_left_con_t {
    display: flex;
    align-items: center;
  }
  
  .index_moving_left_con_t img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  
  .index_moving_left_con_t p {
    font-size: 14px;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 24px;
    opacity: 0.7;
  }
  
  .index_moving_left_imgbox {
    width: 100%;
    height: 340px;
    overflow: hidden;
  }
  
  .index_moving_left_imgbox img {
    width: 100%;
    height: 100%;
  }
  
  .index_moving_left_con :hover .index_moving_left_imgbox img {
    transform: scale(1.2);
    transition: 1s;
  }
  
  .index_moving_right {
    width: 38%;
  }
  
  .index_moving_col {
    width: 20%;
    flex-shrink: 0;
  }
  
  .index_moving_col_i {
    width: 100%;
    height: 66px;
    object-fit: cover;
    margin-bottom: 8px;
  }
  
  .index_moving_col_i:last-of-type {
    margin-bottom: 0;
  }
  
  .index_moving_right-item {
    width: 48%;
    padding: 20px 0;
    border-bottom: 1px dotted #d7d7d7;
  }
  
  .index_moving_right-item a {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  
  .index_moving_right-item-content {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    transition: 1s;
    margin-top: 10px;
  }
  
  .index_moving_right-item p:nth-of-type(1) {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #789D94;
    line-height: 20px;
    width: 70%;
    transition: 1s;
  }
  
  .index_moving_right-item p:nth-of-type(2) {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    position: absolute;
    right: 0;
  }
  
  .index_moving_right-item:hover p:nth-of-type(1) {
    color: #28825f;
  }
  
  
  /*  */
  .index-news {
    padding: 40px 0;
    box-sizing: border-box;
  }
  
  .index-news .w12 {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
  
  .index-news-left {
    width: 65%;
  }
  
  .index_moving_left_top {
    width: 100%;
    height: 220px;
    position: relative;
  }
  
  .index_moving_left_top img {
    width: 100%;
    height: 100%;
  }
  
  .index_moving_left_top .index_moving_left_top_title {
    position: absolute;
    height: 70px;
    background: #00936D;
    color: #fff;
    bottom: 0;
    line-height: 25px;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
  }
  
  .index-news-right {
    width: 35%;
  }
  
  .index-news-item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #d7d7d7;
  }
  
  .index-news-item:hover p:nth-of-type(2) {
    color: #28825f;
    transform: translateX(10px);
  }
  
  .index-news-item p:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #28825f;
    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%;
    transition: 1s;
  }
  
  .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-news-right-t {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  
  .index-news-right-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .index-news-right-b img {
    height: 162px;
    width: calc(50% - 10px);
  }
  
  /* 校友活动 */
  .index-activity {
    margin-top: 60px;
    padding-bottom: 46px;
  }
  
  .index-activity-title {
    width: 276px;
    height: 249px;
    background: url('../images/activity-bg.png') no-repeat center center/100% 100%;
    color: #3DA56F;
    font-size: 30px;
    padding: 35px;
    box-sizing: border-box;
    margin-right: 30px;
    flex-shrink: 0;
  }
  
  .index-activity .index-activity-list {
    display: flex;
    align-items: center;
  }
  
  .index-activity-title>div:nth-of-type(2) {
    font-size: 14px;
    margin-top: 30px;
  }
  
  .index-activity .index-activity-moduile-box {
    display: flex;
    justify-content: space-between;
  }
  
  .index-activity .index-activity-moduile {
    border-top: 3px solid #F08936;
    width: 31%;
    height: 249px;
    padding: 29px 15px;
    box-sizing: border-box;
  }
  
  .index-activity .index-activity-moduile:hover {
    background: rgba(254, 244, 236, 0.75) url('../images/activity-module-bg.png') no-repeat right bottom/107px 125px;
  }
  
  .index-activity .index-activity-moduile .index-activity-date {
    display: flex;
    align-items: center;
  }
  
  .index-activity .index-activity-moduile .index-activity-date>div:nth-of-type(1) {
    font-size: 26px;
    position: relative;
    margin-right: 20px;
  }
  
  .index-activity .index-activity-moduile .index-activity-date>div:nth-of-type(1)::after {
    width: 1px;
    height: 20px;
    background: #DED2CA;
    content: "";
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  
  .index-activity .index-activity-moduile .index-activity-date>div:nth-of-type(2) {
    color: #999;
    font-size: 14px;
  }
  
  .index-activity .index-activity-moduile .index-activity-text {
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 20px;
  }
  
  .index-activity .index-activity-moduile .index-activity-time {
    font-size: 14px;
    color: #888888;
  
  }
  
  .index-activity .index-activity-moduile .index-activity-time .icon {
    font-size: 10px;
  }
  
  /* 校友风采 */
  
  .index-famous {
    position: relative;
    width: 100%;
    padding: 37px 0 50px;
    box-sizing: border-box;
    background-image: url('../images/index_famous_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .index_famous_title {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .index_famous_title_l {
    font-size: 26px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #000000;
    line-height: 37px;
    display: flex;
    align-items: center;
  }
  
  .index_famous_title_l_line {
    width: 4px;
    height: 24px;
    background: #28825f;
    margin-right: 14px;
  }
  
  .index_famous_more {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 38px;
    height: 10px;
  }
  
  .index_famous_more p {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #999999;
    line-height: 22px;
  }
  
  
  .index_famous_item {
    position: relative;
    width: 230px;
    height: 194px;
  }
  
  .index_famous_item:hover .index_famous_item_imgbox img {
    transform: scale(1.2);
  }
  
  .index_famous_item:hover .index_famous_item_con {
    opacity: 1;
  }
  
  .index_famous_item_imgbox {
    width: 100%;
    height: 194px;
    cursor: pointer;
    overflow: hidden;
  }
  
  .index_famous_item_imgbox img {
    width: 100%;
    height: 100%;
    transition: 1s;
    object-fit: cover;
  }
  
  .index_famous_item_con {
    position: absolute;
    opacity: 0;
    background-color: #28825f;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    cursor: pointer;
  }
  
  .index_famous_item_con p {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
  }
  
  .index_famous_item_con img {
    width: 100%;
    height: 162px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  #famous_banner {
    margin-bottom: 25px;
  }
  
  .index-notice {
    color: #fff;
  }
  
  .index-notice-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .index-notice-list-box .index-notice-list {
    width: 44%;
    height: 90px;
    margin-bottom: 38px;
    color: #fff;
    opacity: 0.9;
  }
  
  .index-notice-list-box .index-notice-list .index-notice-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  
  .index-notice-list-box .index-notice-list .index-notice-date {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  
  .index-notice-list-box .index-notice-list .index-notice-date .line {
    flex: 1;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.4;
    margin-right: 10px;
    position: relative;
    margin-left: 5px;
    box-sizing: border-box;
  }
  
  .index-notice-list-box .index-notice-list .index-notice-date .line::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* 校友文苑 */
  .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 #28825f;
  }
  
  .index-people-item :hover .index-people-item-right p:first-of-type {
    color: #28825f;
  }
  
  .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;
  }

