
h5 a{
  font-family: "PuHuiTi";
}

a i{
  font-family: "PuHuiTi";
}

/*news*/

.pagecontbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/pagebg.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 0.8rem;
  overflow: hidden;
}


.newsbg{
  margin: 0 auto;
} 


.newsbg .news{
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
}

.newsbg .news .news_l{
  width: 57.5%;
  position: relative;
  float: left;
}

.newsbg .news .news_l .mySwiper{
  overflow: hidden;
}

.newsbg .news .news_l .swiper-slide{
  position: relative;
}

.newsbg .news .news_l .swiper-slide .pic{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 5.53rem;

}

.newsbg .news .news_l .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .swiper-slide .txt{
  width: 100%;
  height: 0.86rem;
  background: rgba(9, 86, 189, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
  display: flex;
} 

.newsbg .news .news_l .swiper-slide .txt .time{
  float: left;
  margin-top: 0.2rem;
  padding: 0 0.2rem 0 0.15rem;
  border-right: 1px solid #2167c3;
  height: 0.46rem;
  text-align: center;
  font-size: 0.26rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  display: none;

}

.newsbg .news .news_l .swiper-slide .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.22rem;
}

.newsbg .news .news_l .swiper-slide .txt a{
  float: left;
  width: 80%;
  margin-left: 0.2rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  display: block;
  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_l .swiper-news-next{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.43rem;
  background: #FFBA00 url(../images/newright.png) no-repeat  center;
  background-size: 0.1rem 0.13rem;
  z-index: 5;
}

.newsbg .news .news_l .swiper-news-prev{
  position: absolute;
  right: 0;
  bottom: 0.43rem;
  width: 0.5rem;
  height: 0.43rem;
  background: #2267c4 url(../images/newsleft.png) no-repeat  center;
  background-size: 0.1rem 0.13rem;
  z-index: 5;
}

.newsbg .news .news_l .news-pagination{
  position: absolute;
  left: auto;
  right: 0.1rem;
  bottom: 0.3rem;
  z-index: 5;
  width: auto;
}

.newsbg .news .news_l .news-pagination .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0.5;
  border-radius: 50%;
  background: #fff;
  margin: 0 0.07rem;

}

.newsbg .news .news_l .news-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}

.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.titlecon .title{
  display: flex;
  align-items: center;
  justify-content: center;

}

.titlecon .title img{
  display: inline-block;
  width: auto;
  height: 0.32rem;
  margin-right: 0.15rem;
}

.titlecon .title h3{
  font-family: "Alimama";
  font-size: 0.34rem;
  font-weight: bold;
  color: #222222 
}

.titlecon .title h3 i{
  color: #0956BD 
}

.titlecon .title em{
  font-size: 0.16rem;
  color: #C6CED9;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-left: 0.1rem;
}

.titlecon .titlemore{
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.21rem 0.34rem;
  height: 0.34rem;

} 

.titlecon .titlemore a{
  display: block;
  font-size: 0.18rem;
  color: #0956BD;
  padding-right: 0.25rem;
  padding-top: 0.07rem;
}


.newsbg .news .news_r{
  float: right;
  margin-right: 1.5%;
  width: 38%;
  padding-top: 0.3rem;
} 


.newsbg .news .news_r .newsbox{
  margin: 0.12rem auto 0 auto;
}

.newsbg .news .news_r .newsbox ul li{
  width: 100%;
  height: 0.95rem;
  border-bottom: 1px dashed #D1D1D1;
  position: relative;

}

.newsbg .news .news_r .newsbox ul li:last-child{
  border-bottom: none;
}

.newsbg .news .news_r .newsbox ul li a{
  display: block;
  padding-top: 0.23rem;

}

.newsbg .news .news_r .newsbox ul li a i{
  font-size: 0.18rem;
  color: #222222;
  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;
}

.newsbg .news .news_r .newsbox ul li a em{
  display: block;
  background: url(../images/newsico.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #AAAAAA;
  margin-top: 0.07rem;
}


/*notice*/

.noticebg{
  margin: 0.8rem auto 0 auto;
  overflow: hidden;
}

.noticebg .notice{
  margin: 0 auto;
}

.noticebg .notice .RESEARCH{
  width: 57.5%;
  position: relative;
  float: left;
}

.noticebg .notice .RESEARCH .RESEARCHbox{
  margin-top: 0.3rem;

}

.noticebg .notice .RESEARCH .RESEARCHbox ul li{
  float: left;
  width: 48%;
  margin-right: 4%;
  position: relative;

}

.noticebg .notice .RESEARCH .RESEARCHbox ul li:nth-child(2n){
  margin-right: 0;
}

.noticebg .notice .RESEARCH .RESEARCHbox ul li .pic{
  border: 1px solid #EAEAEA;
  width: 100%;
  height: 2.25rem;
  position: relative;
  overflow: hidden;
}

.noticebg .notice .RESEARCH .RESEARCHbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .RESEARCH .RESEARCHbox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.56) 96%);
  pointer-events: none;
}

.noticebg .notice .RESEARCH .RESEARCHbox ul li .txt span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: #0956BD;
  text-align: center;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.noticebg .notice .RESEARCH .RESEARCHbox ul li .txt a{
  position: absolute;
  left: 5%;
  bottom: 0.1rem;
  width: 90%;
  font-size: 0.2rem;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.noticebg .notice .RESEARCH .RESEARCHbox ul li:nth-child(2) .txt span{
  background: #0956BD;
}

.noticebg .notice .RESEARCH .RESEARCHlist{
  margin: 0 auto;

}

.noticebg .notice .RESEARCH .RESEARCHlist ul li{
  width: 48%;
  height: 1.15rem;
  border-bottom: 1px dashed #D1D1D1;
  margin-right: 4%;
  float: left;

}

.noticebg .notice .RESEARCH .RESEARCHlist ul li:nth-child(2n){
  margin-right: 0;
}

.noticebg .notice .RESEARCH .RESEARCHlist ul li a{
  display: block;
  padding-top: 0.25rem;
}

.noticebg .notice .RESEARCH .RESEARCHlist ul li a i{
  font-size: 0.18rem;
  color: #222222;
  display: block;
  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;
  line-height: 0.25rem;
  height: 0.5rem;
}

.noticebg .notice .RESEARCH .RESEARCHlist ul li a em{
  display: block;
  background: url(../images/newsico.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #AAAAAA;
  margin-top: 0.06rem;
}


.noticebg .notice .notice_r{
  float: right;
  width: 39.5%;

}


.noticebg .notice .notice_r .noticebox{
  margin-top: 0.3rem;
}

.noticebg .notice .notice_r .noticebox ul li{
  height: 1.14rem;
  border-bottom: 1px dashed #D1D1D1;
  padding: 0.15rem 0;
}

.noticebg .notice .notice_r .noticebox ul li .time{
  float: left;
  text-align: center;
  width: 0.83rem;
  height: 0.83rem;
  background: url(../images/timeico.png) no-repeat  center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_r .noticebox ul li .time span{
  display: block;
  font-size: 0.26rem;
  color: #0956BD;
  line-height: 0.3rem;
  padding-top: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_r .noticebox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #9E9E9E;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_r .noticebox ul li  h5 a{
  display: block;
  font-size: 0.18rem;
  color: #222222;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: left;
  margin-left: 3.5%;
  margin-top: 0.12rem;
  width: 76%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*ACADEMIC*/

.ACADEMICbg{
  margin: 0.8rem auto 0 auto;
  overflow: hidden;
}


.ACADEMICbg .ACADEMIC{
  margin: 0 auto;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox{
  margin: 0.35rem auto 0 auto;
  position: relative;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-container{
  overflow: hidden;
  height: 5.26rem;
  padding-bottom: 0.76rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide{
  position: relative;
  z-index: 5;
  background: #f4f4f4;
  padding: 0.25rem 0.3rem;
  height: calc((100% - 30px) / 2) !important;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic{
  width: 0.81rem;
  height: 0.83rem;
  background: url(../images/imgico1.png) no-repeat  center;
  background-size: 100% 100%;
  padding-top: 0.05rem;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic img{
  display: block;
  border-radius: 50%;
  width: 0.72rem;
  height: 0.72rem;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .pic img{
  transform: scale(1);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide::after{
  position: absolute;
  left: 0;
  top: 0.25rem;
  content: "";
  width: 2px;
  height: 0.8rem;
  background: #0956BD;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt{
  float: right;
  width: 74%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt h5 a{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  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;
  margin: 0.05rem 0 0.1rem 0;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p{
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #888888;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p i{
  display: inline-block;
  margin-right: 0.12rem;
  width: 0.16rem;
  height: 0.16rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p.c1 i{
  background: url(../images/ACADEMICico1.png) no-repeat  center;
  background-size: 100% ;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p.c2 i{
  background: url(../images/ACADEMICico2.png) no-repeat  center;
  background-size: 100% ;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p.c3 i{
  background: url(../images/ACADEMICico3.png) no-repeat  center;
  background-size: 100% ;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-next{
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/ACADEMICright.png) no-repeat  center;
  background-size: 100% 100%;
  z-index: 5;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-prev{
  position: absolute;
  right: 0.7rem;
  bottom: 0px;
  cursor: pointer;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/ACADEMICleft.png) no-repeat  center;
  background-size: 100% 100%;
  z-index: 5;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC-pagination{
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0.22rem;
  width: 90%;
  height: 2px;
  background: #f1f2f4;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #0448a4;
}




/*SPECIAL*/

.SPECIALbg{
  margin: 0.6rem auto 0 auto;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.SPECIALbg .SPECIAL{
  margin: 0 auto;
}

.SPECIALbg .SPECIAL .specialbox{
 position: relative;
}

.SPECIALbg .SPECIAL .specialbox .mySwiper{
  overflow: hidden;
  padding: 0.35rem 0;
}

.SPECIALbg .SPECIAL .specialbox .mySwiper .swiper-slide{
  position: relative;
  width: 32.2%;
}

.SPECIALbg .SPECIAL .specialbox .mySwiper .swiper-slide .pic{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 44%;
}

.SPECIALbg .SPECIAL .specialbox .mySwiper .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}


.SPECIALbg .SPECIAL .specialbox .swiper-special-next{
  position: absolute;
  left: -0.65rem;
  top: 45%;
  background: url(../images/left.png) no-repeat  center;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.SPECIALbg .SPECIAL .specialbox .swiper-special-prev{
  position: absolute;
  right: -0.65rem;
  top: 45%;
  background: url(../images/right.png) no-repeat  center;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*information*/

.informationbg{
  margin: -1rem auto 0 auto;
  width: 100%;
  background: url(../images/pagebg2.jpg) no-repeat top center;
  background-size: 100%;
  overflow: hidden;
}

.informationbg .information{
  margin: 0 auto;
  padding-top: 1.7rem;
}


.informationbg .information .RECRUITMENT{
  float: left;
  width: 47%;
}

.informationbg .information .RECRUITMENT .RECRUITMENT_show{
  margin-top: 0.35rem;
  overflow: hidden;

}

.informationbg .information .RECRUITMENT .RECRUITMENT_show .pic{
  float: left;
  width: 44%;
  height: 1.7rem;
  position: relative;
  overflow: hidden;

}

.informationbg .information .RECRUITMENT .RECRUITMENT_show .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}


.informationbg .information .RECRUITMENT .RECRUITMENT_show .txt{
  float: left;
  width: 45%;
  margin-left: 5%;

} 

.informationbg .information .RECRUITMENT .RECRUITMENT_show .txt h5 a{
  font-size: 0.2rem;
  color: #222222;
  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;
  margin: 0.06rem 0 0.2rem 0;
}

.informationbg .information .RECRUITMENT .RECRUITMENT_show .txt p{
  font-size: 0.16rem;
  color: #9E9E9E;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.informationbg .information .RECRUITMENT .RECRUITMENT_show .txt span{
  display: block;
  font-size: 0.16rem;
  color: #0956BD;
  margin-top: 0.35rem;
  
}

.informationbg .information .RECRUITMENT ul{
  margin-top: 0.15rem;
  padding-top: 0.15rem;
  border-top: 1px dashed #C4C4C4;
}

.informationbg .information .RECRUITMENT ul li{
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 1px dashed #C4C4C4;

}

.informationbg .information .RECRUITMENT ul li a{
  padding-left: 0.2rem;
  font-size: 0.18rem;
  color: #222222;
  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;
  float: left;
  width: 80%;
  position: relative;
}

.informationbg .information .RECRUITMENT ul li a::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background: #0956BD;
}

.informationbg .information .RECRUITMENT ul li span{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #AAAAAA;
}

.informationbg .information .enroll{
  float: right;
  width: 49%;
}

.informationbg .information .enroll .enrollbox{
  margin-top: 0.35rem;

}

.informationbg .information .enroll .enrollbox ul li{
  float: left;
  width: 50%;
  height: 5rem;
  position: relative;
}


.informationbg .information .enroll .enrollbox ul li .pic{
  position: relative;
  width: 100%;
  height: 2rem;
  overflow: hidden;

}


.informationbg .information .enroll .enrollbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.informationbg .information .enroll .enrollbox ul li .txt{
  background: #E6F1FF;
  width: 100%;
  height: 3rem;
  padding: 0.35rem 11.5% 0 11.5%;
} 


.informationbg .information .enroll .enrollbox ul li .txt h5 a{
  display: block;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0rem 0 0.15rem 0;
}

.informationbg .information .enroll .enrollbox ul li .txt p{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.informationbg .information .enroll .enrollbox ul li .txt span{
  display: block;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.45rem;
}


.informationbg .information .enroll .enrollbox ul li:nth-child(2) .pic{
  position: absolute;
  left: 0;
  bottom: 0;
}

.informationbg .information .enroll .enrollbox ul li:nth-child(2) .txt h5 a{
  color: #222222;

}

.informationbg .information .enroll .enrollbox ul li:nth-child(2) .txt p{
  color: #9E9E9E;
}

.informationbg .information .enroll .enrollbox ul li:nth-child(2) .txt span{
  color: #0956BD;
}


.informationbg .information .enroll .enrollbox ul li:nth-child(1) .txt{
  background: url(../images/newslist.jpg) no-repeat  center;
  background-size: cover;
} 



/*PLATFORM*/

.PLATFORM{
  margin: 1.15rem auto 0.95rem auto;
}

.PLATFORM .title{
  float: left;
  background: url(../images/PLATFORM_t.png) no-repeat top center;
  background-size: 100% 100%;
  width: 7%;
  height: 4.5rem;
  padding-top: 0.7rem;
}

.PLATFORM .title h3{
  font-size: 0.34rem;
  color: #fff;
  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;
  display: flex;
  align-items: center; /* 垂直居中 */
  width: 100%;
  padding-top: 0.1rem;
  letter-spacing: 5px;
}

.PLATFORM .title em{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  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;
  letter-spacing: 0px;
  margin-top: 0.1rem;
}

.PLATFORM .title img{
  display: block;
  margin: 0 auto;
}

.PLATFORM .PLATFORMbox{
  float: right;
  width: 93%;
}

.PLATFORM .PLATFORMbox ul li{
  float: left;
  position: relative;
  width: 25.4%;
  height: 4.5rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 1.5%;
}

.PLATFORM .PLATFORMbox ul li .pic{
  position: relative;
  width: 100%;
  height:100%;
  overflow: hidden;

}

.PLATFORM .PLATFORMbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.PLATFORM .PLATFORMbox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 96%);
  pointer-events: none;
}

.PLATFORM .PLATFORMbox ul li .txt a{
  display: block;
  position: absolute;
  left: 5%;
  bottom: 0.25rem;
  width: 90%;
}

.PLATFORM .PLATFORMbox ul li .txt a h5{

  font-size: 0.16rem;
  color: #FFBA00 ;
  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;
}

.PLATFORM .PLATFORMbox ul li .txt a p{
  font-size: 0.2rem;
  color: #FFFFFF;
  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;
    margin-top: 0.05rem;
}


.PLATFORM .PLATFORMbox ul li.on{
  width: 44.7%;
}






/*item*/

.itembg{
  width: 100%;
  margin: 0 auto;
  padding: 0.6rem 0 0.65rem 0;
  background: #f4f9ff;
  overflow: hidden;
}

.itembg .item{
  margin: 0 auto;

}

.itembg .item ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}

.itembg .item ul li{

}

.itembg .item ul li a{
  display: block;
  text-align: center;
}

.itembg .item ul li a span{
  display: block;
  background: url(../images/itemlist.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.03rem;
  height: 1.16rem;
  margin: 0 auto;
  padding-top: 0.13rem;
}

.itembg .item ul li a span img{
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.itembg .item ul li a i{
  display: block;
  font-size: 0.2rem;
  color: #222222;
  margin: 0.2rem auto 0 auto;
}


@media (min-width: 1921px) {
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt {
    float: left;
    width: 66%;
    margin-left: 4%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt h5 a {
  margin: 0rem 0 0rem 0;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p{
  -webkit-align-items: initial;
  align-items: initial;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p i{
  position: relative;
  top: 0.06rem;
}



}


@media (min-width: 1024px) {

  .informationbg .information .enroll .enrollbox ul li:nth-child(2):hover .txt h5 a{
    color: #0956BD 
  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover{
    background: url(../images/ACADEMIClist.png) no-repeat  center;
    background-size: 100% 100%;
  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .txt h5 a{

    color: #fff;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .txt p{
    color: rgba(255, 255, 255, 0.8);
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .txt p i{
    display: inline-block;
    margin-right: 0.12rem;
    width: 0.16rem;
    height: 0.16rem;
  
  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .pic{
    background: url(../images/imgico2.png) no-repeat  center;
    background-size: 100% 100%;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .txt p.c1 i{
    background: url(../images/ACADEMICico11.png) no-repeat  center;
    background-size: 100% 100%;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .txt p.c2 i{
    background: url(../images/ACADEMICico22.png) no-repeat  center;
    background-size: 100% 100%;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .txt p.c3 i{
    background: url(../images/ACADEMICico33.png) no-repeat  center;
    background-size: 100% 100%;
  }
  

  .itembg .item ul li:hover a span img{
    transform: rotateY(360deg);
  }

  .newsbg .news .news_r .newsbox ul li:hover a i{
    color: #0956BD 

  }

  .noticebg .notice .RESEARCH .RESEARCHlist ul li:hover a i{
    color: #0956BD 
  }

  .pic:hover img{
    transform: scale(1.1);
  }

  .noticebg .notice .notice_r .noticebox ul li:hover .time{

    background: url(../images/timeico2.png) no-repeat  center;
    background-size: 100% 100%;

  }
  
  .noticebg .notice .notice_r .noticebox ul li:hover .time span{
    color: #fff;

  }
  
  .noticebg .notice .notice_r .noticebox ul li:hover .time i{
    color: #fff;
  }
  
  .noticebg .notice .notice_r .noticebox ul li:hover  h5 a{
    color: #0956BD;
  }
  
  
.SPECIALbg .SPECIAL .specialbox .swiper-special-next:hover{
  background: url(../images/left1.png) no-repeat  center;
  background-size: 100%;

}


.SPECIALbg .SPECIAL .specialbox .swiper-special-prev:hover{
  background: url(../images/right1.png) no-repeat  center;
  background-size: 100%;
}

.informationbg .information .RECRUITMENT .RECRUITMENT_show:hover .txt h5 a{
  color: #0956BD;
}

.informationbg .information .RECRUITMENT ul li:hover a{
  color: #0956BD;
}
  
}


@media (max-width: 768px) {
  .itembg{

    padding: 0.6rem 0 0.4rem 0;
  }
  
  
  .itembg .item ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0;
  }
  
  .itembg .item ul li{
    width: 25%;
    margin-bottom: 0.5rem;
  
  }
  
  
  .itembg .item ul li a i{
    font-size: 0.26rem;
  }


  .pagecontbg{
    padding-top: 0.6rem;
  }
  
  
  .newsbg .news .news_l{
    width: 100%;
    float: none;
  }
  
  
  .newsbg .news .news_l .swiper-slide .pic{
    height: auto;
    padding-top: 56.5%;
  
  }
  
  
  .newsbg .news .news_l .swiper-slide .txt{
    height: 0.86rem;

  
  } 
  
  .newsbg .news .news_l .swiper-slide .txt .time{
    float: left;
    margin-top: 0.2rem;
    padding: 0 0.2rem 0 0.15rem;
    border-right: 1px solid #2167c3;
    height: 0.46rem;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.28rem;
  
  }
  
  .newsbg .news .news_l .swiper-slide .txt .time i{
    font-size: 0.24rem;
    line-height: 0.22rem;
  }
  
  .newsbg .news .news_l .swiper-slide .txt a{
    line-height: 0.36rem;
    max-height: 0.72rem;
    font-size: 0.28rem;
    width: 70%;
  }
  
  .newsbg .news .news_l .news-pagination .swiper-pagination-bullet{
    margin: 0 0.1rem;
  
  }

  .titlecon .title{
    display: flex;
    align-items: center;
    justify-content: initial;
  }
  
  .titlecon .title img{
    height: 0.32rem;
    margin-right: 0.15rem;
  }
  
  .titlecon .title h3{
    font-size: 0.32rem;
    display: inline-block;
   
  }

  
  .titlecon .title em{
    font-size: 0.24rem;
    margin-left: 0.1rem;
    display: inline-block;
  }
  
  .titlecon .titlemore{
    background-size: 0.27rem 0.4rem;
    height: 0.4rem;
  
  } 
  
  .titlecon .titlemore a{
    font-size: 0.26rem;
    padding-right: 0.35rem;
    padding-top: 0.05rem;
  }
  
  
  .newsbg .news .news_r{
    float: none;
    margin: 0.3rem auto 0% auto;
    width: 100%;
    padding-top: 0.3rem;
  } 
  
  
  .newsbg .news .news_r .newsbox{
    margin: 0.15rem auto 0 auto;
  }
  
  .newsbg .news .news_r .newsbox ul li{
    height: 1.3rem;
  
  }
  

  
  .newsbg .news .news_r .newsbox ul li a i{
    font-size: 0.28rem;
  }
  
  .newsbg .news .news_r .newsbox ul li a em{
    background-size: 0.24rem 0.24rem;
    padding-left: 0.3rem;
    font-size: 0.26rem;
    margin-top: 0.07rem;
  }
  
  
  /*notice*/
  
  .noticebg{
    margin: 0.6rem auto 0 auto;
  }
  
  
  .noticebg .notice .RESEARCH{
    width: 100%;
    position: relative;
    float: none;
  }
  
  .noticebg .notice .RESEARCH .RESEARCHbox{
    margin-top: 0.3rem;
  
  }
  
  .noticebg .notice .RESEARCH .RESEARCHbox ul li{
    float: none;
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
  
  .noticebg .notice .RESEARCH .RESEARCHbox ul li .pic{
    height: 3.6rem;
  }
  
  
  .noticebg .notice .RESEARCH .RESEARCHbox ul li .txt span{
    width: 1.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }
  
  .noticebg .notice .RESEARCH .RESEARCHbox ul li .txt a{
    font-size: 0.28rem;
    bottom: 0.15rem;
  
  }
  
  
  .noticebg .notice .RESEARCH .RESEARCHlist ul li{
    width: 100%;
    height: 1.7rem;
    border-bottom: 1px dashed #D1D1D1;
    margin-right: 0%;
    float: none;
  
  }

  
  .noticebg .notice .RESEARCH .RESEARCHlist ul li a i{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  
  .noticebg .notice .RESEARCH .RESEARCHlist ul li a em{
    background-size: 0.24rem 0.24rem;
    padding-left: 0.3rem;
    font-size: 0.26rem;
    margin-top: 0.06rem;
  }
  
  
  .noticebg .notice .notice_r{
    float: none;
    width: 100%;
    margin: 0.6rem auto 0 auto;
  
  }
  
  
  .noticebg .notice .notice_r .noticebox{
    margin-top: 0.3rem;
    overflow: hidden;
  }
  
  .noticebg .notice .notice_r .noticebox ul li{
    height: 1.6rem;
    padding: 0.2rem 0;
  }
  
  .noticebg .notice .notice_r .noticebox ul li .time{
    width: 1.2rem;
    height: 1.2rem;

  }
  
  .noticebg .notice .notice_r .noticebox ul li .time span{
    font-size: 0.28rem;
    line-height: 0.32rem;
    padding-top: 0.2rem;

  }
  
  .noticebg .notice .notice_r .noticebox ul li .time i{
    font-size: 0.24rem;
  }
  
  .noticebg .notice .notice_r .noticebox ul li  h5 a{
    font-size: 0.28rem;
    margin-top: 0.15rem;
    line-height: 0.42rem;
    height: 0.84rem;
  }
  
  
  
  
  /*ACADEMIC*/
  
  .ACADEMICbg{
    margin: 0.6rem auto 0 auto;
    padding-bottom: 0.6rem;
    overflow: hidden;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox{
    margin: 0.4rem auto 0 auto;
  
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-container{
    overflow: hidden;
    height: auto;
    padding-bottom: 0.9rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide{
    padding: 0.28rem 0.3rem;
    height: calc((100% - 30px) / 1) !important;
    overflow: hidden;

  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic{
    width: 1.21rem;
    height: 1.23rem;
    padding-top: 0.05rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic img{
    width: 1.12rem;
    height: 1.12rem;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide::after{
    height: 1.23rem;

  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt{
    float: right;
    width: 74%;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt h5 a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;

    margin: 0.05rem 0 0.1rem 0;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt p i{
    margin-right: 0.15rem;
    width: 0.24rem;
    height: 0.24rem;
  
  }
  
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-next{

    width: 0.5rem;
    height: 0.5rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-prev{
    right: 0.7rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC-pagination{
    bottom: 0.25rem;
    width: 75%;
  }
  
  

  
  
  
  
  /*SPECIAL*/
  
  .SPECIALbg{
    margin: 0rem auto 0 auto;
  }

  .SPECIALbg .SPECIAL .specialbox .mySwiper{
    padding-bottom: 0.6rem;
  }
  .SPECIALbg .SPECIAL .specialbox .mySwiper .swiper-slide{
    position: relative;
    width: 100%;
  }
  
  .SPECIALbg .SPECIAL .specialbox .mySwiper .swiper-slide .pic{
    padding-top: 42%;
  }
  
  
  
  .SPECIALbg .SPECIAL .specialbox .swiper-special-next{
    position: absolute;
    left: 40%;
    top: auto;
    bottom: 0;
    width: 0.32rem;
    height: 0.32rem;

  }
  
  
  .SPECIALbg .SPECIAL .specialbox .swiper-special-prev{
    position: absolute;
    right: 40%;
    top: auto;
    bottom: 0;
    width: 0.32rem;
    height: 0.32rem;
  }
  
  
  
  
  /*information*/
  
  .informationbg{
    margin: -1rem auto 0 auto;
    width: 100%;
    background: url(../images/pagebg2.jpg) no-repeat top center;
    background-size: 100%;
  }
  
  .informationbg .information{
    margin: 0 auto;
    padding-top: 1.7rem;
  }
  
  
  .informationbg .information .RECRUITMENT{
    float: none;
    width: 100%;
  }
  
  
  .informationbg .information .RECRUITMENT .RECRUITMENT_show .pic{
    float: none;
    width: 100%;
    height: auto;
    padding-top: 53%;
  
  }
  

  
  
  .informationbg .information .RECRUITMENT .RECRUITMENT_show .txt{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  
  } 
  
  .informationbg .information .RECRUITMENT .RECRUITMENT_show .txt h5 a{
    font-size: 0.28rem;
    margin: 0.06rem 0 0.15rem 0;
  }
  
  .informationbg .information .RECRUITMENT .RECRUITMENT_show .txt p{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;

  }
  
  .informationbg .information .RECRUITMENT .RECRUITMENT_show .txt span{
    font-size: 0.24rem;
    margin-top: 0.3rem;
    
  }
  
  .informationbg .information .RECRUITMENT ul{
    margin-top: 0.35rem;
    padding-top: 0.15rem;
    border-top: 1px dashed #C4C4C4;
  }
  
  .informationbg .information .RECRUITMENT ul li{
    height: 1rem;
    line-height: 1rem;
  
  }
  
  .informationbg .information .RECRUITMENT ul li a{
    padding-left: 0.25rem;
    font-size: 0.28rem;
    width: 70%;
  }
  
  .informationbg .information .RECRUITMENT ul li a::after{
    width: 0.08rem;
    height: 0.08rem;

  }
  
  .informationbg .information .RECRUITMENT ul li span{

    font-size: 0.24rem;
  }
  
  .informationbg .information .enroll{
    float: none;
    width: 100%;
    margin: 0.6rem auto 0 auto;
  }
  
  .informationbg .information .enroll .enrollbox{
    margin-top: 0.35rem;
  
  }
  
  .informationbg .information .enroll .enrollbox ul li{
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0.3rem;
  }
  
  
  .informationbg .information .enroll .enrollbox ul li .pic{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 54%;
  
  }
  
  
  
  .informationbg .information .enroll .enrollbox ul li .txt{
    height: 3.5rem;
    padding: 0.35rem 5% 0 5%;
  } 
  
  
  .informationbg .information .enroll .enrollbox ul li .txt h5 a{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;
    margin: 0rem 0 0.15rem 0;
  }
  
  .informationbg .information .enroll .enrollbox ul li .txt p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;
    -webkit-line-clamp: 2;
  }
  
  .informationbg .information .enroll .enrollbox ul li .txt span{
    display: block;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.3rem;
  }
  
  
  .informationbg .information .enroll .enrollbox ul li:nth-child(2) .pic{
    position: relative;
    left: 0;
    bottom: 0;
  }
  
  
  
  
  /*PLATFORM*/
  
  .PLATFORM{
    margin: 0.5rem auto 0.6rem auto;
  }
  
  .PLATFORM .title{
    float: none;
    background: #0956bd;
    width: 100%;
    height: auto;
    padding-top: 0rem;
    text-align: center;
    display: flex;
    padding: 0.2rem 20%;
  }
  
  .PLATFORM .title h3{
    font-size: 0.3rem;
    writing-mode:initial;
    text-orientation: mixed;
    -ms-writing-mode: initial;
    writing-mode: initial;

    white-space: nowrap;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    width: auto;
    padding-top: 0rem;
    letter-spacing: 0px;
  }
  
  .PLATFORM .title em{
    font-size: 0.24rem;
    writing-mode: initial;
    text-orientation: mixed;
    -ms-writing-mode: initial;
    writing-mode:initial;
    white-space: nowrap;

  }
  
  .PLATFORM .title img{
    display: inline-block;
    margin: 0 auto;
    width: 0.5rem;
  }
  
  .PLATFORM .PLATFORMbox{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
  
  .PLATFORM .PLATFORMbox ul li{
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-bottom: 0.3rem;
  }
  
  .PLATFORM .PLATFORMbox ul li .pic {
    padding-top: 67%;
}
  
  .PLATFORM .PLATFORMbox ul li .txt a{
    display: block;
    position: absolute;
    left: 5%;
    bottom: 0.25rem;
    width: 90%;
  }
  
  .PLATFORM .PLATFORMbox ul li .txt a h5{
  
    font-size: 0.24rem;
  }
  
  .PLATFORM .PLATFORMbox ul li .txt a p{
    font-size: 0.28rem;
      margin-top: 0.05rem;
  }
  
  
  .PLATFORM .PLATFORMbox ul li.on{
    width: 100%;
  }
  
  
  
  
}

