:root {
  --bgLG: linear-gradient(62deg, #23408e 0%, rgb(155 176 207 / 78%) 100%);
  --color2: #279B76;
  --bgA: #233f8ecf;
  --bg2: #279B76;
  --bg: #279B76;
  --color: #279B76;
}

.auContent {
  width: 100%;
  margin: 2.5rem auto;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 1.5rem;
  box-sizing: border-box;
  padding: 0 2rem;
  max-width: 1200px;
}

.auContent .auContentTab {
  margin-right: 0;
  min-width: 14rem;
  max-width: 16.25rem;
}

.auContent .auContentTab .ctTop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.125rem;
  background: var(--bgLG);
  border-radius: 0.0625rem;
  padding-left: 1.875rem;
  padding-right: 1.0625rem;
}

.auContent .auContentTab .ctTop .ctName {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-right: 1.25rem;
}

.auContent .auContentTab .ctTop .ctNameImg {
  width: 3.6875rem;
  height: 3.6875rem;
}

.auContent .auContentTab .ctBottom {
  margin-top: 0.5625rem;
  background: #FFFFFF;
  border-radius: 0.0625rem;
}

.auContent .auContentTab .ctBottom .ctItem {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.auContent .auContentTab .ctBottom .ctItem .ctItemChild {
  cursor: pointer;
  font-size: 1.1rem;
  color: #666;
  max-height: 0;
  overflow: hidden;
  padding-left: 3.125rem;
  transition: all .3s ease-in-out;
}

.auContent .auContentTab .ctBottom .ctItem.active .ctItemChild {
  padding-bottom: 1.25rem;
  transition: all .3s ease-in-out;
  overflow-y: auto;
  max-height: none !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.auContent .auContentTab .ctBottom .ctItem.active .ctItemChild::-webkit-scrollbar {
  display: none;
}

.auContent .auContentTab .ctBottom .ctItem .ctItemChild .ctItemNameChildItem {
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auContent .auContentTab .ctBottom .ctItem .ctItemChild .ctItemNameChildItem.active {
  color: var(--color)
}

.auContent .auContentTab .ctBottom .ctItem .ctItemName {
  height: 3.8rem;
  line-height: 3.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  color: #666;
  position: relative;
  padding-left: 3.125rem;
}

.auContent .auContentTab .ctBottom .ctItem .ctItemName::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  background: #666;
  border-radius: 50%;
}

.auContent .auContentTab .ctBottom .ctItem.active {
  border-bottom: 1px solid #E9E9E9;
  color: #FFFFFF;
  position: relative;
}

.auContent .auContentTab .ctBottom .ctItem:hover:after,
.auContent .auContentTab .ctBottom .ctItem.active::after {
  content: '';
  position: absolute;
  right: -0.9375rem;
  top: 0;
  width: 0;
  height: 0;
  /* border-left: 0.9375rem solid var(--bgA); */
  border-top: 1.9375rem solid transparent;
  border-bottom: 1.9375rem solid transparent;
}

.auContent .auContentTab .ctBottom .ctItem .ctItemName:hover,
.auContent .auContentTab .ctBottom .ctItem.active .ctItemName {
  color: #FFFFFF;
  border-bottom: none;
  background: var(--bgA);
}

.auContent .auContentTab .ctBottom .ctItem:hover .ctItemName::before,
.auContent .auContentTab .ctBottom .ctItem.active .ctItemName::before {
  background: #FFFFFF;
}

.hero-ywly {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 17rem;
  width: 100%;
  margin: 0 auto;
}

.hero-ywly .hero-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-ywly .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-ywly .hero-content {
  position: relative;
  z-index: 10;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem 1rem 2rem;
  width: 100%;
  box-sizing: border-box;
}

.hero-ywly .hero-daohang {
  position: absolute;
  right: 40px;
  bottom: 16px;
  color: #fff;
  font-size: 0.95rem;
  z-index: 2;
}

.ywly-main {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(35, 64, 142, 0.06);
  padding: 2rem 2.5rem;
  min-height: 480px;
  box-sizing: border-box;
  min-width: 60rem;
}

.ywly-main>.ywly-content {
  display: none;
}

.ywly-main>.ywly-content.active {
  display: block;
}

.ywly-main .ywly-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  gap: 0.5rem;
  width: 100%;
}

.ywly-main .ywly-title {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 4px solid var(--color);
  color: #333333;
  height: 100%;
  padding-left: 0.7rem;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}

.ywly-main .ywly-meta {
  color: #666;
  font-size: 0.8rem;
  position: relative;
  width: auto;
  word-break: break-all;
  letter-spacing: 0.2rem;
}

.ywly-main .ywly-meta .basic-info {
  position: absolute;
  /* bottom: -1.2rem; */
  right: 0;
  width: 22rem;
  display: flex;
  flex-wrap: wrap;
  /* gap: 0.5rem 1.2rem; */
  justify-content: flex-end;
  padding-top: 0.3rem;
  letter-spacing: 0;
}

.ywly-main .ywly-meta .basic-info p {
  float: right;
  margin-left: 1.2rem;
  color: #7F7F7F;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.ywly-main .ywly-article-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
}

.ywly-main .ywly-article-body {
  color: #222;
  font-size: 1.05rem;
  line-height: 1.9;
  padding: 0 0.5rem;
  max-width: 56rem;
}

.ywly-main .ywly-article-body img {
    width: 100%;
    object-fit: cover;
}

/* 荣誉顾问图片列表样式 */
.honor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 2.0625rem;
  justify-content: flex-start;
}

.honor-item {
  width: 7.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.honor-detail {
  width: 35rem;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  text-indent: 2em;
}

.honor-item img {
  width: 7.3125rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(35, 64, 142, 0.08);
  background: #f5f5f5;
}

.honor-name {
  margin-top: 0.75rem;
  font-size: 1.05rem;
  color: #222;
  text-align: center;
}

/* 项目列表样式 */
#project-list-container {
  margin-top: 1.125rem;
}

.project-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.08rem;
  color: #222;
}

.project-list-item:last-child {
  border-bottom: none;
}

.project-list-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.project-list-dot {
  width: 0.4375rem;
  height: 0.4375rem;
  background: #444;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.625rem;
}

.project-list-date {
  color: #888;
  font-size: 0.98rem;
}

/* 分页控件样式 */
#pagination-container {
  margin-top: 1.5rem;
  text-align: right;
}

.pagination {
  display: inline-flex;
  gap: 0.375rem;
}

.pagination-btn {
  padding: 0.1875rem 0.625rem;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #23408e;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}

.pagination-btn.active,
.pagination-btn:hover {
  background: #23408e;
  color: #fff;
  border-color: #23408e;
}

.pagination-btn[disabled] {
  color: #aaa;
  border-color: #eee;
  background: #f7f7f7;
  cursor: not-allowed;
}

/* 新闻动态Banner双层标题样式 */
.news-banner-container {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.news-banner-title {
  background: #32427D;
  color: #fff;
  padding: 24px 36px 18px 32px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 4px 6px 0 #6b7be6;
  position: relative;
  z-index: 2;
}

.news-banner-sub {
  font-size: 1.08rem;
  color: #bfc8e6;
  font-weight: 400;
  margin-top: 6px;
}

#pageInput{
  width: 3rem;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 0.25rem;
}

#goToPage{
  margin-left: 0.3rem; 
  padding: 0 0.7rem; 
  border: 1px solid #d0d0d0;
  border-radius: 0.25rem;
}

.sidebar-toggle {
  display: none;
}
/* 
@media (max-width: 900px) {
  .hero-ywly {
    max-width: 100vw;
    min-height: 140px;
  }
  .hero-ywly .hero-content {
    padding: 2rem 1rem 1rem 1rem;
  }
  .auContent {
    max-width: 100vw;
    padding: 0 1rem;
    gap: 1rem;
  }
  .auContent .auContentTab {
    margin-right: 1rem;
    min-width: 120px;
    max-width: 180px;
  }
  .ywly-main {
    padding: 1.5rem 1rem;
    min-height: 320px;
  }
  .ywly-main .ywly-title {
    font-size: 1.25rem;
    padding-left: 0.5rem;
  }
  .ywly-title-bar {
    font-size: 0.98rem;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .ywly-article-title {
    font-size: 1.05rem;
    margin-bottom: 0.7rem;
  }
  .ywly-article-body {
    font-size: 0.98rem;
    line-height: 1.7;
  }
}
@media (max-width: 600px) {
  .auContent {
    margin: 0 auto;
  }
  .hero-ywly {
    max-width: 100vw;
    min-height: 100px;
  }
  .hero-ywly .hero-content {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  .auContent {
    flex-direction: column;
    max-width: 100vw;
    padding: 0 0.5rem;
    gap: 0.5rem;
    position: relative;
  }
  .sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20%;
    left: 6%;
    transform: translateX(-50%);
    z-index: 2100;
    background: #f0f0f0;
    color: #333;
    border: none;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s;
    line-height: 1;
    cursor: pointer;
    opacity: 0.5;
  }
  .sidebar-toggle:active {
    background: #e0e0e0;
  }
  .auContent .auContentTab {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    max-width: 320px;
    z-index: 2000;
    background: #fff;
    box-shadow: 2px 0 12px rgba(0,0,0,0.08);
    height: 100vh;
    overflow-y: auto;
    margin-bottom: 0;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    transform: translateX(-100%);
  }
  .auContent .auContentTab.active {
    transform: translateX(0);
  }
  .sidebar-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .auContent .auContentTab.active ~ .sidebar-mask {
    display: block;
    opacity: 1;
  }
  .ywly-main {
    padding: 0.5rem 0.2rem;
    min-height: 120px;
    font-size: 0.95rem;
  }
  .ywly-title-bar {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    gap: 0.3rem;
    width: 100%;
  }
  .ywly-main .ywly-title {
    font-size: 1.05rem;
    padding-left: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .ywly-meta {
    font-size: 0.85rem;
    margin-top: 0.2rem;
    width: 100%;
    word-break: break-all;
  }
  .ywly-meta .basic-info {
    position: static;
    width: 100%;
    float: none;
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.2rem;
    justify-content: flex-start;
  }
  .ywly-meta .basic-info p {
    float: none;
    margin-left: 0;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .ywly-article-title {
    font-size: 0.98rem;
    margin-bottom: 0.5rem;
    padding: 0 0.2rem;
  }
  .ywly-article-body {
    font-size: 0.93rem;
    line-height: 1.6;
    padding: 0 0.2rem;
  }
  .honor-list {
    gap: 0.8rem 0.5rem;
    justify-content: flex-start;
  }
  .honor-item {
    width: 4.5rem;
  }
  .honor-item img {
    width: 4.5rem;
    height: 6.2rem;
  }
  .honor-name {
    margin-top: 0.3rem;
    font-size: 0.9rem;
  }
  .project-list-item {
    font-size: 0.95rem;
    padding: 0.5rem 0 0.5rem 0;
  }
  .project-list-title {
    gap: 0.3rem;
  }
  .project-list-dot {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.3rem;
  }
  .project-list-date {
    font-size: 0.85rem;
  }
  #pagination-container {
    margin-top: 0.5rem;
    font-size: 0.9rem;
  }
} */
