html{ min-width: 1380px; }

.orgloc-list {
    padding: 30px 0;
}

.orgloc-list-item {
    display: flex;
    border-bottom: 1px solid #efefef;
}

.orgloc-list-t {
    color: #1961b1;
    font-size: 20px;
    width: 120px;
    flex-shrink: 0;
}

.orgloc-list-c {
    display: flex;
    flex-wrap: wrap;
}

.orgloc-list-c p {
    min-width: 180px;
    width: 21%;
    color: #333;
    font-size: 16px;
    margin: 0 30px 30px 0;
    cursor: pointer;
}

.orgloc-list-c p:hover {
    color: #1961b1;
}

.news-list-dot {
    width: 6px;
    height: 6px;
    transform: translateY(7px);
    position: relative;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #1961b1;
}


/* 首页轮播 banner */
#home_banner {
    width: 100%;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 24px;
}

#home_banner .swiper-container .swiper-slide {
    height: 28vw;
    min-height: 200px;
}

#home_banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

#home_banner .swiper-pagination {
    bottom: 15px;
    gb font-size: 14px;
    font-family: MicrosoftYaHei;
    position: absolute;
    left: 0;
    right: 0;
    color: #ffffff;
}

#home_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 14px;
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #d0cac2;
    position: relative;
    border-radius: 50%;
}

#home_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: #d0cac2;
    background-color: #ffffff;
    border-radius: 50%;
}

#home_banner .banner_text {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 500px;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    height: 54px;
    line-height: 54px;
}

#home_banner .swiper-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

#home_banner .swiper-button .swiper-button-next,
#home_banner .swiper-button .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    background-image: none;
    line-height: 60px;
    text-align: center;
}

#home_banner .swiper-button-next i,
#home_banner .swiper-button-prev i {
    color: #ffffff;
    font-size: 20px;
}

#home_banner .swiper-button-prev i {
    margin-right: 3px;
}

#home_banner .swiper-button-next i {
    margin-left: 3px;
}

/* 首页轮播 banner END */

/* 主体部分 公共的大盒子/标题栏 */
.page_container {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}

.common_title {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.common_title h1 {
    font-size: 26px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
}

.common_title h3 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 6px;
}

.common_title .more_btn {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 21px;
}

.common_title .more_btn i {
    font-size: 12px;
    margin-left: 10px;
}

.common_title .more_btn:hover,
.common_title .more_btn:hover i {
    color: #0964b6;
}

/* 主体部分 公共的大盒子/标题栏 END */

/* 子页面 about 关于 */

.about_title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    text-align: center;
}

.about_date {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
    text-align: center;
    margin: 16px 0 30px;
}

.about_date i {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}

.article {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 30px;
}

.article img {
    max-width: 100% !important;
    height: auto !important;
}

/* 子页面 about 关于 END */

/* 子页面 news 新闻 */

.subpage_news_list>li {
    position: relative;
    padding: 40px 22px;
    box-sizing: border-box;
    background-color: #fff;
}

.subpage_news_list>li .news_imgbox {
    width: 260px;
    height: 162px;
    overflow: hidden;
    flex-shrink: 0;
}

.subpage_news_list>li:hover .news_imgbox img {
    transform: scale(1.1);
}

.subpage_news_list>li:hover {
    background: #f1f7ff url('../images/new-list-bg.png') no-repeat right bottom/500px 160px;
}

.subpage_news_list_item {
    box-shadow: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

.subpage_news_list_item_left {
    display: flex;
    align-items: center;
    width: calc(100% - 264px);
}

.subpage_news_list>li .news_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: contain;
    object-position: left;
}

.subpage_news_list>li .news_textbox {
    margin-left: 33px;
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
}

.subpage_news_list>li:hover .news_textbox h2 {
    color: #0964b6;
}

.subpage_news_list>li .news_textbox h2 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 22px;
    margin: 14px 0 16px;
}

.subpage_news_list>li .news_textbox p {
    max-height: 56px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 28px;
}

.subpage_news_list_item_time {
    margin-top: 38px;
}

.news_list_right_img {
    width: 30px;
    height: 18px;
    position: absolute;
    right: 47px;
    bottom: 51px;
    display: none;
}

.subpage_news_list>li:hover .news_list_right_img {
    display: block;
}

.subpage_news_list>li .news_datebox {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    text-align: center;
}

.subpage_news_list>li .news_datebox .year {
    font-size: 44px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 59px;
    margin: 20px 0 4px;
}

/* 子页面 news 新闻 END */

/* 子页面 新闻详情 */

.news_detail_box>h1 {
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #3477CC;
    line-height: 31px;
    margin-top: 20px;
}
.news-content p{
    font-size: 16px;
    line-height: 30px;
}
.news_detail_date_box {
    flex-shrink: 0;
    width: 70px;
    height: 56px;
    background: #fff;
    opacity: 0.86;
    text-align: center;
    border: 1px solid #d5e9ff;
}

.news_detail_date_day {
    font-size: 26px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #1961b1;
    line-height: 36px;
}

.news_detail_date_year {
    font-size: 12px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #ffffff;
    line-height: 20px;
    background: linear-gradient(270deg, #7be4ff 0%, #65aaf4 100%);
}

.news_detail_time_box {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.news_detail_time_box>span:nth-child(2) {
    margin-right: 24px;
}

.news_detail_time_box>i {
    font-size: 14px;
    color: #bbbfc2;
    line-height: 20px;
    margin-right: 6px;
}

.news_detail_box .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 36px 0 19px;
    box-sizing: border-box;
    margin-top: 0;
}

.group-v-g {
    width: 100%;
}

.group-v-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    display: flex;
    color: #3477cc;
    position: relative;
    align-items: center;
    border-bottom: 1px solid rgba(240, 242, 247, 1);
}

.group-v-title::before {
    width: 62px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: #3477cc;
}

.group-v-title span:nth-child(2) {
    color: #333;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 14px;
    line-height: 20px;
}

.file-list {
    width: 100%;
    border-radius: 2px;
    height: 60px;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    align-items: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
}

.file-btn {
    border: 1px solid #e8e8e8;
    align-items: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    height: 35px;
    color: #333;
    justify-content: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.file-btn div {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.file-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.file-icon div {
    width: 30px;
    height: 30px;
}

.file-icon div img {
    width: 24px;
    height: 28px;
    margin: 0 !important;
}

.file-icon p {
    font-size: 14px;
    color: #333333;
}

.file-btn img {
    margin-right: 10px !important;
    width: 12px;
    height: 12px;
}

/* 分享 */
.share_box {
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f2f7;
}

.share_text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    vertical-align: middle;
}

/* 资料下载 */
.data_download {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
    line-height: 21px;
}

.data_download>p {
    /* margin-top: 30px; */
    display: inline-block;
    position: relative;
    height: 31px;
}

.data_download>p::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0964b6;
}

.data_download_content {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.data_download_content>li {
    width: 100%;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 20px 30px 19px 22px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 40px;
}

.data_download_content>li>a {
    font-size: 14px;
    color: #0964b6;
    vertical-align: middle;
    display: inline-block;
}

.data_download_content>li>a>i {
    font-size: 12px;
    margin-right: 6px;
    vertical-align: middle;
}

.data_download_content>li>a>span {
    vertical-align: middle;
}

.data_download_content>li img {
    vertical-align: middle;
    margin-right: 19px;
    height: 40px;
}

.data_download_content>li>span {
    /* width: 580px; */
    max-width: calc(100% - 200px);
    vertical-align: middle;
    /* margin-left: 19px; */
    /* margin-right: 24px; */
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* line-height: 40px; */
}

.data_download_content>li:last-child {
    margin-bottom: 0px;
}

.Last_next {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    margin: 30px 0 40px;
}

.Last_next>li {
    margin-bottom: 18px;
    cursor: pointer;
}

.Last_next>li>a:hover span:nth-child(2) {
    color: #0964b6;
}

.comments_num {
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
}

.comment_box textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: none;
    outline: 0;
    border: 0;
    padding: 14px 20px;
    color: #2b2b2b;
    background: rgba(246, 246, 246, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    resize: none;
    overflow: auto;
}

.comment_box {
    position: relative;
    margin: 30px 0 20px;
}

.tip_maxlength {
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
}

.verification_code_box {
    font-size: 12px;
    color: #023e73;
    line-height: 40px;
    vertical-align: middle;
}

.verification_code_box .proofs {
    display: inline-block;
    outline: 0;
    border: none;
    width: 144px;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #2b2b2b;
    box-sizing: border-box;
    padding: 0 4px;
}

.verification_code_box .code {
    display: inline-block;
    line-height: 40px;
}

.verification_code_box .code>img {
    height: 100%;
}

.verification_code_box .change_btnImg {
    display: inline-block;
}

.comment_submit {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    padding: 10px 20px;
    background: #0964b6;
}

.comment_detail {
    width: 100%;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    margin-top: 30px;
}

.comment_detail>li {
    padding: 30px 0 10px;
    box-sizing: border-box;
    border-top: 1px solid rgba(224, 224, 224, 1);
}

.comment_detail>li:last-child {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.comment_detail>li>img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.comment_detail>li>span {
    line-height: 42px;
    font-size: 16px;
    margin-right: 10px;
}

.comment_detail_tiem {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin: 6px 0 9px;
}

.see_more_btn {
    width: 123px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #0964b6;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #0964b6;
    margin-top: 40px;
}

.see_more_btn:hover {
    color: rgba(255, 255, 255, 1);
    background: #0964b6;
    border: 1px solid #0964b6;
}

/* 子页面 新闻详情 END */

/* 子页面 通知公告列表 */
.subpage_notice_list {
    margin-top: 30px;
}

.subpage_notice_item {
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    transition: 1s;
}

.subpage_notice_item:hover {
    background: linear-gradient(90deg, #f9fcff 0%, #f1f7ff 100%);
}

.subpage_notice_item:hover .subpage_notice_item_right_img {
    display: none;
}

.subpage_notice_item:hover .subpage_notice_item_right_img_active {
    display: block;
}

.subpage_notice_item:hover .subpage_notice_item_bg {
    opacity: 1;
}

.subpage_notice_item:hover .subpage_notice_item_left_time {
    color: #0964b6 !important;
}

.subpage_notice_item:hover .subpage_notice_item_left_year {
    color: #0964b6 !important;
}

.subpage_notice_item:hover .subpage_notice_item_t {
    color: #0964b6 !important;
}

.subpage_notice_item:hover .subpage_notice_item_right p {
    color: #0964b6 !important;
}

.subpage_notice_item_left {
    text-align: right;
}

.subpage_notice_item_line {
    width: 1px;
    height: 38px;
    background: #d8d8d8;
    margin: 0 20px;
}

.subpage_notice_item_left_time {
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    transition: 0.5s;

    line-height: 28px;
}

.subpage_notice_item_left_year {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    transition: 0.5s;
    line-height: 22px;
}

.subpage_notice_item_t {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    transition: 0.5s;

    max-width: 80%;
}

.subpage_notice_item_bg {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    width: 522px;
    height: 229px;
}

.subpage_notice_item_right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
}

.subpage_notice_item_right_img {
    width: 20px;
    height: 15px;
    margin-right: 6px;
}

.subpage_notice_item_right_img_active {
    width: 20px;
    height: 15px;
    margin-right: 6px;
    display: none;
}

.subpage_notice_item_right p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

/* 子页面 通知公告列表 END */
.donlist {}

.donitem {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
}

.donitem:hover .donitem-con-p1 {
    color: #0964b6;
    transition: 0.5s;
}

.donitem:hover {
    background: linear-gradient(90deg, #f9fcff 0%, #f1f7ff 100%);
}

.donitem:hover .donitem-bg {
    opacity: 1;
}

.donitem:hover .donitem-con-m-i {
    display: none;
}

.donitem:hover .donitem-con-m-iact {
    display: block;
}

.donitem-l {
    width: 212px;
    height: 158px;
    flex-shrink: 0;
    margin-right: 20px;
}

.donitem-con .donitem-con-p1 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    transition: 0.5s;
    line-height: 26px;
    margin-bottom: 20px;
}

.donitem-con .donitem-con-p2 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    min-height: 38px;
    margin-bottom: 26px;
}

.donitem-con-m {
    display: flex;
    align-items: center;
}

.donitem-con-m-iact {
    width: 16px;
    height: 15px;
    display: none;
}

.donitem-con-m-i {
    width: 16px;
    height: 15px;
}

.donitem-con-m-p1 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin: 0 20px 0 6px;
}

.donitem-con-m-p2 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.donitem-con-m-p3 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
}

.donitem-con-m-p4 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.donitem-bg {
    width: 504px;
    height: 159px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
}

.donitem-con-b {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 108px;
    height: 40px;
    background: #0964b6;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 子页面 校友组织 */

.subpage_org_item {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    margin-top: 34px;
}

.subpage_org_item:first-child {
    margin-top: 0;
}

.subpage_org_item .organization_name>i {
    font-size: 18px;
    color: #0964b6;
    margin-right: 9px;
}

.organization_list {
    width: 100%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 21px;
    margin-top: 26px;
}

.organization_list>li {
    position: relative;
    text-align: center;
    padding: 25px 10px;
    border: 1px solid rgba(224, 224, 224, 1);
    width: 18%;
    margin-right: 2.5%;
    box-sizing: border-box;
}

.organization_list>li:nth-child(5n + 5) {
    margin-right: 0px;
    margin-bottom: 30px;
}

.organization_list>li:last-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.organization_list>li>img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.organization_num {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
    margin: 14px 0 16px;
}

.join_btn {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
    padding: 7px 15px;
    background: #0964b6;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
}

.organization_list_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 67px 10px;
    background: #0964b6;
    box-sizing: border-box;
    color: #ffffff;
    display: none;
}

.organization_list_hover .organization_num {
    color: #ffffff;
}

.organization_list_hover .join_btn {
    color: #0964b6;
    background: #ffffff;
}

.organization_list>li:hover .organization_list_hover {
    display: block;
}

.org-detail {
    padding: 0 6% 40px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
}

.org-detail h1 {
    margin: 40px auto 0;
    text-align: center;
}

.org-detail-con {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin: 24px 0 40px 0;
}

.org-detail-t {
    width: 100%;
    height: 51px;
    background: #f1f7ff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.org-detail-t img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.org-detail-t p {
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #1961b1;
}

.org-detail-new {
    margin-bottom: 30px;
}

.org-detail-new-item {
    display: flex;
    align-items: center;
    padding: 35px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.org-detail-new-item:hover .org-detail-new-item-con p:nth-of-type(1) {
    color: #1961b1;
}

.org-detail-new-item:hover .org-detail-new-iimgbox img {
    transform: scale(1.1);
}

.org-detail-new-iimgbox {
    width: 196px;
    height: 139px;
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
}

.org-detail-new-iimgbox img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.org-detail-new-item-con p:nth-of-type(1) {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 26px;
    margin-bottom: 14px;
}

.org-detail-new-item-con p:nth-of-type(2) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 28px;
    margin-bottom: 16px;
}

.org-detail-new-item-con-t {
    display: flex;
    align-items: center;
}

.org-detail-new-item-con-t i {
    font-size: 12px;
    color: #bbbfc2;
    margin-right: 10px;
}

.org-detail-new-item-con-t span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

/* 子页面 校友组织 END */

/* 子页面 校友通讯列表 */

.newslet-swiper {
    margin-top: 30px;
}

.newslet-swiper .swiper-slide {
    display: flex;
}

.newslet-swiper .swiper-pagination {
    bottom: 15px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    position: absolute;
    text-align: right;
    padding-right: 14%;
    box-sizing: border-box;
    color: #ffffff;
}

.newslet-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 14px;
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #d0cac2;
    position: relative;
    border-radius: 50%;
}

.newslet-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: #d0cac2;
    background-color: #0964b6;
    border-radius: 50%;
}

.newslet-swiper-img {
    width: 55%;
    height: 368px;
    object-fit: cover;
}

.newslet-swiper-con {
    width: 45%;
    padding: 46px 25px;
    box-sizing: border-box;
    background: #f1f7ff url('../images/newlet-bg.png') no-repeat right bottom/397px 184px;
    cursor: pointer;
}

.newslet-swiper-con p:nth-of-type(1) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #0964b6;
    line-height: 20px;
    margin-bottom: 12px;
}

.newslet-swiper-con p:nth-of-type(2) {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 12px;
}

.newslet-swiper-con p:nth-of-type(3) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
}

.subpage_newsletters_list {
    margin-top: 30px;
}

.subpage_newsletters_list>li {
    width: 22%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-right: 4%;
    text-align: center;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
}

.subpage_newsletters_list>li:hover .subpage_newsletters_imgbox img {
    transform: scale(1.1);
}

.subpage_newsletters_list>li:hover .subpage_newsletters_con {
    background-color: #0964b6;
}

.subpage_newsletters_list>li:hover .subpage_newsletters_con p {
    color: #fff;
}

.subpage_newsletters_list>li:hover .subpage_newsletters_con p:nth-of-type(2) {
    opacity: 0.6;
}

.subpage_newsletters_list>li:nth-child(4n + 4) {
    margin-right: 0;
    margin-bottom: 41px;
}

.subpage_newsletters_list>li:last-child {
    margin-bottom: 0px !important;
}

.subpage_newsletters_list>li .subpage_newsletters_imgbox {
    width: 100%;
    height: 176px;
    overflow: hidden;
}

.subpage_newsletters_list>li .subpage_publication_imgbox {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.subpage_newsletters_list>li .subpage_publication_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: cover;
}

.subpage_newsletters_list>li .subpage_newsletters_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: cover;
}

.subpage_newsletters_list>li p {
    line-height: 40px;
    box-sizing: border-box;
}

.subpage_newsletters_con {
    padding: 16px 12px 16px 16px;
    box-sizing: border-box;
}

.subpage_newsletters_con p:nth-of-type(1) {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-bottom: 7px;
}

.subpage_newsletters_con p:nth-of-type(2) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
}

/* 子页面 校友通讯列表 END */

/* 子页面 下载专区列表 */

.subpage_download_list {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
}

.subpage_download_list>li {
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef;
    margin-top: 12px;
}

.subpage_download_list>li:hover>div.float_l {
    color: #0964b6;
    transform: translateX(10px);
}

.subpage_download_list>li:first-child {
    margin-top: 0;
}

.subpage_download_list>li>div.float_l {
    max-width: calc(100% - 200px);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #2b2b2b;
    line-height: 21px;
    transition: transform 0.4s;
    transform: translateX(0);
}

.subpage_download_list>li>div.float_l i {
    margin-right: 14px;
    font-size: 16px;
    line-height: 21px;
}

.subpage_download_list>li>div.float_l span {}

/* 子页面 下载专区列表 END */

/* 子页面 捐赠公示列表 */
.subpage_main.donation_active {
    background: none;
    padding: 0;
    margin-left: 40px;
}

.donation_publicity_content {
    box-sizing: border-box;
}

.donation_publicity_list {
    width: 49%;
    background: #ffffff;
    margin-bottom: 30px;
}

.donation_publicity_list:nth-child(odd) {
    float: left;
}

.donation_publicity_list:nth-child(even) {
    float: right;
}

.donation_publicity_title {
    width: 100%;
    background: #0964b6;
    font-size: 16px;
    vertical-align: middle;
    padding: 16px 15px;
    color: #ffffff;
    line-height: 18px;
    box-sizing: border-box;
}

.donation_publicity_title img {
    max-height: 18px;
}

.donation_publicity {
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    line-height: 36px;
    border: 1px solid #e8e8e8;
}

.donation_publicity_content .donation_publicity {
    height: 426px;
}

.donation_publicity>ul>li {
    float: left;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
    box-sizing: border-box;
}

.donation_publicity_header {
    height: 70px;
    background: #f1f7ff url('../images/donate-header-bg.png') no-repeat right bottom/375px 70px;
    line-height: 70px !important;
    border-bottom: none !important;
    color: #3477CC;
    font-size: 16px;
}

.donation_publicity ul {
    line-height: 48px;
    border-bottom: 1px solid #e8e8e8;
}

.donation_publicity>ul>li:nth-child(1) {
    width: 33%;
}

.donation_publicity>ul>li:nth-child(2) {
    width: 33%;
}

.donation_publicity>ul>li:nth-child(3) {
    width: 17%;
}

.donation_publicity>ul>li:nth-child(4) {
    width: 17%;
}

.donation_publicity ul:last-of-type {
    border-bottom: none;
}

/* 子页面 捐赠公示列表 END */

/* 子页面 捐赠公示详情 */

.donation_publicity_detail_contentbox .donation_publicity {
    margin-top: 20px;
}

.donation_publicity_detail_title {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    background: #0964b6;
}

.donation_publicity_detail_contentbox .page_number {
    color: #999999;
    font-size: 14px;
    line-height: 19px;
    margin-top: 26px;
}

/* 子页面 捐赠公示详情 END */

/* 子页面 捐赠项目 */

.financing_project_listbox {
    width: 100%;
    box-sizing: border-box;
}

.financing_project_listbox>li {
    width: 32%;
    margin-right: 2%;
}

.financing_project_listbox>li:nth-child(3n + 3) {
    margin-right: 0;
    margin-bottom: 32px;
}

.financing_project_listbox>li:last-child {
    margin-bottom: 0;
}

.financing_project_listbox>li .financing_project_imgbox {
    width: 100%;
    height: 216px;
    overflow: hidden;
}

.financing_project_listbox>li .financing_project_imgbox>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.financing_project_listbox>li:hover .financing_project_imgbox>img {
    transform: scale(1.1);
}

.financing_project_listbox>li .financing_project_textbox {
    width: 100%;
    padding: 20px 20px 26px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-top: none;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
}

.financing_project_listbox>li:hover .financing_project_textbox {
    background: #0964b6;
    border-color: #0964b6;
    color: #ffffff;
}

.financing_project_listbox>li:hover .financing_project_textbox>li>span,
.financing_project_listbox>li:hover .financing_project_textbox>li>i {
    color: #ffffff;
}

.financing_project_listbox>li .financing_project_textbox>li.ellipsis-1 {
    margin-bottom: 19px;
}

.financing_project_listbox>li .financing_project_textbox>li>span {
    font-size: 14px;
    color: #0964b6;
    line-height: 19px;
}

.financing_project_listbox>li .financing_project_textbox>li>i {
    font-size: 16px;
    color: #0964b6;
    vertical-align: middle;
    margin-right: 6px;
}

/* 子页面 捐赠项目 END */

/* 子页面 项目详情 */
.project_detail_content_box {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #ffffff;
}

.project_detail_img {
    width: 48%;
    height: 370px;
    overflow: hidden;
}

.project_detail_img>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.project_detail_img:hover>img {
    transform: scale(1.1);
}

.project_detail_textbox {
    width: 48%;
    padding-top: 8px;
    box-sizing: border-box;
}

.project_detail_title {
    width: 100%;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
}

.project_detail_abstract {
    height: 72px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    margin: 16px 0 30px;
}

.project_detail_manage {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.project_detail_manage>span:nth-child(2) {
    margin-left: 13px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.project_detail_manage>span:nth-child(2)>span {
    font-size: 40px;
    margin-left: 10px;
}

.project_detail_prograssbox {
    margin: 21px 0 41px;
}

.project_detail_prograssbox>div.float_l {
    width: calc(100% - 60px);
    margin-top: 5px;
}

.project_detail_prograssbox>div.float_l>ul {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(1) {
    color: #0964b6;
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(1)>i {
    color: #0964b6;
    font-size: 16px;
    vertical-align: middle;
}

.project_detail_prograssbox>span.right {
    width: 50px;
    text-align: right;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
    line-height: 19px;
}

.project_detail_btn {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 24px;
    padding: 16px 35px;
    box-sizing: border-box;
}

.online_donation_btn {
    background: #0964b6;
    margin-right: 20px;
}

.scanning_code_donation_btn {
    color: #333333;
    background: #deebf0;
}

.project_detail_bottom {
    width: 100%;
    margin-top: 20px;
}

.project_detail_rich_text {
    max-width: 750px;
    width: 63%;
    background: #ffffff;
}

.other_recommended_itemsbox {
    max-width: 430px;
    width: 36%;
    background: #ffffff;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.project_detail_rich_btn {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    /* font-size: 16px; */
    /* font-family: MicrosoftYaHei; */
    /* color: #666666; */
    line-height: 58px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #666666;
    /* line-height: 26px; */
}

.project_detail_rich_btn>span {
    margin: 0 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.project_detail_rich_btn>span:hover::after {
    content: '';
    display: inline-block;
    background: #0964b6;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_btn>span:hover {
    color: #0964b6;
}

.project_detail_rich_btn_active::after {
    content: '';
    display: inline-block;
    background: #0964b6;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_btn_active {
    color: #0964b6;
}

.project_detail_rich_text .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 30px 30px 50px;
    box-sizing: border-box;
}

.other_recommended_items_title {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    padding: 18px 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.other_recommended_items_title>span {
    vertical-align: middle;
}

.other_recommended_items_title::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 21px;
    background: #0964b6;
    vertical-align: middle;
    margin-right: 10px;
}

/* 其他推荐项目 */
.other_recommended_itemslist {
    padding: 0 24px;
    box-sizing: border-box;
}

.other_recommended_itemslist>li {
    width: 100%;
    height: 104px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-bottom: 30px;
}

.other_recommended_itemslist>li:last-child {
    margin-bottom: 0px;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox {
    max-width: 146px;
    width: 38%;
    height: 100%;
    overflow: hidden;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox:hover img {
    transform: scale(1.1);
}

.other_recommended_items_r {
    max-width: 236px;
    width: 62%;
    height: 100%;
    padding: 19px 13px 26px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e7e7e7;
}

.other_recommended_items_r>div {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
    line-height: 19px;
    margin-top: 19px;
}

.other_recommended_items_r>div>i {
    font-size: 16px;
    vertical-align: middle;
}

.love_message {
    padding: 0px 30px 10px;
    box-sizing: border-box;
}

.project_debriefing {
    width: 100%;
    padding: 29px 24px 40px;
    box-sizing: border-box;
}

.project_debriefing_items {
    width: 100%;
    height: auto;
    padding-top: 3px;
    box-sizing: border-box;
    border-left: 2px solid #eff3f5;
}

.project_debriefing_items_r {
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 21px;
    position: relative;
    margin-bottom: 30px;
}

.project_debriefing_items_r:last-child {
    margin-bottom: 0px;
}

.project_debriefing_items_radius {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ebf9ff;
    position: absolute;
    top: 2px;
    left: -9px;
}

.project_debriefing_items_radius::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0964b6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project_debriefing_items_r_title {
    color: #333333;
    line-height: 28px;
    margin: 12px 0;
}

.project_debriefing_items_r_imgbox>ul>li {
    width: 32%;
    height: 150px;
    margin-right: 2%;
    text-align: center;
    overflow: hidden;
}

.project_debriefing_items_r_imgbox>ul>li:nth-child(3n + 3) {
    margin-right: 0%;
    margin-bottom: 10px;
}

.project_debriefing_items_r_imgbox>ul>li:nth-child(3n + 3):last-child {
    margin-bottom: 0px;
}

.project_debriefing_items_r_imgbox>ul>li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.project_debriefing_items_r_imgbox>ul>li img:hover {
    transform: scale(1.1);
}

.registered_btn {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
    width: 86px;
    margin: 0px auto;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 30px;
}

.registered_btn>span {
    vertical-align: middle;
    margin-right: 5px;
}

.registered_btn i {
    font-size: 16px;
    color: #999999;
    line-height: 21px;
    vertical-align: middle;
}

/* 子页面 项目详情 END */

/* 子页面 校友活动 */

.activity_list_box {
    background: #ffffff;
    padding: 35px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.activity_list_box:last-child {
    margin-bottom: 0px;
}

.activity_list_box>li {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    box-sizing: border-box;
    position: relative;
}

.activity_list_box>li .activity_imgbox {
    width: 212px;
    height: 160px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
}

.activity_list_box>li .activity_imgbox>img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform: scale(1);
}

.activity_list_box:hover>li .activity_imgbox>img {
    transform: scale(1.1);
}

.activity_text_box {
    padding: 17px 0 26px;
    box-sizing: border-box;
    max-width: calc(100% - 500px);
    overflow: hidden;
}

.activity_text_box>li:first-child {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 26px;
    margin-bottom: 24px;
}

.activity_list_box:hover .activity_text_box>li:first-child {
    color: #0964b6;
}

.activity_text_box>li:nth-child(3) {
    margin: 16px 0;
}

.activity_text_box>li i {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(187, 191, 194, 1);
    line-height: 19px;
    margin-right: 11px;
    margin-left: 1px;
}

.activity_text_box>li img {
    height: 20px;
    margin-right: 11px;
    border-radius: 50%;
}

.foot_activity_text>span:first-child {
    margin-right: 40px;
}

.activity_btn {
    width: 92px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    padding: 7px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* data区分按钮状态0我要报名1未开始2已结束 */
.activity_btn[data='0'] {
    background: #0964b6;
}

.activity_btn[data='1'] {
    background: #999999;
}

.activity_btn[data='2'] {
    background: #f55b5b;
}

/* 子页面 校友活动 END */

/* 子页面 活动详情 */

.activity_detail_content_box {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
}

.activity_detail_img {
    width: 376px;
    height: 280px;
    max-width: 33%;
    overflow: hidden;
    border-radius: 4px;
}

.activity_detail_img>img {
    width: 100%;
    max-height: 100%;
    transition: transform 0.8s;
    transform: scale(1);
}

.activity_detail_img:hover>img {
    transform: scale(1.1);
}

.activity_detail_box {
    width: 734px;
    max-width: 65%;
}

.activity_title_box {
    width: 100%;
}

.activity_title_box>p {
    display: inline-block;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    vertical-align: middle;
    max-width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity_title_box>img {
    vertical-align: middle;
    max-height: 26px;
    margin-left: 10px;
}

.activity_label {
    width: 100%;
    font-size: 0px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0;
}

.activity_label>span {
    padding: 4px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
}

.activity_label>span:last-child {
    margin-right: 0px;
}

.activity_label>span[data='1'] {
    color: #64c42e;
    border: 1px solid #e1f3d8;
    background: #e1f3d8;
}

.activity_label>span[data='2'] {
    color: #e9a32f;
    border: 1px solid #faecd8;
    background: #faecd8;
}

.activity_label>span[data='3'] {
    color: #f76c6a;
    border: 1px solid #fde2e2;
    background: #fde2e2;
}

.activity_describe {
    width: 100%;
    height: 83px;
    background: #f5f7fb;
    position: relative;
    padding: 16px 23px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    margin-bottom: 20px;
}

.activity_describe::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 83px;
    background: #0964b6;
    position: absolute;
    top: 0;
    left: 0;
}

.activity_describe>img {
    max-width: 50px;
    margin-right: 16px;
}

.activity_describe_text_box {
    max-width: calc(100% - 100px);
    display: inline-block;
}

.activity_describe_text_box>p:nth-child(1) {
    margin-bottom: 10px;
}

.activity_describe_text_box>p:nth-child(2)>img {
    max-height: 19px;
    margin-right: 10px;
    border-radius: 50%;
}

.grey_color {
    color: #666666;
    margin-right: 10px;
}

.activity_type {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.activity_type>div {
    display: inline-block;
    margin-right: 80px;
}

.activity_type>div:last-child {
    margin-right: 0px;
}

.activity_cost,
.activity_address {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.activity_cost {
    margin: 16px 0;
}

.activity_detail_btn_box {
    margin-top: 40px;
    position: relative;
}

.activity_detail_btn {
    display: inline-block;
    padding: 11px 40px;
    box-sizing: border-box;
    border-radius: 4px;
}

.activity_sign_up_btn {
    background: #0964b6;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 22px;
    margin-right: 20px;
}

.activity_sign_up_btn[data-active='0'] {
    background: #0964b6;
}

.activity_sign_up_btn[data-active='1'] {
    background: #f55b5b;
}

.activity_sign_up_btn[data-active='2'] {
    background: #999999;
}

.activity_share_btn {
    background: #ffffff;
    border: 1px solid #0964b6;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
    line-height: 22px;
}

.activity_share_btn>i {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
    line-height: 22px;
    margin-right: 8px;
}

.activity_detail_browse {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.activity_detail_browse>i {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-right: 10px;
}

.activity_detail_bottom {
    width: 100%;
    margin-top: 20px;
}

.activity_detail_rich_text {
    width: 750px;
    background: #ffffff;
    max-width: 63%;
}

.registered_box {
    width: 430px;
    background: #ffffff;
    max-width: 36%;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.activity_detail_rich_btn {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 58px;
}

.activity_detail_rich_btn>span {
    margin: 0 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.activity_detail_rich_btn>span:hover::after {
    content: '';
    display: inline-block;
    background: #0964b6;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.activity-share {
    display: none;
}

.activity_detail_rich_btn>span:hover {
    color: #0964b6;
}

.activity_detail_rich_btn_active::after {
    content: '';
    display: inline-block;
    background: #0964b6;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.activity_detail_rich_btn_active {
    color: #0964b6;
}

.activity_detail_rich_text .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 30px 30px 20px;
    box-sizing: border-box;
    /* display: none; */
}

.registered_title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    padding: 18px 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.registered_title::before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 15px;
    background: #0964b6;
    vertical-align: middle;
    margin-right: 10px;
}

.registered_list {
    padding: 0 32px;
    box-sizing: border-box;
    text-align: center;
}

.registered_list>li {
    width: 20%;
    margin-right: 6.6%;
    margin-bottom: 24px;
}

.registered_list>li:nth-child(4n + 4) {
    margin-right: 0;
}

.registered_list>li img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 8px;
}

.registered_list>li p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.registered_btn {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
    line-height: 19px;
    width: 108px;
    margin: 6px auto 0;
    cursor: pointer;
    box-sizing: border-box;
}

.registered_btn>span {
    vertical-align: middle;
    margin-right: 5px;
}

.registered_btn i {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0964b6;
    line-height: 19px;
    vertical-align: middle;
}

.activity_detail_album {
    padding: 30px 31px 10px;
    box-sizing: border-box;
    display: none;
}

.activity_detail_album>ul>li {
    width: 30%;
    height: 160px;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 20px;
    border-radius: 2px;
}

.activity_detail_album>ul>li:nth-child(3n + 3) {
    margin-right: 0;
}

.activity_detail_album>ul>li>img {
    width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.activity_detail_album>ul>li:hover>img {
    transform: scale(1.1);
}

.activity_share_btn:hover .activity-share {
    display: block;
}

/* 子页面 活动详情 END */

/* 子页面 搜索 */
.search_content {
    margin-top: 30px;
}

.search_content>div.jou_main {
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(224, 224, 224, 1);
    padding-bottom: 40px;
}

.search_result_list {
    width: 100%;
    font-size: 16px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    padding: 0px 40px;
}

.search_result_list>li {
    padding: 24px 0;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
}

.search_result_list>li>ul>li:nth-child(1)::before {
    content: '';
    display: inline-block;
    border: 1px solid #0964b6;
    padding: 3px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 7px;
}

.search_result_title {
    width: calc(100% - 100px);
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transform: translateX(0);
    transition: transform 1s;
}

.search_result_title:hover {
    transform: translateX(10px);
    color: #0964b6;
}

.search_result_title>span {
    font-size: 16px;
    vertical-align: middle;
}

.search_result_title>span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    padding-left: 47px;
    position: absolute;
    top: 0;
    left: 0px;
    box-sizing: border-box;
}

.search_result_time {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.search_title {
    line-height: 85px;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding: 0px 40px;
}

.search_title i {
    margin-right: 15px;
    /* margin-top: -7px; */
    vertical-align: middle;
    font-size: 18px;
    color: #0964b6;
}

.search_title>span {
    color: #0964b6;
    font-size: 22px;
    vertical-align: middle;
}

/*隐藏表单*/
.search_page_form {
    width: 80%;
    max-width: 686px;
    margin: 0 auto;
    padding: 10px 0 30px;
    display: block;
}

.search_page_form .input-box {
    font-size: 0;
    border: 1px solid #0964b6;
    border-radius: 0;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    overflow: hidden;
}

.search_page_form .input-box input {
    width: calc(100% - 134px);
    height: 100%;
    box-sizing: border-box;
}

.search_page_form .input-box a {
    height: 48px;
    width: 134px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

.search_page_form .input-box a>i {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 14px;
}

.search_page_form .input-box a>span {
    vertical-align: middle;
}

.search_page_form-control {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
}

.search_page_form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.search_page_form-control:-ms-input-placeholder {
    color: #999;
}

.search_page_form-control::-webkit-input-placeholder {
    color: #999;
}

.search_page_form-control[disabled],
.search_page_form-control[readonly],
fieldset[disabled] .search_page_form-control {
    background-color: #eee;
    opacity: 1;
}

.search_page_form-control[disabled],
fieldset[disabled] .search_page_form-control {
    cursor: not-allowed;
}

/* 子页面 搜索 END */

/* 悬浮按钮 */
.suspension_box {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -175px;
    z-index: 100;
    background: #0964b6;
}

.suspension_box_line {
    width: 56px;
    height: 1px;
    background: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 62, 148, 0.1);
    opacity: 0.3;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.suspension_box>ul>li {
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.suspension_box>ul>li>div:nth-child(1),
.suspension_box>ul>li>a {
    padding: 10px 0;
    display: block;
}

.suspension_box>ul>li i {
    display: block;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 22px;
}

.suspension_hove {
    z-index: 10000;
    box-sizing: border-box;
    vertical-align: middle;
    position: absolute;
    right: 100%;
    /* top: 0; */
    margin-right: 17px;
    background: #0964b6;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    -moz-transform: translateX(300px);
}

.suspension_hove_phone {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 29px;
    position: absolute;
    /* right: 70px; */
    top: 50%;
    margin-top: -20px;
    border-radius: 10px;
    white-space: nowrap;
}

.suspension_hove_phone::after {
    top: 39%;
    right: -5px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid #0964b6;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.suspension_hove_img {
    background: url(../images/headerImg/suspension_bg_img.png) center 100%/100% 100% no-repeat;
    color: #2b2b2b;
    line-height: 16px;
    padding: 0 29px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    border-radius: 10px;
}

.suspension_box>ul>li:hover .suspension_hove {
    display: block;
    transition: transform 300ms linear;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
    -o-transition: transform 300ms linear;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
}

.suspension_hove>img {
    width: 120px;
    height: 120px;
    margin: 18px auto;
    margin-bottom: 8px;
}

.suspension_hove_img>p {
    text-align: center;
    margin-bottom: 16px;
}

/* 首页 - 校园风光 */

.index_campus {
    padding: 50px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../images/index-campus-bg.png');
    width: 100%;
    /* height: 760px; */
    background-size: 100% 100%;
}

.index_campus_title {
    text-align: center;
    margin-bottom: 30px;
}

.index_campus_title_cn {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 37px;
}

.index_campus_title_eng {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 28px;
}

.index_campus_wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.index_campus_middle {
    margin: 0 20px;
}

.index_campus_wrapper img {
    width: 100%;
    height: 100%;
}

.index_campus_wrapper img:hover {
    transform: scale(1);
    transition: transform 0.8s;
}

.index_campus_left_img1 {
    width: 390px;
    height: 302px;
    margin-bottom: 15px;
}

.index_campus_left_img2 {
    width: 390px;
    height: 230px;
}

.index_campus_middle_img1 {
    width: 390px;
    height: 230px;
    margin-bottom: 15px;
}

.index_campus_middle_img2 {
    width: 390px;
    height: 230px;
}

.index_campus_right_img1 {
    width: 390px;
    height: 475px;
}

.index_campus_btn {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

#index_campus_box .swiper-button-prev {
    position: absolute;
    left: 90%;
    top: 520px;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    background-image: url('../images/index_campus_left.png');
}

#index_campus_box .swiper-button-next {
    position: absolute;
    left: 94%;
    top: 520px;
    width: 44px;
    height: 44px;
    margin-left: 20px;
    background-size: 100% 100%;
    background-image: url('../images/index_campus_right.png');
}


.index-news-item:nth-of-type(1) a {
    padding: 0 0 14px 0;

}

.index_moving_right-item:nth-of-type(1) {
    padding: 0 0 12px 0;

}

.index_donate_mid_con_p:hover .index_donate_mid_con_p p:nth-of-type(1) {


    color: #0964B6;
}

.index-link {
    padding: 40px 0 60px;
}

.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;
    font-size: 14px;
}

.index_link_opt a {
    line-height: 32px;
    border-bottom: 1px solid #efefef;
}

.index_link_item:hover .index_link_opt {
    opacity: 1;
}

.index_link_item {
    position: relative;
    width: 50%;
    height: 44px;
    background: #f5f7f9;
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    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,
.swiper-button-next { opacity: 0.6; }
.swiper-button-prev {
    width: 32px;
    height: 32px;
    background: #efb715;
    position: absolute;
    left: 0;
    top: 150px;
    left: auto;
    background-image: url('../images//index/index-swi-left.png');
    background-size: 6px 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    width: 32px;
    height: 32px;
    background: #f89c29;
    position: absolute;
    right: 0px;
    top: 150px;
    background-image: url('../images//index/index-swi-right.png');
    background-size: 6px 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev:hover,
.swiper-button-next:hover { opacity: 1; }

.index_donate {
    position: relative;
    width: 100%;
    padding: 40px 0 50px;
    box-sizing: border-box;
    background: linear-gradient(#ffffffee, #f9f9f9f6), url(../images/slide_03.jpg) fixed center center;
	background-size: 100% auto;
}

.index_donate .w12 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.index_donate_left {
    width: 35%;
}

.index_donate_left .index-news-list {
    background: #fff; padding: 15px;
	box-shadow: 0 5px 10px #0002;
	border-radius: 5px;
}

.index_donate_left_wrap {
    width: 100%;
    height: 326px;
    overflow: hidden;
}

.index_donate_left_item {
    padding: 10px 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;
}

.index_donate_left_item:nth-of-type(2n) {
    background-color: RGBA(236, 244, 251, 1);
}

.index_donate_left_item_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_donate_mid {
    width: 35%;
}

.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: #0964b6;
    line-height: 50px;
}

.index_donate_mid_con_t P:last-of-type {
    width: 82px;
    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;

    color: #999999;

    line-height: 24px;
}

.index_donate_right {
    width: 30%;
    flex-shrink: 0;
}

.index_donate_right_item {
    width: 100%;
    display: flex;
	flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
    cursor: pointer;
}
.index_pub_left {
	box-shadow: 0 5px 10px #0002;
    background-color: #fff;
}

.index_donate_right_item :last-of-type {
    margin-bottom: 0;border-radius: 5px;
}

.index_donate_right_item img {
    width: 160px;
	height: 217px;
	margin: 36px auto 0; display: block;
    object-fit: cover;
	box-shadow: 0 5px 10px #0003;
}

.index_donate_right_item-con {
    padding: 18px 15px 7px;
    box-sizing: border-box;
    width: 100%;
}

.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:hover p:nth-of-type(1) {
    color: #1961b1;
}

.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;
	text-align: right;
}

.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 {
	position: relative;
    padding: 40px 0;
    box-sizing: border-box;
}
.index-moving::after {
	background: url(../images/school_logo.jpg) no-repeat 107% bottom;
	background-size: 15% auto;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	opacity: 0.035;
}

.index-moving .w12 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.index_moving_left {
    width: 35%;
    cursor: pointer;
}

.index_moving_left_con {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    background: #0964b6;
    /* min-height: 154px; */
}

.index_moving_left_con_p1 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    /* margin-bottom: 8px; */
    opacity: 0.9;
}

.index_moving_left_con_p2 {
	display: none;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    opacity: 0.7;
    margin-bottom: 8px;
}

.index_moving_left_con_t {
    display: flex;
	display: none;
    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: 275px;
    overflow: hidden;
}

.index_moving_left_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_moving_left_con :hover .index_moving_left_imgbox img {
    transform: scale(1.2);
    transition: 1s;
}

.index_moving_right {
    width: 60%;
}

.index_moving_col {
    width: 20%;
    flex-shrink: 0;
}

.index_moving_col_i {
    width: 190px;
    height: 66px; float: left;
    object-fit: cover;
    cursor: pointer;
}

.index_moving_col_i:last-of-type {
    margin-bottom: 0;
}

.index_moving_right-item {
    padding: 12px 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: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;

    color: #999999;
    line-height: 24px;
    transition: 1s;
    margin-top: 10px;
}

.index_moving_right-item p:nth-of-type(1) {
    font-size: 17px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    width: 80%;
    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: #1961b1;
}

/*  */
.index-news {
    padding: 40px 0;
    box-sizing: border-box;
}

.index-news .w12 {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.index-news-left {
    width: 50%;
}

.index-news-right {
    width: 50%;
    transform: translateY(20px);
}

.index-news-item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 11.5px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #d7d7d7;
}

.index-news-item:hover p:nth-of-type(2) {
    color: #1961b1;
    /* transform: translateX(10px); */
}

.index-news-item p:nth-of-type(1) {
	width: 10px;
	height: 10px;
	border: 2px solid #e3963a;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;	
}

.index-news-item p:nth-of-type(2) {
    font-size: 16px;
    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 img{
    cursor: pointer;
}

.index-news-right-t {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.index-news-right-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news-right-b img {
    height: 126px;
    width: calc(50% - 10px);

    object-fit: cover;
}

.ir2 { padding-bottom: 40px; }

/* 校友风采 */
.index-famous {
    position: relative;
    width: 100%;
    padding: 37px 0 30px;
    box-sizing: border-box;
    background-size: auto 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: 21px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    color: #000000;
    line-height: 37px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.index_famous_title_l_line {
    width: 4px;
    height: 20px;
    background: #1961b1;
    margin-right: 14px;
}

.index_famous_more {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.index_famous_more p {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #999999;
    line-height: 22px;
}

.index_famous_more img {
    width: 12px;
    height: 12px;
margin-top: 3px;
    margin-left: 6px;
}

.index_famous_item {
    position: relative;
    width: 216px;
    width: 100%;
    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: #0964b6;
    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;

    color: #ffffff;
    line-height: 26px;
}

.index_famous_item_con img {
    width: 100%;
    height: 162px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 校友文苑 */
.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 #0964b6;
}

.index-people-item :hover .index-people-item-right p:first-of-type {
    color: #0964b6;
}

.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;
}