.col_news {
  padding-bottom: 0px !important;
}
.Column_Anchor {
  font-family: Source Han Serif CN;
  font-weight: 800;
  font-size: 32px;
  color: #890303;
  line-height: 68px;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
}
.Column_Anchor::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #890303;
  left: -20%;
  top: 48%;
}
.Column_Anchor::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #890303;
  right: -20%;
  top: 48%;
}

.col_news_con {
  background: none;
  box-shadow: none;
  padding: 10px;
}
.Title {
  margin-bottom: 40px;
}
.s1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 26px;
  color: #890303;
  line-height: 46px;
}
.s2 {
  color: rgba(167, 167, 167, 1);
  font-size: 20px;
}
.content li {
  width: 20%;
  margin-bottom: 40px;
  position: relative;
}
.content {
  display: flex;
  border-bottom: 2px solid transparent; /* 设置底部边框 */
  background-image: linear-gradient(
    to right,
    rgba(137, 3, 3, 0) 0%,
    /* 左侧透明颜色 */ rgba(137, 3, 3, 1) 50%,
    /* 中间部分透明颜色 */ rgba(137, 3, 3, 0) 100% /* 右侧透明颜色 */
  );
  background-position: bottom;
  background-size: 100% 2px; /* 控制渐变的高度和宽度 */
  background-repeat: no-repeat; /* 不重复背景 */
  margin-bottom: 40px;
}
/* 整体布局 */
.profile-header {
  width: 1198px;
  padding-left:30px;
  display: flex;
  margin-bottom: 10px;
  gap: 50px;
}
.profile-intro {
  width: 70%;
  /* margin-top:30px; */
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 1.75;
  text-align: justify;
}
.profile-details {
  width: 100%;
  margin-top: 20px;
  margin-left: 40px;
}
.detail-section {
  margin-bottom: 25px;
  width: 97%;
}
.detail-title {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #890303;
  margin-bottom: 15px;

}
.profile-details p{
  width:100%;
  margin-bottom: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.CYimg {
  width: 151px;
  height: 151px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.s3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #890303;
  line-height: 30px;
  text-align: center;
}


.modal {
  display: none; /* 默认隐藏 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 45px;
  padding-right: 60px;
  background: #890303;
  box-shadow: 0px 0px 20px rgba(97, 0, 0, 0.55);
  z-index: 1000; /* 确保在其他元素之上 */

  color: white;
  overflow: hidden;
}

.modal img {
  float: left; /* 图片在左边 */
  margin-right: 40px; /* 右边留空间 */
  border-radius: 0 !important;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px; /* 图标大小 */
  color: white;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  display: none; /* 默认隐藏 */
  z-index: 999; /* 在弹框下方 */
}
.modalbox {
  display: flex;
  align-items: start;
  padding: 20px;
}
.XSCGwzbox ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.XSCGwzbox ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7%;
  margin-bottom: 25px;
}
.XSCGwzbox ul li a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.XSCGwzbox ul li:hover a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XSCGwzbox ul li:hover a {
  color: #fff;
}
.XSCGwzbox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cgimg {
  width: 15px;
  height: 15px;
}
.XSCGcontent {
  padding: 30px;
  background: #f9f8f8;
}

.XCbox {
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(78, 20, 20, 0.15);
  padding: 30px;
  margin-bottom: 50px;
}
.s4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #890303;
  line-height: 28px;
  border-bottom: 2px solid transparent; /* 设置底部边框 */
  background-image: linear-gradient(
    to right,
    rgba(137, 3, 3, 0) 0%,
    /* 左侧透明颜色 */ rgba(137, 3, 3, 0.1) 50%,
    /* 中间部分透明颜色 */ rgba(137, 3, 3, 0) 100% /* 右侧透明颜色 */
  );
  background-position: bottom;
  background-size: 100% 2px; /* 控制渐变的高度和宽度 */
  background-repeat: no-repeat; /* 不重复背景 */
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 20px;
}
.CBLJ {
  position: fixed; /* 固定位置 */
  right: 0; /* 距离右边20像素 */
  top: 50%; /* 从顶部50%开始 */
  transform: translateY(-50%); /* 垂直居中 */
  list-style-type: none; /* 去掉列表项前的默认样式 */
  padding: 0; /* 去掉内边距 */
z-index:999;
}
.CBLJ2 {
  position: absolute; /* 固定位置 */
  bottom: -42px;
  transform: translateY(-50%); /* 垂直居中 */
  list-style-type: none; /* 去掉列表项前的默认样式 */
  padding: 0; /* 去掉内边距 */
}
.CBLJ3 {
  position: absolute; /* 固定位置 */
  bottom: -126px;
  transform: translateY(-50%); /* 垂直居中 */
  list-style-type: none; /* 去掉列表项前的默认样式 */
  padding: 0; /* 去掉内边距 */
}
.cs1 {
  width: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 28px;
  font-style: italic;
  background: #890303;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs2 {
  width: 142px;
  font-family: Source Han Serif CN;
  font-weight: bold;
  font-size: 13px;
  color: #890303;
  line-height: 28px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp_listcolumn {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp_listcolumn .wp_column a:hover {
  background-color: none;
  background-image: none;
}
.wp_listcolumn li {
  width: 13% !important;
  margin-bottom: 25px;
}
.s1 {
  width: 100%;
  display: block !important;
}
.s5 {
  font-family: Source Han Serif CN;
  font-weight: 800;
  font-size: 32px;
  color: #890303;
  line-height: 68px;
  margin-right: 10px;
  margin-left: 10px;
}
.CYFCT {
  display: flex;
  justify-content: center;
  align-items: center;
}
.CYFCBT {
  border-bottom: 2px solid transparent; /* 设置底部边框 */
  background-image: linear-gradient(
    to right,
    rgba(137, 3, 3, 0) 0%,
    /* 左侧透明颜色 */ rgba(137, 3, 3, 0.1) 50%,
    /* 中间部分透明颜色 */ rgba(137, 3, 3, 0) 100% /* 右侧透明颜色 */
  );
  background-position: bottom;
  background-size: 100% 2px; /* 控制渐变的高度和宽度 */
  background-repeat: no-repeat; /* 不重复背景 */
  margin-bottom: 20px;
  text-align: center;
}
.CYFCSub {
  display: flex;
  justify-content: space-evenly;
}
.CYFCSub li {
  width: 21%;
  margin-bottom: 20px;
  background: #f1eaea;
  box-shadow: 0px 3px 6px 0px rgba(78, 20, 20, 0.25);
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.CYFCSub li:hover {
  background: rgba(137, 3, 3, 1);
}
.CYFCSub li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.s6 {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.FHDB {
  position: fixed;
  bottom: 20px; /* 距离底部的距离 */
  right: 10%; /* 距离右边的距离 */
  z-index: 1000; /* 保证图标浮在其他元素上方 */
}

.FHDB img {
  width: 50px; /* 可以根据需要调整图标大小 */
  height: 50px;
  cursor: pointer; /* 鼠标移到图标上时显示为手型 */
}
.CYFCSub li:hover {
  font-weight: bold;
}
.CYFCSub li:hover a {
  background: rgba(137, 3, 3, 1);
  color: #fff;
  font-weight: bold;
}


.col_news_list {
  display: block !important;
}

.YQLJ {
  margin-right: 30px;
  margin-left: 30px;
}
.main1 {
  padding-bottom: 50px !important;
}
.Title2 li {
  width: 30%;
  margin-right: 0 !important;
}
.Title2 li {
  cursor: pointer;
}
.Title2 li .s2 {
  margin-left: 10px;
}

.tab-content .tab-pane {
  display: none;
  transition: opacity 0.5s ease-in-out; /* 平滑的淡入淡出效果 */
}

.tab-content .tab-pane.active {
  display: block;
  transition: opacity 0.5s ease-in-out; /* 平滑的淡入淡出效果 */
}

.Title2 li.active a {
  font-weight: bold;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.Title2 li.active .s2 {
  font-weight: bold;
  transition: 0.5s;
}

.tab-pane {
  display: none;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}

.tab-pane.active {
  display: block;
  transform: translateX(0);
}

.XSCGwzbox ul li span img {
  margin-right: 5px;
}
.XSCGwzbox ul li {
  background: #f1eaea;
  box-shadow: 0px 3px 6px 0px rgba(78, 20, 20, 0.25);
  border-radius: 5px;
  height: 43px;
}
.XSCGwzbox ul li:hover {
  background: rgba(137, 3, 3, 1);
  transition: 0.5s;
}

 /* 模态框外层容器 */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 保持模态框居中 */
    max-width:50%;  /* 宽度最大为屏幕宽度的80% */
    border-radius: 10px;
 width: 80%;
 background: #890303;
box-shadow: 0px 0px 20px 0px rgba(97,0,0,0.55);
    z-index: 9999;
    display: none;    /* 默认隐藏 */
    overflow: hidden;
}

/* 模态框内容区域，允许滚动 */
.modal .modalbox {
    max-height: 70vh;   /* 限制最大高度为屏幕的70% */
    overflow-y: auto;   /* 超出内容时显示垂直滚动条 */
    padding: 20px;      /* 内边距 */
}

/* 遮罩层 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色遮罩 */
    z-index: 9998;
    display: none;    /* 默认隐藏 */
}

/* 模态框内的关闭按钮 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 999px) {

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    border-radius: 10px;
    width: 100%;
    background: #890303;
    box-shadow: 0px 0px 20px 0px rgba(97, 0, 0, 0.55);
    z-index: 9999;
    display: none;
    overflow: hidden;
padding: 20px;
}


  .Column_Anchor {
    font-size: 25px;
  }
  .CBLJ3 {
    position: absolute;
    bottom: -125px !important;
    transform: translateY(-50%);
    list-style-type: none;
    padding: 0;
  }
  .s1 {
    width: 100% !important;
  }
  .CYFCSub li {
    width: 26%;
    margin-bottom: 40px;
  }
  .content li {
    width: 33%;
    margin-bottom: 40px;
  }
  .s6 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
  }
  #jumphandle {
    display: none !important;
  }
  .cs2 {
    transform: translateX(100%); /* 初始位置在外面（右侧） */
    opacity: 0; /* 初始透明度为0 */
    white-space: nowrap; /* 防止文字换行 */
    display: none; /* 初始不占用空间 */
    transition: all 0.3s ease-in-out; /* 控制动画效果 */
  }

  .modalbox {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
  }
  .modal img {
    float: left;
    margin-right: 0 !important;
    border-radius: 0 !important;
  }
  .CYimg {
    width: 130px;
    height: 165px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content li {
    width: 49%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .mod {
    padding: 0 5px !important;
  }
  .XSCGcontent {
    padding: 5px;
  }
  .XCbox {
    padding: 5px;
  }
  .XSCGwzbox ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21%;
    margin-bottom: 35px;
  }
  .CYFCSub li {
    width: 45%;
    margin-bottom: 40px;
  }
  .col_news {
    padding: 10px !important;
  }

  .s3 {
    font-weight: bold;
    font-size: 16px !important;
    color: #890303;
    line-height: 33px;
  }
  .CBLJ3 {
    position: absolute;
    bottom: -125px !important;
    transform: translateY(-50%);
    list-style-type: none;
    padding: 0;
  }

  .Title2 li {
    width: 100% !important;
  }
}

