﻿@media screen and (max-width:1023px){
/*通用*/
.header{ display:none;}
.sjhedes{ display:block;}
.banner_index .swiper-slide{
  justify-content: center;
}
html{
  font-size: 20px;
}
/*banner*/
.banner{
  height: 36rem;
  margin-top: 8.2rem;
}
.banner .txt{
  width: 100%;
  min-width: 100%;
  padding: 0 1rem;
  text-align: center;
}
/*banner 内页*/
.banner_other{
  margin-top: 8.2rem;
}
/*主页 通用*/

/*主页 新闻动态*/
.ind_xwdt{
  width: 100%;
}
.ind_xwdt .onelist{
  width: 100%;
}
.ind_xwdt .list{
  width: 100%;
}
/*主页 通知公告*/
.ind_tzgg {
  width: 100%;
}
/*主页 链接按钮*/
.ind_btn a{
  width: 100%;
}
/*主页 学术科研*/
.ind_xsky{
  width: 100%;
}
/*主页 学生活动*/
.ind_xshd{
  width: 100%;
}
.ind_xshd .onelist{
  width: 100%;
}
.ind_xshd .list{
  width: 100%;
}
/*内页 新闻列表 带图*/
.other_list2 a{
  flex-wrap: wrap;
}
.other_list2 .img{
  flex: 1 1 100%;
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.other_list2 .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other_list2 .txt{
  flex: 1 1 100%;
}
/*内页 左侧栏目*/
.other_nav{
  display: none;
}
/*内页 师资建设-师资队伍*/
.szjs_szdw_li li{
  width: 48%;
}
/*内页 学生园地-校友风采*/
.xgtx_xyfc_li li{
  width: 48.25%;
}
/*脚部*/
.footer{
  margin-top: 8rem;
}
.footer .links{
  width: 100%;
  gap: 9.5%;
}
.footer .links a{
  width: 45.25%;
}
.footer .links a:nth-of-type(-n+4){
  border-bottom: 0.1rem solid #e5e5e5;  
}
.footer .ewm{
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .ewm p{
  color: #333333;
  margin-top: 0.2rem;
  margin-bottom: 4rem;
}
.footer .logo{
}
.footer .logo img{
  width: 95%;
}
.footer .fnav{
  display: none;
}
.footer .info{
  text-align: center;
}
.footer .tech{
  text-align: center;
  position: static;
  transform: translate(0%, 0%);
  margin-top: 4rem;
}