﻿/* 首页轮播 banner */
#home_banner {
  width: 100%;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 24px;
}

#home_banner .swiper-container .swiper-slide {
  height: 36.46vw;
}

#home_banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

#home_banner .swiper-pagination {
  bottom: 15px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  position: absolute;
  right: 0;
  color: #1a517e;
}

#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: #1a517e;
}

#home_banner .banner_text {
  background-color: #1a517e;
  max-width: 500px;
  position: absolute;
  bottom: 0;
  left: 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: #1a517e;
}

/* 主体部分 公共的大盒子/标题栏 END */

/* 模块一 新闻动态 */

.page1_main {
  display: flex;
  gap: 20px;
}
.page1_tab {
  display: flex;
  height: 80px;
  justify-content: center;
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.page1_tab_img {
  margin-top: 10px;
  width: 95px;
  height: 10px;
}
.page1_tab_left {
  color: #1a517e;
  margin-right: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page1_tab_right {
  color: #333333;
  margin-right: 40px;
  cursor: pointer;
}
.page1_tab_active {
  color: #1a517e;
}
.page1_tab_normal {
  color: #333333;
}
#page1_news_banner {
  width: 472px;
  max-width: 100%;
}

#page1_news_banner .swiper-slide {
  width: 100%;
  height: 451px;
}

#page1_news_banner .swiper-slide:hover img {
  transform: scale(1.1);
}

#page1_news_banner .swiper-slide img {
  width: 100%;
  height: 261px;
  transform: scale(1);
  transition: transform 0.8s;
}

.page1_banner_content {
  height: 300px;
  width: 100%;
  background-color: #1a517e;
  color: #fff;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}

.page1_banner_content_time {
  width: 180px;
  text-align: center;
}
.page1_banner_content_day {
  font-size: 32px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  line-height: 45px;
}
.page1_banner_content_date {
  width: 60px;
  font-size: 14px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  line-height: 20px;
}

.page1_banner_content_main {
  margin-left: 20px;
}
.page1_banner_content_main_line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  margin: 10px 0 13px 0;
}

.page1_banner_content_main_title {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}
.page1_banner_content_main_content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.8;
}
.page1_right {
  width: 60%;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-wrap: wrap;
}

.page1_right_item {
  width: 50%;
  display: flex;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
.page1_right_item:hover {
  cursor: pointer;
}
.page1_right_item:hover .page1_right_item_main_title {
  color: #1a517e;
}
.page1_right_item:nth-child(1) {
  border-top: none;
  border-left: none;
}
.page1_right_item:nth-child(2) {
  border-top: none;
  border-right: none;
  border-left: none;
}
.page1_right_item:nth-child(3) {
  border-right: none;
  border-top: none;

  border-left: none;
  border-bottom: none;
}
.page1_right_item:nth-child(4) {
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.page1_right_item:nth-child(5) {
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.page1_right_item:nth-child(6) {
  border-right: none;
  border-bottom: none;
}
.page1_right_item_time {
  text-align: center;
}
.page1_right_item_time_day {
  font-size: 32px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #666666;
  line-height: 45px;
}
.page1_right_item_time_date {
  width: 60px;
  font-size: 14px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #666666;
  line-height: 20px;
}

.page1_right_item_main {
  margin-left: 20px;
}

.page1_right_item_main_title {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
}
.page1_right_item_main_content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

/* 模块一 新闻动态 END */

/* 模块三 校友风采 */

.page3 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 70px 0 60px;
  box-sizing: border-box;
}
.page3_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page3_left {
  width: 48%;
}
.page3_right {
  width: 46%;
}

.page3_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page3_header_title_cn {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 37px;
}

.page3_header_title_eng {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  opacity: 0.6;
}

.page3_header_plus_icon {
  width: 32px;
  height: 32px;
}
.page3_first {
  position: relative;
  margin-bottom: 80px;
}
#page3_alumnus_wrapper {
  position: absolute;
  width: 100%;
  height: 214px;
  background-color: #fff;
  top: 80px;
  z-index: 9;
  /* transform: translateY(-150px); */
}

#page3_alumnus_wrapper .swiper-slide {
  width: 100%;
  height: 214px;
}

#page3_alumnus_wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

#page3_alumnus_wrapper .swiper-slide img {
  height: 261px;
  transform: scale(1);
  transition: transform 0.8s;
}
/* 分页 */
#page3_alumnus_wrapper .swiper-pagination {
  bottom: 15px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  position: absolute;
  right: 0;
  color: #1a517e;
  text-align: right !important;
  padding-right: 100px !important;
  box-sizing: border-box;
}

#page3_alumnus_wrapper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 14px;
  width: 6px;
  height: 6px;
  background: #ccb289;
  border-radius: 3px;
  opacity: 0.5;
  border-radius: 50%;
}

#page3_alumnus_wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 6px;
  background: #ccb289;
  border-radius: 3px;
  position: relative;
  opacity: 1;
}
#page3_alumnus_imgbox {
  position: relative;
  top: 30px;
  z-index: 10;
}
.page3_alumnus_wrapper_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 126px;
  height: 126px;
}
.page3_alumnus_wrapper_item {
  display: flex;
  position: relative;
}
.page3_alumnus_wrapper_content {
  margin-left: 20px;
  padding-top: 25px;
  position: absolute;
  right: 20px;
  width: 160px;
}
.page3_alumnus_wrapper_content p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.page3_alumnus_wrapper_content_time {
  display: flex;
  align-items: center;
  color: #888888;
  margin-top: 16px;
}
.page3_alumnus_wrapper_content_time p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  margin-left: 10px;
}
.page3_alumnus_wrapper_item img {
  width: 382px;
  height: 249px;
}

.page3_left_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.page3_left_list_item {
  width: 45%;
  margin-bottom: 40px;
  color: #fff;
  display: flex;
  align-items: center;
}
.page3_left_list_item > p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.page3_left_list_item_time {
  position: relative;
  width: 62px;
  height: 62px;
  background: #ccb289;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: centers;
  font-size: 8px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 11px;
  margin-right: 10px;
}
.page3_left_list_item_time::after {
  content: "";
  width: 62px;
  height: 62px;
  border: 1px solid #ccb289;
  position: absolute;
  top: -10px;
  left: -10px;
}
.page3_left_list_item_time > p:nth-child(1) {
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}
.page3_right_wrapper {
  position: relative;
  background: url("../images/index_donation_bg.png");
  background-size: 488px 154px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
}
.page3_right_list {
  position: relative;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  box-sizing: border-box;
  background: url("");
  background-size: 488px 154px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page3_right_list_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.page3_right_list_column > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.page3_right_list_column > li:nth-child(1) {
  width: 24%;
}
.page3_right_list_column > li:nth-child(2) {
  width: 36%;
}
.page3_right_list_column > li:nth-child(3) {
  width: 40%;
}
.page3_right_list_title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #dfedfc;
  margin-top: 30px;
}
.page3_right_list_title > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.page3_right_list_title > li:nth-child(1) {
  width: 24%;
}
.page3_right_list_title > li:nth-child(2) {
  width: 36%;
}
.page3_right_list_title > li:nth-child(3) {
  width: 40%;
}
.page3_right_list_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 154px;
  z-index: 0;
}

.page3_right_pic {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page3_right_pic_item {
  width: 144px;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}

.page3_right_pic_item_icon {
  width: 32px;
  height: 36px;
}
.page3_right_pic_item_icon1 {
  width: 47px;
  height: 33px;
}
.page3_right_pic_item_icon2 {
  width: 38px;
  height: 34px;
}
.page3_title {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  margin-bottom: 73px;
}

.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;
}

#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 */

/* 子页面 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 {
  position: relative;
  padding: 22px 40px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 30px;
}

.subpage_news_list > li:first-child {
  margin-top: 0;
}

.subpage_news_list > li .news_imgbox {
  width: 264px;
  height: 188px;
  overflow: hidden;
}

.subpage_news_list > li:hover .news_imgbox img {
  transform: scale(1.1);
}

.subpage_news_list_item {
}
.subpage_news_list_item:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
}

/* .subpage_news_list > li:hover .news_imgbox {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
} */

.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: 33px;
  max-width: calc(100% - 350px);
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}

.subpage_news_list > li:hover .news_textbox h2 {
  color: #1a517e;
}

.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 {
  /* 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 {
  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: #1a517e;
  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: #1a517e;
}

.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: #1a517e;
  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: #1a517e;
}

.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;
  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: #1a517e;
}

.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 #1a517e;
  margin-top: 40px;
}

.see_more_btn:hover {
  color: rgba(255, 255, 255, 1);
  background: #1a517e;
  border: 1px solid #1a517e;
}

/* 子页面 新闻详情 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: #1a517e;
}

.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 #1a517e;
  padding: 3px;
  border-radius: 100%;
  /* margin-right: 10px; */
  /* margin-top: 7px; */
}

/* 子页面 通知公告列表 END */

/* 子页面 校友组织 */

.subpage_org_item {
  display: none;
  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.active {
  display: block;
}

.subpage_org_item:first-child {
  margin-top: 0;
}

.subpage_org_item .organization_name > i {
  font-size: 18px;
  color: #1a517e;
  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: 76px;
  height: 45px;
  margin-bottom: 16px;
}

.organization_list > li > .img-2 {
  display: none;
}

.organization_list > li:hover {
  background: #1a517e;
  color: #fff;
}

.organization_list > li:hover .img-1 {
  display: none;
}

.organization_list > li:hover .img-2 {
  display: inline-block;
}

.organization_list > li:hover .join_btn {
  color: #1a517e;
  background: #fff;
}

.organization_num {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 19px;
  margin: 14px 0 16px;
}

.join_btn {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 16px;
  padding: 7px 15px;
  background: #1a517e;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: normal;
}

.organization_list_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 67px 10px;
  background: #1a517e;
  box-sizing: border-box;
  color: #ffffff;
  display: none;
}

.organization_list_hover .organization_num {
  color: #ffffff;
}

.organization_list_hover .join_btn {
  color: #1a517e;
  background: #ffffff;
}

.org-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.org-tabs-panel {
  margin: 0 16px 10px 0;
  padding: 8px 16px;
  border: 1px solid #1a517e;
  border-radius: 2px;
  color: #1a517e;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.org-tabs-panel.active {
  color: #fff;
  background: #1a517e;
}

/* .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:nth-child(4n + 4) {
  margin-right: 0;
  margin-bottom: 32px;
}
.subpage_newsletters_list > li:hover .subpage_newsletters_imgbox img {
  transform: scale(1.1);
}

.subpage_newsletters_list > li:hover {
  color: #1a517e;
}

.subpage_newsletters_list > li:last-child {
  margin-bottom: 0px !important;
}

.subpage_newsletters_list > li .subpage_newsletters_imgbox {
  width: 100%;
  height: 172px;
  margin-bottom: 20px;
  overflow: hidden;
}

.subpage_newsletters_list > li .subpage_newsletters_imgbox img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.8s;
}

/* 子页面 校友通讯列表 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: #1a517e;
  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);
}

/* 子页面 下载专区列表 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: #1a517e;
  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: #1a517e;
}

.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: #1a517e;
  border-color: #1a517e;
  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: #1a517e;
  line-height: 19px;
}

.financing_project_listbox > li .financing_project_textbox > li > i {
  font-size: 16px;
  color: #1a517e;
  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: #1a517e;
}

.project_detail_prograssbox > div.float_l > ul > li:nth-child(1) > i {
  color: #1a517e;
  font-size: 16px;
  vertical-align: middle;
}

.project_detail_prograssbox > span.right {
  width: 50px;
  text-align: right;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #1a517e;
  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: #1a517e;
  margin-right: 20px;
}

.scanning_code_donation_btn {
  color: #333333;
  background: #deebf0;
}

.project_detail_bottom {
  width: 100%;
  margin-top: 20px;
}

.project_detail_rich_text {
  width: 100%;
  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: #1a517e;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.project_detail_rich_btn > span:hover {
  color: #1a517e;
}

.project_detail_rich_btn_active::after {
  content: "";
  display: inline-block;
  background: #1a517e;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.project_detail_rich_btn_active {
  color: #1a517e;
}

.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: #1a517e;
  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: #1a517e;
  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: #1a517e;
  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: #1a517e;
}

.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: #1a517e;
}

.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: #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: #1a517e;
  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: #1a517e;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 22px;
  margin-right: 20px;
}

.activity_sign_up_btn[data-active="0"] {
  background: #1a517e;
}

.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 #1a517e;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #1a517e;
  line-height: 22px;
}

.activity_share_btn > i {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #1a517e;
  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: #1a517e;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.activity_detail_rich_btn > span:hover {
  color: #1a517e;
}

.activity_detail_rich_btn_active::after {
  content: "";
  display: inline-block;
  background: #1a517e;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.activity_detail_rich_btn_active {
  color: #1a517e;
}

.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: #1a517e;
  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: #1a517e;
  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: #1a517e;
  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 #1a517e;
  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: #1a517e;
}

.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: #1a517e;
}

.search_title > span {
  color: #1a517e;
  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 #1a517e;
  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: #1a517e;
}
.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: #1a517e;
  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 #1a517e;
  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;
  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;
  /* justify-content: space-between; */
}
.index_campus_middle {
  margin: 0 20px;
}
.index_campus_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
  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");
}

.wrapper-transform {
  transform: translateY(-30px);
}