/* 
 ******
 * 关于学会 样式
 ******
 */

/* 共用的banner 侧边栏  内容宽度*/
.about_container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about_banner {
  background: url('../img/banner.png') no-repeat center center;
  width: 100%;
  height: 12.5rem;
  background-size: cover;
}

.pubilc_wrap {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 1.5rem;
}

.pubilc_box {
  width: 75rem;
  margin: 0 auto;
}

.pubilc_navigation {
  display: flex;
  padding-top: 1.25rem;
  align-items: center;
  /* column-gap: 1rem; */
}

.pubilc_navigation span {
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  margin-left: 0.75rem;
}

.pubilc_navigation span span {
  color: #2e71d9;
  margin-left: 0;
}

.pubilc_middle {
  width: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem;
  margin-top: 1.1875rem;
}

/* 
*
************************侧边栏样式**************************************
*
*/
.pubilc_left {
  width: 13.125rem;
  background-color: #fff;
  flex-shrink: 0;
}

.pubilc_nav {
  width: 100%;
}

.pubilc_nav_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.625rem 1.0125rem 1.3125rem;
  background: url('../img/icon_title_bg.png') no-repeat center center;
  background-size: 100% 100%;
}

.pubilc_nav_title span {
  font-size: 1.5rem;
  color: #ffffff;
}

.pubilc_nav_ul {
  width: 100%;
}

.pubilc_nav_ul .pubilc_nav_li a {
  padding: 1.125rem 1.4875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  color: #000;
}

.pubilc_nav_ul .pubilc_nav_li:first-child {
  border-top: none;
}

.pubilc_nav_li .li_intro {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  position: relative;
}

.pubilc_nav_li .li_intro img {
  display: none;
  /* display: block;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease; */
}

.pubilc_nav_li .li_intro span {
  font-size: 0.875rem;
}

.pubilc_nav_li .pubilc_arrow {
  filter: grayscale(100%) brightness(90%);
  -webkit-filter: grayscale(100%) brightness(90%);
}

/* .pubilc_nav_ul .pubilc_nav_li:hover .li_intro img {

   display: block;
}
.pubilc_nav_ul .pubilc_nav_li a:hover{
   color: #2E71D9;
   background: linear-gradient(to left, #e0f7ff, rgba(41, 106, 208, .3));
   transition: all 0.5s;
}
.pubilc_nav_ul .pubilc_nav_li:hover .pubilc_arrow {
   filter: unset;
   -webkit-filter: unset;
   transition: all 0.5s;
} */
.nav_ul_three {
  width: 100%;
}

.nav_ul_three li {
  width: 100%;
  text-align: center;
}

.nav_ul_three li a {
  display: block !important;
  border-top: unset !important;
  cursor: pointer;
  font-size: 14px;
  padding: 0.5625rem 1.4875rem !important;
  color: #000;
}

.nav_ul_three li a:hover {
  background: unset !important;
}

.nav_ul_three_active {
  color: #2e71d9 !important;
}

.nav_ul_three_hide {
  display: none;
  transition: all 0.5s;
}

/* 
*
************************右侧内容区样式**************************************
*
*/
.pubilc_right {
  width: 100%;
  overflow: hidden;
  background: #fff;
  /* margin-bottom: 1.5rem; */
}

.pubilc_right_content {
  width: 100%;
}

.pubilc_right_header,
.pubilc_right_footer {
  padding: 0 1.75rem;
}

.pubilc_right_header {
  height: 3.6875rem;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
  border-bottom: 1px solid #e1e6e9;
  line-height: 4.275rem;
  position: relative;
}

.pubilc_right_header img {
  position: absolute;
  left: 0;
  top: 0;
}

.pubilc_right_footer {
  padding-top: 1.75rem;
}

.pubilc_right_footer p:has(img) {
  text-indent: 0;
}

.pubilc_right_footer img {
  max-width: 100%;
  height: auto;
  /*display: block;*/
  /* 避免图片下方有间隙 */
}

.pubilc_right_footer .pubilc_right_intro_text p:last-child {
  text-indent: 0;
}

.pubilc_right_footer .pubilc_right_intro_text p img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.pubilc_right_intro_text {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  text-indent: 2rem;
  line-height: 2rem;
  margin-bottom: 1.5625rem;
}

.pubilc_right_intro_img {
  width: 100%;
  padding-bottom: 3.125rem;
}

.pubilc_right_intro_img img {
  width: 100%;
  object-fit: contain;
}

/* 
*
************************详情**************************************
*
*/
.pubilc_detail {
  height: auto !important;
  line-height: unset !important;
  border: unset;
}

.pubilc_detail .article-header {
  padding-top: 1.5625rem;
}

.pubilc_detail .article-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.pubilc_detail .article-meta {
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  border-bottom: 1px solid #e1e6e9;
  padding: 1rem 0;
  text-align: center;
}

.article-content {
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.article-content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
  display: table !important;
  table-layout: fixed !important;
  /* 关键：固定布局，不被内容撑破 */
  overflow-x: auto !important;
  display: block !important;
  margin: 15px 0 !important;
}

.article-content td,
.article-content th {
  border: 1px solid #ddd !important;
  padding: 8px 10px !important;
  word-break: break-word !important;
  white-space: normal !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.article-content th {
  background: #f7f7f7 !important;
  font-weight: bold !important;
}

/* 段落、文字统一不溢出 */
.article-content p,
.article-content div,
.article-content span {
  max-width: 100% !important;
  word-break: break-word !important;
  white-space: normal !important;
}

/*.article-content p {
  margin-bottom: 15px;
  text-indent: 2em;
  line-height: 2;
}*/

.article-img {
  width: 100%;
  margin: 20px 0;
  border-radius: 4px;
}

.article-footer {
  border-top: 1px solid #e1e6e9;
  font-size: 0.875rem;
  color: #0066cc;
  padding: 1.875rem 0;
}

.article-footer a {
  color: #333333;
  text-decoration: none;
}

.article-footer a:hover {
  text-decoration: underline;
  color: #2e71d9;
}

.prev-article {
  margin-bottom: 0.5rem;
}

.sticky-top {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.sticky-top label {
  padding: 2px 3px;
  background: #ef3636;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  flex-shrink: 0;
}

.pubilc_right_footer .top {
  padding: 2px 3px;
  background: #ef3636;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  flex-shrink: 0;
  width: auto;
}

.party_item_right .pubilc_right_footer .top:hover {
  color: #fff;
}

/************** 荣誉介绍 *******************/
.pubilc_right_footer .pubilc_right_honor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 3.125rem;
  gap: 0.5rem;
}

.pubilc_right_footer .pubilc_right_honor .honor_pack img {
  width: 100%;
}

.pubilc_right_footer .pubilc_right_honor p {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

/************** 组织架构 *******************/
.pubilc_right_structure {
  position: relative;
}

.pubilc_right_structure .structure_title {
  border-bottom: 1px solid #2666c9;
  padding-bottom: 0.8125rem;
  display: flex;
  align-items: center;
  column-gap: 1.4375rem;
}

.pubilc_right_structure .structure_title span {
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 1.125rem;
  color: #2e71d9;
}

.pubilc_right_structure .structure_title .structure_title_pack {
  width: 14.5px;
  height: 14.5px;
  background: #2666c9;
  position: relative;
}

.pubilc_right_structure .structure_title .structure_title_pack::before {
  content: '';
  width: 9.4px;
  height: 9.4px;
  background: #319e83;
  position: absolute;
  bottom: -3px;
  right: -4px;
}

.structure_name {
  margin-top: 1.875rem;
}

.structure_name_title {
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  margin-bottom: 1.5rem;
}

.structure_name_list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /* display: flex;
  flex-wrap: wrap; */
  gap: 1.6875rem 2.0625rem;
}

.structure_name_list {
  margin-bottom: 3.0625rem;
}

.structure_name_item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.structure_name_item .structure_dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2666c9;
  /* flex-shrink: 0; */
  margin-top: 0.375rem;
}

.structure_name_item .structure_name_item_name,
.structure_last_right {
  font-size: 0.875rem;
  color: #666666;
  font-family: 'Microsoft Yahei', sans-serif;
  width: 3.6875rem;
  flex-shrink: 0;
}

.pubilc_right_structure_p {
  margin-top: 1.875rem;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
}

.structure_name_list_One {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6875rem 3.0625rem;
}

.structure_name_list_Two {
  gap: 1.6875rem 3.0625rem !important;
}

.structure_name_list_Two1 {
  grid-template-columns: repeat(3, 1fr);
}

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

.structure_name_list_Four {
  grid-template-columns: repeat(4, 1fr);
}

.structure_name_item_One,
.structure_name_item_Two,
.structure_name_item_Three {
  cursor: pointer;
}

.structure_name_item_One {
  width: 8rem !important;
}

.structure_name_item_Two,
.unit_name_item {
  width: 10.5rem !important;
}

.structure_name_item_Three {
  width: auto !important;
}

.structure_name_item_One:hover,
.structure_name_item_Two:hover,
.structure_name_item_Three:hover {
  color: #2666c9;
  text-decoration: underline;
  transition: all 0.5s;
}

.structure_last_pack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.structure_name_item:hover .about_modal_pack {
  display: block;
}

/* ***************************学会章程**************************************** */
.rule_intro p {
  text-align: center;
}

.rule_intro p:first-child {
  font-size: 1rem;
}

.rule_intro img {
  max-width: 100%;
}

/* ***************************规章制度**************************************** */
.charter_pack {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.4375rem;
  padding-top: 1.875rem;
  border-bottom: 1px solid #e1e6e9;
  column-gap: 1rem;
}

.charter_pack:first-child {
  padding-top: unset;
}

.charter_pack .charter_text p {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

.charter_pack .charter_text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-all;
  white-space: normal;
  margin-top: 0.6875rem;
}

.charter_page {
  padding: 1.875rem 0;
}

.charter_pack:hover .charter_text p {
  color: #2e71d9;
  text-decoration: underline;
  transition: all 0.5s;
}

.charter_pack_time {
  width: 3.75rem;
  height: 3.4375rem;
  border-radius: 6px;
  border: 1px solid #2e71d9;
}

.charter_pack_time .pack_time_title {
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 0.25rem 0.875rem;
  text-align: center;
  background: #2e71d9;
}

.charter_pack_time .pack_time_footer {
  text-align: center;
  background: #ffffff;
}

.charter_pack_time .pack_time_footer span {
  font-size: 1rem;
  font-weight: 900;
  color: #2e71d9;
}

.charter_pack:hover .charter_pack_time,
.techno_title:hover .charter_pack_time,
.tank_ahi_card:hover .charter_pack_time {
  border: 1px solid #319e83;
}

.charter_pack:hover .charter_pack_time .pack_time_title,
.techno_title:hover .charter_pack_time .pack_time_title,
.tank_ahi_card:hover .charter_pack_time .pack_time_title {
  background: #319e83;
}

.charter_pack:hover .charter_pack_time .pack_time_title span,
.techno_title:hover .charter_pack_time .pack_time_title span,
.tank_ahi_card:hover .charter_pack_time .pack_time_title span {
  color: #fff;
}

.charter_pack:hover .charter_pack_time .pack_time_footer span,
.techno_title:hover .charter_pack_time .pack_time_footer span,
.tank_ahi_card:hover .charter_pack_time .pack_time_footer span {
  color: #319e83;
}

/* ***************************党建**************************************** */
.party_pack {
  display: flex;
  align-items: center;
  padding-bottom: 1.75rem;
  /* padding-top: 1.875rem; */
  border-bottom: 1px solid #e1e6e9;
  column-gap: 2.1875rem;
  width: 100%;
  box-sizing: border-box;
}

.csPack {
  width: 15rem;
  height: 10rem;
  flex-shrink: 0;
  background-color: #f5f7fa;
}

.csPack img {
  width: 100%;
}

.party_title {
  display: flex;
  align-items: center;
  /* column-gap: 0.5rem; */
  margin-bottom: 1.0625rem;
  flex-wrap: wrap;
}

/* 最新标签 */
.party_title span.new {
  font-size: 0.75rem;
  padding: 0 0.3125rem;
  background: #2e71d9;
  color: #fff;
  border-radius: 2px;
  width: 34px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.party_title span:last-child {
  font-size: 1.125rem;
  color: #666666;
  font-weight: 500;
  flex: 1;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-all;
  white-space: normal;
  flex-shrink: 0;
}

.party_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* row-gap: .75rem; */
  padding-right: 1rem;
}

.party_text>span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-all;
  white-space: normal;
  line-height: 1.6;
  flex-shrink: 0;
}

.party_text .time {
  font-size: 0.75rem;
  color: #999999;
  margin-top: 2rem;
  line-height: 1;
}

.party_pack a:hover .party_title span:last-child {
  color: #2e71d9;
  text-decoration: underline;
  transition: all 0.5s;
}

.party_list {
  width: 100%;
  border-bottom: 1px solid #e1e6e9;
}

.party_list .party_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5rem;
}

.party_item {
  padding: 1.25rem 0;
}

.party_item_right {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.party_item_right span {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-all;
  white-space: normal;
}

.party_item_right .party_i_r_circle {
  width: 0.25rem;
  height: 0.25rem;
  background: #999999;
  border-radius: 50%;
}

.party_item_left span {
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  width: 10rem;
  text-align: right;
  white-space: nowrap;
}

.party_list a:hover .party_item_right span {
  color: #2e71d9;
  text-decoration: underline;
  transition: all 0.5s;
}

.party_list a:hover .party_item_right .top {
  color: #fff;
  text-decoration: underline;
  transition: all 0.5s;
}

/* 科技服务 */
.techno_pack {
  display: flex;
  column-gap: 0.625rem;
  justify-content: space-between;
  border-bottom: 1px solid #e1e6e9;
  padding-bottom: 1.25rem;
}

.techno_pack_l {
  width: 20rem;

  background: #f4f7fb;
  overflow: hidden;
  cursor: pointer;
}

.techno_pack_l img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 214px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.techno_title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0.9375rem 0.75rem;
  border: 1px solid #e1e6e9;
  border-radius: 0 0 8px 8px;
}

.techno_title p {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-all;
  white-space: normal;
}

.techno_title:hover .charter_text p {
  color: #2e71d9;
  text-decoration: underline;
  transition: all 0.5s;
}

.techno_pack_r {
  width: calc(100% - 20rem - 0.625rem);
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.6rem;
}

.techno_pack_r .charter_pack {
  width: 100%;
  padding: 1.25rem 1.125rem;
  border-bottom: unset;
  background: #f4f7fb;
  border-radius: 8px;
}

.techno_pack_r .charter_pack span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 
*
************************科技智库**************************************
*
*/

.tank_container {
  width: 100%;
  box-sizing: border-box;
}

.tank_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.tank_card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #f4f7fb;
  border-radius: 8px;
  transition: all 0.5s;
  box-sizing: border-box;
  border: 1px solid #e1e6e9;
}

.tank_card_avatar {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.tank_card_avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tank_card_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.tank_card_name_wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tank_card_name {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
}

.tank_card_tag {
  font-size: 0.75rem;
  padding: 0 0.3125rem;
  background-color: #319e83;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1.25rem;
}

.tank_card_desc {
  margin: 0;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pubilc_title_back {
  width: 1.5rem;
  height: 1.25rem;
  position: absolute;
  right: 1.3125rem;
  top: 1.25rem;
  cursor: pointer;
}

.pubilc_title_back img {
  width: 100%;
}

.tank_details_container {
  display: flex;
  gap: 2rem;
  padding: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tank_details_sidebar {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tank_details_avatar_wrap {
  width: 200px;
  height: 200px;
  border: 1px dashed #ccc;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.tank_details_avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.tank_details_name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 0.5rem;
}

.tank_details_tag {
  font-size: 0.75rem;
  padding: 0 0.3125rem;
  background-color: #36b37e;
  color: #fff;
  border-radius: 2px;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

.tank_details_title {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.tank_details_content {
  flex: 1;
  background: #f4f7fb;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tank_details_tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5eaf0;
}

.tank_details_tab {
  padding: 0.5rem 1.25rem;
  background: rgba(46, 113, 217, 0.1);
  border-radius: 6px;
  border: 1px solid #2e71d9;
  color: #2e71d9;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

.tank_details_tab.tank_details_tab_active {
  background: rgba(49, 158, 131, 0.1);
  border: 1px solid #319e83;
  color: #319e83;
}

.tank_details_tab:hover {
  opacity: 0.8;
}

.tank_details_text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
}

.tank_details_text p {
  margin: 0 0 1rem;
  text-indent: 2em;
}

.tank_details_text p:last-child {
  margin-bottom: 0;
}

.tank_ahi_container {
  width: 100%;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.tank_ahi_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tank_ahi_card {
  background: #f4f7fb;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.5s;
  cursor: pointer;
}

.tank_ahi_pack {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.tank_ahi_title {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tank_ahi_img_wrap {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

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

/* 
*
************************科技普及**************************************
*
*/
.science_container {
  display: flex;
  gap: 0.625rem;
  width: 100%;
  align-items: flex-start;
  padding-bottom: 1.8125rem;
  border-bottom: 1px solid #e1e6e9;
}

.science_card_large {
  flex: 0 0 calc(48% - 0.75rem);
  background: #f4f7fb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: fit-content;
  cursor: pointer;
  border: 1px solid #e1e6e9;
}

.science_large_img {
  width: 100%;
  height: calc(96px * 3 + 1rem * 2);
  overflow: hidden;
}

.science_large_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #e1e6e9;
}

.science_large_footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.science_large_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background: #2e71d9;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  flex-shrink: 0;
  position: absolute;
  top: -1rem;
}

.science_date_day {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.science_date_month {
  font-size: 0.75rem;
  line-height: 1.2;
}

.science_large_title {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5.9375rem;
}

.science_card_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.science_card_item {
  display: flex;
  gap: 1rem;
  background: #f4f7fb;
  border-radius: 8px;
  padding: 0.8rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
  height: fit-content;
  cursor: pointer;
  border: 1px solid #e1e6e9;
}

.science_card_item:hover,
.science_card_large:hover,
.tank_ahi_card:hover,
.tank_card:hover,
.techno_pack_l:hover,
.charter_packs:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.science_card_item:hover .science_item_title,
.science_card_large:hover .science_large_title,
.tank_ahi_card:hover .tank_ahi_title {
  color: #2e71d9;
  text-decoration: underline;
}

.science_item_img {
  width: 180px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.science_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #e1e6e9;
}

.science_item_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.science_item_title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.science_item_title {
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.science_item_date {
  font-size: 0.875rem;
  color: #999999;
}

.science_item_desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menber_btn {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin: 1.5625rem 0;
}

.menber_btn1 {
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  background: #319e83;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  transition: all 0.5s;
}

.menber_btn1:last-child {
  background: #2e71d9;
}

.menber_btn1:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.pubilc_member_login {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1.875rem;
}

.pubilc_member_login p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  margin: 1rem 0;
}

.pubilc_member_login img {
  width: 100%;
}

/* 
*
************************公用侧边导航 active**************************************
*
*/
.pubilc_li_active .li_intro img {
  display: block;
}

.pubilc_li_active {
  color: #2e71d9 !important;
  background: linear-gradient(90deg, #a8c6f6, #ffffff);
  transition: all 0.5s;
}

.pubilc_li_active .pubilc_arrow {
  filter: unset;
  transition: all 0.5s;
}

/* 
*
************************ 弹窗 **************************************
*
*/
.about_modal_pack {
  border: 1px solid #2666c9;
  /* height: 200px; */
  width: calc(75rem - 16.125rem);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -85%);
  z-index: 99999999;
  border-radius: 6px;
  display: none;
}

.about_modal_pack .about_modal_title {
  background: #2666c9;
  padding: 1.0625rem 0 1.0625rem 1.5rem;
}

.about_modal_pack .about_modal_title span {
  color: #fff;
  font-size: 1rem;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
}

.about_modal_text {
  background: #f4f7fb;
  padding: 21px 23px 19px 34px;
}

.about_modal_text p {
  color: #666666;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.about_modal_text p:last-child {
  margin-bottom: 0rem;
}

.about_modal_text p span {
  color: #333333;
  font-size: 0.875rem;
}

.about_modal_text p:first-child,
.about_modal_text p span {
  color: #333333;
}

.about_modal_show {
  display: block;
}

.comments_suggestions_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 0 2rem;
  display: none;
}

.comments_suggestions_modal .close_modal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.comments_suggestions_modal .modal_pack {
  width: 43.75rem;
  height: 46.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  background: #ffffff;
  border-radius: 6px;
}

.comments_suggestions_modal .modal_pack .tuanTitle {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3125rem 2.0625rem 0;
}

.comments_suggestions_modal .modal_pack .tuanTitle .chogbubi {
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 1.225rem;
  color: #2e71d9;
}

.comments_suggestions_modal .modal_pack .tuanTitle .xianhlo {
  background: #2e71d9;
  border-radius: 2px;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 1.3125rem 0 0;
}

.comments_suggestions_modal .modal_form {
  padding: 1.9375rem 3.125rem;
}

.comments_suggestions_modal .form-group {
  margin-bottom: 0.75rem;
}

.comments_suggestions_modal .form-group p {
  margin-bottom: 0.875rem;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
}

.comments_suggestions_modal .form-group input {
  width: 37.5625rem !important;
  height: 2.9375rem !important;
}

.comments_suggestions_modal .form-group textarea {
  width: 37.5625rem !important;
  min-width: 37.5625rem !important;
  max-width: 37.5625rem !important;
  min-height: 17.375rem;
  max-height: 17.375rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  padding-left: 0.875rem;
  padding-top: 0.75rem;
  font-size: 0.875rem;
}

.comments_suggestions_modal .queding {
  display: flex;
  justify-content: center;
  margin: 0.55rem 1.75rem 1.8rem;
}

.comments_suggestions_modal .queding .tuanBtn {
  width: 7.5rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #333333;
  border: 1px solid #333333;
  margin: 0 1rem;
}

.comments_suggestions_modal .queding .submit {
  background: #2e71d9;
  border: 1px solid #2e71d9;
  color: #ffffff;
}

.comments_suggestions_modal .form-group .star {
  color: #d74f4f;
}

/* 
*
************************ 自适应 **************************************
*
*/
@media (max-width: 920px) {
  .pubilc_left {
    display: none;
  }

  .pubilc_box {
    width: 100%;
    padding: 0 1rem;
  }

  /* .honor_pack {
    width: 30%;
    justify-content: space-between;
  } */

  .honor_pack img {
    width: 100%;
  }

  .structure_name_item {
    flex: 0 0 calc(100% / 6 - 5.0625rem / 2);
    box-sizing: border-box;
  }

  .structure_name_item .structure_name_item_name,
  .structure_last_right {
    width: 4.7rem;
  }
}

@media (max-width: 768px) {
  .tank_details_container {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
  }

  .tank_details_sidebar {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .tank_details_content {
    width: 100%;
  }

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

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

  .science_container {
    flex-direction: column;
  }

  .science_card_large {
    flex: none;
    width: 100%;
    margin-bottom: 1rem;
  }

  .science_large_img {
    height: 280px;
  }

  .science_card_list {
    flex-direction: unset;
  }

  .science_card_item {
    flex-direction: column;
  }

  .science_item_img {
    width: 100%;
    height: 160px;
  }
}

@media (max-width: 670px) {
  /* .honor_pack {
    width: 47%;
  } */

  .honor_pack img {
    width: 100%;
  }

  .structure_last_pack {
    width: 100%;
  }

  .about_modal_pack {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .structure_name_list {
    gap: 1.6875rem 3.0625rem;
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .structure_name_list_Three {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .about_modal_text {
    padding: 0.5rem;
  }

  .structure_name_item {
    flex: 0 0 calc(100% / 6 - 3.0625rem / 2);
    box-sizing: border-box;
  }

  .pagination-info,
  .pagination-btn {
    font-size: 0.7rem !important;
  }

  .party_pack {
    flex-wrap: wrap;
  }

  .csPack {
    width: 100%;
    height: auto;
  }

  .party_text {
    padding-top: 1rem;
    padding-right: unset;
  }

  .techno_pack {
    flex-wrap: wrap;
    column-gap: 0;
  }

  .techno_pack_l {
    margin-bottom: 0.625rem;
  }

  .techno_pack_l,
  .techno_pack_r {
    width: 100%;
  }

  .tank_list {
    grid-template-columns: 1fr;
  }

  .tank_details_tabs {
    justify-content: center;
  }

  .tank_details_tab {
    padding: 0.5rem 0.75rem;
  }

  .tank_ahi_list {
    grid-template-columns: 1fr;
  }

  .science_card_list {
    flex-direction: column;
  }

  .prev-article,
  .next-article,
  .charter_pack .charter_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 400;
    font-size: 0.875rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-all;
    white-space: normal;
  }

  .pubilc_detail .article-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #666666;
    width: 100%;
    text-align: center;
  }

  .pubilc_detail .article-meta {
    text-align: center;
  }

  .sticky-top label {
    width: 2.125rem;
    font-size: 0.675rem;
  }

  .pubilc_wrap {
    padding-bottom: 0;
  }
}

/* 意见建议 */
@media (max-width: 475px) {
  .comments_suggestions_modal .modal_pack {
    width: 90%;
    height: 70%;
  }

  .comments_suggestions_modal .form-group input {
    width: 100% !important;
  }

  .comments_suggestions_modal .form-group textarea {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 10.375rem;
    max-height: 10.375rem;
  }

  .comments_suggestions_modal .modal_form {
    padding: 1.9375rem 2.0625rem;
  }

  .comments_suggestions_modal .form-group p {
    font-size: 1rem;
  }

  .comments_suggestions_modal .form-person-input {
    font-size: 1rem;
  }

  .pubilc_right_footer .pubilc_right_intro_text p:last-child {
    text-indent: 0;
  }

  .pubilc_right_footer .pubilc_right_intro_text p img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .tank_details_sidebar {
    flex-direction: row;
    justify-content: space-around;
    padding: 0 1.5rem;
  }

  .tank_details_avatar_wrap {
    width: 12.256rem;
    height: auto;
  }

  .tank_details_title {
    margin-top: 0.75rem;
  }
}

.about_modal_other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.about_modal_other p:first-child {
  color: #666666;
  white-space: nowrap;
}

.about_modal_other p {
  color: #333;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.about_modal_other p span {
  color: #333;
  font-size: 0.875rem;
}