.plateNews-main {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}

.left-main .swiper-pagination {
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}

.left-main .swiper-pagination .swiper-pagination-bullet {
  background: #ffffffc1;
}

.left-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.plateNews-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plateNews-main>div {
  width: 370px;
  text-align: left;
}

.plateNews-main .News-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.plateNews-main .News-title p {
  font-weight: bold;
  font-size: 20px;
  color: #DA0502;
}

.plateNews-main .News-title a {
  font-size: 14px;
  color: #2B2B2B;
  cursor: pointer;
}

.plateNews-main .News-title a:hover {
  color: #DA0502;
}

.plateNews-main .plateNews-main-left .left-main .main-item:hover .ellipsis-1 {
  color: #DA0502 !important;
}

.plateNews-main .plateNews-main-left .left-main .top-banner {
  width: 100%;
  height: 247px;
}

.plateNews-main .plateNews-main-left .left-main .top-banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.plateNews-main .plateNews-main-left .left-main .top-banner .swiper-wrapper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.plateNews-main .plateNews-main-left .left-main .top-banner .swiper-wrapper .swiper-slide .title {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 36px;
  height: 36px;
  background: #da0502a8;
  font-size: 15px;
  color: #FFFFFF;
  bottom: 0;
  left: 0;
  padding: 0 16px;
  box-sizing: border-box;
}

.plateNews-main .plateNews-main-left .left-main .top-banner .swiper-wrapper .swiper-slide .title .nowrap {
  width: 70%;
}

.plateNews-main .plateNews-main-left .left-main .top-banner .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.plateNews-main .plateNews-main-left .left-main .main-item {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  cursor: pointer;
}

.plateNews-main .plateNews-main-left .left-main .main-item .data {
  width: 56px;
  height: 52px;
  text-align: center;
}

.plateNews-main .plateNews-main-left .left-main .main-item .data p:nth-of-type(1) {
  height: 30px;
  line-height: 30px;
  background: #E60012;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}

.plateNews-main .plateNews-main-left .left-main .main-item .data p:nth-of-type(2) {
  font-size: 12px;
  color: #E60012;
  height: 22px;
  background: #F0F0F0;
}

.plateNews-main .plateNews-main-left .left-main .main-item .content {
  width: calc(100% - 56px);
  padding-left: 16px;
}

.plateNews-main .plateNews-main-left .left-main .main-item .content p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
}

.plateNews-main .plateNews-main-left .left-main .main-item .content p:nth-of-type(2) {
  margin-top: 11px;
  font-size: 13px;
  color: #999999;
}

.plateNews-main .plateNews-main-middle .middle-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}

.plateNews-main .plateNews-main-middle .middle-item:hover span {
  background: #DA0502 !important;
}

.plateNews-main .plateNews-main-middle .middle-item .img {
  overflow: hidden;
}

.plateNews-main .plateNews-main-middle .middle-item .img img {
  transition: all 0.2s;
}

.plateNews-main .plateNews-main-middle .middle-item:hover .img img {
  transform: scale(1.1);
}

.plateNews-main .plateNews-main-middle .middle-item:hover p {
  color: #DA0502 !important;
}

.plateNews-main .plateNews-main-middle .middle-item:last-child {
  margin-bottom: 0;
}

.plateNews-main .plateNews-main-middle .middle-item .img {
  width: 150px;
  height: 100px;
}

.plateNews-main .plateNews-main-middle .middle-item .img img {
  width: 100%A;
  height: 100%;
}

.plateNews-main .plateNews-main-middle .middle-item .content {
  padding-left: 18px;
  height: 100%;
  width: calc(100% - 150px);
}

.plateNews-main .plateNews-main-middle .middle-item .content .ellipsis-2 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 30px;
}

.plateNews-main .plateNews-main-middle .middle-item .content .data {
  font-size: 12px;
  color: #999999;
  position: relative;
}

.plateNews-main .plateNews-main-middle .middle-item .content .data span {
  position: absolute;
  width: 40px;
  height: 2px;
  background: #999999;
  top: -5px;
  left: 0;
}

.plateNews-main .plateNews-main-right .right-main .right-item {
  height: 76px;
  background: #FFFFFF;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.plateNews-main .plateNews-main-right .right-main .right-item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.plateNews-main .plateNews-main-right .right-main .right-item:hover .ellipsis-2 {
  color: #DA0502 !important;
}

.plateNews-main .plateNews-main-right .right-main .right-item:last-child {
  margin-bottom: 0;
}

.plateNews-main .plateNews-main-right .right-main .right-item .data {
  width: 60px;
  height: 52px;
  text-align: center;
}

.plateNews-main .plateNews-main-right .right-main .right-item .data p:nth-of-type(1) {
  height: 30px;
  line-height: 30px;
  background: #E60012;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.plateNews-main .plateNews-main-right .right-main .right-item .data p:nth-of-type(2) {
  font-size: 12px;
  color: #E60012;
  height: 22px;
  background: #F0F0F0;
}

.plateNews-main .plateNews-main-right .right-main .right-item .ellipsis-2 {
  width: calc(100% - 80px);
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.icon_btn_box {
  width: 100%;
  padding: 10px 0;
  background: #f6f6f6;
  box-sizing: border-box;
}

.icon_btn_box>ul {
  width: 1200px;
  margin: 0 auto;
}

.icon_btn_box>ul>li.icon_btn_active {
  background: #e60012;
  color: #ffffff;
}

.icon_btn_box>ul>li {
  width: 109px;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 22px;
  padding: 18px 0;
  float: left;
  cursor: pointer;
}

.icon_btn_box>ul>li>i {
  display: block;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 11px;
  color: #DA0502;
}

.icon_btn_box>ul>li.icon_btn_active>i {
  color: #ffffff;
}

.icon_btn_box>ul>li:hover {
  background: #e60012;
  color: #ffffff;
}

.icon_btn_box>ul>li:hover i {
  color: #ffffff;
}

.news_center_box {
  width: 100%;
  background: #ffffff;
}

.news_center_box>div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/news_center.png) center 54px/267px no-repeat;
  text-align: center;
}

.news_center_title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #da0502;
  line-height: 31px;
  letter-spacing: 1px;
  padding: 66px 0 49px;
  box-sizing: border-box;
}

.news_center_title::after {
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background: #da0502;
  margin: 0 auto;
  margin-top: 17px;
}

.news_center_tab {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 50px;
}

.news_center_tab>li {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 21px;
  background: #f6f6f6;
  float: left;
  padding: 10px 20px;
  cursor: pointer;
}

.news_center_tab>li:nth-child(2) {
  margin: 0 20px;
}

.news_center_tab>li.news_center_tab_active {
  background: #da0502;
  color: #ffffff;
}

.news_center_tabList>li {
  width: 50%;
  height: 185px;
}

.news_center_imgList {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.news_center_imgList>img {
  width: 100%;
  height: 100%;
}

.news_center_textList {
  width: 50%;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 20px;
  height: 100%;
  text-align: left;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

.news_center_textList:hover {
  background: #da0502;
  color: #ffffff;
  transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  -webkit-transform: translate(0px, -6px);
  -o-transform: translate(0px, -6px);
  -moz-transform: translate(0px, -6px);
  transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  z-index: 100;
}

.news_center_textList:hover::after {
  background: #ffffff;
}

.news_center_tabList>li>div.news_center_textList {
  position: relative;
}

.news_center_line {
  position: relative;
}

.news_center_line::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 3px;
  background: #da0502;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: -28px;
  z-index: 100;
}

.news_center_textList_second .news_center_line::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 3px;
  background: #da0502;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  /* top: 42px; */
  top: 50%;
  left: auto;
  right: -28px;
  z-index: 100;
}

.news_center_tabList>li .news_center_textList:hover .news_center_line::after {
  background: #ffffff;
}

.news_center_textList:hover .news_center_tabList_title {
  color: #ffffff;
}

/* .news_center_imgList>img:hover {
    transform: scale(2);
    transition: transform 2.4s ease;
} */
.news_center_tabList_title {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #2b2b2b;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.news_center_tabList_content {
  margin: 10px 0;
  max-height: 48px;
}

.news_center_see_more {
  width: 143px;
  height: 51px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  margin: 50px auto;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #2b2b2b;
  line-height: 51px;
  /* font-weight: 550; */
  cursor: pointer;
  text-align: center;
}

.news_center_see_more:hover {
  background: #da0502;
  color: #ffffff;
  border: 1px solid #da0502;
}

.news_center_see_more:hover>i {
  color: #ffffff;
}

.news_center_see_more>i {
  font-weight: 800;
  color: #da0502;
}

.alumin_activities_box {
  width: 100%;
  /* height: 616px; */
  background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/alumin_activities_bg.png) center 100%/100% 100% no-repeat;
}

.alumin_activities_box>div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/alumin_activities.png) center 54px/341px no-repeat;
  text-align: center;
}

/* 通知公告模块 */
.notice_notice_tabList {
  /* display: none; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #2b2b2b;
  line-height: 30px;
}

.notice_notice_tabList>li {
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 21px 15px;
  box-sizing: border-box;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.notice_notice_tabList>li:nth-child(3n+3) {
  margin-right: 0px;
}

.notice_notice_tabList>li:nth-child(n+6) {
  margin-bottom: 0px;
}

.notice_notice_tabList_title {
  width: 256px;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.notice_notice_time {
  background: #da0502;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  margin-right: 20px;
}

.notice_notice_time>div:nth-child(1) {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 31px;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

.notice_notice_time>div:nth-child(2) {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 16px;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

.notice_notice_tabList>li:hover {
  color: #DA0502;
}

/* 校友活动Swiper */
#alumin_activities_banner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#alumin_activities_banner .alumin_activities_swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#alumin_activities_banner .swiper-slide {
  width: 100%;
}

#alumin_activities_banner .swiper-slide a>img {
  width: 100%;
  height: 160px;
  display: block;
}

#alumin_activities_banner .swiper-slide a {
  overflow: hidden;
  display: block;
  position: relative;
}

.alumin_activities_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.alumin_activities_hover>img {
  width: auto;
  height: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

.alumin_activities_swiper-container ul>li:hover a>img {
  transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -moz-transform: scale(2);
  transition: transform 2.4s ease;
  -moz-transition: transform 2.4s ease;
  -webkit-transition: transform 2.4s ease;
  -o-transition: transform 2.4s ease;
}

/*.alumin_activities_swiper-container ul>li:hover .alumin_activities_hover {
    display: block;
}*/
.alumin_activities_swiper-container ul>li:hover .alumin_activities_swiper_text_box {
  background: #da0502;
  color: #fff;
}

.alumin_activities_swiper-container ul>li:hover .activities_time,
.alumin_activities_swiper-container ul>li:hover .activities_details {
  color: #fff;
}

#alumin_activities_banner .swiper-pagination {
  margin-bottom: 40px;
}

#alumin_activities_banner .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background: #ffffff;
  opacity: 0.7;
  border-radius: 0;
  margin-left: 4px;
  margin-right: 4px;
}

#alumin_activities_banner .swiper-pagination-bullet-active {
  width: 30px;
  height: 5px;
  background: #da0502;
}

.alumin_activities_swiper_text_box {
  width: 100%;
  padding: 20px 16px 30px;
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  /* text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2); */
  text-align: left;
  font-size: 16px;
  /* color: rgba(43, 43, 43, 1); */
  color: #2B2B2B;
  line-height: 24px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.alumin_activities_swiper_text_box .activities_time {
  padding: 12px 0 20px;
  color: #999999;
  line-height: 19px;
  font-size: 14px;
}

.alumin_activities_swiper_text_box .activities_details {
  font-size: 14px;
  color: #da0502;
  display: inline-block;
}

.alumin_activities_swiper-container {
  width: 100%;
  height: 100%;
}

.alumin_activities_swiper-container ul {
  width: 100%;
  /* height: 420px; */
}

.alumin_activities_swiper-container ul>li {
  float: left;
  width: 285px;
  margin-right: 20px;
  position: relative;
}

.alumin_activity_label {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #64C42E;
  border: 1px solid #E1F3D8;
  background: #E1F3D8;
  height: 24px;
  padding: 0 8px;
  line-height: 24px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 12px;
}

.alumin_activity_label[data='1'] {
  color: #64C42E;
  border: 1px solid #E1F3D8;
  background: #E1F3D8;
}

.alumin_activity_label[data='2'] {
  color: #E9A32F;
  border: 1px solid #FAECD8;
  background: #FAECD8;
}

.alumin_activity_label[data='3'] {
  color: #F76C6A;
  border: 1px solid #FDE2E2;
  background: #FDE2E2;
}

.alumin_activities_swiper-container ul>li:last-child {
  margin-right: 0px;
}

.alumin_activities_swiper-container ul>li i {
  font-size: 12px;
  margin-left: 10px;
}

#alumin_activities_banner .alumin_activities_swiper-pagination {
  margin: 60px 0 50px;
}

#alumin_activities_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 15px;
}

#alumin_activities_banner .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #ffffff;
}

.alumni_style_box {
  width: 100%;
  /* height: 616px; */
  /* background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/alumin_activities_bg.png)center 100%/100% 100% no-repeat; */
  margin-bottom: 50px;
}

.alumni_style_box>div {
  width: 1200px;
  /* height: 100%; */
  margin: 0 auto;
  box-sizing: border-box;
  background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/alumni_style.png) center 54px/341px no-repeat;
  /* text-align: center; */
}

/* 校友风采轮播重写 */
.alumni_style_banner_box {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 大轮播 */
.big_alumni_style_banner {
  width: 800px;
  overflow: hidden;
}

.big_alumni_style_banner>.big_alumni_style_swiper-container,
.small_alumni_style_banner>.small_alumni_style_swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.big_alumni_style_swiper-container,
.small_alumni_style_swiper-container .swiper-slide {
  width: 100%;
}

.alumni_style_leftImg {
  width: 800px;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.alumni_style_leftImg>img {
  width: 100%;
  height: 460px;
  vertical-align: top;
  transition: transform 0s;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  -o-transition: transform 0s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: -1;
}

.big_alumni_style_swiper-container .swiper-slide.swiper-slide-active .alumni_style_leftImg>img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: transform 3s;
  -webkit-transition: transform 3s;
  -moz-transition: transform 3s;
  -o-transition: transform 3s;
}

.alumni_style_text {
  width: 690px;
  height: 170px;
  background: #da0502;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 18px;
  margin-top: -85px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 24px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 48px 44px 34px;
  box-sizing: border-box;
}

.alumni_style_time {
  padding: 0 10px;
  height: 36px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: -18px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #da0502;
  line-height: 36px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.alumni_style_time i {
  font-size: 14px;
  margin-right: 8px;
}

.alumni_style_content {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 24px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
}

/* 小轮播 */
.small_alumni_style_banner {
  width: 460px;
  margin-left: -60px;
  margin-top: 57px;
}

.alumni_style_rightImg {
  width: 460px;
  height: 100%;
  cursor: pointer;
  /* height: 288px; */
  /* position: absolute;
    top: 86px;
    right: 0px; */
}

.alumni_style_rightImg>img {
  width: 100%;
  height: 288px;
}

.alumni_style_rightText {
  width: 420px;
  height: 110px;
  background: #ffffff;
  position: relative;
  margin-top: -55px;
  /* position: absolute;
    bottom: -55px;
    left: 0; */
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #2b2b2b;
  line-height: 110px;
  padding: 0 44px;
  box-sizing: border-box;
}

.alumni_style_rightTitle {
  /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); */
}

.alumni_style_rightTime {
  width: 142px;
  height: 36px;
  background: #da0502;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 36px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: -18px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.alumni_style_rightTime i {
  font-size: 14px;
  margin-right: 10px;
}

.small_alumni_style_banner .alumni_style_swiper-pagination {
  z-index: 10000;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 35px;
}

.small_alumni_style_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d8d8d8;
  border-radius: 50%;
  margin: 0 15px;
}

.small_alumni_style_banner .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #da0502;
}

/* 校友风采END */
.school_history_box {
  box-sizing: border-box;
  padding-bottom: 60px;
  width: 100%;
  /* height: 616px; */
  background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/school_history_bg.png) center 100%/100% 100% no-repeat;
}

.school_history_box>div {
  /* width: 1200px; */
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/school_history.png) center 54px/341px no-repeat;
  text-align: center;
}

.school_history_tab {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 50px;
}

.school_history_tab>li {
  /* width:112px; */
  /* height: 21px; */
  height: 40px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 40px;
  background: #ffffff;
  float: left;
  padding: 0px 20px;
  cursor: pointer;
}

.school_history_tab>li {
  margin-right: 12px;
}

.school_history_tab>li:last-child {
  margin-right: 0;
}

.school_history_tab>li.school_history_tab_active {
  background: #da0502;
  color: #ffffff;
}

#history_demo {
  width: 100%;
  position: relative;
  /* background: url("/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/alumin_activities_bg.png") center 100%/100%
      100% no-repeat; */
  height: 610px;
}

#history_demo>.history_box {
  z-index: 10;
  /* width: 86%; */
  width: 1488px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}

.long-line {
  display: inline-block;
  height: 8px;
  background: #da0502;
  border-radius: 4px;
  position: absolute;
  left: 0%;
  top: 50%;
  margin-top: -4px;
  font-size: 0;
  min-width: 100%;
  text-align: left;
}

.long-line>li {
  padding: 4px;
  border-radius: 50%;
  border: 12px solid #ffffff;
  margin-left: 120px;
  margin-top: -12px;
  box-sizing: border-box;
  display: inline-block;
  white-space: normal;
}

.long-line>li:last-child {
  padding: 4px;
  border-radius: 50%;
  border: 12px solid #ffffff;
  margin-right: 120px;
  margin-top: -12px;
  box-sizing: border-box;
  display: inline-block;
  white-space: normal;
}

#school_history_banner {
  width: 90%;
  /* width: 1200px; */
  /* height: 544px; */
  margin: 0 auto;
  position: relative;
}

.school_history_swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.school_history_swiper-container .swiper-slide {
  width: 100%;
  height: 610px;
}

.level>li {
  padding: 4px;
  border-radius: 50%;
  /* width: 8px;
    height: 8px; */
  border: 12px solid #ffffff;
  /* float: left; */
  /* margin-left: 10%; */
  /* margin-left: 139px; */
  margin-left: 120px;
  margin-top: -12px;
  box-sizing: border-box;
}

.level>li>div {
  position: relative;
}

.level>li:nth-child(odd)>div>div {
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 32px;
  left: 0px;
  padding: 10px 10px 20px;
  margin-left: -100px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #2b2b2b;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

.level>li:nth-child(odd)>div>div::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 90px;
}

.level>li>div>div img {
  width: 100%;
  margin-bottom: 10px;
}

.level>li>div>div a {
  display: block;
  overflow: hidden;
}

.level>li>div>div>p:nth-child(2) {
  max-height: 96px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.level>li>div>div img:hover {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  -moz-transform: scale(1.6);
  transition: transform 1.6s ease;
  -webkit-transition: transform 1.6s ease;
  -moz-transition: transform 1.6s ease;
  -o-transition: transform 1.6s ease;
}

.level>li:nth-child(odd):hover>div>div {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  -moz-transform: translateY(4px);
  transition: transform 1.6s ease;
  -webkit-transition: transform 1.6s ease;
  -moz-transition: transform 1.6s ease;
  -o-transition: transform 1.6s ease;
}

.level>li:nth-child(even):hover>div>div {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transition: transform 1.6s ease;
  -webkit-transition: transform 1.6s ease;
  -moz-transition: transform 1.6s ease;
  -o-transition: transform 1.6s ease;
}

.level>li:nth-child(even)>div>div {
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 32px;
  left: 0px;
  padding: 10px 10px 20px;
  margin-left: -100px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #2b2b2b;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

.level>li:nth-child(even)>div>div::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 90px;
}

.level>li:nth-child(odd) .school_history_time {
  border-radius: 12px 0px 12px 0px;
  background: #da0502;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 24px;
  position: absolute;
  top: -12px;
  left: 0;
  padding: 0 10px;
}

.level>li:nth-child(even) .school_history_time {
  border-radius: 12px 0px 12px 0px;
  background: #da0502;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 24px;
  position: absolute;
  bottom: -12px;
  left: 0;
  padding: 0 10px;
}

#history_demo .button {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 285px;
  left: 0;
}

#history_demo .button>div {
  background-color: rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

#history_demo .school_history_prev {
  float: left;
  margin-left: 2.5%;
  width: 40px;
  height: 40px;
  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;
}

#history_demo .school_history_next {
  float: right;
  margin-right: 2.5%;
  width: 40px;
  height: 40px;
  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;
}

.last_box {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 60px;
  box-sizing: border-box;
}

.donation_box_title {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #da0502;
  line-height: 31px;
  letter-spacing: 1px;
  position: relative;
}

.donation_box_title::after {
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background: #da0502;
  margin-top: 17px;
}

.donation_box_title>img {
  position: absolute;
  bottom: 2px;
  left: 45px;
  z-index: -1;
}

.donation_box_content {
  width: 570px;
  background: #da0502;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.28);
  margin-top: 30px;
  text-align: center;
}

.donation_box_content ul li {
  width: 30%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.donation_box_content>ul {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 21px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 12px;
}

.donation_box_content .second_list {
  height: 267px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 17px 0 25px;
}

.donation_box_content .second_list>div>ul {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 21px;
  padding: 12px;
  box-sizing: border-box;
}

.quick_entry_box {
  float: right;
}

.quick_entry_content {
  margin-top: 30px;
  text-align: center;
}

.quick_entry_content>ul {
  width: 590px;
  font-size: 0;
  /* height: 320px; */
}

.quick_entry_content>ul>li {
  width: 285px;
  height: 152px;
  line-height: 150px;
  background: #da0502;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.quick_entry_content>ul>li:nth-child(1),
.quick_entry_content>ul>li:nth-child(2) {
  margin-bottom: 20px;
}

.quick_entry_content>ul>li:nth-child(1),
.quick_entry_content>ul>li:nth-child(3) {
  margin-right: 20px;
}

.quick_entry_content>ul>li>img {
  width: 100%;
  height: 100%;
}

.mantle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  vertical-align: middle;
}

.mantle i {
  font-size: 22px;
  margin-right: 16px;
  vertical-align: middle;
}

.quick_entry_content>ul>li:hover .mantle {
  background: rgba(218, 5, 2, 0.8);
}

.quick_entry_content>ul>li:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transition: transform 2s;
  -webkit-transition: transform 2s;
  -moz-transition: transform 2s;
  -o-transition: transform 2s;
}

.count_box {
  width: 100%;
  height: 600px;
  background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/home/gwbj.jpg) center 100%/100% 100% no-repeat;
  position: relative;
}

.count_content_box {
  width: 600px;
  background: rgba(218, 5, 2, 0.7);
  padding: 48px 0px;
  font-size: 36px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 47px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.count_content_box>li {
  width: 50%;
  height: 100%;
  text-align: center;
  float: left;
}

.count_content_box>li>ul>li:last-child {
  font-size: 16px;
  line-height: 21px;
  margin: 14px 0 40px;
}

.count_content_box>li>ul:last-child>li:last-child {
  margin-bottom: 0;
}

.swiper1 {
  width: 100%;
  /* width: 920px; */
  margin-bottom: 50px;
}

.swiper1 .selected {
  border-bottom: 2px solid #da0502;
}

.swiper1 .swiper-slide {
  text-align: center;
  font-size: 16px;
  /* height: 50px; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  width: 112px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 40px;
  cursor: pointer;
  white-space: nowrap;
}

/* 浏览器悬浮窗口 */
.floating_window {
  position: fixed;
  width: 240px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #da0502;
  line-height: 24px;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 1000000;
}

.floating_window>div {
  position: relative;
}

.xf_bg {
  width: 100%;
}

.xf_text_box {
  position: absolute;
  top: 12px;
  left: 28px;
  width: 182px;
  height: 126px;
  text-align: left;
  overflow: auto;
}

.news_center_imgList {
  position: relative;
}

.news_center_imgList i {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  z-index: 10;
}

.news_center_imgList:hover i {
  left: 100%;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

/* 改版校友风采 */
#page3_modify_alumni_style_banner .swiper-slide {
  height: 280px;
  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: 220px;
  height: 280px;
  overflow: hidden;
}

#page3_modify_alumni_style_banner img {
  width: 100%;
  height: 100%;
  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: 480px;
  height: 280px;
  /* background-color: var(--theme_color); */
  background-color: #DA0502;
  /* 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: 40px 30px 55px;
  /* display: block; */
  width: 480px;
  transform: scale(1);
}

.page3_modify_alumni_style_banner_textbox h1 {
  height: 24px;
  font-size: 18px;
  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.4);
  margin: 24px 0;
}

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

@media screen and (max-width: 1100px) {
  .plateNews-main {
    width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box;
    flex-direction: column;
  }

  .plateNews-main>div {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

/* 改版校友风采 END */