/* ======================================
   学院新闻模块样式
   ====================================== */
.main-banner {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.news-section {
  width: 100%;
  padding: 0.6rem 0;
  background: #f9f9f9;
  min-height: 70vh;
}

.news-container {
  width: 15.3rem;
  margin: 0 auto;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 0.48rem;
  margin-bottom: 0.4rem;
}

.news-header::before {
  content: '';
  position: absolute;
  left: 4.5rem;  
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e5e5e5;
  z-index: 1;
}


.news-header::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.4rem;
  height: 1px;
  background: #B80022;
  z-index: 2;
}


.news-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  height: 100%;
}


.news-title-cn {
  width: 1.84rem;
  height: 0.48rem;
  background: #007A3F;
  color: #fff;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 0.48rem;
  text-align: center;
  letter-spacing: 0.06rem;
}


.news-title-en {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.48rem;
}


.position{
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.05rem;
}
.breadcrumb {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  
  line-height: 0.48rem;
}
.breadcrumb span:nth-child(2){
  color: rgba(51, 51, 51, 1);
}
.breadcrumb span:nth-child(3){
  color: rgba(153, 153, 153, 1);
}.breadcrumb span:nth-child(4){
  color:#007A3F;
}

.news-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-item {
  display: flex;
  align-items: center;
  padding: 0.16rem 0;
  font-family: Source Han Sans CN;
  font-size: 0.2rem;
  line-height: 1.6;
  cursor: pointer;
}
.news-dot {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #999;
  margin-right: 0.15rem;
  flex-shrink: 0;
}
.news-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-date {
  font-size: 0.16rem;
  color: #666;
  margin-left: 0.4rem;
}
.news-item:hover .news-dot { background: #007A3F; }
.news-item:hover .news-title,
.news-item:hover .news-date { color: #007A3F; }
.main-banner {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.news-detail-section {
  width: 100%;
 /* padding: 0.1rem 0 1rem; */
 /* background: #f9f9f9; */
}

.news-detail-container {
  width: 15.3rem;
  margin: 0 auto;
  background: #fff;
  padding: 0.8rem 1rem;
  border-radius: 4px;
 /* display: flex;
  justify-content: flex-end; */
}
.navigation{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.breadcrumb-bar {
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0.6rem;
  text-align: right;
}

.breadcrumb-bar .position-icon {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
}

.breadcrumb-bar a {
  color: #007A3F;
  text-decoration: none;
}

.breadcrumb-bar span {
  color: #999;
  margin: 0 0.05rem;
}


.news-detail-title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  margin-top: 0.32rem;
}

.news-detail-time {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0.6rem;
  padding-bottom: 0.4rem;
 
}


.news-detail-content {
 font-family: Source Han Sans CN, Source Han Sans CN;
 font-weight: 400;
 font-size: 0.18rem;
 color: #333333;
  line-height: 1.8;
}

.news-detail-content p {
  margin-bottom: 0.4rem;
  text-indent: 2em; 
}
 .news-detail-content img {
   display: block !important;
   margin: 20px auto !important;
   width: 60% !important; 
   max-width: 100% !important; 
   height: auto !important;
   float: none !important;
   clear: both !important;
 }
 
 .news-detail-content img[style] {
   width: 60% !important;
   max-width: 100% !important;
   height: auto !important;
   display: block !important;
   margin: 20px auto !important;
 }


.news-detail-footer {
  margin-top: 0.8rem;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
}

.news-detail-footer p {
  text-indent: 0;
  margin: 0;
}

.back-btn-wrap {
  text-align: right;
  margin-top: 0.64rem;
 /* padding-top: 0.6rem; */
 /* border-top: 1px solid #eee; */
  
}

.back-btn {
  display: inline-block;
 /* padding: 0.12rem 0.3rem; */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 1.40rem;
  height: 0.52rem;
  background: #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 0.52rem;
}

.back-btn:hover {
  background: #007A3F;
  color: #fff;
}

/* ======================================
  学院简介页面样式
   ====================================== */
.college-intro-section {
  width: 100%;
  padding: 0;
  background: #f9f9f9;
 /* margin-top: -0.6rem; */
 padding-top: 1rem;
 min-height: 80vh;
}

.college-intro-container {
  width: 15.3rem;
  margin: 0 auto;
  display: flex;
  gap: 0.4rem;
}

/* ======================
   左侧侧边栏
   ====================== */
.sidebar {
  width: 2.6rem;
  height: 4.68rem;
  background: linear-gradient( 180deg, #FFFFFF 0%, rgba(247,247,247,0.3) 100%);
  box-shadow: 2px 2px 20px 1px rgba(51,51,51,0.1);
  border-radius: 0px 0px 0px 0px;
  position: relative;
 /* margin-top: -0.6rem; */
  z-index: 10;
}
.sidebar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #007A3F 0%, rgba(247,247,247,0.38) 100%);
  z-index: 1;
}
/* 侧边栏标题 */
.sidebar-title {
  font-family: Source Han Serif CN, Source Han Serif CN;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  padding-top: 0.6rem;
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
}

/* 侧边栏菜单 */
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}



.sidebar-menu li {
  width: 100%;
  display: flex;
  align-items: center;
  /* padding: 0.3rem 0.3rem; */
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 0.2rem;
  left: -0.04rem;
}

/* 侧边栏圆点 */
.sidebar-dot {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #007A3F;
  margin-right: 0.15rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.sidebar-dot.active {
  background: #007A3F;
  border-color: #007A3F;
  transform: scale(1.2);
}

/* 激活态菜单（红色渐变背景块） */
.sidebar-menu li a.active {
  width: 1.84rem;
  height:  0.32rem;
  background: linear-gradient( 90deg, #007A3F 0%, rgba(255,255,255,0) 100%);
  border-radius: 2px 2px 2px 2px;
  line-height: 0.32rem;
  padding-left: 0.1rem;
}

.sidebar-menu li a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-left: 0.1rem;
}

.sidebar-menu li.active a.active-text {
  color: #fff;
  font-weight: 500;
}

.sidebar-menu li:hover a {
  color: #007A3F;
}

.sidebar-menu li:hover .sidebar-dot {
  background: #007A3F;
  border-color: #007A3F;
}

/* ====================== ====================== */
.content-area {
  flex: 1;
  /* background: #fff; */
  padding: 0.8rem 1rem;
  border-radius: 4px;
  position: relative;
}


.content-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
  margin-bottom: 0.4rem;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
}
/* 内容标题（带红色下划线） */
.content-title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.32rem;
  color: #333;
  
}

.content-head-row::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.6rem;
  height: 2px;
  background: #007A3F;
  z-index: 2;
}

/* 正文内容 */
.content-text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.8;
}
.content-text table {
  width:900px;
}
.content-text p {
  margin-bottom: 0.4rem;
  text-indent: 2em;
}

/* 数据更新时间 */
.update-time {
  text-align: right;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0rem;
}

/* ============================================ */
.leader-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.4rem;
}

/* 单个领导项 */
.leader-item {
  width: 100%;
 
  height: 2.46rem;
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 1px rgba(51,51,51,0.1);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
 /* padding: 0.3rem 0; */
  background: #fff;
  border-radius: 4px;
}

/* 头像区域 */
.leader-avatar {
  width: 2.14rem;
  height: 2.46rem;
  
  background: #ccc;
  border-radius: 2px;
 
}

.leader-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*  */
.leader-info {
  flex: 1;
  padding-top: 0.1rem;
}

/*  */
.leader-name {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  margin: 0 0 0.2rem 0;
  position: relative;
  padding-bottom: 0.15rem;
}

.leader-name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 2px;
  background: #007A3F;
}

.leader-post {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  margin-left: 0.1rem;
}

/* 职责描述 */
.leader-desc {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}

.leader-desc p {
  /* margin: 0.1rem 0; */
  text-indent: 0;
  margin-bottom: 0.05rem;
}

/* 红色高亮文本 */
.red-text {
  color: #007A3F;
}
.Data_update{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	text-align: right;
	padding-top: 0.2rem;
}

/* ======================
   
   ====================== */
.org-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.3rem;
}

/* 单个机构项 */
.org-item {
  width: 100%;
  display: flex;
  align-items: center;
 /* padding: 0.2rem 0; */
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 圆点 */
.org-dot {
  width: 0.08rem;
  height:0.08rem;
  background: #999999;
  border-radius: 50%;
  background: #999; /* 默认灰色 */
  margin-right: 0.15rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

/*  */
.org-link {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-decoration: none;
  flex: 1;
  transition: all 0.3s ease;
  /* 自动截断 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 日期 */
.org-date {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-left: 0.4rem;
  transition: all 0.3s ease;
}

/* ======================
   
   ====================== */
.org-item:hover .org-dot,
.org-item.active .org-dot {
  background: #007A3F; /* 红色圆点 */
  transform: scale(1.2);
}

.org-item:hover .org-link,
.org-item.active .org-link {
  color: #007A3F; /* 红色文字 */
  font-weight: 500;
}

.org-item:hover .org-date,
.org-item.active .org-date {
  color: #007A3F; /* 红色日期 */
}
.feny{
	width: 100%;
	display: flex;
	justify-content: center;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	margin-top: 0.6rem;
}
.feny span{
	text-align: center;
}