/* 首页轮播 banner */
#home_banner {
    width: 100%;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
}

#home_banner .swiper-container .swiper-slide {
    height: 500px;
}

#home_banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

#home_banner .swiper-pagination {
    bottom: 15px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    /* color: #004EA2; */
    color: var(--theme_color);
}

#home_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 14px;
    opacity: 1;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    position: relative;
}

#home_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    color: #FFFFFF;
    background-color: var(--theme_bg);
}

#home_banner .banner_text {
    background-color: var(--theme_bg);
    max-width: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    height: 54px;
    line-height: 54px;
}

/* 首页轮播 banner END */



/* 主体部分 公共的大盒子/标题栏 */
.page_container {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}

.common_title {
    display: 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: var(--theme_color);
}

/* 主体部分 公共的大盒子/标题栏 END */


/* 模块一 新闻动态 */

#page1_news_banner {
    width: 528px;
    max-width: 44%;
}

#page1_news_banner .swiper-slide {
    width: 100%;
    height: 386px;
}

#page1_news_banner .swiper-slide:hover img {
    transform: scale(1.1);
}

#page1_news_banner .swiper-slide img {
    width: 100%;
    height: 100%;
    transform: scale(1);
object-fit: cover;
    transition: transform 0.8s;
}

.page1_news_banner_text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 20px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.05) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, #000000 100%);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.page1_news_list {
    width: 631px;
    max-width: 53%;
}

.page1_news_list>li {
    height: 102px;
    margin-top: 40px;
}

.page1_news_list>li:first-child {
    margin-top: 0;
}

.page1_news_list>li:nth-child(4) {
    display: none;
}

.page1_news_list_l {
    width: 150px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page1_news_list_l img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.page1_news_list>li:hover .page1_news_list_l img {
    transform: scale(1.1);
}

.page1_news_list_l p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    white-space: nowrap;
    background-color: var(--theme_bg);
}

.page1_news_list_r {
    width: calc(100% - 174px);
}

.page1_news_list_r h2 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin: 10px 0;
}

.page1_news_list_r p {
    max-height: 52px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 26px;
}

.page1_news_list>li:hover .page1_news_list_r h2 {
    color: var(--theme_color);
}

/* 模块一 新闻动态 END */


/* 模块二 通知公告 */
.page2 {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: var(--theme_page2_bj); */
    background-image: url(../images/page2_bj.jpg);
}

.page2_l {
    width: 802px;
    max-width: 67%;
}

.page2_announcement_list>li {
    width: 48%;
    float: left;
}

.page2_announcement_list>li:nth-child(7) {
    display: none;
}

.page2_announcement_list>li:nth-child(even) {
    margin-left: 4%;
    margin-bottom: 40px;
}

.page2_announcement_list>li:nth-child(6),
.page2_announcement_list>li:last-child {
    margin-bottom: 0px;
}

.page2_announcement_list>li .date_box {
    width: 72px;
    height: 68px;
    background: var(--theme_bg);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 31px;
}

.page2_announcement_list>li .date_box {
    width: 72px;
    height: 68px;
    overflow: hidden;
    background: var(--theme_bg);
    padding-top: 11px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 16px;
}

.page2_announcement_list>li .date_box .day {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 31px;
}

.page2_announcement_list>li p {
    width: calc(100% - 92px);
    height: 60px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 30px;
    margin-top: 4px;
}

.page2_announcement_list>li.active p {
    color: var(--theme_color);
    animation: bounce 1.4s 0.1s ease forwards;
}

.page2_r {
    width: 348px;
    max-width: 30%;
}

.page2_r>li {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.page2_r>li:first-child {
    margin: 5px 0 20px;
}

.page2_r>li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.page2_r>li:hover img {
    transform: scale(1.1);
}

.page2_r>li h1 {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    user-select: none;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
}

/* 模块二 通知公告 END */


/* 模块三 校友风采 */

.page3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 70px 0 60px;
    box-sizing: border-box;
    /* background-image: var(--theme_page3_bj); */
    background-image: url(../images/page3_bj.jpg);
}

.page3_title {
    font-size: 26px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
    /* margin-bottom: 73px; */
    margin-bottom: 40px;
}

.page3_title_more {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.page3_title_radius {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 6px solid var(--theme_page3_more);
    box-sizing: border-box;
    position: relative;
}

.page3_title_radius::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    width: 46px;
    height: 2px;
    background: #FFFFFF;
}

.page3_more_btn {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
    margin-left: 42px;
}

.page3_more_btn i {
    font-size: 12px;
    margin-left: 10px;
}

.page3_title h1 {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 52px;
    margin-bottom: 6px;
}

.page3_main {
    width: 100%;
    height: 320px;
    position: relative;
    background: rgba(255, 255, 255, 0.16);
    padding: 40px 0 0 30px;
    box-sizing: border-box;
}

#page3_alumni_style_banner_text {
    width: 412px;
}

#page3_alumni_style_banner_text .swiper-slide h1 {
    height: 68px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    margin-bottom: 20px;
    user-select: none;
}

#page3_alumni_style_banner_text .swiper-slide p {
    height: 84px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 28px;
    user-select: none;
}

#page3_alumni_style_banner_imgages {
    position: absolute;
    right: 40px;
    bottom: 100px;
    width: 688px;
}

#page3_alumni_style_banner_imgages .swiper-slide {
    width: 100%;
    height: 396px;
}

#page3_alumni_style_banner_imgages .swiper-slide img {
    width: 100%;
    height: 100%;
}

#page3_alumni_style_banner_imgages .swiper-button-next,
#page3_alumni_style_banner_imgages .swiper-button-prev {
    width: 17px;
    height: 30px;
    margin-top: -15px;
    background-size: 17px 30px;
    background-image: url(../images/pre_btn.png);
}

#page3_alumni_style_banner_imgages .swiper-button-next {
    right: 25px;
    transform: rotate(180deg);
}

#page3_alumni_style_banner_imgages .swiper-button-prev {
    left: 25px;
}


#page3_alumni_style_banner_imgages_small {
    width: 688px;
    position: absolute;
    right: 40px;
    bottom: 54px;
    /* padding: 0 60px; */
    box-sizing: border-box;
    padding: 0 16px;
}

#page3_alumni_style_banner_imgages_small .swiper-slide {
    height: 92px;
    transform: scale(0.68);
}

#page3_alumni_style_banner_imgages_small .swiper-slide i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#page3_alumni_style_banner_imgages_small .swiper-slide img {
    width: 100%;
    height: 100%;
}

#page3_alumni_style_banner_imgages_small .swiper-slide.swiper-slide-prev,
#page3_alumni_style_banner_imgages_small .swiper-slide.swiper-slide-next {
    transform: scale(0.68);
}

#page3_alumni_style_banner_imgages_small .swiper-slide.swiper-slide-thumb-active {
    transform: scale(1);
}

#page3_alumni_style_banner_imgages_small .swiper-slide.swiper-slide-thumb-active i {
    background: none;
}

/* 模块三 校友风采 END */



/* 模块四 校友活动 */
.page4 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* background-image: var(--theme_page4_bj); */
    background-image: url(../images/page4_bj.jpg);
}


#page4_alumni_activity_banner .swiper-slide {
    height: 409px;
}

#page4_alumni_activity_banner .swiper-slide:hover .page4_alumni_activity_textbox>ul {
    background-color: var(--theme_bg);
    color: #FFFFFF;
}

#page4_alumni_activity_banner .swiper-slide:hover .page4_alumni_activity_textbox>ul i,
#page4_alumni_activity_banner .swiper-slide:hover .page4_alumni_activity_textbox .page4_alumni_activity_title {
    color: #FFFFFF;
}

#page4_alumni_activity_banner .swiper-slide:hover .page4_alumni_activity_imgbox img {
    transform: scale(1.1);
}

#page4_alumni_activity_banner .swiper-slide .page4_alumni_activity_imgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 324px;
    overflow: hidden;
}

#page4_alumni_activity_banner .swiper-slide .page4_alumni_activity_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}


.page4_alumni_activity_textbox {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page4_alumni_activity_textbox>ul {
    transition: background-color 0.6s;
    height: 169px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    padding: 20px 20px 28px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}


.page4_alumni_activity_textbox>ul>li:not(:first-child) {
    margin-top: 14px;
}

.page4_alumni_activity_textbox .page4_alumni_activity_title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 22px;
}

.page4_alumni_activity_textbox span {
    max-width: calc(100% - 20px);
}

.page4_alumni_activity_textbox i {
    font-size: 12px;
    color: #999999;
    /* line-height: 12px; */
    margin-right: 8px;
}


.page4_alumni_activity_textbox>ul>li.page4_alumni_activity_lasttext>div {
    max-width: calc(50% - 8px);
}

.page4_alumni_activity_textbox>ul>li.page4_alumni_activity_lasttext>div:last-child {
    margin-left: 15px;
}

.page4_alumni_activity_textbox>ul>li img {
    margin-top: 2px;
    margin-right: 8px;
}

.page4_alumni_activity_textbox>ul>li.page4_alumni_activity_lasttext>div span.page4_namebox {
    max-width: calc(100% - 22px);
}

/* 模块四 校友活动 END */



/* 模块五 惠园印象 */
.impression_imgbox>li.float_l {
    width: 512px;
    max-width: calc(44% - 20px);
}

.impression_imgbox>li.float_r {
    width: 670px;
    max-width: 56%;
}

.impression_imgbox>li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.impression_imgbox>li img:hover {
    transform: scale(1.2);
}

.impression_imgbox>li>div:first-child {
    margin-bottom: 20px;
}

.impression_imgbox>li.float_l>div.impression_img1 {
    height: 238px;
}

.impression_imgbox>li.float_l>div.impression_img2 {
    height: 306px;
}

.impression_imgbox>li.float_r>div {
    height: 356px;
}

.impression_imgbox>li.float_r>ul>li {
    width: 326px;
    height: 188px;
    max-width: calc(50% - 10px);
}

.impression_imgbox>li>div,
.impression_imgbox>li>ul>li {
    overflow: hidden;
}

/* 模块五 惠园印象 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;
}

.article img {
    max-width: 100% !important;
    height: auto !important;
}

/* 子页面 about 关于 END */



/* 子页面 news 新闻 */

.subpage_news_list>li {
    padding-bottom: 34px;
    box-sizing: border-box;
    border-bottom: 1px solid #EFEFEF;
    margin-top: 34px;
}

.subpage_news_list>li:first-child {
    margin-top: 0;
}

.subpage_news_list>li .news_imgbox {
    width: 196px;
    height: 122px;
    overflow: hidden;
}

.subpage_news_list>li:hover .news_imgbox img {
    transform: scale(1.1);
}

.subpage_news_list>li .news_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.subpage_news_list>li .news_textbox {
    margin-left: 30px;
    max-width: calc(100% - 390px);
    /* padding-right: 40px; */
    box-sizing: border-box;
    position: relative;
}

.subpage_news_list>li:hover .news_textbox h2 {
    color: var(--theme_color);
}

.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: #666666;
    line-height: 28px;
}

.subpage_news_list>li .news_datebox {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    text-align: center;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}


.subpage_news_list>li .news_datebox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background: #EFEFEF;
}

.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 {
    /* padding: 45px 200px 40px; */
    /* box-sizing: border-box; */
}

.news_detail_box>h1 {
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 31px;
}

.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;
}

/* 分享 */
.share_box {
    margin-bottom: 30px;
}

.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: var(--theme_color);
    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: var(--theme_bg);
}

.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: var(--theme_color);
    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: var(--theme_color);
}

.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: var(--theme_bg);
}


.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;
    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_tiem {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    margin: 6px 0 9px;
}

.see_more_btn {
    width: 123px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #023E73;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--theme_bg);
    margin-top: 40px;
}

.see_more_btn:hover {
    color: rgba(255, 255, 255, 1);
    background: var(--theme_bg);
    border: 1px solid var(--theme_bg);
}

/* 子页面 新闻详情 END */


/* 子页面 通知公告列表 */

.subpage_notice_list>li {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
    margin-top: 24px;
}

.subpage_notice_list>li:hover .notice_title {
    transform: translateX(10px);
    color: var(--theme_color);
}

.subpage_notice_list>li:first-child {
    margin-top: 0;
}

.subpage_notice_list>li .notice_title {
    max-width: calc(100% - 200px);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #2B2B2B;
    line-height: 21px;
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
    transform: translateX(0);
    transition: transform 0.4s;
}

.subpage_notice_list>li .notice_title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--theme_bg);
    padding: 3px;
    border-radius: 100%;
    /* margin-right: 10px; */
    /* margin-top: 7px; */
}

/* 子页面 通知公告列表 END */


/* 子页面 校友组织 */

.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: var(--theme_color);
    margin-right: 9px;
}

.subpage_org_item .organization_name {
    margin-bottom: 26px;
}

.organization_list {
    width: 100%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 21px;
}

.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: var(--theme_bg);
    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: var(--theme_bg);
    box-sizing: border-box;
    color: #FFFFFF;
    display: none;
}

.organization_list_hover .organization_num {
    color: #FFFFFF;
}

.organization_list_hover .join_btn {
    color: var(--theme_color);
    background: #FFFFFF;
}

.organization_list>li:hover .organization_list_hover {
    display: block;
}

/* 子页面 校友组织 END */


/* 子页面 校友通讯列表 */

.subpage_newsletters_list>li {
    width: 22%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-right: 4%;
    text-align: center;
}

.subpage_newsletters_list>li:hover .subpage_newsletters_imgbox img {
    transform: scale(1.1);
}

.subpage_newsletters_list>li:hover {
    color: var(--theme_color);
}

.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: 334px;
    margin-bottom: 20px;
    overflow: hidden;
}

.subpage_newsletters_list>li .subpage_newsletters_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: cover;
}

/* 子页面 校友通讯列表 END */


/* 子页面 下载专区列表 */

.subpage_download_list {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
}

.subpage_download_list>li {
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
    margin-top: 24px;
}

.subpage_download_list>li:hover>div.float_l {
    color: var(--theme_color);
    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 {
    max-width: calc(100% - 30px);
}

.subpage_download_list>li>div.float_l span.active {
    max-width: 100%;
}

/* 子页面 下载专区列表 END */




/* 子页面 捐赠公示列表 */
.subpage_main.donation_active {
    background: none;
    padding: 0;
}

.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: var(--theme_bg);
    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%;
    padding: 15px;
    box-sizing: border-box;
    color: #333333;
    line-height: 36px;
    border: 1px solid #E2E2E2;
}

.donation_publicity_content .donation_publicity {
    height: 426px;
}

.donation_publicity>ul:nth-child(odd) {
    background: var(--theme_donation);
}

.donation_publicity>ul>li {
    float: left;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
    box-sizing: border-box;
}

.donation_publicity>ul>li:nth-child(1) {
    width: 12%;
}

.donation_publicity>ul>li:nth-child(2) {
    width: 32%;
}

.donation_publicity>ul>li:nth-child(3) {
    width: 24%;
}

.donation_publicity>ul>li:nth-child(4) {
    width: 32%;
}

/* 子页面 捐赠公示列表 END */




/* 子页面 捐赠公示详情 */

.donation_publicity_detail_contentbox .donation_publicity {
    padding: 15px 15px 40px;
}

.donation_publicity_detail_title {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    background: var(--theme_bg);
}

.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: var(--theme_bg);
    border-color: var(--theme_bg);
    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: var(--theme_color);
    line-height: 19px;
}

.financing_project_listbox>li .financing_project_textbox>li>i {
    font-size: 16px;
    color: var(--theme_color);
    vertical-align: middle;
    margin-right: 6px;
}

/* 子页面 捐赠项目 END */



/* 子页面 项目详情 */
.project_detail_container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}

.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;
}

.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: var(--theme_color);
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(1)>i {
    color: var(--theme_color);
    font-size: 16px;
    vertical-align: middle;
}

.project_detail_prograssbox>span.right {
    width: 50px;
    text-align: right;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: var(--theme_color);
    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: var(--theme_bg);
    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: var(--theme_bg);
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_btn>span:hover {
    color: var(--theme_color);
}

.project_detail_rich_btn_active::after {
    content: '';
    display: inline-block;
    background: var(--theme_bg);
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_btn_active {
    color: var(--theme_color);
}

.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: var(--theme_bg);
    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: var(--theme_color);
    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: var(--theme_bg);
    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 36px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.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: 244px;
    height: 182px;
    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: var(--theme_color);
}

.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;
}

.activity_text_box>li img {
    height: 20px;
    margin-right: 11px;
}

.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: var(--theme_bg);
}

.activity_btn[data='1'] {
    background: #999999;
}

.activity_btn[data='2'] {
    background: #F55B5B;
}

/* 子页面 校友活动 END */


/* 子页面 活动详情 */

.activity_detail_content {
    /* background: #F6F6F6; */
    /* box-sizing: border-box; */
}

.activity_detail_content_box {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px 30px 40px;
    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: rgba(218, 5, 2, 0.04);
    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: var(--theme_bg);
    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;
}

.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: var(--theme_bg);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 20px;
}

.activity_sign_up_btn[data-active="0"] {
    background: var(--theme_bg);
}

.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 var(--theme_bg);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: var(--theme_color);
    line-height: 22px;
}

.activity_share_btn>i {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: var(--theme_color);
    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: var(--theme_bg);
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.activity_detail_rich_btn>span:hover {
    color: var(--theme_color);
}

.activity_detail_rich_btn_active::after {
    content: '';
    display: inline-block;
    background: var(--theme_bg);
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.activity_detail_rich_btn_active {
    color: var(--theme_color);
}

.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: var(--theme_bg);
    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: var(--theme_color);
    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: var(--theme_color);
    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,
.registered_btn {
    display: none;
}

/* 子页面 活动详情 END */



/* 子页面 搜索 */
.search_grey_content_bg {
    /* padding: 30px 0 50px; */
}

.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:last-child {
    /* border: none; */
}

.search_result_list>li>ul>li:nth-child(1)::before {
    content: '';
    display: inline-block;
    border: 1px solid var(--theme_bg);
    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: var(--theme_color);
}

.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: var(--theme_color);
}

.search_title>span {
    color: var(--theme_color);
    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 var(--theme_bg);
    border-radius: 0;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .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 */


/* 改版校友风采 */
.page3_modify .common_title h1,
.page3_modify .common_title h3,
.page3_modify .common_title .more_btn {
    color: #FFFFFF;
}

.page3_modify .common_title .more_btn:hover,
.page3_modify .common_title .more_btn:hover i {
    color: rgba(250, 250, 250, 0.8);
}

#page3_modify_alumni_style_banner .swiper-slide {
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#page3_modify_alumni_style_banner .swiper-slide>div {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

#page3_modify_alumni_style_banner .swiper-slide>div:not(:last-child) {
    /* margin-right: 30px; */
}

.page3_modify_alumni_style_banner_img_box {
    width: 278px;
    height: 186px;
    overflow: hidden;
}

#page3_modify_alumni_style_banner img {
    width: 100%;
    height: 100%;
    /* width: 278px; */
    /* height: 186px; */
    transform: scale(1);
    transition: transform 0.8s;
}

#page3_modify_alumni_style_banner .swiper-slide>div:hover .page3_modify_alumni_style_banner_img_box img {
    transform: scale(1.1);
}

.page3_modify_alumni_style_banner_textbox {
    /* padding: 24px 20px 25px; */
    color: #ffffff;
    box-sizing: border-box;
    width: 306px;
    height: 186px;
    /* background-color: var(--theme_color); */
    background-color: rgba(250, 250, 250, 0.1);
    /* display: none; */
    width: 0;
    transform: scale(0);
    transition:  width 0.4s;
}

#page3_modify_alumni_style_banner .swiper-slide>div.active{
    /* width: 48%; */
}

#page3_modify_alumni_style_banner .swiper-slide>div.active .page3_modify_alumni_style_banner_textbox {
    padding: 24px 20px 25px;
    /* display: block; */
    width: 306px;
    transform: scale(1);
}

/* .page3_modify_alumni_style_banner_textbox.active { */
    /* padding: 24px 20px 25px; */
    /* width: 306px; */
    /* transform: scale(1); */
/* } */

.page3_modify_alumni_style_banner_textbox h1 {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
}
#page3_modify_alumni_style_banner .swiper-slide>div:hover .page3_modify_alumni_style_banner_textbox h1 {
    color: rgba(250, 250, 250, 0.8);
}
.page3_modify_alumni_style_banner_textbox .line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 14px 0;
}

.page3_modify_alumni_style_banner_textbox p {
    height: 84px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}

#page3_modify_alumni_style_banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center 50%/50% 50% no-repeat;
    background-color: var(--theme_bg);
    left: 0;
    margin-top: -25px;
    left: -50px;
    transition: left 0.8s;
}

#page3_modify_alumni_style_banner:hover .swiper-button-prev {
    left: 0;
}

#page3_modify_alumni_style_banner .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center 50%/50% 50% no-repeat;
    background-color: var(--theme_bg);
    right: 0;
    margin-top: -25px;
    right: -50px;
    transition: right 0.8s;
}

#page3_modify_alumni_style_banner:hover .swiper-button-next {
    right: 0;
}

/* 改版校友风采 END */


/* 子页面 校友风采 */

.subpage_alumni_style_list>li {
    width: 22%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    margin-right: 4%;
    text-align: center;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
}

.subpage_alumni_style_list>li:hover .subpage_alumni_style_imgbox img {
    transform: scale(1.1);
}

.subpage_alumni_style_list>li:hover {
    color: var(--theme_color);
}

.subpage_alumni_style_list>li:nth-child(4n+4) {
    margin-right: 0;
    margin-bottom: 41px;
}

.subpage_alumni_style_list>li:last-child {
    margin-bottom: 0px !important;
}

.subpage_alumni_style_list>li .subpage_alumni_style_imgbox {
    width: 100%;
    height: 172px;
    overflow: hidden;
}

.subpage_alumni_style_list>li .subpage_alumni_style_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
    object-fit: cover;
}

.subpage_alumni_style_list>li p.ellipsis-2 {
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 26px;
    margin: 14px 0;
    padding: 0 14px;
    box-sizing: border-box;
}

/* 子页面 校友风采 END */
