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{
  width: 100%;
  position: relative;
  z-index: 100;
  /*top: 0;*/
  /*box-sizing: border-box;*/
}
.header .top{
  width: 100%;
  height: 4.5rem;
  background: #861f41;
}
.header .top .wrap{
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6%;
}
.header .top a{
  font-size: 1.4rem;
  color: #d2a2b2;
}
.header .top a:hover{
  color: #fff;
}
.header .bottom{
  height: 9.5rem;
  width: 95%;
  margin: 0 auto; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.header .logo{
  flex: 1 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  /*max-width: 66.5rem;*/
  position: relative;
}
.header .logo img{
  position: absolute;
  max-width: 100%;
  max-height: 6.3rem;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.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;
  color: #ffffff;
  white-space:nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: #5a142b;
}
.header .search {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap:0.6rem;
}
.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(../img/search.svg) center center/100% 100%;
  filter: brightness(0) invert(1);
  display: none;
}
/*头部 白色*/
.header_w{
  background: #fff;
}
.header_w .logo img{
  max-height: 6.3rem;
}
.header_w .nav>li>a{
  color: #2e2e2e;
}
.header_w .search img{
  width: 1.6rem;
  height: 1.6rem;
  filter: brightness(0) invert(0);
}
.header_w .search button{
  filter: brightness(0) invert(0);
}
/*banner*/
.banner{
  height: 90.9rem;
  width: 100%;
  margin-top: -9.5rem;
  z-index: 1;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*banner 内页*/
.banner_other{
  height: 35.2rem;
  margin-top: 0rem;
}
/*主页 通用*/
.ind_wrap{
  padding: 7.2rem 0 8.4rem 0;
  box-sizing: border-box;
  display: grid;
  grid-template-areas:
  '. . .'
  '. myArea myArea'; 
  grid-template-columns: 35.5% 32.6% 27.1%;
  grid-template-rows: auto auto;
  gap: 6rem 2.4%;
}
.ind_tit{
  height: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ind_tit p{
  flex: 1 1;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  color: #5a142b;
}
.ind_tit select{
  width: 11.9rem;
  height: 3.2rem;
  border-radius: 10rem;  
  -webkit-appearance: none; /* for Chrome, Safari */
  -moz-appearance: none;    /* for Firefox */
  -ms-appearance: none;     /* for IE10+ */
  appearance: none;         /* for standard browsers */
  outline: none;
  background: #861f41 url(../img/select.png) no-repeat center right 1.5rem/1.2rem 1.2rem;
  border: 0;
  color: #fff;
  text-indent: 1.8rem;
  font-size: 1.4rem;
}
.ind_tit select option{
  background: #fff;
  color: #333333;
}
.ind_con{
  width: 100%;
}
/*主页 学院要闻*/
.ind_xyyw .img{
  width: 100%;
  height: 36.6rem;
  position: relative;
}
.ind_xyyw .img .swiper{
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.ind_xyyw .img .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_xyyw .img  .swiper-pagination{
  width: auto;
  left: auto;
  right: 1.5rem;
  bottom: 1.3rem;
  text-align: left;
}
.ind_xyyw .img  .swiper-pagination-bullet{
  width: 1rem;
  height: 1rem;
  background: rgba(255,255,255,0.43);
  opacity: 1;
}
.ind_xyyw .img  .swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}
.ind_xyyw .txt h1{
  font-size: 1.4rem;
  color: #777777; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 2rem;
}
.ind_xyyw .txt h2{
  font-size: 2rem;
  color: #861f41;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_xyyw .txt h3{
  font-size: 1.4rem;
  color: #777777;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 1.3rem;
}
/*主页 学院要闻2*/
.ind_xyyw2 .innav{
  position: relative;
  height: 4rem;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ind_xyyw2 .innav .swiper{
  width: auto;
  height: 100%;
  position: absolute;
}
.ind_xyyw2 .innav .swiper-wrapper{
  gap: 4rem;
}
.ind_xyyw2 .innav .swiper-slide{
  height: 100%;
  font-size: 1.6rem;
  color: #858181;
  width: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_xyyw2 .innav .swiper-slide-thumb-active{
  color: #861f41;
}
.ind_xyyw2 .innav .swiper-slide-thumb-active::after{
  content: '';
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #5a142b;
  position: absolute;
  bottom: 0.3rem; 
}
.ind_xyyw2 .innav .swiper-slide-thumb-active::before{
  content: '32133213221';
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.6rem solid #5a142b;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ind_xyyw2 .list{
  height: 50rem;
  position: relative;
}
.ind_xyyw2 .swiper{
  width: 100%;
  position: absolute;
}
.ind_xyyw2 .list a{
  display: flex;
  align-items: center;
  gap: 3%;
}
.ind_xyyw2 .list a p{
  flex: 1 1;
  font-size: 1.6rem;
  color: #3c3c3c;
  line-height: 5rem;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_xyyw2 .list a:hover p{
  color: #861f41;
}
.ind_xyyw2 .list a em{
  font-size: 1.4rem;
  color: #b3b3b3;
  line-height: 5rem;
}
/*主页 通知公告*/
.ind_tzgg .list{
  margin-top: -0.4rem;
}
.ind_tzgg .list a{
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
}
.ind_tzgg .list a em{
  border-right: 0.1rem solid #dadada;
  padding-right: 1.3rem;
  margin-right: 1.6rem;
}
.ind_tzgg .list a em h1{
  font-size: 2rem;
  line-height: 1;
  color: #861f41;
  font-weight: bold;
  text-align: center;
}
.ind_tzgg .list a em h2{
  font-size: 1.8rem;
  line-height: 1;
  color: #999999;
  text-align: center;
  margin-top: 0.2rem;
}
.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 em h2{
  color: #861f41;
}
.ind_tzgg .list a:hover p{
  color: #861f41;
}
/*主页 学术动态*/
.ind_xsdt .list{
  margin-top: -2rem;
}
.ind_xsdt .list a{
  font-size: 1.6rem;
  line-height: 4.4rem;
  display: block; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
/*主页 快捷通道*/
.ind_kjtd {
  grid-area: myArea;
}
.ind_kjtd .list{
  margin-top: -1rem;
  display: flex;
  gap: 3.125%;
}
.ind_kjtd a{
  overflow: hidden;
}
.ind_kjtd a img{
  cursor: pointer;
  transition: all 0.6s;
}
.ind_kjtd a:hover img{
  transform: scale(1.1);
}
.ind_kjtd .list .img{
  width: 31.25%;
  border-radius: 0.5rem;
}
.ind_kjtd .list .img img{
  width: 100%;
  height: 100%;
}
.ind_kjtd .list2{
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.7rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ind_kjtd .list2 .img2{
  width: 40.6%;
  position: relative;
}
.ind_kjtd .list2 .img2>img{
  width: 100%;
  height: 100%;
}
.ind_kjtd .list2 .img2 span{
  width: 13.4rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  color: #fff;
  background: rgba(134,31,65,0.83);
  box-sizing: border-box;
  writing-mode: vertical-rl;
}
.ind_kjtd .list2 .img3{
  width: 19.8%;
  position: relative;
}
.ind_kjtd .list2 .img3>img{
  width: 100%;
  height: 100%;
}
.ind_kjtd .list2 .img3 span{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.8rem;
  color: #ffffff;
  padding-left: 3rem;
  box-sizing: border-box;
}
.ind_kjtd .list2 .img3 span>img{
  width: 4.8rem;
  height: 5.6rem;
}
/*内页 左侧栏目*/
.other_nav{
  flex: 0 0 36.1rem;
  background: #861f41 url(../img/other_nav_bg.png) top center/100% auto;
  border-radius: 4rem 0.5rem 0 0;
  padding: 0 0 1.1rem 1.4rem;
  margin-top: -11.2rem;
  position: relative;
  z-index: 2;
}
.other_nav .tit{
  height: 11.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
}
.other_nav a{
  height: 7.6rem;
  display: block;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  padding-left: 4.9rem;
  box-sizing: border-box;
  border-left: 0.6rem solid #fff;
  font-size: 2rem;
  position: relative;
}
.other_nav a::after{
  content: '';
  height: 0.1rem;
  width: 92%;
  background: #e4e4e4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.other_nav a:last-of-type::after{
  display: none;
}
.other_nav a.cur,
.other_nav a:hover{
  border-left: 0.6rem solid #b82958;
  background: #f2eaec;
  font-weight: bold;
  color: #861f41;
}
/*内页 通用*/
.other_wrap{
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 7rem;
}
.other_ri{
  flex: 1 1;
}
.other_tit{
  height: 7.7rem;
  border-bottom: 0.2rem solid #e6e6e6;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  box-sizing: border-box;
}
.other_tit_le{
  flex: 1 1;
  font-size: 2.4rem;
  color: #373737;
  font-weight: bold;
  padding-left: 3.6rem; 
  background: url(../img/other_tit_ico.png) no-repeat left center/2.7rem 2.7rem;
}
/*面包屑导航*/
.breadnav{
  flex: 0 0;
  white-space: nowrap;
  background: url(../img/breadnav_ico.png) no-repeat left center/1.3rem 1.3rem;
  padding-left: 1.9rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #a0a0a0;
}
.breadnav a:hover{
  color: #861f41;
}
.breadnav p{
  color: #861f41;
}
/*页码*/
.page{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 5rem auto 0 auto;
}
.page a,
.page input,
.page button{
  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: #861f41;
  border: 0.1rem solid #861f41;
}
.page span{
  flex-grow: 1;
  height: 5.5rem;
}
.page input{
  width: 4rem;
}
.page button{
  background: #861f41;
  color: #fff;
  border: 0.1rem solid #861f41;
}
.page button:hover{
  opacity: 0.9;
}
/*内页 新闻列表*/
.other_list{
  margin-top: 1rem;
}
.other_list a{
  display: flex;
  align-items: center;
  gap: 2.4rem;
  line-height: 6.2rem
}
.other_list p{
  flex: 1 1;
  font-size: 1.8rem;
  color: #2c2c2c;
  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: 1rem;
}
.other_con .tit{
  font-size: 2.4rem;
  color: #1f1f1f;
  margin: 2rem 0 3rem 0;
}
.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%;
}
/*脚部*/
.footer{
  background: url(../img/footer_bg.jpg) center center/ cover;
}
.footer .wrap{
  display: flex;
  flex-wrap: wrap;
}
.footer .top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}
.footer .top p{
  font-size: 3rem;
  color: #fff;
  font-family: SANJIXINGKAIJIANTI;
}
.footer hr{
  height: 0.1rem;
  width: 100%;
  background: rgba(255,255,255,0.28);
  border: 0;
}
.footer .le{
  flex: 1 1;
  padding: 2rem 0;
}
.footer .le .fnav{
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 0.3rem; 
}
.footer .le .fnav a{
  font-size: 1.6rem;
  color: #ffffff;
}
.footer .le h1{
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: 4.1rem; 
}
.footer .le h2{
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: 1.6rem; 
}
.footer .ri{
  margin-top: 2.6rem; 
}
.footer .ri .img{
  width: 11.4rem;
  height: 11.4rem;
  background: #fff;
  padding: 0.4rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
}
.footer .ri .img img{
  width: 100%;
  height: 100%;
}
.footer .ri p{
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0.5rem;
}
.footer .bottom{
  width: 100%;
  padding: 14rem 0 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .bottom p{
  font-size: 1.6rem;
  color: #ffffff;
}
/*移动端头部*/
.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(../img/arrow4.svg) 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(../img/arrow.svg) 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;
}