@font-face {
    font-family: 'sy';
    src: url("./fangsong.woff");
}
@font-face {
    font-family: 'xs';
    src: url("./xingshu.woff");
}
.section_1{
  display: flex;
  width: 100%;
}
.pc_nav{
  position: relative; 
  width: auto; 
  height: 100vh; 
}
.pc_slide_nav{
  width: 66px;
  height: 100vh;
  background-color: #920303;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: width 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
}
.pc_slide_nav.show{
  opacity: 1;
  visibility: visible;
}
.nav_ani{
  width: 100;
  transform: translateX(-100%);
  transition: width 0.2s ease, transform 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
nav {
  width: 213px;
  height: 100vh;
  background-color: #920303;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999; 
  transform: translateX(0); 
  visibility: visible;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}
nav.hidden {
  transform: translateX(-100%); 
  opacity: 0;
  visibility: hidden;
}
.custom-distance{
  --animate-distance: 50px;
}
.academic{
  width: calc(100% - 213px);
  position: relative;
}

.logo{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  margin-bottom: 40px;
}
.logo_small{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.logo_font{
  font-family: 'xs';
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  padding-top: 10px;
}
.logo_font:hover{
   color:#F1CB8F;
}
.section_1 nav .wrap li a{
  font-family: 'sy';
  font-size: 20px;
  line-height: 72px;
  color: #fff;
}
.section_1 nav .wrap li a.nav_link{
  line-height: 56px;
}
.content {
  margin: 0 auto;
  background-image: url('../images2511/body_bg.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 1280px;
}
.content .wrap{
  width: 1320px;
  margin: 0 auto;
  padding: 0 23px;
  min-height: 1962px;
  transition: width 0.2s linear;
}

.content .wrap.reduce-width {
  width: calc(1320px - 66px); 
}

.content_2 {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.gallery-carousel {
  height: 100%;
}

.gallery-list ul {
  display: flex;
  flex-wrap: wrap
}

.gallery-list li {
  width: 100%;
}

.gallery-item .photo {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
   transition: .3s all ease;
}
.gallery-item:hover .photo{
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
   transition: .3s all ease;
}
.photo video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.gallery-item .ac_title {
  width: 100%;
  height: 70px;
  background: linear-gradient(0deg, #000000 0%, rgba(216, 216, 216, 0) 100%);
  position: absolute;
  bottom: 0px;
  color: #fff;
  text-align: left;
}

.gallery-item .ac_title h3 {
  width: 85%;
  line-height: 70px;
  padding: 0 14px;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.gallery-pagination.swiper-pagination {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.gallery-pagination.swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  background: 0 0;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
}

.gallery-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.shuxiang{
  padding-top: 30px;
}
.title{
  background-image: url(../images2511/title_bg.png);
  width: 267px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title_name{
  font-family: 'sy';
  font-size: 28px;
  color: #920303;
  position: relative;
  bottom: -15px;
  left: 6px;
}
.title_more a{
  color: #898989;
  font-size: 16px;
}
.shuxiang_con_top{
  width: 100%;
  height: 28px;
  background-image: url(../images2511/wenluo.png);
  background-repeat: repeat-x;
  position: relative;
}
.shuxiang_con_top::before
{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 28px solid #5E0000;
  position: absolute;
  left: -20px;
}
.shuxiang_con_top::after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 28px solid #5E0000;
  position: absolute;
  right: -20px;
}
.shuxiang_con_box{
  height: 400px;
  background-color: #FAE6E6;
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
}
.shuxiang_item{
  width: 31%;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 272px;
}
.shuxiang_item a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.shuxiang_item .img-container{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.shuxiang_item img{
  width: 100%;
  height: 270px;
  display: block;
  transition: transform 0.5s ease;
  transform: scale(1);
  transform-origin: center;
}
.shuxiang_item img:hover{
  transform: scale(1.1);
}
.shuxiang_date,
.shuxiang_item p{
  margin: 8px 0;
}
.shuxiang_date{
  font-size: 16px;
  color: #5E0000;
  line-height: 32px;
}
.shuxiang_item p{
  font-size: 18px;
  line-height: 30px;
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin:0px;
  margin-bottom:10px;
}
.shuxiang_item p:hover{
  color: #920303;
}
.bencao_con_box{
  width: 100%;
  background-color: #FAE6E6;
  height: 248px;
  border: 10px solid #CAAD8B;
  position: relative;
  display: flex;
  align-items: center;
}
.bencao_con_box::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 294px;
  background-image: url('../images2511/jz.png');
  position: absolute;
  left: -25px;
  top: -22px;
}
.bencao_con_box::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 294px;
  background-image: url('../images2511/jz.png');
  transform: scaleX(-1);
  position: absolute;
  right: -25px;
  top: -22px;
}
.bencao_item{
  padding: 20px;
}
.bencao_item a{
  font-size: 20px;
  line-height: 52px;
  margin-left: 40px;
  color: #3D3D3D;
}
.bencao_item a::before{
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
.bencao_item a:hover{
  color: #920303;
}
.shihua_con_box{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.shihua_item{
  width: 33%;
  display: flex;
  margin-bottom: 28px;
}
.shihua_item_left{
  width:118px;
  height: 112px;
  background-image: url(../images2511/yq.png);
  background-repeat: no-repeat;
  position: relative;
  font-size: 20px;
}
.shihua_day{
  position: relative;
  left: 40px;
  top: 25px;
}
.shihua_month{
  position: relative;
  left: 60px;
  top: 25px;
}
.shihua_item_right{
  width: calc(100% - 125px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.shihua_item_right a{
  display: inline-block;
  padding-left: 15px;
}
.shihua_title{
  margin-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.shihua_item_right a:hover div{
  color: #920303;
}
.shihua_desc{
  font-size: 15px;
  color: #727272;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.guangying_con_box{
  display: flex;
  justify-content: space-between;
}
.gy_left,
.gy_right
{
  width: 310px;
}
.gy_mid{
  width: 600px;
}
.guangying_con_box a p:hover{
  color: #920303;
}
.guangying_con_box a{
  display: inline-block;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.guangying_con_box a .img-container{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.guangying_con_box a img{
  width: 100%;
  height: 210px;
  display: block;
  transition: transform 0.5s ease;
  transform: scale(1);
  transform-origin: center;
}
.guangying_con_box .gy_mid a img{
   height: 400px;
   object-fit: cover;
}
.guangying_con_box a img:hover{
  transform: scale(1.1);
}


.guangying_con_box a p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}
.gy_mid a{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
}
.gy_mid a p{
  margin-top: 20px;
}
.lianxin{
  padding-bottom: 50px;
  width: 100%;
  height: 300px;
  background-color: #fff;
  display: flex;
  padding-top: 30px;
}
.lianxin_title{
  padding-left: 40px;
}
.lianxin_name{
  font-family: 'sy';
  font-size: 28px;
  color: #920303;
  position: relative;
  top: 45px;
  left: 25px;
  writing-mode: vertical-rl;
  text-align: left;
  width: 76px;
  height: 270px;
  background-image: url(../images2511/lianxin.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lianxin_con{
  height: 220px;
  width: calc(100% - 106px);
  background: linear-gradient(90deg, #F6F4EF 0%, rgba(246, 244, 239, 0) 100%);
  border-left: 2px solid #920303;
  margin-left: 40px;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lianxin_con a{
  font-size: 24px;
  color: #920303;
  display: inline-block;
  padding: 0 40px;
}
.lianxin_con a:hover{
  color: #5E0000;
}