html{
  font-size: 10px;
  color: #2e2e2e;
}
body{
  font-size: 1.4rem;
}
.wrap{  
  width:95%; 
  max-width: 1550px;
  margin:0 auto;
  max-height:999999px;
}
@font-face{
  font-family: SANJIXINGKAIJIANTI;
  src:url("../font/SANJIXINGKAIJIANTI-CU-2.TTF");
}
/*头部*/
.header{
  height: 9rem;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  border-top: 0.5rem solid #811a35; 
  display: flex;
  align-items: center;
}
.header .top{
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6%;
  margin-top: 1.6rem;
}
.header .top a{
  font-size: 1.4rem;
  color: rgba(255,255,255,0.47);
}
.header .top a:hover{
  color: #fff;
}
.header .logo{
  flex: 1 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  margin: 0 2rem;
}
.header .logo img{
  position: absolute;
  max-width: 100%;
  max-height: 6.3rem;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.header .nav{
  height: 100%;
  display: flex;  
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
}
.header .nav>li{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .nav>li>a{
  height: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  white-space:nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  box-sizing: border-box;
}
.header .nav>li>a:hover{
  opacity: 0.9;
}
.header .nav>li>a.cur,
.header .nav>li>a:hover{
  filter: brightness(1.1);
}
.header .nav li:hover .subnav{
  display: flex;
}
.header .subnav{
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  flex-wrap: nowrap; 
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap:2rem;
  padding: 2.5rem 5rem;
  white-space: nowrap;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}
.header .subnav a{
  font-size: 1.6rem;
}
.header .subnav a:hover{
  color: #811a35;
}
.header .search {
  height: 7.6rem;
  background: 
    url(../images/header_search_bg.png) no-repeat 0 0/15.3rem 7.6rem,
    linear-gradient(to right, rgba(129,26,53,0) 15.3rem, rgba(129,26,53,1) 15.3rem);
  padding: 0 4.6rem 0 9.2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap:0.6rem;
  position: relative;
  top: -0.7rem;
}
.header .search img{
  width: 1.6rem;
  height: 1.6rem;
  filter: brightness(0) invert(1);
}
.header .search input{
  width: 14rem;
  outline: none;
  border-bottom: 0.1rem solid #cccccc;
  height: 2.2rem;
  text-align: center;
  color: #bbbbbb;
  display: none;
  border-radius: 0.4rem;
}
.header .search button{
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/search.png) center center/100% 100%;
  filter: brightness(0) invert(1);
  display: none;
}
/*头部 白色*/
.header_w{
  background: #fff;
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.15);
}
.header_w .logo img{
  max-height: 6.3rem;
  filter: brightness(1) invert(0);
}
.header_w .nav>li>a{
  color: #555555;
}
.header_w .nav>li>a.cur,
.header_w .nav>li>a:hover{
  color: #811a35;
}
.header_w .top a{
  font-size: 1.4rem;
  color: #555555;
}
.header_w .top a:hover{
  color: #811a35;
}
/*banner*/
.banner{
  height: 95rem;
  width: 100%;
  z-index: 1;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .txt{
  height: 10.7rem;
  min-width: 70%;
  font-size: 3rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 7rem;
  background: linear-gradient(90deg, rgba(129,26,53,0.63), rgba(129,26,53,0));
  box-sizing: border-box;
}
/*banner 内页*/
.banner_other{
  height: 41.5rem;
  margin-top: 9rem;
}
/*主页 通用*/
.ind_wrap{
  margin-top: 10rem;
  margin-bottom: 16rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10rem 3%;
}
.ind_tit{
  width: 100%;
  height: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.ind_tit img{
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  margin-top: 0.3rem;
}
.ind_tit p{
  flex: 1 1;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  color: #861f41;
}
.ind_tit .more{
  height: 2.4rem;
  padding: 0 1.1rem;
  background: #eeeeee;
  border-radius: 10rem;
  font-size: 1.2rem;
  color: #861f41;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_tit .more:hover{
  background: #861f41;
  color: #fff;
}
.ind_tit .ri{
  width: 9rem;
}
.ind_tit .layui-input{
  border-radius: 10rem;
  background: #861f41;
  border: 0;
  color: #fff;
}
.ind_tit .layui-edge{
  width: 1.2rem;
  height: 1.2rem;
  border: 0 solid #ff6600 !important;
  margin-top: -0.6rem !important;
  background: #861f41 url(../images/select.png) no-repeat center center/1.2rem 1.2rem;
}
.ind_tit .layui-edge{
  width: 1.2rem;
  height: 1.2rem;
  border: 0 solid #ff6600 !important;
  margin-top: -0.6rem !important;
  background: #861f41 url(../images/select.png) no-repeat center center/1.2rem 1.2rem;
}
.ind_tit .layui-anim .layui-this{
  /*background: #731937;*/
  color: #861f41;
}
/*主页 新闻动态*/
.ind_xwdt{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.3%;
}
.ind_xwdt .onelist{
  width: 50.3%;
}
.ind_xwdt .onelist .img{
  width: 100%;
  height: 36.6rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ind_xwdt .onelist .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_xwdt .onelist h1{
  font-size: 1.4rem;
  color: #777777;
  margin-top: 1.5rem;
}
.ind_xwdt .onelist h2{
  font-size: 2rem;
  color: #861f41;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 0.1rem;
}
.ind_xwdt .onelist p{
  font-size: 1.4rem;
  color: #777777;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 0.8rem;
}
.ind_xwdt .list{
  width: 46.4%;
  display: flex;  
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.6rem;
}
.ind_xwdt .list h1{
  font-size: 1.4rem;
  color: #861f41;
}
.ind_xwdt .list h2{
  font-size: 1.6rem;
  color: #1f1f1f;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_xwdt .list a:hover h2{
  color: #861f41;
}
.ind_xwdt .list p{
  font-size: 1.4rem;
  color: #777777;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 0.2rem;
}
/*主页 通知公告*/
.ind_tzgg {
  width: 27%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.3%;
}
.ind_tzgg .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.3rem;
}
.ind_tzgg .list a{
  display: flex;
  align-items: center;
}
.ind_tzgg .list a em{
  height: 6.5rem;
  min-width: 6.5rem;
  border-radius: 0.5rem;
  margin-right: 1.3rem;
  background: #861f41;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.7rem;
  box-sizing: border-box;
}
.ind_tzgg .list a em h1{
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ind_tzgg .list a em h2{
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
}
.ind_tzgg .list a p{
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #303030;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.ind_tzgg .list a:hover p{
  color: #861f41;
}
.ind_tzgg .list button{
  height: 3rem;
  width: 100%;
  color: #861f41;
  background: #e9e9e9;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin-top: -1.5rem;
}
.ind_tzgg .list button:hover{
  color: #fff;
  background: #861f41;
}
/*主页 链接按钮*/
.ind_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem 1rem;
}
.ind_btn a{
  width: calc(33.33% - 0.667rem);
  border-radius: 1rem;
  overflow: hidden;
}
.ind_btn a img{
  width: 100%;
}
/*主页 学术科研*/
.ind_xsky{
  width: 32.4%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.ind_xsky .list a{
  font-size: 1.6rem;
  line-height: 4.4rem;
  color: #555555;
  display: block; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_xsky .list a:hover{
  color: #861f41;
}
/*主页 学生活动*/
.ind_xshd{
  width: 64.6%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3%;
}
.ind_xshd .onelist{
  width: 40%;
}
.ind_xshd .onelist .img{
  height: 25.8rem;
}
.ind_xshd .onelist .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_xshd .list{
  width: 57%;
}
.ind_xshd .list a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
.ind_xshd .list a p{
  flex: 1 1;
  font-size: 1.6rem;
  line-height: 4.4rem;
  color: #555555;
  display: block; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_xshd .list a:hover p{
  color: #861f41;
}
.ind_xshd .list a em{
  color: #555555;
}
/*内页 左侧栏目*/
.other_nav{
  min-height: 56.9rem;
  width: 24.2%;
  /*flex: 0 0 37.5rem;*/
  background: #fff url(../images/other_nav_bg.png) no-repeat bottom center/100% auto;
  border-radius: 1rem;
  padding: 0.8rem;
  margin-top: -5.6rem;
  position: relative;
  z-index: 2;
  border: 0.1rem solid #f0f0f0;
}
.other_nav .tit{
  height: 8.9rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #811a35 url(../images/other_nav_tit_bg.png) no-repeat bottom -0.7rem right 1.9rem/8.7rem auto;
  border-radius: 0.7rem;
  padding-left: 2.6rem;
}
.other_nav .tit::before{
  content: '';
  width: 0.5rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 10rem;
}
.other_nav>a{
  height: 6.5rem;
  display: block;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-left: 2.6rem;
  box-sizing: border-box;
  color: #040404;
  font-size: 2rem;
  position: relative;
  border-bottom: 0.1rem solid #f1f1f1;
}
.other_nav>a::before{
  content: '';
  width: 0.3rem;
  height: 2rem;
  background: #811a35;
  border-radius: 10rem;
}
.other_nav>a.cur,
.other_nav>a:hover{
  font-weight: bold;
  color: #811a35;
}
.other_subnav a{
  height: 4.8rem;
  display: block;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-left: 4.1rem;
  box-sizing: border-box;
  color: #040404;
  font-size: 2rem;
  position: relative;
}
.other_subnav a::before{
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 10rem;
}
.other_subnav>a.cur,
.other_subnav>a:hover{
  color: #811a35;
}
.other_subnav>a.cur::before,
.other_subnav>a:hover::before{
  background: #811a35;
}
/*内页 通用*/
.other_wrap{
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 15rem;
}
.other_ri{
  flex: 1 1;
}
.other_tit{
  height: 7.3rem;
  border-bottom: 0.1rem solid #e2e2e2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.other_tit_le{
  flex: 1 1;
  font-size: 2rem;
  color: #811a35;
  font-weight: bold;
}
.other_next{
  width: 100%;
  background: linear-gradient(to right, rgba(240,240,240,1), rgba(240,240,240,0));
  padding: 2.4rem 3.4rem;
  box-sizing: border-box;
  border-radius: 1rem;
  margin-top: 4rem;
}
.other_next a{
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #141414; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
/*面包屑导航*/
.breadnav{
  flex: 0 0;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #919191;
}
.breadnav a:hover{
  color: #811a35;
}
.breadnav p{
  color: #811a35;
}
/*页码*/
.page{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 5rem auto 0 auto;
}
.page a{
  color: #2c2b2b;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.2rem;
  white-space: nowrap;
  font-size: 1.41rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #e2e2e2;
}
.page a.cur,
.page a:hover{
  color: #fff;
  background: #811a35;
  border: 0.1rem solid #811a35;
}
.page span{
  flex-grow: 1;
  height: 5.5rem;
}
/*内页 新闻列表*/
.other_list{
  margin-top: 1rem;
}
.other_list a{
  display: flex;
  align-items: center;
  gap: 2.4rem;
  line-height: 7.2rem;
  border-bottom: 0.1rem solid #e1e1e1;
}
.other_list p{
  flex: 1 1;
  font-size: 1.8rem;
  color: #262626;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.other_list a:hover p{
  color: #861f41;
}
.other_list em{
  font-size: 1.6rem;
  color: #808080;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.other_list em img{
  width: 1.7rem;
  height: 1.7rem;
}
/*内页 新闻列表 带图*/
.other_list2{
  margin-top: 1.3rem;
}
.other_list2 a{
  display: flex;
  align-items: center;
  gap: 3.7rem;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #eaeaea;
}
.other_list2 .img{
  flex: 0 0 24rem;
  height: 14.7rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.other_list2 .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other_list2 .txt{
  flex: 1 1;
}
.other_list2 .txt h1{
  font-size: 2rem;
  color: #2c2c2c;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.other_list2 .txt p{
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #8b8b8b;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  margin-top: 1.3rem;
}
.other_list2 .txt h2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.9rem;
}
.other_list2 .txt h2 em{
  font-size: 1.6rem;
  color: #808080;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.other_list2 .txt h2 em img{
  width: 1.7rem;
  height: 1.7rem;
}
.other_list2 a:hover h1{
  color: #861f41;
}
/*内页 所有详情页*/
.other_con{
  margin-top: 2rem;
}
.other_con .tit{
  font-size: 2.4rem;
  color: #1f1f1f;
  margin: 3rem 0 3rem 0;
  text-align: center;
}
.other_con p{
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #555555;
}
.other_con .img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0;
}
.other_con .img img{
  max-width: 100%;
}
/*内页 所有表格页*/
.other_table{
}
.other_table table{
  width: 100%;
  border-collapse: collapse; /* 合并相邻边框 */
  border-style: hidden;       /* 隐藏外边框 */
}
.other_table tr{
  border-bottom: 0.1rem solid #e2e2e2;
}
.other_table p{
  max-width: 50rem;
  min-height: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2.6rem 0;
  padding: 0 1.4rem;
  font-size: 1.6rem;
}
.other_table th p{
  border-left: 0.3rem solid #811a35;
  padding-left: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #811a35;
}
.other_table p img{
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  margin-left: 1.5rem;
}
.other_table p a:hover{
  color: #811a35;
}
/*内页 师资建设-师资队伍*/
.szjs_szdw_tit{
  width: 100%;
  border-bottom: 0.3rem solid #811a35;
  margin-top: 2rem;
}
.szjs_szdw_tit p{
  height: 4.7rem;
  padding: 0 4.1rem;
  background: #811a35;
  border-radius: 1rem 1rem 0 0;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 5.1rem;
  font-size: 1.6rem;
}
.szjs_szdw_tit2{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 3rem;
}
.szjs_szdw_tit2 p{
  font-size: 1.6rem;
  color: #811a35;
  font-weight: bold;
}
.szjs_szdw_tit2::before{
  content: '';
  display: block;
  width: 0.4rem;
  height: 1.4rem;
  background: #811a35;
  border-radius: 10rem;
}
.szjs_szdw_li{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4%;
  margin-top: 1.5rem;
}
.szjs_szdw_li li{
  width: 22%;
  padding: 0.8rem;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.2rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 4rem;
}
.szjs_szdw_li li:hover{
  cursor: pointer;
}
.szjs_szdw_li .img{
  width: 100%;
  height: 0px;
  padding-bottom: 123%;
  overflow: hidden;
  position: relative;
}
.szjs_szdw_li .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.szjs_szdw_li li p{
  width: calc(100% - 1.6rem);
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  color: #4b4b4b;
  position: absolute;
  bottom: -4rem;
}
.szjs_szdw_con{
  display: flex;
  gap: 2.8rem;
  margin-top: 1.8rem;
}
.szjs_szdw_con .img{
  width: 24.8rem;
  height: 30.5rem;
  border: 0.1rem solid #ebebeb;
  padding: 0.8rem;
  box-sizing: border-box;
}
.szjs_szdw_con .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.szjs_szdw_con .txt{
  flex: 1 1;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.szjs_szdw_con .txt h1{
  width: 50%;
  font-size: 1.6rem;
  color: #4b4b4b;
}
.szjs_szdw_con .txt h1 em{
  font-weight: bold;
  color: #811a35;
}
.szjs_szdw_con2 table{
  width: 100%;
  border-collapse: collapse; /* 合并相邻边框 */
}
.szjs_szdw_con2 table th{
  height: 4.8rem;
  padding-left: 3%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #811a35;
  box-sizing: border-box;
  background: #efe1e5;
}
.szjs_szdw_con2 table td{
  height: 4.8rem;
  padding-left: 3%;
  font-size: 1.6rem;
  color: #4b4b4b;
  box-sizing: border-box;
}
.szjs_szdw_con3{
  margin-top: 2rem;
}
.szjs_szdw_con3 h1{
  margin-top: 1.2rem;
  font-size: 1.6rem;
  color: #4b4b4b;
  display: flex;
  gap: 1rem;
  margin-top: 2.3rem;
}
.szjs_szdw_con3 h1::before{
  content: "";
  display: block;
  width: 0.4rem;
  height: 1.4rem;
  background: #811a35;
  border-radius: 10rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
/*内页 教育教学-研究生教育-学位设置*/
.jyjx_yjsjy_xwsz_li table{
  width: 100%;
  border-collapse: collapse; /* 合并相邻边框 */
  border-style: hidden;       /* 隐藏外边框 */
}
.jyjx_yjsjy_xwsz_li tr{
  border-bottom: 0.1rem solid #e2e2e2;
}
.jyjx_yjsjy_xwsz_li th{
  width: 16%;
}
.jyjx_yjsjy_xwsz_li .th_con{
  width: 100%;
  height: 100%;
}
.jyjx_yjsjy_xwsz_li th p{
  border-left: 0.3rem solid #811a35;
  padding-left: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #811a35;
  min-height: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1.8rem 0;
}
.jyjx_yjsjy_xwsz_li td{
  display: inline-flex;
  flex-direction: column;
}
.jyjx_yjsjy_xwsz_li td p{
  min-height: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
  margin: 1.8rem 0;
  padding: 0 1.4rem;
  background: url(../images/jyjx_yjsjy_xwsz_li_ico.png) no-repeat left center/ 0.4rem 0.7rem;
}
.jyjx_yjsjy_xwsz_li td p a:hover{
  color: #811a35;
}
/*内页 学科科研-学科建设*/
.xkky_kyjg_table{
  margin-top: 2.2rem;
}
.xkky_kyjg_table table{
  width: 100%;
  border-collapse: collapse; /* 合并相邻边框 */
  border-style: hidden;       /* 隐藏外边框 */
}
.xkky_kyjg_table th{
  border-bottom: 0.1rem solid #e2e2e2;
  background: #811a35;
}
.xkky_kyjg_table th p{
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding: 1rem 1rem 1rem 2.4rem;
}
.xkky_kyjg_table td{
  border-bottom: 0.1rem solid #e1e1e1;
}
.xkky_kyjg_table td p{
  padding-left: 2.4rem;
  font-size: 1.6rem;
  color: #262626;
  text-align: left;
  padding: 2.5rem 1rem 2.5rem 2.4rem;
}
.xkky_kyjg_table td p.bold{
  color: #811a35;
  font-weight: bold;
}
.xkky_kyjg_table td span{
  width: 3rem;
  height: 3rem;
  display: block;
  background: #811a35;
  margin-left: 2.4rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
}
/*内页 党建工会-基层组织*/
.djqt_djsz_jczz_li{
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
.djqt_djsz_jczz_li li{
  width: 100%;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.5rem;
}
.djqt_djsz_jczz_li li .tit{
  width: auto;
  display: inline-block;
  height: 3.6rem;
  background: #811a35;
  padding: 0 4.5rem 0 2.8rem;
  border-radius: 0 0 10rem 0;
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: #fff;
}
.djqt_djsz_jczz_li li p{
  margin: 2rem 2.8rem;
  font-size: 1.6rem;
  color: #555555;
}
.djqt_djsz_jczz_li li .info{
  margin: 0 2.8rem;
  border-top: 0.1rem solid #e2e2e2;  
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5rem;
  padding: 1.5rem 0 2.2rem 0;
}
.djqt_djsz_jczz_li li .info h1{
  font-size: 1.6rem;
  font-weight: bold;
  color: #555555;
}
/*内页 学工团学-校友风采*/
.xgtx_xyfc_li{
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.5%;
  margin-top: 2rem;
}
.xgtx_xyfc_li li{
  width: 31%;
  position: relative;
  padding: 0.8rem;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
.xgtx_xyfc_li li:hover{
  cursor: pointer;
}
.xgtx_xyfc_li .img{
  width: 100%;
  height: 0px;
  padding-bottom: 68%;
  position: relative;
  overflow: hidden;
}
.xgtx_xyfc_li .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xgtx_xyfc_li p{
  height: 3.2rem;
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  background: #811a35;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  color: #fff;
  padding: 0 3rem;
  border-radius: 0 10rem 10rem 0;
}
/*信息公开-资料下载*/
.xxgk_zlxz_li li{
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #e1e1e1;
}
.xxgk_zlxz_li a{
  flex: 1 1;
  font-size: 1.6rem;
  line-height: 7.2rem;
}
.xxgk_zlxz_li a:hover{
  color: #811a35;
}
.xxgk_zlxz_li button{
  height: 2.7rem;
  padding: 0 2.1rem;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #811a35;
  font-size: 1.4rem;
  color: #ffffff;
}
.xxgk_zlxz_li button:hover{
  opacity: 0.9;
}
/*脚部*/
.footer{
  margin-top: 12rem;
}
.footer .top{
  position: relative;
}
.footer .links{
  width: 92rem;
  display: flex;
  flex-wrap: wrap;
  gap: 9.5%;
}
.footer .links .tit{
  width: 100%;
  font-size: 3.4rem;
  color: #181717;
  margin-bottom: 1rem;
}
.footer .links a{
  width: 27%;
  font-size: 1.6rem;
  line-height: 5.2rem;
  color: #555555;
  background: url(../images/footer_links_bg.png) no-repeat right center/1.1rem 1.1rem;
}
.footer .links a:nth-of-type(-n+3){
  border-bottom: 0.1rem solid #e5e5e5;  
}
.footer .links a:hover{
  color: #811a35;
}
.footer .ewm{
  position: absolute;
  right: 2rem;
  bottom: -7rem;
}
.footer .ewm .img{
  width: 26.6rem;
  height: 26.7rem;
  background: #fff;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .ewm .img img{
  width: 24.7rem;
  height: 24.7rem;
}
.footer .ewm p{
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
.footer .bot{
  background: url(../images/footer_bg.jpg) no-repeat center center/cover;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.footer .info{
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: 4rem;
  gap: 1.7rem;
  display: flex;
}
/*移动端头部*/
.sjhedes{ display:none;}
.tuerhed{ 
  position:fixed; 
  width:100%; 
  top:0; 
  left:0; 
  z-index:188; 
  background:#fff; 
  height:8.2rem; 
  /*box-shadow:1px 1px 0 rgba(33,29,30,.2); */
  padding:0 2.5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.losdj{ 
  float:left;
  height: 55%;
  flex-shrink: 0;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.losdj img{ 
  display:block;
  max-height: 100%;
  max-width: 100%;
  margin-left: 0.5rem;
}
.sanh{ 
  float:right; 
  width:3rem; 
  margin:0 7%;
  flex-shrink: 0;
}
.sanh>div{ 
  height:0.2rem; 
  margin:0.8rem 0; 
  width:100%; 
  transition:transform 0.5s,
  opacity 0.5s;
  flex-shrink: 0;
  background-color:#333333;
}
.tesd>div{ background-color:#333333!important;}
.tesd>div:nth-child(1){ transform:translate3d(0px,1rem,0px) rotate(45deg);}
.tesd>div:nth-child(2){ opacity:0;}
.tesd>div:nth-child(3){ transform:translate3d(0px,-1rem,0px) rotate(-45deg);}
.fuernavt{ 
  position:fixed; 
  box-sizing: border-box; 
  padding-top:8.2rem; 
  top:0px; 
  left:-100%; 
  width:100%; 
  height:100%; 
  background-color:#fff; 
  z-index:187;
}
.benrvav{ 
  width:100%; 
  height:100%; 
  overflow:hidden;
  overflow-y:auto;
}
.shojvas>a{ 
  display:block; 
  text-align:center; 
  font-size:2.4rem; 
  line-height:3; 
  padding:1rem 0px; 
  border-bottom:0.1rem solid #eee; 
  color:#333;
}
.shojvas>div{ display:block; text-align:center; font-size:2.4rem; line-height:3; border-bottom:0.1rem solid #eee;}
.shojvas>div a{ color:#333;}
.showzhen{ position:relative;}
.jd{ position:absolute; top:3rem; right:2.5rem; width:1.1rem; height:1.8rem; background:url(../images/arrow4.png) no-repeat center; background-size:100%; transition:transform 0.5s;transform: rotate(90deg); z-index:-1;}
.maei{ padding:0.1rem 0; font-size:2.4rem; color:#333;}
.maei a{ color:#333; display:inline;}
.shopernc{ overflow:hidden; height:0px;}
.shopernc>div a,.shopernc .maei.line1{ display:block; text-align:center; font-size:2rem; color:#666; line-height:3; border-top:0.1rem solid #eee;}
.shopernc>div a.gray{ color:#666;}
.shopernc>div .maei a{ color:#666;}
.shopernc>div>div>div a{ color:#999;}
.shopernc .maei.line1{ border-top-color:#ddd;}
.shopernc .maei.line1 a{ display:inline!important; line-height:inherit; border:none; padding:0;}

.fuernavt_sub{
  display: none;
}
.fuernavt_sub .subnav{
  width: 100%;
  margin-top: 8.2rem;
  height: calc(100vh - 8.2rem);
  position: fixed;
  z-index: 200;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.fuernavt_sub .subnav:before{
  content: '';
  display: block;
  width: 100%;
  height: 10.1rem;
  background: #f0f0f0;
  position: absolute;
  top: 0px;
}
.fuernavt_sub .subnav .le{
  flex: 0 0 auto;
  width: 100%;
  padding: 3rem 2.6rem 3rem 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
.fuernavt_sub .subnav .le>li{
  position: relative;
  cursor: pointer;
}
.fuernavt_sub .subnav .le>li>span{
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  right: 0;
  top: 1.3rem;
  background: url(../images/arrow.png) no-repeat;
  transform: rotate(90deg);
}
.fuernavt_sub .subnav .le>li.cur>span{
  transform: rotate(-90deg);
}
.fuernavt_sub .subnav .le>li>a{
  position: relative;
  font-size: 1.8rem;
  color: #2e2e2e;
  line-height: 2;
}
.fuernavt_sub .subnav .le>li>a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 0.1rem;
  background-color: #2e2e2e;
  transition: width 0.3s ease;
}
.fuernavt_sub .subnav .le>li>a:hover::after {
  width: 100%;
}
.fuernavt_sub .subnav .le .subsubnav{
  box-sizing: border-box;
  flex-direction: column;
  display: none;;
  margin: 0.5rem 0;
}
.fuernavt_sub .subnav .le .subsubnav>li>a{
  position: relative;
  font-size: 1.4rem;
  color: #aaaaaa;
  line-height: 2.5;
}
.fuernavt_sub .subnav .le .subsubnav>li>a:hover{
  color: #2e2e2e;
}
.fuernavt_sub .subnav .ri{
  flex: 1 1;
  height: 99%;
  display: flex;
  gap: 0.5rem;
}
.fuernavt_sub .subnav .ri_list{
  flex: 1 1;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
.fuernavt_sub .subnav .ri_list a{
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.fuernavt_sub .subnav .ri_list .img{
  height: 88%;
}
.fuernavt_sub .subnav .ri_list p{
  display: block;
  height: 12%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.fuernavt_sub .subnav .ri_list .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fuernavt_sub .subnav .ri_img{
  flex: 1 1;
}
.fuernavt_sub .subnav .ri_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}