html,
body {
  position: relative;
  height: 100%;
  /* font-family: "Noto Serif SC", "思源宋体", "Source Han Serif SC", serif; */
}

.p_one_line {
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.p_two_line {
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.p_three_line {
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

@font-face {
  font-family: "DINAlternate-Bold";
  src: url(../font/DINCond-Regular.otf);
}

body {
  background-color: #ffffff;
  font-size: 0.16rem;
  color: #000;
  margin: 0;
  padding: 0;
}

.wow {
  visibility: hidden;
}

body::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 0.05rem;
}

body::-webkit-scrollbar-thumb {
  background-color: #385acd;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #385acd;
}

img {
  width: 100%;
  height: auto;
  transition: 0.5s all;
  display: block;
  object-fit: cover;
}

.top {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 999;
  transition: 0.5s all;
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.04);
  margin-bottom: 21px;
}

.top .header-top-bar {
  width: 100%;
  height: 1.21rem;
  display: flex;
  align-items: center;
  background: url(../images/header_top_bg.png) no-repeat;
  background-size: cover;
}

.top .header-top-bar .wrapper {
  padding: 0 2.6rem;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .header-top-bar .logo {
  height: 0.66rem;
  display: flex;
  align-items: center;
}

.top .header-top-bar .search-phone {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.top .header-top-bar .logo img {
  height: 100%;
  width: auto;
}

.top .header-top-bar .search-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  padding: 0.06rem 0.12rem;
}

.top .header-top-bar .search-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.14rem;
  padding: 0.06rem 0.1rem;
  width: 2rem;
}

.top .header-top-bar .search-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.top .header-top-bar .search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.04rem;
}

.top .header-top-bar .search-btn img {
  width: 0.2rem;
  height: 0.2rem;
}

.top .header-top-bar .header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.top .header-top-bar .phone-label {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
}

.top .header-top-bar .phone-label img{
  width: 22px;
  height: 16px;
}

.top .header-top-bar .phone-number {
  font-size: 0.28rem;
  font-weight: bold;
  color: #ffffff;
}

.top .header-nav-bar {
  width: 100%;
  height: 0.7rem;
  background: #fff;
  display: flex;
  align-items: center;
}

.top .header-nav-bar .wrapper {
  padding: 0 1.68rem;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
}

.top .header-nav-bar .nav {
  height: 100%;
  width: 100%;
  display: flex;
}

.top .header-nav-bar .nav .nav-item {
  flex: 1;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  font-family: Microsoft YaHei;
  color: #333333;
  padding: 0 0.28rem;
  line-height: 0.7rem;
  transition: all 0.3s ease;
  position: relative;
}

.top .header-nav-bar .nav .nav-item:hover,
.top .header-nav-bar .nav .active {
  color: #AA0000;
}

.content {
  background-color: #fff;
  /* background-image: url(../images/index_top_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; */
  min-height: 100vh;
}

/*  移动端*/
.mobileNav {
  width: 100%;
  background-color: white;
  z-index: 999;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s linear;
}

.mobileNav ul {
  display: flex;
  width: max-content;
  margin: 0;
  padding: 0;
}

.mobileNav ul li {
  flex-shrink: 0;
  line-height: 40px;
  padding: 0 12px;
}

.mobileNav ul li a {
  font-size: 14px;
  white-space: nowrap;
}

.mobileNav ul li.active a {
  color: #0055cc;
  font-weight: bold;
}

.hideNav {
  display: none;
}

.gxHead {
  display: none;
  width: 100%;
  background-color: white;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.gxHead .logo {
  margin: 15px;
  width: 40%;
}

.gxHead .logo img {
  width: 100%;
  height: auto;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;
  background: linear-gradient(135deg, #ee8100, #dde2e4) center center no-repeat;
}

.menu_btn span {
  top: 28px;
  left: 16px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}

.training-program {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
}

.program-card {
  width: calc(50% - 0.2rem);
  height: 4rem;
  display: flex;
  background: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.program-card:hover {
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.04rem);
}

.program-card .card-image {
  width: 2.7rem;
  flex-shrink: 0;
  overflow: hidden;
}

.program-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-card .card-content {
  flex: 1;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
}

.program-card .card-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
  margin: 0 0 0.15rem;
}

.program-card .card-desc {
  flex: 1;
  font-size: 0.14rem;
  color: #787878;
  line-height: 1.8;
  margin: 0 0 0.2rem;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0.34rem;
  overflow: hidden;
}

.program-card .card-btn {
  align-self: flex-start;
  width: 0.9rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  font-size: 0.14rem;
  color: #AA0000;
  background: #EFE3D4;
  border: none;
  border-radius: 0.12rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.program-card .card-btn:hover {
  background: #AA0000;
  color: #ffffff;
}

.program-more {
  font-family: Microsoft YaHei;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #333333;
  cursor: pointer;
  padding-bottom: 0.06rem;
  border-bottom: 0.02rem solid #9B0000;
}

.program-more:hover {
  color: #9B0000;
}

.program-detail {
  width: 100%;
}

.program-detail .detail-text {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}

.program-detail .detail-text h2 {
  font-size: 0.22rem;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0.4rem 0 0.2rem;
  padding-left: 0.16rem;
  border-left: 0.04rem solid #385acd;
}

.program-detail .detail-text h2:first-child {
  margin-top: 0;
}

.program-detail .detail-text h3 {
  font-size: 0.18rem;
  font-weight: 600;
  color: #333333;
  margin: 0.3rem 0 0.15rem;
}

.program-detail .detail-text p {
  margin: 0 0 0.15rem;
  text-indent: 2em;
}

.program-detail .detail-text ul {
  list-style: disc;
  padding-left: 0.4rem;
  margin: 0.1rem 0 0.2rem;
}

.program-detail .detail-text ul li {
  margin-bottom: 0.08rem;
  line-height: 0.32rem;
}

.program-detail .detail-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.2rem 0;
  font-size: 0.15rem;
}

.program-detail .detail-text table th,
.program-detail .detail-text table td {
  border: 1px solid #e0e0e0;
  padding: 0.12rem 0.2rem;
  text-align: left;
}

.program-detail .detail-text table th {
  background: #f5f7fa;
  font-weight: 600;
  color: #333;
}

.program-detail .detail-text table tr:hover {
  background: #fafbfc;
}

.program-detail .detail-text .highlight-box {
  background: #f0f5ff;
  border-left: 0.04rem solid #385acd;
  padding: 0.2rem 0.24rem;
  margin: 0.2rem 0;
  border-radius: 0.04rem;
}

.program-detail .detail-text .highlight-box p {
  text-indent: 0;
  margin: 0;
}

.program-detail .program-btn {
  width: 1.5rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #ffffff;
  background: #AA0000;
  border-radius: 0.2rem;
  margin: 0 auto;
}

.p_one_line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========== Footer ========== */
.footer-wrap {
  padding-top: 0.38rem;
  width: 100%;
  background: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-line {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.08;
  margin-bottom: 0.39rem;
}

.footer-content {
  width: calc(100% - 5.2rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-left {
  flex: 1;
}

.footer-logo {
  margin-bottom: 0.3rem;
}

.footer-logo img {
  width: 4.51rem;
  height: auto;
  margin-bottom: 0.15rem;
}

.footer-school-name {
  font-size: 0.2rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.05rem;
}

.footer-school-english {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-contact {
  margin-bottom: 0.3rem;
}

.contact-phone {
  margin-bottom: 0.15rem;
}

.phone-label {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.phone-number {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: bold;
  font-family: DIN Black;
}

.contact-info p {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0.05rem 0;
}

.footer-copyright {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-nav {
  flex: 1.7;
  display: flex;
}

.nav-column {
  flex: 1;
  text-align: center;
}

.nav-column h4 {
  font-size: 0.16rem;
  color: #ffffff;
  height: 0.54rem;
  line-height: 0.54rem;
  margin: 0 0 0.15rem;
  font-weight: 400;
}

.nav-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-column li {
  margin-bottom: 0.12rem;
}

.nav-column a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.nav-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.9rem;
  padding: 0 2.6rem;
  box-sizing: border-box;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 1);
}


.left-div {
  display: flex;
  align-items: center;
}

.tab-header{
  position: relative;
  height: 1.1rem;
}
.tab-header .redbg-right{
  position: absolute;
  top: -21px;
  right: 0;
  width: 17rem;
  height: 1rem;
  background: #AA0000;
  z-index: 1;
}
.tab-header-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.1rem;
  width: 17rem;
  background: url(../images/tab_title_bg.png);
  background-size: cover;
}

.tab-title {
  width: 4.44rem;
  height: 1.16rem;
  line-height: 1.16rem;
  padding-right: 0.42rem;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333;
  font-family: "Noto Serif SC", "思源宋体", "Source Han Serif SC", serif;
}

.tab-nav {
  margin-left: 0.4rem;
  margin-top: 0.1rem;
}

.tab-nav .tab-nav-item {
  width: 1.4rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333;
  font-family: Microsoft YaHei;
}

.tab-nav .active {
  color: #AA0000;
}

.tab-nav .active::after {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.04rem solid #AA0000;
}

.tab-breadcrumb {
  margin-top: 0.1rem;
  margin-right: 0.42rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #787878;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
}

.tab-breadcrumb a {
  color: #333;
  text-decoration: none;
}

.tab-breadcrumb img {
  width: 0.18rem;
  height: 0.18rem;
}

.tab-breadcrumb span{
  margin: 0 0.06rem;
}
.about-page{
  background: url(../images/about_bg_a.png);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.training-page{
  background: url(../images/training-bg.png);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.about-content {
  padding: 0.7rem 2.6rem 1.1rem 2.6rem;
  box-sizing: border-box;
  /* background: url(../images/about_bg_a.png);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff; */
}

.about-school-info .school-name {
  text-align: center;
  margin-bottom: 0.6rem;
}

.about-school-info .school-desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
}

.about-gallery {
  position: relative;
}

.gallery-swiper {
  overflow: hidden;

}

.about-gallery img {
  height: 2.8rem;

}

.about-gallery .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.3rem !important;
  left: -0.8rem;
}

.about-gallery .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  right: -0.8rem;
}

.about-gallery .swiper-button-next::after,
.about-gallery .swiper-button-prev::after {
  font-size: 0.3rem !important;
  color: #0F0F0F;
}

.about-gallery .gallery-prev:hover,
.about-gallery .gallery-next:hover {
  color: #fff;
  background-color: #AA0000;
}

.about-gallery .gallery-prev:hover::after,
.about-gallery .gallery-next:hover::after {
  color: #fff;
}

.about-qualifications {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem;
}

.about-qualifications .qualifications-item {
  width: 3.35rem;
  height: 4.18rem;
  padding: 0.07rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: url(../images/school_zz_bg.png);
}

.about-qualifications .qualifications-item .qualifications-img {
  padding: 20px;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-qualifications .qualifications-item h2 {
  border-top: 1px solid #EFEFEF;
  padding: 0.3rem 0;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin: 0;
  text-align: center;
}

.newPaddingB {
  padding-bottom: 0.56rem;
}

.about-environment {
  height: 8rem;
  display: flex;
  /* gap: 0.3rem; */
}

.about-environment .environment-main {
  flex: 1;
  background: #f5f5f5;
  overflow: hidden;
}

.about-environment .environment-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.about-environment .environment-list {
  width: 2.92rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: url(../images/school_bg.png) no-repeat;
  background-size: 100% 100%;
}

.about-environment .environment-list::-webkit-scrollbar {
  width: 4px;
}

.about-environment .environment-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.about-environment .list-item {
  width: calc(100% - 40px);
  height: 1.76rem;
  cursor: pointer;
  border: 20px solid transparent;
  transition: border-color 0.3s ease;
}

.about-environment .list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-environment .list-item.active {
  border-color: rgba(255, 255, 255, 1);
}

.about-environment .list-item:hover {
  border-color: rgba(255, 255, 255, 1);
}

/* ========== 新闻公告列表 ========== */
.news-bulletin {
  width: 100%;
}

.news-bulletin .bulletin-list {
  border-radius: 0.08rem;
  padding: 0.2rem 0;
}

.news-bulletin .bulletin-item {
  height: 0.79rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e8e8e8;
  transition: background-color 0.2s ease;
}

.news-bulletin .bulletin-item:last-child {
  border-bottom: none;
}

.news-bulletin .bulletin-item:hover {
  height: 0.82rem;
  background: #AA0000;
  font-size: 0.18rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(14, 73, 194, 0.1);
}

.news-bulletin .item-icon {
  width: 0.09rem;
  height: 0.16rem;
  margin-right: 0.12rem;
  flex-shrink: 0;
}

.news-bulletin .bulletin-item:hover .item-title {
  color: #fff;
  font-weight: bold;
}

.news-bulletin .bulletin-item:hover .item-date {
  color: #fff;
}

.news-bulletin .item-title {
  flex: 1;
  font-size: 0.18rem;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-bulletin .item-title:hover {
  color: #385acd;
}

.news-bulletin .item-date {
  font-size: 0.14rem;
  color: #999999;
  margin-left: 0.2rem;
  flex-shrink: 0;
}

.bulletin-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  margin-top: 0.4rem;
}

.bulletin-pagination .page-btn {
  padding: 0.15rem 0.2rem;
  font-size: 0.14rem;
  color: #333333;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bulletin-pagination .page-btn:hover {
  border-color: #AA0000;
  color: #AA0000;
}

.bulletin-pagination .page-btn.active {
  background: #AA0000;
  border-color: #AA0000;
  color: #ffffff;
}

/* ========== 新闻详情页 ========== */
.news-content {
  padding: 0.1rem 2.6rem 1.1rem 2.6rem;
  box-sizing: border-box;
}

.news-detail {
  display: flex;
}

.news-detail .news-bulletin {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
}

.news-detail .news-detail-left {
  width: calc(70% - 0.2rem);
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
}

.news-detail .detail-title {
  font-family: Microsoft YaHei;
  font-size: 0.26rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin: 0 0 0.25rem;
  line-height: 1.4;
}

.news-detail .detail-meta {
  font-family: Microsoft YaHei;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
  background: linear-gradient(to right, #EFCECE 0%, #ffffff 70%);
}

.news-detail .meta-item {
  font-size: 0.14rem;
  color: #999999;
}

.news-detail .detail-content {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.8;
}

.news-detail .detail-content p {
  margin: 0 0 0.2rem;
  text-indent: 2em;
}

.news-detail .detail-content .detail-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.3rem auto;
}

.news-detail .detail-nav {
  font-family: Microsoft YaHei;
  margin-top: 0.4rem;
  padding-top: 0.3rem;
  border-top: 1px dashed #e8e8e8;
}

.news-detail .detail-nav .nav-item {
  font-size: 0.14rem;
  color: #999999;
  margin: 0 0 0.1rem;
}

.news-detail .detail-nav .nav-item a {
  color: #999999;
  text-decoration: none;
}

.news-detail .detail-nav .nav-item a:hover {
  text-decoration: underline;
  color: #385acd;
}

.news-detail .detail-actions {
  margin-top: 0.4rem;
}

.news-detail .back-btn {
  padding: 0.12rem 0.4rem;
  font-size: 0.16rem;
  color: #ffffff;
  background: #AA0000;
  border: none;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.news-detail .back-btn:hover {
  background: #d30202;
}

.news-detail .news-detail-right {
  width: calc(30% - 0.2rem);
  padding: 0.3rem;
  box-sizing: border-box;
}

.news-detail .sidebar-title {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: 600;
  color: #333333;
  margin: 0 0 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.news-detail .sidebar-title img {
  width: 0.24rem;
  height: 0.24rem;
}

.news-detail .sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-detail .sidebar-list li {
  padding: 0.15rem 0;
  border-bottom: 1px dashed #e8e8e8;
}

.news-detail .sidebar-list li:last-child {
  border-bottom: none;
}

.news-detail .sidebar-list li a {
  font-size: 0.14rem;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}

.news-detail .sidebar-list li a:hover {
  color: #385acd;
}

.news-detail .sidebar-date {
  display: block;
  font-size: 0.12rem;
  color: #999999;
  margin-top: 0.05rem;
}

.news-detail .news-detail-right ul {
  font-family: Microsoft YaHei;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.news-detail .news-detail-right ul li a {
  display: block;
  text-decoration: none;
}

.news-detail .news-detail-right ul li a img {
  display: block;
  width: 3.54rem;
  height: 2.36rem;
  object-fit: cover;
}

.news-detail .news-detail-right ul li a h2 {
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  margin: 0.1rem 0;
  font-weight: 500;
}

/* ========== 教学展示列表 ========== */
.teacher-content {
  padding: 0.7rem 2.6rem 1.1rem 2.6rem;
  box-sizing: border-box;
}

.demonstration-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.19rem;
}

.demonstration-content .demonstration-item {
  width: 4.52rem;
  height: 3.83rem;
  overflow: hidden;
}

.demonstration-content .demonstration-item .item-icon {
  width: 100%;
  height: 3rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.demonstration-content .demonstration-item:hover .item-icon {
  transform: scale(1.05);
}

.demonstration-content .demonstration-item .item-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  margin: 0.3rem 0;
  color: #333333;
  text-align: center;
}

/* ========== 在线报名表单 ========== */
.online-registration-form {
  height: 7.23rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.online-registration-form .form-content {
  width: 9.55rem;
  height: 5rem;
  background: #ffffff;
  padding: 0.9rem 0.68rem;
  box-sizing: border-box;
  box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 2.6rem;
  top: 0.9rem;
  z-index: 2;
}

.online-registration-form .form-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  margin: 0 0 0.3rem;
  position: relative;
  font-family: Microsoft YaHei;
}

.online-registration-form .form-title .two {
  color: #AA0000;
}

.online-registration-form .form-title img {
  width: 4.72rem;
  height: 0.45rem;
  position: absolute;
  top: -0.16rem;
  left: 0;
  z-index: -1;
}

.online-registration-form .form-group {
  margin-bottom: 0.15rem;
  display: flex;
  gap: 0.2rem;
}

.online-registration-form .form-input {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border: 1px solid #e8e8e800;
  border-radius: 0.04rem;
  background-color: #F8F8F8;
  font-size: 0.14rem;
  color: #333333;
  outline: none;
  transition: border-color 0.2s ease;
}

.online-registration-form .form-input:focus {
  border-color: #AA0000;
}

.online-registration-form .form-input::placeholder {
  color: #cccccc;
}

.online-registration-form .form-select {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border: 1px solid #e8e8e800;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #333333;
  outline: none;
  background: #F8F8F8;
  transition: border-color 0.2s ease;
}

.online-registration-form .form-select:focus {
  border-color: #AA0000;
}

.online-registration-form .form-tip {
  font-size: 0.12rem;
  color: #999999;
  margin: 0.15rem 0;
}

.online-registration-form .form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.online-registration-form .form-btn {
  width: 2.2rem;
  height: 0.5rem;
  font-size: 0.16rem;
  color: #ffffff;
  background: #AA0000;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.online-registration-form .form-image {
  position: absolute;
  right: 2.6rem;
  top: 0.29rem;
  z-index: 1;
}

.online-registration-form .form-btn:hover {
  background: #AA0000;
}

.online-registration-form .image-placeholder img {
  width: 9.1rem;
  height: 6.2rem;
}

/* ========== 联系我们 ========== */
.contact-us {
  padding: 0.7rem 2.6rem 0.7rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
}

.contact-us .contact-map {
  width: calc(55% - 0.3rem);
}

.contact-us .map-placeholder img {
  width: 7rem;
  height: 5.2rem;
}

.contact-us .contact-info {
  width: calc(45% - 0.3rem);
  padding: 0.4rem 0;
  box-sizing: border-box;
}

.contact-us .contact-title {
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  margin: 0 0 0.3rem;
}

.contact-us .info-item {
  font-family: Microsoft YaHei;
  display: flex;
  gap: 0.1rem;
  
}

.contact-us .info-item:nth-of-type(4),.contact-us .info-item:nth-of-type(5){
  padding-top: 0.34rem;
  display: flex;
}

.contact-us .info-item:last-child {
  border-bottom: none;
}

.contact-us .info-icon {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0;
}

.contact-us .info-label {
  font-size: 0.16rem;
  color: #333333;
  width: 0.8rem;

}

.contact-us .info-value {
  font-size: 0.16rem;
  color: #333333;
  flex: 1;
}

/* ========== 图片弹窗 ========== */
.img-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.img-modal-overlay.show {
  display: flex;
}

.img-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.img-modal-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.img-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.img-modal-close:hover {
  background: #D32F2F;
  color: #fff;
}