/* 首页 */
.main_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-swiper-mobi{
	display: none;
}

.banner-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev svg,.swiper-button-next svg {
  width: 21px;
  height: 37px;
  color: #f6d09f;
}
.top_nav{
  width: 100%;
  padding-right: 65px;
  box-sizing: border-box;
  display: flex;
}
.top_nav img{
  width: 23px;
}
.nav_left{
  width: calc(100% - 75px);
  display: flex;
}
.logo{
  width: 288px;
  padding: 18px 0 0 74px;
  box-sizing: border-box;
}
.logo img{
  width: 120px;
  height: 120px;
}
.nav{
  display: flex;
  justify-content: space-between;
  margin-right: 126px;
  padding-top: 44px;
  width: calc(100% - 414px);
}
.nav li a{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 26px;
  line-height: 0;
}
.nav li a.active,.nav li a.current{
  color: #FFDEAC;
}
.nav li a span{
  margin-left: 4px;
  display: inline-block;
}
.nav_btn{
  padding-top: 46px;
}
.nav_btn img,.nav_btn span{
  float: left;
}
.nav_btn img:nth-child(1){
  width: 24px;
}
.nav_btn span{
  display: inline-block;
  width: 2px;
  height: 21px;
  background-color: #fff;
  margin: 0 13px;
}
.width_24{
  width: 24px;
}
.width_25{
  width: 25px;
}
.width_27{
  width: 27px;
}
.nav li.has-dropdown{
  position: relative;
}
.nav li.has-dropdown > a{
  position: relative;
  z-index: 20;
  pointer-events: auto;
}
.nav li .dropdown-menu{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 327px;
  background: url('../images/bg_nav.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 82px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
  white-space: nowrap;
  pointer-events: none;
  margin-top: -44px;
}
.nav li .dropdown-menu.active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nav li .dropdown-menu li a{
  color: #FFF0D8;
  font-size: 22px;
  line-height: 57px;
  justify-content: center;
}
.nav li .dropdown-menu li a:hover{
  color: #FFDEAC;
}
.nav li .dropdown-menu.dropdown-trends-3{
  background: url('../images/bg_trends-3.png') no-repeat;
  background-size: 100% 100%;
  height: 327px;
}
.nav li .dropdown-menu.dropdown-trends-4{
  background: url('../images/bg_trends.png') no-repeat;
  background-size: 100% 100%;
  height: 387px;
}
.nav li .dropdown-menu.dropdown-trends-5{
  background: url('../images/bg_trends-5.png') no-repeat;
  background-size: 100% 100%;
  height: 447px;
}
.nav li .dropdown-menu.dropdown-trends-6{
  background: url('../images/bg_trends-468.png') no-repeat;
  background-size: 100% 100%;
  height: 507px;
}
.slogan_box{
  position: absolute;
  top: 37.6%;
  left: 50%;
  width: 1346px;
  margin-left: -673px;
}
.slogan_box img{
  width: 100%;
}
.time_wrapper{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.time_wrapper div{
  position: absolute;
  bottom: 0;
}
.ripple_left{
  width: 47.03%;
  height: 120px;
  background: url('../images/bg_ripple_left.png') no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.time_box{
  width: 282px;
  height: 246px;
  left: 50%;
  margin-left: -141px;
  background: url('../images/bg_countdown.png') no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  text-align: center;
  line-height: 200px;
  color: red;
  font-size: 15px;
}
.time_box span{
  display: inline-block;
  padding-left: 8px;
}
.ripple_right{
  width: 47.03%;
  height: 120px;
  background: url('../images/bg_ripple_right.png') no-repeat;
  background-size: 100% 100%;
  right: 0;
}
/* 捐赠祝福 */
.red_nav{
  background: url('../images/bg_red.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 21;
}
.red_nav .nav_left{
  height: 143px;
}
.red_nav .logo{
  position: absolute;
  left: 0;
  top: 0;
  height: 174px;
  background: url('../images/bg_logo_red.png') no-repeat;
  background-size: 100% 100%;
}
.red_nav .nav{
  margin-left: 288px;
}
.blessing_box{
  width: 100%;
  height: 980px;
  background: url('../images/bg_blessing-2.jpg') no-repeat;
  background-size: 100% 100%;
  margin-top: -31px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.blessing_wrap{
  width: 100%;
  height: 588px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 153px;
}
.blessing_wrap div{
  font-size: 32px;
  color: #F3D3A6;
  line-height: 71px;
  width: fit-content;
  height: 71px;
  padding: 20px 40px 20px 4px;
  background: #C22C30;
  border-radius: 17px;
  border: 2px solid #F3D3A6;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.blessing_wrap div.active{
  background: #EB4A33;
  border: 2px solid #F3D3A6;
  box-shadow: 0 0 13px 5px rgba(230, 189, 150, 0.52);
}
.blessing_wrap div img{
  width: 88px;
}
.submit{
  width: 795px;
  height: 787px;
  background: url('../images/bg_paper.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.close{
  width: 100%;
  height: 53px;
  text-align: right;
  padding: 12px 17px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.close img{
  width: 41px;
}
.submit_list{
  width: 569px;
  height: 336px;
  margin: 37px 62px 40px 102px;
  overflow: auto;
  padding: 0 31px;
}
.submit_list::-webkit-scrollbar{
  width: 4px;
}
.submit_list::-webkit-scrollbar-track{
  background: #D6C6A0;
}
.submit_list::-webkit-scrollbar-thumb{
  background: #D0A86E;
  width: 15px;
  border-radius: 2px;
}
.list_show{
  font-size: 32px;
  color: #B07241;
  line-height: 70px;
  border-bottom: 1px dashed #B07241;
  position: relative;
  cursor: pointer;
}
.list_show.active{
  color: #BC2D2D;
}
.list_show div{
  position: absolute;
  left: -31px;
  top: 32px;
  width: 13px;
  height: 13px;
  background: #A71E1E;
  border-radius: 50%;
}
.submit_list img{
  position: absolute;
  bottom: -42px;
}
.submit_list img:nth-of-type(1) {
  width: 795px;
  left: 0;
}
.submit_list img:nth-of-type(2) {
  width: 39px;
  left: -39px;
}
.submit_list img:nth-of-type(3) {
  width: 41px;
  right: -41px;
}
.send{
  width: 336px;
  height: 98px;
  background: url('../images/btn_submit.png') no-repeat;
  background-size: 100% 100%;
  font-size: 40px;
  color: #AC5F23;
  text-align: center;
  line-height: 98px;
  margin: 0 auto;
  position: relative;
}
.float_btn{
  position: fixed;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  transform-origin: right bottom; /* 配合 scale(1.5) 将按钮放大 1.5 倍*/
  bottom: 250px;
  width: 180px;
  height: 60px;
  background: url('../images/btn_submit.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float_btn img{
  display: none;
}
.float_btn span{
  font-size: 24px;
  color: #AC5F23;
  font-weight: bold;
}
.footer_box{
  width: 100%;
  height: 358px;
  background: url('../images/bg_footer.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 100;
}
.footer_main{
  display: flex;
  padding-top: 94px;
}
.footer_logo{
  width: 405px;
}
.footer_logo img{
  width: 100%;
}
.link_box{
  margin: 0 130px 0 102px;
  font-size: 20px;
  color: #F3D3A6;
  line-height: 32px;
  padding-top: 30px;
  width: calc(100% - 1058px);
}
.link_box a{
  color: #F3D3A6;
}
.link_box p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
}
.link_list{
	float: left;
	width:calc(100% - 120px);
}
.link_wrap p,.link_wrap a{
  float: left;
}
.link_wrap a{
  margin-left: 32px;
}
.wechat_wrap{
  display: flex;
  gap: 23px;
}
.wechat_wrap img{
  width: 199px;
  height: 156px;
}
/* 百廿暨南 */
.process_box{
  height: 992px;
  background: url('../images/bg_process.jpg') no-repeat;
  background-size: 100% 100%;
}
.process_step{
  width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 86px;
}
.process_step img{
  width: 218px;
}
.phots{
  padding-top: 30px;
}
.campus{
  padding-top: 54px;
}
.global{
  padding-top: 46px;
}
/* 校庆服务 */
.service_box{
  height: 706px;
  background: url('../images/bg_service.jpg') no-repeat;
  background-size: 100% 100%;
}
.theme{
  width: 100%;
  height: 694px;
  background: url('../images/bg_theme.jpg') no-repeat;
  background-size: 100% 100%;
}
.theme_content{
  width: 1546px;
  margin: 0 auto;
  display: flex;
}
.tag{
  font-weight: bold;
  font-size: 40px;
  color: #F3D3A6;
  line-height: 40px;
  letter-spacing: 8px;
  writing-mode: vertical-lr;
  padding-top: 66px;
}
.logo_theme{
  line-height: 54px;
  letter-spacing: 0;
  padding-top: 172px;
  margin: 0 20px 0 16px;
  font-weight: 400;
}
.video_box{
  width: 976px;
  height: 730px;
  background: url('../images/bg_video.png') no-repeat;
  background-size: 100% 100%;
  margin-top: -46px;
  text-align: center;
  font-size: 30px;
  color: #E1A08B;
  line-height: 30px;
  position: relative;
}
.video_box img{
  position: absolute;
  left: 50%;
  top: 298px;
  width: 115px;
  height: 110px;
  margin-left: -55px;
  z-index: 10;
  cursor: pointer;
}
.video_box video{
  width: 844px;
  height: 538px;
  padding-top: 52px;
}
.video_box p{
  margin-top: 20px;
}
.intro_box{
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 140px;
  margin-left: 24px;
}
.intro_box img{
  width: 430px;
}
.creative{
  width: 100%;
  height: 800px;
  background: url('../images/bg_creative.jpg') no-repeat;
  background-size: 100% 100%;
}
.creative_content{
  width: 1620px;
  margin: 0 auto;
  display: flex;
}
.creative_wrap{
  width: 452px;
  /*height: 532px;*/
  background: #F6F0DF;
  box-shadow: 4px 0px 30px 0px rgba(221,198,159,0.69);
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
  border-bottom: 4px solid #F6F0DF;
  box-sizing: border-box;
  /*margin-top: 122px;*/
  margin-top: 182px;
}
.creative_wrap:hover{
  background: #FEFAEF;
  box-shadow: 4px 0px 30px 0px rgba(128,98,49,0.35);
  border-bottom: 4px solid #BD141C;
}
.creative_wrap img{
  width: 100%;
  /*height: 452px;*/
}
.to_more{
  text-align: right;
  padding-right: 26px;
  font-size: 20px;
  line-height: 66px;
}
.to_more a{
  color: #614700;
}
.university_box{
  /*margin: 122px 28px 0;*/
  margin: 182px 28px 0;
}
.gift{
  font-weight: bold;
  font-size: 40px;
  color: #810F13;
  line-height: 40px;
  letter-spacing: 8px;
  writing-mode: vertical-lr;
  padding-top: 162px;
  margin: 0 26px 0 94px;
}
.creative_souvenirs{
  margin: 0;
  padding-top: 266px;
  line-height: 54px;
  letter-spacing: 0;
  font-weight: 400;
}
.service_wrapper{
  width: 100%;
  height: 900px;
  background: url('../images/bg_serve.jpg') no-repeat;
  background-size: 100% 100%;
}
.serve_text{
  font-weight: bold;
  font-size: 40px;
  color: #614700;
  line-height: 40px;
  letter-spacing: 8px;
  writing-mode: vertical-lr;
  padding-top: 212px;
}
.serve_text.logo_theme{
  line-height: 54px;
  letter-spacing: 0;
  padding-top: 310px;
  margin: 0 164px 0 16px;
  font-weight: 400;
}
.serve_box{
  display: flex;
  gap: 136px;
  margin-top: 178px;
}
.serve_box img{
  width: 218px;
  height: 478px;
}
/* 校园动态详情 */
.dynamics_wrap{
  position: relative;
  height: auto;
  background: url('../images/bg_dynamics.jpg') no-repeat;
  background-size: 100% 100%;
}
.dynamics_wrap .main_content{
  padding-bottom: 298px;
}
.page_nav{
  padding-top: 71px;
  font-weight: 500;
  font-size: 24px;
  color: #614700;
  line-height: 24px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.page_nav a{
  color: #614700;
}
.content_box{
  font-weight: 500;
  font-size: 26px;
  color: #614700;
  line-height: 45px;
  text-indent: 52px;
  text-align: justify;
}
.article_content img:not(.sudy-attachment-icon){
  width: 864px;
  display: flex;
  margin: 52px auto 0;
  box-shadow: 32px 0px 27px 0px rgba(93,85,59,0.16);  
}
/*
.content_box img:not(.sudy-attachment-icon){
  width: 864px;
  display: flex;
  margin: 52px auto 0;
  box-shadow: 32px 0px 27px 0px rgba(93,85,59,0.16);
}
*/
.content_box p{
  margin-top: 1.2em;
}
.top_title{
  text-align: center;
  text-indent: 0;
  font-size: 30px;
  line-height: 30px;
  color: #614700;
  border-bottom: 2px dashed #614700;
  padding-bottom: 44px;
  margin-top: 40px;
}
.article_date{
  line-height: 26px;
  margin-top: 40px;
}
.article_date img{
  width: 25px;
  margin: 0;
  box-shadow: none;
}
.article_date span{
  text-indent: 0;
  margin-left: 14px;
  display: inline-block;
}
.door{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -80px;
}
/* 校庆动态 */
.dynamics_box{
  height: 706px;
  background: url('../images/bg_trends.jpg') no-repeat;
  background-size: 100% 100%;
}
.news_box{
  width: 100%;
  height: 540px;
  background: #BD141C;
  position: relative;
  z-index: 20;
}
.news_title{
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 8px;
  writing-mode: vertical-lr;
  padding-top: 62px;
}
.campus_news{
  line-height: 54px;
  letter-spacing: 0;
  padding-top: 168px;
  margin: 0 48px 0 16px;
  font-weight: 400;
}
.banner_swiper{
  margin: -47px 0 0;
  width: 682px;
  height: 588px;
}
.banner_swiper img{
  width: 100%;
}
.banner_swiper .swiper-pagination-bullet {
  background: #BD141C;
  opacity: 1;
}
.banner_swiper .swiper-pagination-bullet-active {
  background: #F9F3E3;
  opacity: 1;
}
.news_list{
  position: absolute;
  top: 0;
}
.news_list div{
  width: 100%;
  height: 89px;
  border-bottom: 1px solid rgba(97, 71, 0, .5);
  background: #F9F3E3;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 22px;
  color: #614700;
}
.news_list div.active{
  background: #FFFAF4;
}
.news_list div span:nth-child(1) {
  display: inline-block;
  margin: 0 34px 0 76px;
}
.news_list div span:nth-child(2) {
  font-size: 30px;
}
.news_list div img{
  position: absolute;
  left: 0;
  top: 25px;
  width: 16px;
  display: none;
}
.news_list div.active img{
  display: block;
}
.news_list a div span:first-child {
  width: 582px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
.video_wrap{
  width: 100%;
  height: 1306px; 
  background: #FCF7E9;
  position: relative;
}
.video_swiper {
  width: 1418px;
  height: 450px;
  padding-top: 118px;
}
.video_swiper .swiper-slide {
  width: 800px !important;
  height: 100%;
  position: relative;
}
.video_swiper .swiper-slide img,.video_swiper .swiper-slide video{
  width: 100%;
  height: 100%;
}
.video_swiper .swiper-slide video{
  display: none;
}
.video_swiper .swiper-slide .video_bg{
  display: block;
}
.to_play{
  position: absolute;
  width: 115px !important;
  height: 110px !important;
  left: 50%;
  top: 162px;
  margin-left: -55px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.video_swiper .swiper-slide-active .to_play.show_btn{
  display: block;
}
.video_swiper .swiper-slide-active{
  border-radius: 4px;
  box-shadow: 0px 0px 27px 0px rgba(93,85,59,0.16);
  border-radius: 4px;
  overflow: hidden;
}
.video_title{
  font-weight: bold;
  font-size: 40px;
  color: #A61919;
  line-height: 40px;
  letter-spacing: 8px;
  writing-mode: vertical-lr;
  padding-top: 116px;
  margin: 0 14px 0 86px;
}
.video_gallery{
  line-height: 54px;
  letter-spacing: 0;
  padding-top: 220px;
  margin: 0;
  font-weight: 400;
}
.home_title{
  font-weight: bold;
  font-size: 40px;
  color: #614700;
  line-height: 40px;
  letter-spacing: 8px;
  writing-mode: vertical-lr;
  padding-top: 208px;
}
.alumni_homecoming{
  line-height: 54px;
  letter-spacing: 0;
  padding-top: 298px;
  margin: 0 124px 0 10px;
  font-weight: 400;
}
.home_wrap{
  display: flex;
  align-items: center;
  height: 458px;
  gap: 36px;
  position: relative;
  padding-top: 163px;
}
.home_box{
  width: 265px;
  height: 458px;
  cursor: pointer;
}
.home_box:hover .person_intro{
  background-color: #BD141C;
  color: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.home_img{
  width: 100%;
  height: 364px;
}
.home_img img{
  width: 100%;
  height: 100%;
}
.person_intro{
  width: 100%;
  height: 159px;
  background: rgba(221, 198, 159, 0.86);
  border-radius: 0px 0px 5px 5px;
  /*padding: 38px 40px 0 44px;*/
  padding:10px;
  box-sizing: border-box;
  font-size: 20px;
  color: #614700;
  /*line-height: 20px;*/
  line-height:35px;
  margin-top: -65px;
  position: relative;
}
.person_intro p:nth-child(2) {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.see_more{
  text-align: right;
}
.home_wrap a{
  position: absolute;
  right: 0;
  bottom: -54px;
  font-size: 20px;
  color: #614700;
}
.floor{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.media_wrapper{
  width: 100%;
  height: 897px;
  background: url('../images/bg_media.jpg') no-repeat;
  background-size: 100% 100%;
}
.media_box{
  display: flex;
  align-items: center;
  gap: 29px;
  padding-top: 146px;
}
.media_content{
  width: 449px;
  height: 530px;
  background: rgba(252, 247, 233, 0.66);
  box-shadow: 4px 0px 29px 0px rgba(221,198,159,0.69);
  font-size: 24px;
  color: #614700;
  line-height: 30px;
  padding: 40px 33px 35px;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.media_content:hover{
  border-bottom: 4px solid #BD141C;
  background: #FEFAEF;
  box-shadow: 4px 0px 29px 0px rgba(128,98,49,0.75);
}
.media_img{
  width: 380px;
  margin: 34px 0;
}
.media_img img{
  width: 100%;
}
.media_date{
  font-size: 50px;
  color: #654D13;
}
.media_date span{
  display: inline-block;
  margin-left: 16px;
  font-size: 20px;
}
.to_see{
  margin-top: 4px;
  text-align: right;
  font-size: 20px;
}
.to_see a{
  color: #614700;
}
.media_focus{
  font-weight: bold;
  font-size: 40px;
  color: #614700;
  line-height: 40px;
  letter-spacing: 8px;
  writing-mode: vertical-lr;
  padding-top: 232px;
  margin: 0 16px 0 93px;
}
.media_coverage{
  line-height: 54px;
  letter-spacing: 0;
  padding-top: 336px;
  margin: 0;
  font-weight: 400;
}
/* 校庆动态列表页 */
.top_tab{
  position: absolute;
  left: 50%;
  top: 0;
  width: 850px;
  height: 82px;
  background: url('../images/bg_tab.png') no-repeat;
  background-size: 100% 100%;
  margin-left: -425px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #614700;
  line-height: 24px;
  gap: 84px;
}
.top_tab p{
  padding: 33px 0 20px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  position: relative;
  z-index: 30;
}
.top_tab p.active{
  border-color: #795f27;
}
.wrap_list{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}
.list_item{
  width: 391px;
  height: 330px;
  background: #FBF8EF;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.list_item:hover{
  background: #AF9F77;
}
.list_item:hover .list_content,.list_item:hover .time_wrap{
  color: #fff;
}
.img_box{
  width: 359px;
  height: 200px;
  margin: -22px auto 24px;
}
.img_box img{
  width: 100%;
}
.time_wrap{
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #614700;
  gap: 12px;
  padding-left: 37px;
}
.time_wrap img{
  width: 23px;
}
.list_content{
  padding: 0 37px;
  font-size: 22px;
  color: #614700;
  line-height: 30px;
  margin-top: 12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
/* 通知公告 */
.notice_wrapper{
  width: 100%;
  background: url('../images/bg_dynamics.jpg') no-repeat;
  background-size: 100% 100%;
  padding: 0 0 45px;
  margin-top: -31px;
}
.set_bottom{
  margin-bottom: 52px;
}
.notice_list{
  width: 100%;
  height: 95px;
  background: rgba(254, 253, 250, 0.4);
  display: flex;
  align-items: center;
  padding: 0 176px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 23px;
  color: #614700;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.notice_list:hover{
  background: #FEFDFA;
}
.notice_list img:nth-of-type(1) {
  width: 29px;
}
.notice_list img:nth-of-type(2) {
  width: 2px;
}
.notice_list p:nth-of-type(1) {
  margin: 0 60px 0 20px;
}
.notice_list p:nth-of-type(2) {
  margin-left: 80px;
  width: calc(100% - 372px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice_list a, .notice_list a:hover,.notice_list a:active, .notice_list a:visited,.notice_list a:focus,.notice_list a:link{
  color: #614700;
  text-decoration: none;
}
.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #614700;
  margin-top: 62px;
  line-height: 38px;
}
.prev_page{
  margin: 0 22px 0 60px;
}
.next_page{
  margin: 0 60px;
}
.pagination p,.pagination div{
  cursor: pointer;
}
.pagination div{
  width: 62px;
  height: 38px;
  margin-left: 35px;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 38px;
}
.pagination div.active{
  background: url('../images/bg_ship.png') no-repeat;
  background-size: 100% 100%;
  color: #F3EBDB;
}
/* 通知公告详情 */
.notice_content .main_content{
  padding-bottom: 94px;
}
.writer{
  text-align: right;
  margin-top: 45px;
}
/* 校史沿革 */
.milestone{
  width: 100%;
  height: 8826px;
  background: url('../images/bg_milestone.jpg') no-repeat;
  background-size: 100% 100%;
}
.milestone_title{
  font-weight: 600;
  font-size: 54px;
  line-height: 54px;
  color: #6E2D13;
  text-align: right;
  padding-top: 85px;
}
.milestone_title p:nth-of-type(2) {
  margin: 20px 0 11px;
  font-weight: 400;
  font-size: 41px;
  line-height: 41px;
}
.school_wrapper{
  display: flex;
}
.school_intro{
  width: 929px;
  font-weight: 500;
  font-size: 26px;
  color: #614700;
  line-height: 50px;
  text-indent: 52px;
  text-align: justify;
  padding-top: 68px;
  margin-left: 48px;
}
.school_intro p:nth-of-type(2) {
  margin-top: 93px;
}
.milestone_time{
  width: 623px;
  font-weight: bold;
  font-size: 26px;
  color: #C3A883;
  line-height: 26px;
  margin-left: -9px;
}
.school_img{
  display: flex;
  margin-left: 25px;
  position: relative;
}
.school_img img{
  width: 403px; /*334px;*/
}
.school_img div{
  margin: 166px 0 0 40px;
}
.school_img div img{
  width: 159px;
}
.dashed1{
  position: absolute;
  top: 232px;
  left: -60px;
  z-index: -1;
}
.school_img div p,.university_wrapper div p{
  margin-top: 5px;
}
.university_wrapper{
  margin-top: -10px;
  display: flex;
}
.university_wrapper img{
  width: 412px;
}
.university_wrapper div{
  margin: 0 14px 0 40px;
  padding-top: 121px;
}
.university_wrapper div img{
  width: 166px;
}
.fujian_box{
  display: flex;
  margin: 6px 0 0 18px;
  position: relative;
}
.fujian_box img{
  width: 334px; /*403px*/;
}
.fujian_box div{
  padding-top: 112px;
  margin-left: 39px;
}
.fujian_box div img{
  width: 159px;
}
.fujian_box div p:nth-of-type(2){
  margin-top: 12px;
}
.dashed2{
  position: absolute;
  top: -43px;
  right: 0;
  z-index: -1;
  width: 218px !important;
}
#mobile_time_line{
  display: none;
}
.time_line{
  display: flex;
  margin-left: 25px;
}
.guangzhou{
  display: flex;
  font-weight: bold;
  font-size: 26px;
  color: #C3A883;
  line-height: 26px;
  position: relative;
}
.guangzhou img{
  width: 400px;
  padding-top: 86px;
}
.guangzhou div{
  padding-top: 79px;
  margin-right: -6px;
}
.guangzhou div img{
  width: 159px;
}
.dashed3{
  position: absolute;
  top: -49px;
  left: -91px;
  width: 344px !important;
  padding-top: 0 !important;
  z-index: -1;
}
.taik_box{
  margin: -24px 45px 0 73px;
  font-weight: bold;
  font-size: 26px;
  color: #C3A883;
  line-height: 30px;
  position: relative;
}
.taik_box img{
  width: 466px;
}
.dashed4{
  position: absolute;
  left: -112px;
  top: 117px;
  z-index: -1;
  width: 702px !important;
}
.talk_wrap{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
.talk_wrap img{
  width: 161px;
}
.door_wrapper img{
  width: 511px;
}
.door_wrapper div{
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 26px;
  color: #C3A883;
  line-height: 26px;
  margin-left: 65px;
}
.door_wrapper div img{
  width: 160px;
}
.intro_content{
  font-weight: 500;
  font-size: 26px;
  color: #614700;
  line-height: 50px;
  margin-top: 95px;
  text-indent: 52px;
  text-align: justify;
}
.intro_content p:not(:first-child){
  margin-top: 44px;
}
.type_wrap{
  margin: 55px 0 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type_show{
  display: flex;
  align-items: center;
  gap: 40px;
}
.type_show:nth-of-type(2){
  margin-top: 39px;
}
.type_show div{
  width: 110px;
  height: 99px;
  font-size: 30px;
  color: #6E2D13;
  text-transform: none;
  background: url('../images/bg_grid.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 99px;
}
.aim_content{
  margin: 110px 0 80px;
}
.num_count{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  font-weight: 500;
  font-size: 73px;
  color: #A6804B;
  line-height: 41px;
  margin: 0 auto;
  line-height: 73px;
  text-align: center;
}
.num_count div div{
  margin-top: 13px;
  background: url('../images/bg_bracket.png') no-repeat;
  background-size: 100% 100%;
  width: 187px;
  height: 61px;
  font-weight: 500;
  font-size: 20px;
  color: #A6804B;
  line-height: 30px;
  padding: 1px 30px;
  box-sizing: border-box;
}
.subject div{
  width: 260px !important;
  background: url('../images/bg_subject.png') no-repeat !important;
}
.level2{
  line-height: 61px !important;
}
.strong_content{
  margin: 104px 0;
}
.teacher_wrapper{
  width: 1204px;
  height: 388px;
  border: 4px solid #C3A883;
  border-radius: 1204px / 388px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 800;
  font-size: 47px;
  color: #A6804B;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.teacher_wrapper div p:nth-of-type(2){
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
}
.count_detail{
  position: absolute;
  top: 5px;
  left: 28px;
  width: 206px;
  height: 131px;
  background: #FFFBF6;
  border: 4px solid #C3A883;
  border-radius: 206px / 131px;
  font-weight: 600;
  font-size: 36px;
  color: #A6804B;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count_detail div p:nth-of-type(2){
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
}
.abroad_detail{
  top: -45px;
  left: 323px;
}
.national_level{
  top: -45px;
  left: 641px;
}
.youth{
  top: 14px;
  left: 951px;
}
.senior_professional{
  top: 236px;
  left: 23px;
}
.associate_senior{
  top: 302px;
  left: 305px;
}
.dr{
  top: 307px;
  left: 665px;
}
.master{
  top: 241px;
  left: 955px;
}
.task{
  margin-top: 130px;
}
.athletes{
  display: flex;
  margin: 0 19px 0 0;
}
.athletes p{
  padding-top: 163px;
}
.athletes_box{
  margin: -46px 0 0 112px;
  position: relative;
}
.athletes_box img{
  width: 577px;
}
.athletes_box div{
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #C3A883;
  font-weight: 500;
  font-size: 20px;
  color: #FEFEFE;
  line-height: 95px;
  text-align: center;
  text-indent: 0;
}
.su{
  top: 94px;
  right: 328px;
}
.chen{
  top: 361px;
  right: -27px;
}
.quan{
  top: 419px;
  right: 520px;
}
.xie{
  right: 125px;
  bottom: 57px;
}
.book_wrapper{
  display: flex;
  margin-top: 14px;
}
.book_wrapper div{
  position: relative;
  margin: -13px 289px 0 74px;
}
.book_wrapper img:nth-of-type(1) {
  width: 303px;
}
.book_wrapper img:nth-of-type(2) {
  width: 277px;
  position: absolute;
  left: 8px;
  top: 294px;
}
.book_wrapper img:nth-of-type(3) {
  width: 296px;
  position: absolute;
  left: 270px;
  top: 337px;
}
.book_wrapper p{
  margin-top: 0 !important;
}
.push{
  margin: 56px 0 72px;
}
.person_box{
  margin: 72px 0 142px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.person_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.person_flex div{
  width: 216px;
  height: 340px;
  padding: 265px 30px 0;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 22px;
  color: #614700;
  line-height: 28px;
  text-align: center;
}
.wu{
  background: url('../images/person/bg_wu.png') no-repeat;
  background-size: 100% 100%;
}
.li{
  background: url('../images/person/bg_li.png') no-repeat;
  background-size: 100% 100%;
}
.guang{
  background: url('../images/person/bg_guang.png') no-repeat;
  background-size: 100% 100%;
}
.xu{
  background: url('../images/person/bg_xu.png') no-repeat;
  background-size: 100% 100%;
}
.tan{
  background: url('../images/person/bg_tan.png') no-repeat;
  background-size: 100% 100%;
}
.deng{
  background: url('../images/person/bg_deng.png') no-repeat;
  background-size: 100% 100%;
}
.hou{
  background: url('../images/person/bg_hou.png') no-repeat;
  background-size: 100% 100%;
}
.zeng{
  background: url('../images/person/bg_zeng.png') no-repeat;
  background-size: 100% 100%;
}
.jiang{
  background: url('../images/person/bg_jiang.png') no-repeat;
  background-size: 100% 100%;
}
.zhen{
  background: url('../images/person/bg_zhen.png') no-repeat;
  background-size: 100% 100%;
}
.fu{
  background: url('../images/person/bg_fu.png') no-repeat;
  background-size: 100% 100%;
}
.three_line{
  padding: 250px 8px 0 !important;
  line-height: 26px;
}
.person_img{
  margin: 80px auto -60px;
  width: 1307px;
  z-index: 1;
  position: relative;
}
.person_img img{
  width: 100%;
}
.mobile_header,
.mobile_menu_btn,
.mobile_nav,
.mobile_nav_mask {
  display: none;
}

/* Slick 幻灯片样式 */
.slick-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 52px auto 0;
  box-sizing: border-box;
}

.slick-slider-wrapper .slick-list {
  overflow: hidden;
}

.slick-slider-wrapper .slick-track {
  display: flex;
  align-items: flex-start;
}

.slick-slider-wrapper .slick-slide {
  position: relative;
  text-align: center;
  display: block;
}

.slick-slider-wrapper .slick-slide > * {
  max-width: 100%;
}

.slick-slider-wrapper .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.slick-slider-wrapper .slick-slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

/* Slick 导航箭头 */
.slick-slider-wrapper .slick-prev,
.slick-slider-wrapper .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.slick-slider-wrapper .slick-prev {
  left: 10px;
}

.slick-slider-wrapper .slick-next {
  right: 10px;
}

.slick-slider-wrapper .slick-prev:hover,
.slick-slider-wrapper .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Slick 圆点导航 */
.slick-slider-wrapper .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}

.slick-slider-wrapper .slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-slider-wrapper .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
}

.slick-slider-wrapper .slick-dots li.slick-active button {
  background: #fff;
}

/* 响应式适配 */
@media (max-width: 768px) {
  .slick-slider-wrapper {
    margin: 20px auto 0;
  }

  .slick-slider-wrapper .slick-slide-title {
    font-size: 14px;
    padding: 8px;
  }
}

/* search icon */
.nav-search {
    padding-top: 46px;
}
.nav-search input.keywords {
    opacity: 0;
    width: 0;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 3px 5px 3px 15px;
    background: none rgba(219, 223, 228, 0.3);
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 24px;
    top: 0;
    height: 24px;
    font-size: 14px;
    line-height: 18px;
}
.nav-search form {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
    border-radius: 66px;
}
.nav-search form:hover {
    width: 180px;
}
.nav-search form:hover .keywords {
    opacity: 1;
    width: 150px;
}
.nav-search form:has(.keywords:hover) {
    width: 180px;
}
.nav-search form:has(.keywords:hover) .keywords {
    opacity: 1;
    width: 150px;
}
.btn-sub {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background: url(../images/menu_icon/icon_search.png) center center no-repeat transparent;
    background-size: contain;
    cursor: pointer;
}