/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.banner .banner_button{
  position: absolute;
  right: 1.3rem;
  bottom: 0.7rem;
  z-index: 5;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.banner .swiper-banner-next {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 0%;
  top: 0%;
  z-index: 5;
  cursor: pointer;
  

}

.banner .swiper-banner-prev {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  right: 0%;
  top: 0%;
  z-index: 5;
  cursor: pointer;

}


.banner .swiper-pagination{
  width: auto;
  margin: 0 0.15rem;
  text-align: center;
  position: relative;
  bottom: 0rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.15rem ;
  width: 0.2rem;
  height: 0.2rem;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 50%;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  left:0rem;
  top: -0.14rem;
  content:"";
  position: absolute;
  width: 0.42rem;
  height: 0.48rem;
  background: url(../images/bannerico.png) no-repeat  center;
  background-size: 100%;
  opacity: 0;
}


.banner .swiper-pagination .swiper-pagination-bullet-active{
  width: 0.42rem;
  background: none;

}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}


.swiper-banner-prev::after, .swiper-container-rtl .swiper-banner-next::after {
  content: 'prev';
  display: none;

}

.swiper-banner-next:after, .swiper-container-rtl .swiper-banner-prev:after {
  content: 'next';
  display: none;
}


@media (max-width: 1024px){
  .banner .banner_button{
    position: absolute;
    right: 0rem;
    bottom: 0.25rem;
    width: 100%;
  }

  .banner .swiper-pagination .swiper-pagination-bullet{
    background: rgba(217, 217, 217, 0.9);

  }

  .banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.42rem;
    background: none;
  
  }
  
  .banner .swiper-banner-next {
    width: 0.4rem;
    height: 0.4rem;

    
  
  }
  
  .banner .swiper-banner-prev {
    width: 0.4rem;
    height: 0.4rem;
  
  }

  
  .banner::after{
    display: none;
  }


}


/* Quick */

.Quickbg{
  width: 100%;
  margin: 0 auto;
  height: 1.72rem;
  background: url(../images/Quickbg.png) no-repeat left center;
  background-size: 100% 100%;

}

.Quickbg .Quick{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Quickbg .Quick .q_t{
  text-shadow: 0px 4px 4px  rgba(41, 82, 168, 0.5);
  font-size: 0.3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background: url(../images/q_t.png) no-repeat right center;
  background-size: 0.47rem 0.5rem;
  padding-right: 0.75rem;
  margin: 0.6rem 0 0 7%;
  align-items: center;
    display: flex;
}

.Quickbg .Quick .Quic_r{
  width: 76%;
  margin-top: 0.4rem;
  position: relative;
  z-index: 5;

}


.Quickbg .Quick .Quic_r::after{
  position: absolute;
  left: 0;
  top: 0.26rem;
  width: 100%;
  height: 1px;
  content: "";
  z-index: -1;
  border-bottom: 1px dashed rgba(0, 46, 124, 0.3);
}

.Quickbg .Quick .Quic_r ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.Quickbg .Quick .Quic_r ul li{
  margin: 0 7%;

}

.Quickbg .Quick .Quic_r ul li a{
  display: block;
  text-align: center;
}

.Quickbg .Quick .Quic_r ul li a img{
  display: block;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Quickbg .Quick .Quic_r ul li a p{
  text-align: center;
  font-size: 0.26rem;
  color: rgba(51, 51, 51, 1);
  margin-top: 0.08rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* title */

.title{
  background: url(../images/titleico.png) no-repeat left top;
  background-size: 0.6rem 0.66rem;
  padding: 0.2rem 0 0 0.4rem;
}

.title a{
  display: block;
}

.title h3{
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.4rem;
  color: rgba(0, 46, 124, 1);
}

.title i{
  display: block;
  background: url(../images/title.png) no-repeat left center;
  background-size: 0.45rem 0.11rem;
  padding-left: 0.5rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: rgba(0, 46, 124, 1);
  margin-top: 0.08rem;
}

.title_con{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title_con .more{

}

.title_con .more a{
  display: block;
  font-size: 0.26rem;
  line-height: 0.32rem;
  color: rgba(255, 161, 4, 1);
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
  padding-right: 0.35rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: rgba(245, 251, 255, 1);
  overflow: hidden;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .title_con{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .news_l{
  width: 37.6%;

}

.newsbg .news .news_l .news_show{
  margin-top: 0.3rem;
  position: relative;
}

.newsbg .news .news_l .news_show .pic{
  width: 100%;
  height: 3.7rem;
  position: relative;
  overflow: hidden;

}

.newsbg .news .news_l .news_show .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_l .news_show .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.28rem;
  background: rgba(0, 46, 124, 0.8);
  backdrop-filter: blur(8.1px);
  overflow: hidden;

}


.newsbg .news .news_l .news_show .txt .time{
  width: 29%;
  height: 0.97rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  margin-top: 0.15rem;
  text-align: center;
  font-family: 'IMFePIrm';
  float: left;
}


.newsbg .news .news_l .news_show .txt .time span{
  display: block;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.3rem;
  margin: 0rem 0 0.1rem 0;
  padding-top: 0.18rem;

}

.newsbg .news .news_l .news_show .txt .time i{
  display: block;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
}

.newsbg .news .news_l .news_show .txt h5 a{
  display: block;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  margin-left: 9%;
  margin-top: 0.5rem;
  width: 57%;
  float: left;
}

.newsbg .news .news_l .newslist{
  margin: 0.32rem auto 0 auto;

}

.newsbg .news .news_l .newslist ul{
  align-items: center;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.newsbg .news .news_l .newslist ul li{
  margin-bottom: 0.32rem;
  height: 1rem;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


.newsbg .news .news_l .newslist ul li .time{
  float: left;
  background: url(../images/time.png) no-repeat center;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  text-align: center;
  font-family: 'IMFePIrm';
}


.newsbg .news .news_l .newslist ul li .time span{
  display: block;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.3rem;
  padding-top: 0.12rem;
}

.newsbg .news .news_l .newslist ul li .time i{
  display: block;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.02rem;
}

.newsbg .news .news_l .newslist ul li .txt{
  float: left;
  margin-left: 0.2rem;
  width: 78%;
  position: relative;
  top: -0.05rem;
}

.newsbg .news .news_l .newslist ul li .txt a{
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: rgba(51, 51, 51, 1);
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}






.newsbg .news .news_r{
  width: 57.8%;
}


.newsbg .news .news_r .dynamicsbox{
  margin-top: 0.3rem;
}

.newsbg .news .news_r .dynamicsbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_r .dynamicsbox ul li{
  align-items: center;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  height: 0.96rem;
  width: 48%;
  margin-bottom: 0.15rem;
}

.newsbg .news .news_r .dynamicsbox ul li .time{
  width: 0.94rem;
  height: 0.94rem;
  border: 1px solid rgba(0, 46, 124, 1);
  text-align: center;

  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .dynamicsbox ul li .time span{
  display: block;
  font-size: 0.5rem;
  color: rgba(0, 46, 124, 1);
  line-height: 0.37rem;
  padding: 0.1rem 0 0.1rem 0;
}

.newsbg .news .news_r .dynamicsbox ul li .time i{
  display: block;
  font-size: 0.2rem;
  color: rgba(0, 46, 124, 1);
}


.newsbg .news .news_r .dynamicsbox ul li .txt{
  margin-left: 0.25rem;
  width: 74%;
}


.newsbg .news .news_r .dynamicsbox ul li .txt a{
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


/* ImpEconomics */

.ImpEconomicsbg{
  margin: 0 auto;
  background: rgba(245, 251, 255, 1);
  padding-bottom: 0.6rem;
}

.ImpEconomicsbg .ImpEconomics{
  margin: 0 auto;
  padding-top: 0.9rem;

}

.ImpEconomicsbg .Impbox{
  margin: 0 auto;
  position: relative;
  z-index: 9;

}

.ImpEconomicsbg .Impbox::after{
  position: absolute;
  bottom: 0.5rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 3.94rem;
  background: rgba(0, 46, 124, 0.1);
}

.ImpEconomicsbg .Impbox .left{
  float: none;
}

.ImpEconomicsbg .Impbox .right{
  float: none;
}

.ImpEconomicsbg .Impbox .mySwiper2{
  overflow: hidden;
}

.ImpEconomicsbg .Impbox .mySwiper2 .txt_l{
  width: 30.7%;
  float: left;
  padding-left: 2.5%;
  margin-top: 0.7rem;

}


.ImpEconomicsbg .Impbox .mySwiper2 .txt_l h5{
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.38rem;
  color: rgba(0, 46, 124, 1);
  height: 0.76rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.5rem;
}

.ImpEconomicsbg .Impbox .mySwiper2 .txt_l p{
  font-size: 0.26rem;
  line-height: 0.32rem;
  color: rgba(0, 46, 124, 1);
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ImpEconomicsbg .Impbox .mySwiper2 .txt_l .more{
  display: block;
  background: url(../images/more2.png) no-repeat left center;
  background-size: 0.3rem 0.3rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: rgba(0, 46, 124, 1);
  padding-left: 0.45rem;
  margin-top: 0.15rem;
}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r{
  width: 61.5%;
  margin-right: 3.5%;
  float: right;
  position: relative;
  
}


.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .pic{
  width: 100%;
  height: 6.05rem;
  position: relative;
  overflow: hidden;
  background: rgba(217, 217, 217, 1);
  box-shadow: 0px 4px 29.9px  rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .pic .videoBtn {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.8rem) / 2);
  top: calc((100% - 0.8rem) / 2);
  z-index: 99;
}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.44rem;
  background: rgba(0, 46, 124, 0.8);
  backdrop-filter: blur(8.1px);

}


.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt .time{
  width: 25%;
  height: 1.03rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  margin-top: 0.2rem;
  text-align: center;
  font-family: 'IMFePIrm';
  float: left;
  padding-left: 4%;
}


.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt .time span{
  display: block;
  font-size: 0.64rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.3rem;
  margin: 0rem 0 0.15rem 0;
  padding-top: 0.1rem;

}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt .time i{
  display: block;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 1);
}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt h5 a{
  display: block;
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  margin: 0 2%;
  margin-top: 0.5rem;
  width: 70%;
  float: left;
}



.ImpEconomicsbg .Impbox .right{
  position: absolute;
  left: 0.45rem;
  bottom: 0.1rem;
  width: 29%;
  overflow: hidden;

}

.ImpEconomicsbg .Impbox .mySwiper .swiper-slide{
  position: relative;
}


.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .showpic{
  overflow: hidden;
}

.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .pic{
  width: 100%;
  height: 1.8rem;
  position: relative;
  overflow: hidden;
  background: rgba(217, 217, 217, 1);
  box-shadow: 0px 4px 29.9px rgb(0 0 0 / 25%);
  border-radius: 15px;


}


.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: rgba(0, 46, 124, 0.8);
  backdrop-filter: blur(8.1px);

}


.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .txt .time{
  width: 30%;
  height: 0.3rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  margin-top: 0.05rem;
  text-align: center;
  font-family: 'IMFePIrm';
  float: left;
  padding-left: 4%;
}


.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .txt .time span{
  display: block;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.12rem;
  margin: 0rem 0 0rem 0;
  padding-top: 0rem;

}

.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
}

.ImpEconomicsbg .Impbox .mySwiper .swiper-slide .txt h5 a{
  display: block;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  margin: 0 2%;
  margin-top: 0.11rem;
  width: 65%;
  float: left;
}


.ImpEconomicsbg .Impbox .swiBtn .next{
  position: absolute;
  right: 0.1rem;
  top: 2.85rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  background-size:100%;
  z-index: 5;
}

.ImpEconomicsbg .Impbox .swiBtn .prev{
  position: absolute;
  left: 32%;
  top: 2.85rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  background-size:100%;
  z-index: 5;
}

.slide-c2p .swiBtn{
  display: none;
}

.pic img{
  object-position: top;
}

/* 校园生活 */


.SchoolLifebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/fcbg.jpg) no-repeat  center;
  background-size:cover;
  position: relative;
  z-index: 5;
  padding-bottom: 1rem;
}

.SchoolLifebg::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  content: "";
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(42px);
}

.SchoolLifebg .SchoolLife{
  margin: 0 auto;
  padding-top: 0.6rem;
  position: relative;
  z-index: 9;
}

.SchoolLifebg .SchoolLife .SchoolLifebox{
  margin: 0.6rem auto 0 auto;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li{
  width: 22.8%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 150%;
  border-radius: 5px;
  overflow: hidden;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.SchoolLifebg .SchoolLife .SchoolLifebox ul li .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 74, 10, 0) 0%, rgba(0, 74, 10, 1) 100%);
  pointer-events: none;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

} 


.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a{
  display: block;
  position: absolute;
  left: 0.4rem;
  bottom: 0.35rem;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a h5{
  width: 0.68rem;
  float: left;
  margin-bottom: 0.45rem;

}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a h5 i{
  display: block;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 43.57px;
  color: rgba(255, 255, 255, 1);
  width: 0.66rem;
  height: 0.66rem;
  line-height: 0.66rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 0.05rem;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a p{
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 1);
  float: left;
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    transform: rotate(0deg);
    transform-origin: bottom left;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-left: 0.2rem;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a p em{
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 6px;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a p em:first-child{
  margin-bottom: 0.15rem;
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li:nth-child(2) .pic::after{
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(70, 30, 0, 0) 0%, rgba(70, 30, 0, 1) 100%);
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li:nth-child(3) .pic::after{
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(94, 73, 2, 0) 0%, rgba(94, 73, 2, 1) 100%);
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li:nth-child(4) .pic::after{
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 10, 74, 0) 0%, rgba(0, 10, 74, 1) 100%);
}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a .more{
  position: absolute;
  bottom: 0.05rem;
  left: 0.16rem;
  background: url(../images/more.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.34rem;
  height: 0.36rem;
}


/* Aesthetics */


.collegefcbg{
  width: 100%;
  margin: 0 auto;
  background: rgba(245, 251, 255, 1);
  padding-bottom: 0.3rem;
}

.collegefcbg .collegefc{
  margin: 0 auto;
  padding-top: 0.62rem;
}

.collegefcbg .collegefc .collegefcbox{
  margin: 0.6rem auto 0 auto;
}

.collegefcbg .collegefc .collegefcbox ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.collegefcbg .collegefc .collegefcbox ul li{
  position: relative;
  width: 24.5%;
  margin-bottom: 0.15rem;
  overflow: hidden;

}

.collegefcbg .collegefc .collegefcbox ul li .pic{
  position: relative;
  width: 100%;
  height: 3.3rem;


}

.collegefcbg .collegefc .collegefcbox ul li .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collegefcbg .collegefc .collegefcbox ul li .txt{
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 46, 124, 0.5);
  backdrop-filter: blur(10px);
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.collegefcbg .collegefc .collegefcbox ul li .txt a{
  font-size: 0.36rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  padding: 0 5%;
}

.collegefcbg .collegefc .collegefcbox ul li:nth-child(5),
.collegefcbg .collegefc .collegefcbox ul li:nth-child(6),
.collegefcbg .collegefc .collegefcbox ul li:nth-child(7){
  width: 32.8%;

}



@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}



@media (min-width: 1024px){

  .title_con .more a:hover{
    padding-right: 0.4rem;
  }

  .Quickbg .Quick .Quic_r ul li:hover a img {
    animation: beat 0.5s 1;
}

.Quickbg .Quick .Quic_r ul li:hover a p{
  color: rgba(0, 46, 124, 1);
}

  .newsbg .news .news_r .dynamicsbox ul li:hover .time{
    background: rgba(0, 46, 124, 1);
  }

  .newsbg .news .news_r .dynamicsbox ul li:hover .time span{
    color: #fff;
  }

  .newsbg .news .news_r .dynamicsbox ul li:hover .time i{
    color: #fff;
  }

  .newsbg .news .news_r .dynamicsbox ul li:hover .txt a{
    color: rgba(0, 46, 124, 1);

  }
  .collegefcbg .collegefc .collegefcbox ul li:hover .txt{

    top: 0%;
    opacity: 1;

  } 

  .SchoolLifebg .SchoolLife .SchoolLifebox ul li:hover{
    transform: translateY(-0.3rem);
  }

  .SchoolLifebg .SchoolLife .SchoolLifebox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .news_l .news_show:hover .pic img{
    transform: scale(1.1);

  }

  .newsbg .news .news_l .newslist ul li:hover .txt a{
    color: rgba(0, 46, 124, 1);;

  }

  .ImpEconomicsbg .Impbox .mySwiper2 .imp_r .pic:hover img{
    transform: scale(1.1);
  }
}




@media (max-width: 1024px){


.Quickbg{

  height: auto;
  background: none;


}


.Quickbg .Quick .q_t{
  color: rgba(0, 46, 124, 1);
  padding-right: 0.75rem;
  margin: 0.5rem  auto 0 auto;
  background-size: contain;
  font-size: 0.32rem;
}

.Quickbg .Quick .Quic_r{
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
  z-index: 5;

}


.Quickbg .Quick .Quic_r ul li{
  margin: 0 0%;
  width: 25%;

}


.Quickbg .Quick .Quic_r ul li a img{

  width: 0.65rem;
  height: 0.65rem;

}






/* title */

.title{
  background: url(../images/titleico.png) no-repeat left top;
  background-size: 0.6rem 0.66rem;
  padding: 0.2rem 0 0 0.4rem;
}

.title a{
  display: block;
}

.title h3{
  font-size: 0.36rem;
}

.title i{
  display: block;
  background: url(../images/title.png) no-repeat left center;
  background-size: 0.45rem 0.11rem;
  padding-left: 0.5rem;
  font-size: 0.24rem;

}



.title_con .more a{

  font-size: 0.24rem;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
  padding-right: 0.35rem;
}



/* news */

.newsbg{
  margin: 0.5rem auto 0 auto;

}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.6rem;
}


.newsbg .news .news_l{
  width: 100%;

}

.newsbg .news .news_l .news_show{
  margin-top: 0.3rem;
  position: relative;
}

.newsbg .news .news_l .news_show .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;


}



.newsbg .news .news_l .news_show .txt{

  height: 1.2rem;


}



.newsbg .news .news_l .news_show .txt .time span{
  display: block;
  font-size: 0.48rem;


}

.newsbg .news .news_l .news_show .txt .time i{

  font-size: 0.24rem;

}

.newsbg .news .news_l .news_show .txt h5 a{
  margin-left: 7%;
  width: 57%;
}

.newsbg .news .news_l .newslist{
  margin: 0.36rem auto 0 auto;

}


.newsbg .news .news_l .newslist ul li{
  margin-bottom: 0.45rem;
}

.newsbg .news .news_l .newslist ul li .time{

  width: 1.2rem;
  height: 1.2rem;

}


.newsbg .news .news_l .newslist ul li .time span{
  display: block;
  font-size: 0.48rem;

}

.newsbg .news .news_l .newslist ul li .time i{
  display: block;
  font-size: 0.24rem;

}

.newsbg .news .news_l .newslist ul li .txt {

  width: 77%;

}


.newsbg .news .news_l .newslist ul li .txt a{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 0.8rem;


}






.newsbg .news .news_r{
  width: 100%;
  margin: 0.3rem auto 0 auto;
}


.newsbg .news .news_r .dynamicsbox{
  margin-top: 0.35rem;
}


.newsbg .news .news_r .dynamicsbox ul li{
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  margin-bottom: 0.35rem;
}

.newsbg .news .news_r .dynamicsbox ul li .time{
  width: 1.2rem;
  height: 1rem;

}

.newsbg .news .news_r .dynamicsbox ul li .time span{
  display: block;
  font-size: 0.48rem;
  line-height: 0.37rem;
  padding: 0.1rem 0 0.03rem 0;
}

.newsbg .news .news_r .dynamicsbox ul li .time i{
  display: block;
  font-size: 0.24rem;

}


.newsbg .news .news_r .dynamicsbox ul li .txt{
  margin-left: 0.25rem;
  width: 74%;
}


.newsbg .news .news_r .dynamicsbox ul li .txt a{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: auto;
  max-height: 0.8rem;


}


/* ImpEconomics */

.ImpEconomicsbg{
  margin: 0 auto;
  background: rgba(245, 251, 255, 1);
}

.ImpEconomicsbg .ImpEconomics{
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 0.65rem;
}

.ImpEconomicsbg .Impbox{
  margin: 0.4rem auto 0 auto;
  position: relative;

}

.ImpEconomicsbg .Impbox::after {

  bottom: -1.25rem;
}

.ImpEconomicsbg .Impbox .left{
  float: none;
  width: 90%;
  margin: 0 auto;
}

.ImpEconomicsbg .Impbox .mySwiper2{
  overflow: hidden;
}

.ImpEconomicsbg .Impbox .mySwiper2 .txt_l{
  width: 100%;
  float: none;
  padding-left: 0%;
  margin-top: 0rem;

}


.ImpEconomicsbg .Impbox .mySwiper2 .txt_l h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  max-height: 0.45rem;
  margin-bottom: 0.2rem;
  -webkit-line-clamp: 1;

}

.ImpEconomicsbg .Impbox .mySwiper2 .txt_l p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;

}

.ImpEconomicsbg .Impbox .mySwiper2 .txt_l .more{
  display: block;
  margin-top: 0.1rem;
}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r{
  width: 100%;
  margin:0.3rem auto 0 auto;
  float: none;
  position: relative;
  
}


.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .pic{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: rgba(217, 217, 217, 1);
  box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding-top: 72%;
}



.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt{

  height: 1rem;


}


.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt .time{
  width: 25%;
  height: 0.8rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;

}


.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt .time span{
  display: block;
  font-size: 0.38rem;
  line-height: 0.3rem;
  margin: 0rem 0 0.03rem 0;
  padding-top: 0.1rem;

}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt .time i{
  display: block;
  font-size: 0.24rem;

}

.ImpEconomicsbg .Impbox .mySwiper2 .imp_r .txt h5 a{
  display: block;
  font-size: 0.24rem;
  margin: 0 2%;
  margin-top: 0.32rem;
  width: 68%;
  float: left;
}



.ImpEconomicsbg .Impbox .mySwiper{

  display: none;

}

.ImpEconomicsbg .Impbox .swiBtn .next{
  position: absolute;
  right: 30%;
  top: auto;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  background-size:100%;
  z-index: 5;
  margin-top: 0.2rem;
}

.ImpEconomicsbg .Impbox .swiBtn .prev{
  position: absolute;
  left: 30%;
  top: auto;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  background-size:100%;
  z-index: 5;
  margin-top: 0.2rem;
}




.SchoolLifebg{
  position: relative;
  z-index: 11;

  padding-bottom: 0.6rem;
}


.SchoolLifebg .SchoolLife{
  margin: 0 auto;
  padding-top: 0.4rem;
  position: relative;
  z-index: 9;
}

.SchoolLifebg .SchoolLife .SchoolLifebox{
  margin: 0.4rem auto 0 auto;
}



.SchoolLifebg .SchoolLife .SchoolLifebox ul li{
  width: 48%;
  margin-bottom: 0.3rem;

}





.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a{

  left: 0.4rem;
  bottom: 0.25rem;

}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a h5{
  width: 0.68rem;
  float: left;
  margin-bottom: 0.5rem;

}

.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a h5 i{
  display: block;
  font-size: 0.28rem;
}


.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a p em{
  font-size: 0.24rem;
  letter-spacing: 5px;
}


.SchoolLifebg .SchoolLife .SchoolLifebox ul li .txt a .more{
  position: absolute;
  bottom: 0.05rem;
  left: 0.16rem;
  background: url(../images/more.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.34rem;
  height: 0.36rem;
}





/* Aesthetics */


.collegefcbg{

  padding-bottom: 0.5rem;
}

.collegefcbg .collegefc{

  padding-top: 0.62rem;
}

.collegefcbg .collegefc .collegefcbox{
  margin: 0.6rem auto 0 auto;
}



.collegefcbg .collegefc .collegefcbox ul li{
  position: relative;
  width: 48%;
  margin-bottom: 0.15rem;
  overflow: hidden;

}

.collegefcbg .collegefc .collegefcbox ul li .pic{

  height: auto;
  padding-top: 65%;


}

.collegefcbg .collegefc .collegefcbox ul li .txt {
  top: 0;
}

.collegefcbg .collegefc .collegefcbox ul li .txt a{
  font-size: 0.28rem;
}

.collegefcbg .collegefc .collegefcbox ul li:nth-child(5),
.collegefcbg .collegefc .collegefcbox ul li:nth-child(6),
.collegefcbg .collegefc .collegefcbox ul li:nth-child(7){
  width: 100%;

}


.collegefcbg .collegefc .collegefcbox ul li:nth-child(5) .pic,
.collegefcbg .collegefc .collegefcbox ul li:nth-child(6) .pic,
.collegefcbg .collegefc .collegefcbox ul li:nth-child(7) .pic{

  height: auto;
  padding-top: 54%;


}

.collegefcbg .collegefc .collegefcbox ul li.on .txt {
  top: 0%;
  opacity: 1;
}
  
}