/* 全局基础样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "微软雅黑", "宋体", sans-serif;
  color: #333;
}

.about-content {
  margin-top: 1.26rem;
  padding: 0 2.6rem;
  box-sizing: border-box;
}

/* 面包屑导航 */
.breadcrumbs {
  padding: 0.54rem 0.2rem 0.23rem 0.2rem;
  font-size: 0.14rem;
  color: #666;
}

/* 主体容器（侧边栏+内容区） */
.main-container {
  display: flex;
  gap: 0.47rem;
  padding: 0px 0 1.29rem 0;
}

/* 左侧侧边栏 */
.sidebar {
  width: 2.56rem;
}

/* 侧边栏标题 */
.sidebar-title {
  background-color: #f4f4f4;
  color: #c11920;
  padding: 0.21rem 0.19rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}
.sidebar-title.active {
  background-color: #c11920;
  /* 红色标题栏 */
  color: #fff;
  padding: 0.21rem 0.19rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
}

.sidebar-title:hover{
  background-color: #c11920;
  /* 红色标题栏 */
  color: #fff;
  border-bottom: 1px solid white;
}


/* 侧边栏菜单 有子菜单*/
.menu-div .menu-list{
  display: none;
}
.active .menu-list{
  display: block;
}
.menu-list {
  list-style: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: 2px solid #c11920;
  padding: 0 0 0.24rem 0;
  box-sizing: border-box;
}

.menu-item {
  padding: 0.22rem 0.1rem;
  box-sizing: border-box;
  font-size: 0.15rem;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
  width: 2.52rem;
}

.menu-item:hover{
  color: #c11920;
  font-size: 0.18rem;
  font-weight: bold;
}

.menu-item::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0.2rem;
}

.menu-item .more-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-item .up {
  display: none;
}

.menu-item .down {
  display: static;
  position: relative;
  right: 0.3rem;
}

.menu-item.active .down {
  display: none;
}

.menu-item.active .up {
  display: inline-block;
  position: relative;
  right: 0.3rem;
}

.menu-item .menu-item-son {
  display: none;
}

.menu-item.active .menu-item-son {
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}

.menu-item.active .menu-item-son .son-item {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #787878;
  line-height: 0.44rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
/* 汉堡按钮：默认隐藏（PC端不显示） */
.hamburger-btn {
  display: none;
  /* padding: 0.5rem 1rem; */
  background: #c00;
  color: #fff;
  border: none;
  font-size: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.menu-item:hover .d_icon{
  color: #9d080c;
}
.menu-item .d_icon {
  color: #e5e5e5;
  display: inline-block;
  margin: 0 0.04rem 0 0.08rem;
}

.menu-item.active .menu-item-son .son-item.active {
  color: #9d080c;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #f0f0f0;
}

.menu-item.active .menu-item-son .son-item.active {
  color: #9d080c;
  border-left: 2px solid #9d080c;
  padding-left: 0.2rem;
  box-sizing: border-box;
}

.menu-item.active .menu-item-son .son-item:hover{
   background: #f0f0f0;
   color: #9d080c !important;
}

.menu-item.active .menu-item-son .son-item-two {
  margin: 0 0.2rem 0.12rem 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  background: #f0f0f0;
  border-radius: 0.3rem;
  text-align: center;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.menu-item.active .menu-item-son .son-item-two:hover{
  color: #fff;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #9d080c;
  padding: 0 0.1rem;
  box-sizing: border-box;
}

.menu-item .d_icon {
  color: #e5e5e5;
  display: inline-block;
  margin: 0 0.04rem 0 0.08rem;
}

.menu-item.active .menu-item-son .son-item-two.active {
  color: #fff;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #9d080c;
  padding: 0 0.1rem;
  box-sizing: border-box;
}

/* 菜单选中状态 */
.menu-item.active {
  color: #c11920;
  /* 选中文字变红 */
}

/* 选中项的红色圆点 */
.menu-item.active .d_icon {
  color: #c11920;
}

/* .menu-item.active::before {
    content: "•";
    color: #c11920;
    position: absolute;
    left: 8px;
} */

/* 侧边栏菜单  无子菜单 */
.leveloneMenu {
  list-style: none;
  background-color: #fff;
  border: 1px solid #eee;
  border: 2px solid #c11920;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.leveloneMenu .menu-item {
  text-align: center;
}
.leveloneMenu .menu-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}

.leveloneMenu .menu-item.active {
  color: #9d080c;
  border-left: 0.04rem solid #9d080c;
  background: #f0f0f0;
  /* padding-left: 20px; */
  /* box-sizing: border-box; */
}

/* 右侧内容区域 */
.content-area {
  flex: 1;
  /* 占满剩余宽度 */
  background-color: #fff;
}

/* 内容标题 */
.content-title {
  height: 0.63rem;
  line-height: 0.63rem;
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.2rem;
}

.content-title .en-title {
  font-size: 0.16rem;
  color: #666;
  font-weight: normal;
  margin-left: 0.1rem;
}

/* 内容文本 */
.content-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #333333;
  line-height: 0.36rem;
  text-indent: 2em;
}

.content-text .red_t {
  color: #9d080c;
}

.lx_person {
  margin-top: 0.4rem;
}

/* 内容模块：默认隐藏 */
.content-item {
  display: none;
}

.imgWidth img{
  width: auto;
}

.content-item-son {
  display: none;
}

/* 激活的内容模块显示 */
.content-item.active {
  display: block;
}

.content-item-son.active {
  display: block;
}

/* 卡片容器：Flex 布局实现左右排列 */
.person-card {
  display: flex;
  align-items: center;
  /* 头像与文字垂直居中对齐 */
  background-color: #fff;
  /* 卡片背景色（与示例一致） */
  padding: 0.3rem 0;

  /* 限制卡片宽度，避免过宽 */
  border-bottom: 1px dashed #e5e5e5;
}

/* 左侧头像区域：蓝色背景 + 固定尺寸 */
.person-card .card-avatar {
  width: 2.06rem;
  /* 头像区域宽度 */
  height: 2.54rem;
  /* 头像区域高度（与示例匹配） */
  background-color: #007bff;
  /* 头像背景蓝色（与示例一致） */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* 防止图片溢出 */
}
/* 图书照片大小 */
.person-card .card-books {
  width: 1.26rem;
  /* 头像区域宽度 */
  height: 1.72rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* 防止图片溢出 */
}
.person-card .card-books img{
  object-fit: contain;
}
.card-info-books {
  height: 1.72rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.14rem 0.15rem 0.16rem 0.15rem;
  /* 头像与文字的间距 */
  flex: 1;
  /* 占满剩余宽度 */
}

/* 头像图片：填充容器且保持比例 */
.person-card .card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持图片比例，避免变形 */
}

/* 右侧信息区域：与头像保持间距 */
.person-card .card-info {
  min-height: 2.54rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 0.15rem;
  /* 头像与文字的间距 */
  flex: 1;
  /* 占满剩余宽度 */
}

/* 姓名样式：红色 + 加粗 */
.person-card .info-name {
  color: #c11920;
  /* 红色（与之前的导航/标题色统一） */
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0 0 0.08rem 0;
  /* 姓名下方留白 */
}

/* 简介文本样式：常规字体 + 合适行高 */
.person-card .info-desc {
  font-size: 0.14rem;
  line-height: 1.6;
  /* 行高优化阅读体验 */
  color: #333;
  /* 文本深灰色 */
  margin: 0;
}

/* 图书样式 */
.book-card {
  height: 2.12rem;
  padding: 0.25rem 0;
  box-sizing: content-box;
  display: flex;
  align-items: self-start;
  overflow: hidden;
}
.book-card .book-card-info {
  width: 8.9rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.33rem;
}
.book-card img {
  width: 1.56rem;
  height: 2.12rem;
  object-fit: contain;
}
.book-card .info-desc {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}
.book-card .remark_cn {
  font-weight: 400;
  font-size: 0.14rem;
  color: #787878;
}
.book-card .info-data {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  /* line-height: 0.3rem; */
}
.info-data_two{
  color: #787878;
  font-size: 0.14rem;
}
.book-card .info-data span {
  color: #787878;
}
.book-card .hongx_div {
  display: flex;
  align-items: center;
  width: 100%;
}
.book-card .hongx_div img {
  width: 0.17rem;
  height: 0.16rem;
  margin-right: 0.04rem;
}

/* 新闻卡片样式 */
.news-card {
  display: flex;
  align-items: center;
  /* 头像与文字垂直居中对齐 */
  background-color: #fff;
  /* 卡片背景色（与示例一致） */
  /* 限制卡片宽度，避免过宽 */
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
  margin-bottom: 0.25rem;
}

.news-card .card-avatar {
  width: 2.26rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
}

.news-card .card-avatar img{
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center;
}

.news-card:hover .card-avatar img{
  transform: scale(1.05);
}

.news-card .card-info {
  width: 8.49rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.news-card .card-info .info-name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  width: 8.4rem;

  /* color: #333333; */
}
.leader-list{
  display: flex;
  flex-direction: column;
}
.news_list>a:hover{
  color: #9d080c; /* 黄色 */
}
.news-card:hover .card-info .info-name {
  color: #9d080c; /* 黄色 */
  text-decoration: underline; /* 添加下划线 */
}

.news-card .card-info .info-desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #787878;
}

.hasBorder {
  padding-left: 0.17rem;
  border-left: 3px solid #9d080c;
}

/* 新闻详情 */

.news_details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_details .news_title {
  font-weight: 400;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.36rem;
  margin: 0.3rem 0 0.24rem 0;
}

.news_details .news_desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #787878;
  margin-bottom: 0.55rem;
}
.news_details .content_details{
  width: 100%;
}
.news_details .content_details .text {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
  margin: 0.2rem 0;
  text-indent: 2em;
}
.content_details img{
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

.alenter{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 分页容器：Flex 横向排列，居中对齐 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* 元素之间的间距 */
  font-size: 0.16rem;
}

/* 上/下一页按钮样式 */
.pagination-btn {
  text-decoration: none;
  color: #333;
  padding: 0.04rem 0.1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

/* 页码项通用样式 */
.pagination-item {
  text-decoration: none;
  color: #333;
  padding: 0.04rem 0.1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

/* 当前页（active）样式：红色背景+白色文字 */
.pagination-item.active {
  background-color: #ff4444;
  /* 与之前风格统一的红色 */
  color: #fff;
  border-color: #ff4444;
  cursor: default;
  /* 当前页不可点击 */
}

/*  hover 交互效果（非当前页） */
.pagination-btn:hover,
.pagination-item:hover:not(.active) {
  border-color: #ff4444;
  color: #ff4444;
}

/* 业务板块 */
.books_content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}
.books_content .books_item {
  width: 2.26rem;
  height: 1.56rem;
  background: #f1f1f1;
  padding: 1px 2px 5px 1px;
  box-sizing: border-box;
}
.books_content .books_item img {
  width: 100%;
  height: 100%;
}

.content-item .magazineIntroduction img {
  width: auto;
  margin: 0 auto;
}
.books_list {
  gap: 0.62rem !important;
}
.books_list {
  gap: 0.49rem !important;
}

.books_list a{
  width: 47%;
}

.books_list_index{
  gap: 0.4rem !important;
}

/* 联系我们 */
.reader_content {
  padding-left: 0.5rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.table_div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_div table {
  width: 8.4rem;
  border-collapse: collapse; /* 合并边框 */
  margin: 0.2rem 0;
  font-size: 0.14rem;
  text-align: center;
}
.table_div th,
td {
  border: 1px solid #333333; /* 黑色边框 */
  background-color: #fff; /* 表头浅灰色背景 */
  padding: 0.08rem 0.12rem;
}
.table_div th {
  background-color: #fff; /* 表头浅灰色背景 */
}
.table_div th:nth-of-type(1) {
  border-right: none;
}
.table_div th:nth-of-type(3) {
  border-left: none;
}
.table_div th:nth-of-type(2) {
  border-left: none;
  border-right: none;
}

.animate-element-left {
  opacity: 0;
  /* 初始透明 */
  transform: translateX(-100px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element-left.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateX(0);
  /* 回到原位置 */
}

.animate-element-right {
  opacity: 0;
  /* 初始透明 */
  transform: translateX(100px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element-right.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateX(0);
  /* 回到原位置 */
}
