.page-banner {
  width: 100%;
  height: 5.9rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .page-banner {
    height: 5rem;
  }
}

@media screen and (max-width: 992px) {
  .page-banner {
    height: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .page-banner {
    height: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .page-banner {
    height: 2.5rem;
  }
}

.page-banner1 {
  width: 100%;
  height: 2.78rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-banner .page-position {
  color: #fff;
  font-size: .2rem;
  padding: .15rem 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-banner .page-position a {
  color: #fff;
}

.page-position1{
  color:#333;
  margin:.3rem auto;
}

.icon-home {
  width: .26rem;
  height: .26rem;
  background-image: url(../images/icon9.png);
  background-size: cover;
  margin-right: .05rem;
}

/* 页面内容容器 */
.page-content {
  padding: .6rem 0;
  min-height: 8rem;
}

/* 左侧导航 */

.page-left-nav {
  width: 2.8rem;
  flex-shrink: 0;
}

.page-left-nav .page-logo {
  max-width: 1.93rem;
  width: 100%;
}

.page-left-nav .page-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-left-nav ul {
  list-style: none;

  margin-top: .3rem;
  padding: 0;
}

.page-left-nav ul li {
  margin-bottom: .1rem;
  transition: all .3s;
}


.page-left-nav ul li a {
  padding: .12rem 0 .12rem 0;
  color: #333;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  align-items: center;
}

.page-left-nav ul li a span {
  color: #c6c6c6;
  font-size: .4rem;
}

.page-left-nav ul li a h5 {
  transition: .3s;
  position: relative;
  margin-left: .1rem;
  font-size: .22rem;
}



.page-left-nav ul li:hover a h5,
.page-left-nav ul li.active a h5 {
  color: #c9a164;

}

.page-left-nav ul li a h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.13rem;
  height: 2px;
  background: #ddd;
  width: .2rem;
  transition: .3s;
}


.page-left-nav ul li.active a h5:after,
.page-left-nav ul li:hover a h5:after {
  background: #c9a164;
  width: .8rem;
}

/* 右侧内容 */
.page-right-content {
  flex: 1;
  padding: .4rem;
}

.content-title h2 {
  font-size: .32rem;
  color: #FFF;
  background: #c9a164;
  font-weight: bold;
  margin: .15rem 0;
  padding: .1rem .15rem;
  display: inline-block;
}

.content-title {
  border-bottom: .02rem solid #e6e6e6;
}


.content-body {

  line-height: 1.8;
  color: #333;
  margin: .25rem 0;
}
.content-body .publish-date {
  font-size: .14rem;
  margin-bottom:.3rem;
}


/* 响应式设计 */
@media (max-width: 768px) {
  .page-content {
    flex-direction: column;
    padding: .3rem 0;
  }

  .page-left-nav {
    display: none;
  }



  .page-right-content {
    padding:0;
  }

  .content-title h2 {
    font-size: .28rem;
    margin-bottom: .3rem;
  }

  .content-body {
    padding: .3rem .2rem;
  }

  .content-text p {
    font-size: .16rem;
    line-height: .28rem;
    margin-bottom: .2rem;
  }
}

/* 联系我们 */
.page-contact {
  width: 100%;
}

.contact-title {
  border-bottom: 1px solid #000;
  margin-bottom: .3rem;
}

.contact-title h4 {
  font-size: .4rem;
  line-height: 1.5;
  color: #FFF;
  font-weight: bold;
  margin-bottom: .2rem;
  background: #1c3278;
  display: inline-block;
  padding: .05rem 0 .07rem 0;
  width:2.5rem;
  text-align:center;
}

.contact-item {
  border: 1px solid #dcdcdc;
  background: #f2f2f3;
  padding: .2rem .3rem;
  border-radius: .2rem;
  transition: transform 0.3s ease;
  margin-bottom: .4rem;
}

.contact-item:hover {
  transform: translateY(-5px);
}

.contact-item h5 {
  font-size: .22rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .1rem;
}

.contact-item h5:before {
  content: '';
  display: inline-block;
  width: .2rem;
  height: .2rem;
  background: url(../images/icon10.png) no-repeat;
  background-size: cover;
  margin-right: .1rem;
  margin-top: .05rem;


}

.contact-item .text {
  font-size: .18rem;
  line-height: 2.5;
  color: #333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-item .text p {
  width: 50%;
  padding-left: .3rem;
}

/* 学院架构 */
.architecture-content {
  width: 100%;
  line-height: 1;
}

.architecture-content > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

/* 默认每行4个 */
.architecture-content > ul > li {
  width: calc(25% - 15px);
  background: #fff;
}



.architecture-img {
  width: 100%;
  overflow: hidden;
}

.architecture-img img {
  width: 100%;
  height: auto;
  display: block;
}

.architecture-text {
  padding: .15rem 0;
}

.architecture-text .text1 {
  text-align: center;
  margin: .1rem auto;
}

.architecture-text .text1 h5 {
  font-size: .18rem;
  font-weight: bold;
  color: #333;

  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 5, 1));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s;
  display: inline-block;



}

/* .architecture-content ul li:hover .text1 h5 {
  background-size: 100% 1px;
} */

.architecture-text .text2 {
  background: #c9a961;
  color: #fff;
  text-align: center;
  padding: .08rem 0;
  font-size: .18rem;
  margin-bottom: .1rem;
}

.architecture-text .text3 {
  font-size: .14rem;
  line-height: 1.5;
  color: #666;
   padding: 0 .1rem;
}



.architecture-text .text3 b {
  font-weight: bold;
  display: block;
}

.architecture-text .text3 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.architecture-text .text3 li {
  position: relative;
  padding-left: 1em;
}

.architecture-text .text3 li::before {
  content: '▪';
  position: absolute;
  left: 0;
  top: 0;
}

/* 学院架构响应式 */
@media screen and (max-width: 1200px) {
  .architecture-content > ul > li {
    width: calc(33.333% - 14px);
  }
}

@media screen and (max-width: 992px) {
  .architecture-content > ul > li {
    width: calc(50% - 10px);
  }

  .architecture-text .text1 h5 {
    font-size: .16rem;
  }

  .architecture-text .text2 {
    font-size: .16rem;
  }

  .architecture-text .text3 {
    font-size: .13rem;
  }
}

@media screen and (max-width: 768px) {
  .architecture-content > ul {
    gap: 15px;
  }

  .architecture-content > ul > li {
    width: 100%;
  }

  .architecture-text .text1 h5 {
    font-size: .18rem;
  }

  .architecture-text .text2 {
    font-size: .18rem;
  }

  .architecture-text .text3 {
    font-size: .14rem;
  }
}

/* 国内学位 */

.university-logos {
  background: #f5f5f5;
  position: relative;
}

.no-bg{
  background: none !important;
}

.nav-left {
  position: absolute;
  left: .16rem;
  top: -.24rem;
}

.logo-tag {
  position: relative;
  width: 1.2rem;
  height: 1.4rem;
  margin-right: .3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 顶部圆形翻边 */
.logo-tag::before,
.logo-tag::after {
  content: '';
  position: absolute;
  top: 0rem;
  width: 0.24rem;
  height: 0.24rem;
  background: #911403;

  z-index: 1;
}

.logo-tag::before {
  border-radius: 100% 0 0 0;
  left: -0.16rem;
}

.logo-tag::after {
  border-radius: 0 100% 0 0;
  right: -0.16rem;
}




/* 主体 */
.tag-text {
  background: #ae0011;
  color: #fff;
  font-size: .40rem;
  font-weight: bold;
  width: 100%;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  padding: .2rem .1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

/* 底部尖角 */
.tag-bottom {
  width: 0;
  height: 0;
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
  border-top: .3rem solid #ae0011;
}

.logos-list {
  display: flex;
  gap: .3rem;
  flex: 1;
  padding-left: 1.8rem;
}

.logos-list  .logo-item{

    width:30%;
    height: 1.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem;
    cursor: pointer;
    transition: all .3s;
    font-size: .3rem;
}
.logos-list  .logo-item.w50{
  width: 50%;
}
.logos-list .logo-item:hover,
.logos-list .logo-item.active {
 background:#000259;
 position: relative;

}

.logos-list .logo-item:hover a,
.logos-list .logo-item.active a{
 color:#FFF;

}


.logos-list .logo-item:hover::after,
.logos-list .logo-item.active::after {
 content: '';
 position: absolute;
 bottom: -0.1rem;
 left: 50%;
 transform: translateX(-50%);
 width: 0;
 height: 0;
 border-left: 0.1rem solid transparent;
 border-right: 0.1rem solid transparent;
 border-top: 0.1rem solid #000259;
}



.logos-list .logo-item:hover img,
.logos-list .logo-item.active img{
  filter: brightness(0) invert(1);
}

.logos-list.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}



.university-item {
  margin-bottom: .5rem;
  padding:.3rem .5rem;

}

.university-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.university-main {
  display: flex;
  gap: .3rem;
  margin-bottom: .3rem;
}

.university-main.reverse {
  flex-direction: row-reverse;
}

.university-img {
  width: 40%;
  max-width:450rem;
  flex-shrink: 0;
}

.university-img img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #c9a164;
}

.university-info {
  flex: 1;
}

.university-info h3 {
  margin-top:.2rem;
  font-size: .3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .15rem;
}

.university-info p {
  font-size: .24rem;
  line-height: 1.8;
  color: #666;
  text-align: justify;
  text-indent: 2em;
}
.course-list {
  display: flex;
  gap: .2rem;
  flex-wrap: wrap;
}

.course-item {
  width: calc(25% - .15rem);
  cursor: pointer;
  transition: all .3s;
  text-align: center;
}


.course-item:hover {
  color: #c9a164;
}
.course-item:hover .titline_r{
  background-size: 100% 1px;
  color: #cca76e
}

.course-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: .1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.course-img img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #c9a164;
}


.course-name {
  font-size: .2rem;
  text-align: center;
  display: inline-block;
}

.university-bg{
  background:#eae9e6;
  padding:.4rem 0;
}

@media screen and (max-width: 992px) {
  .nav-left {
    display: none;
  }

  .logos-list {
    width: 100%;
    padding-left: 0;
    gap: .2rem;
    flex-wrap: nowrap;
  }

  .logos-list .logo-item {
    width: calc((100% - .4rem) / 3);
    height: 1rem;
    font-size: .24rem;
  }
}

@media (max-width: 768px) {
  .university-logos {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-tag {
    margin-bottom: .2rem;
    margin-right: 0;
  }

  .logo-tag:after {
    display: none;
  }

  .logos-list {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .logos-list .logo-item {
    width: calc((100% - .4rem) / 3);
    height: 0.9rem;
    font-size: .2rem;
  }

  .university-main,
  .university-main.reverse {
    flex-direction: column;
  }

  .university-img {
    width: 100%;
  }

  .course-item {
    width: calc(50% - .1rem);
  }
}

/* 新闻列表 */

.news-list ul {
  list-style: none;
}

.news-list .news-item {
  display: flex;
  align-items: flex-start;
  padding: .3rem 0;
  border-bottom: 1px solid #e4e4e4;
}

/* 日期区域 */
.news-list .news-date {
  border-top: 1px solid #c9a164;
  padding-top: .2rem;
  display: flex;
  flex-direction: column;
  min-width: .8rem;
  margin:0 .2rem;
  flex-shrink: 0;
    font-weight: bold;
    text-align: right;
}

.news-list .news-date .news-year {
  font-size: .18rem;
  line-height: 1.2;
}

.news-list .news-date .news-day {
  font-size: .3rem;
  line-height: 1.2;
  margin-top: .05rem;
}

/* 图片区域 */
.news-list .news-pic {
  margin-top: .1rem;
  width: 2.8rem;
  height: 1.8rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: .3rem;
}

.news-list .news-pic a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-list .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-list .news-item:hover{
  background:#c9a164;
  color:#FFF;
}
.news-list .news-item:hover .news-date{
  border-top: 1px solid #FFF;
}


.news-list .news-item:hover .news-tit a{
  color:#FFF;
}

.news-list .news-item:hover .news-pic img {
  transform: scale(1.05);
}

/* 内容区域 */
.news-list .news-info {
  flex: 1;
  margin-top: .2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: .2rem;
}

.news-list .news-info .news-tit {
  font-size: .2rem;
  font-weight: bold;
  margin-bottom: .15rem;
  line-height: 1.4;
}

.news-list .news-info .news-tit a {
  color: #333;
  transition: color 0.3s ease;
}



.news-list .news-info .news-desc {
  font-size: .14rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 响应式适配 */
@media screen and (max-width: 992px) {
  .news-list .news-pic {
    width: 2.2rem;
    height: 1.4rem;
    margin-right: .2rem;
  }

  .news-list .news-date {
    border-top: none;
    padding-right: .2rem;
    min-width: .7rem;
  }

  .news-list .news-date .news-day {
    font-size: .26rem;
  }

  .news-list .news-info .news-tit {
    font-size: .18rem;
  }
}

@media screen and (max-width: 768px) {
  .news-list {
    padding: .2rem;
  }

  .news-list .news-item {
    flex-wrap: wrap;
    padding: .2rem 0;
  }

  .news-list .news-date {
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    padding-right: 0;
    margin-bottom: .1rem;
  }

  .news-list .news-date .news-year {
    margin-right: .1rem;
  }

  .news-list .news-date .news-day {
    margin-top: 0;
    font-size: .2rem;
  }

  .news-list .news-pic {
    width: 1.6rem;
    height: 1rem;
    margin-right: .15rem;
  }

  .news-list .news-info {
    flex: 1;
    min-width: 0;
  }

  .news-list .news-info .news-tit {
    font-size: .16rem;
    margin-bottom: .1rem;
  }

  .news-list .news-info .news-desc {
    font-size: .14rem;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 480px) {
  .news-list .news-pic {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    margin-right: 0;
    margin-bottom: .1rem;
  }

  .news-list .news-item {
    flex-direction: column;
  }

  .news-list .news-info {
    width: 100%;
  }
}

/* 内页新闻动态样式 */
.page-dynamic{
  background:#f3f3f3;
}
.page-dynamic .dynamic-content {
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: .3rem;
}
.page-dynamic h2{
  font-size: .4rem;
  font-weight: bold;
  margin-bottom: .2rem;
  line-height: 1.4;
  color:#031c6a;
  text-align:center;
  padding:.3rem 0 .1rem 0;
}

.page-dynamic .aleft {
  width: 51%;
}

.page-dynamic .aright {
  width: 48%;
}

/* 左侧轮播项样式 */
.page-dynamic .aleft .items {
  position: relative;
  transition: all .4s;
}

.page-dynamic .aleft .pic {
  height: 5.26rem;
  overflow: hidden;
}

.page-dynamic .aleft .pic a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-dynamic .aleft .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右侧列表样式 */
.page-dynamic .aright ul li {
  color: #333;
  display: flex;
  transition: all .4s;
  cursor: pointer;
  background: #FFF;
  height: 1.62rem;
  margin-bottom: .2rem;
  overflow: hidden;
}

.page-dynamic .aright ul li:last-child {
  margin-bottom: 0;
}

.page-dynamic .aright ul li.on,
.page-dynamic .aright ul li:hover {
  background: #e6dac8;
  box-shadow: 3px 15px 30px -8px rgba(0, 0, 0, 0.1);
  color: #FFF;
  z-index: 5;
}



.page-dynamic .aright ul li a {
  color: #333;
}

.page-dynamic .aright ul li .pic {
  width: 2.79rem;
  height: 1.72rem;
  flex-shrink: 0;
  margin-right: .2rem;
  overflow: hidden;
}

.page-dynamic .aright ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-dynamic .aright ul li .text {
  flex: 1;
  padding: .15rem;
  color: #333;
}



.page-dynamic .aright ul li .description {
  font-size: .18rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-dynamic .aright ul li:hover .description a {
  background-size: 100% 1px;
  color: #333
}




.page-dynamic .aright ul li .text .time {
  font-size: .18rem;
  margin: .1rem 0 .05rem 0;
  font-weight: bold;
}

.page-dynamic .aright ul li .text span{
  display: inline-block;
  width: .16rem;
  height: .16rem;
  border-top: 2px solid #86000d;
  border-right: 2px solid #86000d;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-top:.1rem;
}


/* Slick dots 自定义样式 - 底部中间长条指示器 */
.page-dynamic .slick-dots {
  position: absolute;
  bottom: -.2rem;
  left: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.page-dynamic .slick-dots li {
  margin: .04rem;
  width:.9rem;
  height:.06rem;
  background:#aaa;
  border-radius:2px;
}

.page-dynamic .slick-dots li button {
  width: .4rem;
  height: .06rem;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: .03rem;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
  transition: all .3s ease;
}

.page-dynamic .slick-dots li.slick-active {
  background: #c9a164;
}




/* 响应式调整 */
@media (max-width: 768px) {
  .page-dynamic .dynamic-content {
    flex-direction: column;
  }

  .page-dynamic .aleft {
    display: none;
  }

  .page-dynamic .aright {
    width: 100%;
  }

  .page-dynamic .aright ul li {
    height: auto;
    flex-direction: column;
  }

  .page-dynamic .aright ul li .pic {
    width: 100%;
    height: 2rem;
    margin-right: 0;
    margin-bottom: .1rem;
  }

  .page-dynamic .aright ul li .text {
    padding: 0 .15rem .15rem;
  }
  .page-dynamic .aright ul li .text span{
    display: none;
  }
}


/* 大学详情 */
.university-detail-wrapper {
  display: flex;
  justify-content: space-between;
  gap: .4rem;
  padding: .4rem 0;
}

/* 分页样式 */
.page-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .4rem 0;
  gap: .1rem;
}

.page-pagination a,
.page-pagination span {
  display: inline-block;
  padding: .08rem .16rem;
  font-size: .14rem;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
}

.page-pagination a:hover {
  background: #c9a164;
  color: #fff;
  border-color: #c9a164;
}

.page-pagination .current {
  background: #c9a164;
  color: #fff;
  border-color: #c9a164;
}

.page-pagination .disabled {
  color: #999;
  cursor: not-allowed;
  background: #f5f5f5;
}

/* 无数据提示 */
.no-data {
  text-align: center;
  padding: .5rem 0;
  font-size: .16rem;
  color: #999;
}

/* 领导关怀图片画廊 */
.leadership-gallery {
  padding: .2rem 0;
  width: 100%;
}

.gallery-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-frame {
  width: 4.5rem;
  background: #c9a86c;
  padding: .18rem;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  box-sizing: border-box;
}

.gallery-imgbox {
  background: #fff;
  padding: .08rem;
  overflow: hidden;
  text-align: center;
}

.gallery-imgbox img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.gallery-title {
  font-size: .2rem;
  color: #666;
  line-height: 1.8;
  margin-top: .15rem;
  text-align: center;
}

/* 手机端适配 */
@media screen and (max-width: 768px) {
  .gallery-list {
    gap: .3rem;
  }

  .gallery-frame {
    width: 100%;
    max-width: 5.6rem;
    padding: .08rem;
  }

  .gallery-imgbox {
    padding: .06rem;
  }

  .gallery-title {
    font-size: .13rem;
    margin-top: .12rem;
  }
}

/* 分页响应式 */
@media (max-width: 768px) {
  .page-pagination {
    flex-wrap: wrap;
    gap: .05rem;
  }

  .page-pagination a,
  .page-pagination span {
    padding: .06rem .12rem;
    font-size: .12rem;
  }
}

.university-detail {
  width: calc(100% - 3.35rem);
  max-width: 10rem;
}

.university-panel {
  width: 2.95rem;
  flex-shrink: 0;
}

/* 标题 */
.uni-title {
  margin-bottom: .3rem;
}

.uni-title h2 {
  font-size: .32rem;
  color: #fff;
  background: #1a3a7a;
  display: inline-block;
  padding: .12rem .3rem;
  font-weight: bold;
}

/* 大学横幅 */
.uni-banner {
  width: 100%;
  max-width: 10rem;
  margin:.5rem auto;
}

.uni-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* 章节标题 */
.section-title {
  font-size: .32rem;
  color: #1a3a7a;
  font-weight: bold;
  margin-bottom: .3rem;
  position: relative;
  padding-left: .15rem;
}


/* 大学导航外层容器 */
.university-nav-wrapper {
  padding: .6rem 0 .4rem 0;
  position: relative;
  width: 100%;
}

.university-nav-wrapper.fixed {
  height: auto;
}

/* 锚点偏移 - 补偿固定导航栏高度 */
#shanghai,
#huzhou,
#guangzhou {
  scroll-margin-top: 1rem;
}

/* 大学内容区块 - 统一左右布局 */
.uni-section {
  display: flex;
  gap: .4rem;
  margin-bottom: .5rem;
  align-items: flex-start;
}

.uni-section-img {
  width: 5.6rem;
  flex-shrink: 0;
}

.uni-section-img img {
  width: 100%;
  height: auto;
  display: block;
}

.uni-section-content {
  flex: 1;
}

.uni-section-text {
  font-size: .2rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: .2rem;
  text-align: justify;
}

.uni-section-text p {
  margin-bottom: .15rem;
  text-indent: 2em;
}

.uni-section-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.uni-section-list li {
  font-size: .2rem;
  color: #666;
  padding: .12rem 0;
  display: flex;
  align-items: center;
}

.feature-icon {
  color: #c9a164;
  margin-right: .1rem;
  font-size: .14rem;
}

/* 双箭头图标 */
.double-arrow {
  position: relative;
  display: inline-block;
  width: .2rem;
  height: .14rem;
  margin-right: .1rem;
  flex-shrink: 0;
}

.double-arrow::before,
.double-arrow::after {
  content: '';
  position: absolute;
  border-color: #d8d8d8;
}

/* 前面的三角形 */
.double-arrow::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .06rem 0 .06rem .08rem;
  border-color: transparent transparent transparent #d8d8d8;
}

/* 后面的 > 形状 */
.double-arrow::after {
  left: .05rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: .06rem;
  height: .06rem;
  border-width: .02rem .02rem 0 0;
  border-style: solid;
}

.know-more {
  color: #ae0011;
  font-size: .2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: .1rem;
}

/* 入学要求 */
.uni-requirements {
  margin-bottom: .5rem;
}

.requirements-list {
  margin-top: .3rem;
}

.requirement-item {
  background: #f5f5f5;
  margin-bottom: .02rem;
  overflow: hidden;
}

.requirement-header {
  display: flex;
  align-items: center;
  padding: .2rem .3rem;
  cursor: pointer;
  transition: background .3s;
}

.requirement-header:hover {
  background: #ebebeb;
}

.requirement-num {
  font-size: .18rem;
  color: #333;
  margin-right: .05rem;
}

.requirement-title {
  flex: 1;
  font-size: .18rem;
  color: #333;
}

.requirement-icon {
  font-size: .24rem;
  color: #c9a164;
  font-weight: normal;
}

.requirement-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  background: #fff;
}

.requirement-item.active .requirement-content {
  max-height: 3rem;
}

.requirement-content p {
  padding: .2rem .3rem;
  font-size: .16rem;
  color: #666;
  line-height: 1.8;
}

.requirements-btn {
  text-align: center;
  margin-top: .4rem;
}

.btn-consult {
  display: inline-block;
  padding: .12rem .5rem;
  border: 1px solid #c9a164;
  border-radius: .25rem;
  color: #c9a164;
  font-size: .18rem;
  text-decoration: none;
  transition: all .3s;
}

.btn-consult:hover {
  background: #c9a164;
  color: #fff;
}

/* 悬浮面板 */
.university-panel {
  position: sticky;
  top: .2rem;
  height: fit-content;
  width: 2.95rem;
}

.panel-content {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: .2rem;
}

.panel-section {
  margin-bottom: .3rem;
}

.panel-section:last-child {
  margin-bottom: 0;
}

.panel-section h4 {
  font-size: .18rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .15rem;
  padding-bottom: .1rem;
  border-bottom: 2px solid #c9a164;
}

.panel-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-section ul li {
  padding: .08rem 0;
}

.panel-section ul li a {
  font-size: .14rem;
  color: #666;
  text-decoration: none;
  display: block;
  transition: color .3s;
}

.panel-section ul li a:hover {
  color: #c9a164;
}

/* 申请表格下载链接样式 */
.requirement-content a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}

.requirement-content a:hover {
  color: #0066cc;
  text-decoration: underline;
}

/* 响应式 */
@media screen and (max-width: 992px) {
  .university-detail-wrapper {
    flex-direction: column;
    padding: .2rem 0;
  }

  .university-detail {
    width: 100%;
  }

  /* 小屏幕隐藏右侧面板 */
  .university-panel {
    display: none;
  }
}

@media (max-width: 768px) {
  .university-detail-wrapper {
    flex-direction: column;
  }

  .university-detail {
    width: 100%;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .uni-section {
    flex-direction: column;
    gap: .3rem;
  }

  .uni-section-img {
    width: 100%;
  }

  .uni-intro-section,
  .uni-features,
  .uni-curriculum {
    flex-direction: column;
  }

  .intro-image,
  .features-image,
  .curriculum-image {
    width: 100%;
  }
}

/* 招生信息列表 */
.enroll-list ul li{
  display: flex;
  border-bottom:1px solid #898787;
  padding-bottom:.5rem;
  margin-bottom:.5rem;
}

.enroll-list ul li .enroll-pic{
  width: 4rem;
}

.enroll-list ul li .enroll-pic img{
  width: 100%;
}

.enroll-list ul li .enroll-info{
  flex: 1;
  margin-left: .4rem;
  position: relative;
}
.enroll-list ul li  .enroll-tit {
  margin: .2rem 0;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.enroll-list ul li  .enroll-tit a{
  font-size: .38rem;
  font-weight: bold;
  color: #031c6a;
}

.enroll-list ul li .enroll-period {
  font-size: .3rem;
  color: #966635;
  font-weight: bold;
  line-height: 1.8;
}
.enroll-list ul li .enroll-btn {
  margin-top: .5rem;
  font-size:.24rem;
}
.enroll-list ul li .enroll-btn span{
  display: inline-block;
  width:.3rem;
  height:.3rem;
  border-radius:50%;
  border:1px solid #e4e4e4;
  position: relative;
  vertical-align: middle;
  margin-left: .08rem;
}

.enroll-list ul li .enroll-btn span::before{
  content: '→';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .12rem;
  color: #666;
  line-height: 1;
}

.enroll-list ul li .enroll-btn:hover span{
  background: #c9a164;
}
.enroll-list ul li .enroll-btn:hover span::before{
   color:#FFF;
}

/* ==================== 招生信息列表响应式 ==================== */

@media screen and (max-width: 1400px) {
  .enroll-list ul li .enroll-tit a {
    font-size: .34rem;
  }
}


@media screen and (max-width: 1200px) {
  .enroll-list ul li .enroll-pic {
    width: 3.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .enroll-list ul li .enroll-pic {
    width: 3rem;
  }
  .enroll-list ul li .enroll-info {
    margin-left: .3rem;
  }
  .enroll-list ul li .enroll-tit a {
    font-size: .32rem;
  }
  .enroll-list ul li .enroll-object,
  .enroll-list ul li .enroll-require {
    font-size: .22rem;
  }
  .enroll-list ul li .enroll-period {
    font-size: .26rem;
  }
}

@media screen and (max-width: 992px) {
  .enroll-list ul li {
    flex-direction: column;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
  }
  .enroll-list ul li .enroll-pic {
    width: 100%;
    margin-bottom: .25rem;
  }
  .enroll-list ul li .enroll-info {
    margin-left: 0;
  }
  .enroll-list ul li .enroll-tit {
    margin: .15rem 0;
  }
  .enroll-list ul li .enroll-tit a {
    font-size: .3rem;
  }
  .enroll-list ul li .enroll-btn {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: .25rem;
  }
}

@media screen and (max-width: 768px) {
  .enroll-list ul li {
    padding-bottom: .35rem;
    margin-bottom: .35rem;
  }
  .enroll-list ul li .enroll-pic {
    margin-bottom: .2rem;
  }
  .enroll-list ul li .enroll-tit a {
    font-size: .26rem;
  }
  .enroll-list ul li .enroll-object,
  .enroll-list ul li .enroll-require {
    font-size: .2rem;
    line-height: 1.6;
  }
  .enroll-list ul li .enroll-period {
    font-size: .22rem;
    margin-top: .1rem;
  }
  .enroll-list ul li .enroll-btn {
    margin-top: .2rem;
    font-size: .2rem;
  }
  .enroll-list ul li .enroll-btn span {
    width: .24rem;
    height: .24rem;
  }
}

@media screen and (max-width: 640px) {
  .enroll-list ul li {
    padding-bottom: .3rem;
    margin-bottom: .3rem;
  }
  .enroll-list ul li .enroll-tit a {
    font-size: .24rem;
  }
  .enroll-list ul li .enroll-object,
  .enroll-list ul li .enroll-require {
    font-size: .18rem;
  }
  .enroll-list ul li .enroll-period {
    font-size: .2rem;
  }
  .enroll-list ul li .enroll-btn {
    font-size: .18rem;
  }
}

@media screen and (max-width: 480px) {
  .logo-tag {
    width: .8rem;
    height: 1rem;
  }

  .tag-text {
    font-size: .24rem;
    height: 1rem;
  }

  .logos-list .logo-item {
    width: 100%;
    height: .8rem;
    font-size: .18rem;
  }

  .enroll-list ul li .enroll-pic {
    margin-bottom: .15rem;
  }
  .enroll-list ul li .enroll-tit {
    margin: .1rem 0;
  }
  .enroll-list ul li .enroll-tit a {
    font-size: .22rem;
  }
  .enroll-list ul li .enroll-object,
  .enroll-list ul li .enroll-require {
    font-size: .16rem;
    line-height: 1.5;
  }
  .enroll-list ul li .enroll-period {
    font-size: .18rem;
  }
  .enroll-list ul li .enroll-btn {
    margin-top: .15rem;
    font-size: .16rem;
  }
  .enroll-list ul li .enroll-btn span {
    width: .22rem;
    height: .22rem;
  }
}

/* ==================== 新闻详情 ==================== */

.news-detail-wrapper {
  display: flex;
  justify-content: space-between;
  padding: .4rem 0;
}

.news-detail {
  width: 10rem;
}
.news-detail .news-title h2 {
  font-size:.36rem;
  font-weight:bolder;
}

.news-detail .news-info {
  padding-top:.1rem;
  font-size:.24rem;
  line-height:1.8;
}
.news-detail .news-info span {
  margin-right: .5rem;
}

.news-detail .news-content {
  padding-top:.2rem;
  font-size:.24rem;
  line-height:1.8;
}


.news-panel {
  position: sticky;
  top: .2rem;
  height: fit-content;
  width: 2.95rem;
}

.news-panel-content {
  background: #fff;
  padding: .2rem;
}

.news-panel .news-timeline-wrap {
  position: relative;
}

.news-panel .news-timeline-header {
  display: flex;
  align-items: center;
  margin-bottom: .15rem;
}

.news-panel .news-icon {
  width: .36rem;
  height: .36rem;
  background: url('../images/icon14.png') no-repeat center center #1c3278;
  background-size: .2rem .2rem;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.news-panel .news-panel-title {
  color:#1c3278;
  font-size: .26rem;
  font-weight: bolder;
  margin-left: .1rem;
  border-bottom: 1px solid #1c3278;
  padding-bottom: .05rem;
  flex: 1;
}

.news-panel .news-timeline {
  position: relative;
  padding-top: 0;
}

.news-panel .news-timeline::before {
  content: '';
  position: absolute;
  left: .17rem;
  top: -.51rem;
  bottom: .1rem;
  width: 1px;
  background: #b6b6b6;
}

.news-panel .news-timeline li {
  position: relative;
  padding-left: .35rem;
  margin-bottom: .2rem;
}

.news-panel .news-timeline li::before {
  content: '';
  position: absolute;
  left: .11rem;
  top: .08rem;
  width: .1rem;
  height: .1rem;
  background: #fff;
  border: 2px solid #b6b6b6;
  border-radius: 50%;
}


.news-panel .news-timeline .news-date {
  display: inline-block;
  font-size: .14rem;
  color: #999;
  border: 1px solid #ddd;
  padding: .02rem .08rem;
  border-radius: 3px;
  margin-bottom: .08rem;
  position: relative;
}

.news-panel .news-timeline .news-date::before {
  content: '';
  position: absolute;
  left: -.06rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #ddd;
}

.news-panel .news-timeline .news-date::after {
  content: '';
  position: absolute;
  left: -.04rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #fff;
}

.news-panel .news-timeline li a {
  display: block;
  font-size: .16rem;
  color: #333;
  line-height: 1.5;
}

/* ==================== 新闻详情响应式 ==================== */
@media screen and (max-width: 1200px) {
  .news-detail-wrapper {
    padding: .3rem 0;
  }
  .news-detail {
    width: 8.5rem;
  }
  .news-panel {
    width: 2.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .news-detail-wrapper {
    padding: .25rem 0;
  }
  .news-detail {
    width: 7.5rem;
  }
  .news-detail .news-title h2 {
    font-size: .32rem;
  }
  .news-detail .news-info {
    font-size: .22rem;
  }
  .news-detail .news-content {
    font-size: .22rem;
  }
  .news-panel {
    width: 2.4rem;
  }
  .news-panel .news-panel-title {
    font-size: .24rem;
  }
}

@media screen and (max-width: 992px) {
  .news-detail-wrapper {
    flex-direction: column;
    padding: .2rem 0;
  }
  .news-detail {
    width: 100%;
  }
  .news-detail .news-title h2 {
    font-size: .3rem;
  }
  .news-detail .news-info {
    font-size: .2rem;
  }
  .news-detail .news-info span {
    margin-right: .3rem;
  }
  .news-detail .news-content {
    font-size: .2rem;
  }
  .news-detail .news-content img {
    max-width: 100%;
    height: auto;
  }
  /* 小屏幕隐藏浮动面板 */
  .news-panel {
    display: none;
  }
}


/* 专业培训 */
.training-section {
  padding: .6rem 0;
}

/* 境外培训标题 - 单独样式 */
.intro-title-wrap .intro-title {
  font-size: .32rem;
  font-weight: bolder;
  background: #e8e8e8;
  padding: .15rem 0;
  border-radius: 30px;
  margin-bottom: 0;
  text-align: center;
}

/* 培训课程、创新课程、培训实例标题 - 统一带下划线样式 */
.training-courses-left .training-title,
.training-innovation .training-title,
.training-cases .training-title {
  font-size: .36rem;
  font-weight: bolder;
  margin-bottom: .5rem;
  position: relative;
  padding-bottom: .15rem;
  text-align: left;
    color:#031c6a;
}

.training-courses-left .training-title::after,
.training-innovation .training-title::after,
.training-cases .training-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.3rem;
  height: .06rem;
  background: linear-gradient(to right, #ef6b3a, #d4403f);
  border-radius: .03rem;
}



.training-desc {
  font-size: .2rem;
  line-height: 1.8;
  margin-bottom: .3rem;
}
.training-intro{
  background:url(../images/training-bg.jpg) #f3f3f3 no-repeat center;
}
 
/* 境外培训+引智 */
.training-intro-content {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.training-intro-img {
  width: 45%;
  border-radius: 8px;
  overflow: hidden;
}

.training-intro-img img {
  width: 100%;
  height: auto;
  display: block;
}

.training-intro-text {
  flex: 1;
  padding:0 1rem;
}

.training-intro-content {
  position: relative;
  padding-top: .7rem;
}

.training-intro-content  .intro-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3rem;
  height: .06rem;
  background: linear-gradient(to right, #ef6b3a, #d4403f);
  border-radius: .03rem;
}

.intro-title-wrap {
  margin-bottom: .3rem;
}

.training-intro-text .training-desc {
  font-size: .22rem;
  padding-left: .2rem;
}

.training-intro-text .training-desc p {
  position: relative;
  padding-left: .2rem;
}

.training-intro-text .training-desc .dot {
  position: absolute;
  left: 0;
  top: .12rem;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  line-height: 2;
}

/* 培训课程 */
.training-courses {
  background: #f3f3f3;
  padding-bottom:0;
}

.training-courses-content {
  display: flex;
  gap: .5rem;
}

.training-courses-left {
  width: 40%;
}


.training-courses-left .training-desc {
  font-size: .2rem;
  line-height: 1.8;
  margin-bottom: .4rem;
}

.training-courses-right {
  flex: 1;
  background: #fff;
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
}

.training-courses .course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .4rem;
}

.training-courses .course-tag {
  font-size: .3rem;
  color: #333;
  cursor: pointer;
  font-weight: 500;
  font-weight: bolder;
  position: relative;
  padding-bottom: .1rem;
}

.training-courses .course-tag::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #c9a164;
  transition: all 0.3s;
}

.training-courses .course-tag:hover::after {
  background: #1c3278;
}

.training-courses .course-tag:hover {
  color: #1c3278;
}

.training-courses .course-tags p {
  margin: 0;
  width: 100%;
}

.training-courses .course-tag:hover {
  color: #1c3278;
  border-bottom-color: #1c3278;
}

.training-courses-right{
  background:#FFF;
}

/* 创新课程 */
.training-innovation {
  text-align: left;
}



.innovation-wrap {
  position: relative;
  padding-bottom: .8rem;
}

.innovation-slider {
  display: block;
}

.innovation-slider .slick-list {
  overflow: hidden;
}

.innovation-slider .slick-track {
  display: flex;
  align-items: flex-start;
}

.innovation-slider .slick-slide {
  float: none;
  margin: 0 .15rem;
}

.innovation-slider .slick-slide > div {
  display: flex;
  justify-content: center;
}

.innovation-item {
  width: 100%;
}

.innovation-img {
  width: 100%;
  height: 2.2rem;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: .15rem;
}

.innovation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innovation-name {
  font-size: .16rem;

  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.innovation-wrap {
  position: relative;
  padding: 0 .7rem;
}

.innovation-wrap .ssbtn a {
  position: absolute;
  top: 50%;
  margin-top: -.25rem;
  transform: translateY(-50%);
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #1c3278;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  transition: all .3s;
  z-index: 10;
}

.innovation-wrap .ssbtn a.prev {
  left: 0;
}

.innovation-wrap .ssbtn a.next {
  right: 0;
}

.innovation-wrap .ssbtn a:hover {
  background: #c9a164;
}

/* 培训实例 */
.training-cases {
  background: #f8f8f8;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .2rem;
}

.case-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.case-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.case-img {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}

.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.case-item:hover .case-img img {
  transform: scale(1.05);
}

.case-info {
  padding: .2rem;
  background: #fff;
}

.case-title {
  font-size: .18rem;
  font-weight: bold;
  color: #333;
  margin-bottom: .1rem;
  line-height: 1.4;
}

.case-desc {
  font-size: .14rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* 专业培训响应式 */
@media screen and (max-width: 1024px) {
  .training-intro-content {
    flex-direction: column;
  }
  .training-intro-img {
    width: 100%;
  }
  .training-courses-content {
    flex-direction: column;
  }
  .training-courses-left {
    width: 100%;
  }
  .training-courses-right {
    display: none;
  }
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .training-section {
    padding: .4rem 0;
  }
  .training-title {
    font-size: .3rem;
  }

  .innovation-item {
    width: 45%;
  }
  .cases-grid {
    grid-template-columns: 1fr;
  }
  .case-img {
    /* height: 2rem; */
  }
}


/* 右侧免费咨询按钮 */
.consult-btn {
  position: fixed;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/mfzx.png) no-repeat center center;
  width: 88px;
  height: 93px;
  z-index: 1000;
  cursor: pointer;
  transition: right 0.3s ease;
}

.consult-btn:hover {
  right: 0;
}

.consult-btn button {
  display: none;
}

@media screen and (max-width: 992px) {
  .consult-btn {
    display: none;
  }

  /* 学院架构响应式 - 每行3个 */
  .architecture-content > ul > li {
    width: calc(33.333% - 14px);
  }
}

@media screen and (max-width: 768px) {
  /* 学院架构响应式 - 每行2个 */
  .architecture-content > ul > li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  /* 学院架构响应式 - 每行1个 */
  .architecture-content > ul::before {
    display: none;
  }

  .architecture-content > ul > li {
    width: 100%;
  }

  .architecture-content > ul > li:nth-child(1),
  .architecture-content > ul > li:nth-child(2),
  .architecture-content > ul > li:nth-child(n+3) {
    order: 0;
  }
}
