h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB',
    'Noto Sans CJK SC', 'WenQuanYi Micro Hei', sans-serif;
  letter-spacing: 0;
}
.lang-cn body,
.lang-cn p {
  font-family: 'Open Sans', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB',
    'Noto Sans CJK SC', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.lang-cn p {
  margin-bottom: 10px;
}
.lang-cn li {
  font-size: 16px;
  line-height: 26px;
}
.lang-cn h2 {
  font-size: 1.9em;
  font-weight: bold;
  margin: 0 0 22px 0;
}
.lang-cn h3 {
  font-size: 24px;
  margin: 0;
  margin-top: 22px;
  margin-bottom: 22px;
}
.lang-cn h4 {
  font-size: 16px;
  font-weight: bold;
}
.lang-cn .lead {
  letter-spacing: 0em;
}
.lang-cn #header .header-nav-main nav > ul > li > a {
  font-size: 16px;
  letter-spacing: 0em;
}
.lang-cn #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  font-size: 15px;
}
.lang-cn #footer .footer-copyright p {
  font-size: 12px;
}
.lang-cn blockquote {
  font-size: 16px;
}

.flag {
  background: url(../images/flags.png) no-repeat;
}
.page-publications .tab-pane li {
  margin-bottom: 10px;
}
.page-index-events .event-detail,
.page-index-team-updates .team-update-detail {
  margin: 0 auto 56px;
}
.page-index-events .event-article,
.page-index-team-updates .team-update-article {
  margin: 0;
}
.page-index-events .event-article-head,
.page-index-team-updates .team-update-article-head {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 20px 18px;
  border-bottom: 1px solid #e7ddd2;
  border-left: 3px solid #c57a45;
  background: #fff;
}
.page-index-events .event-article-title,
.page-index-team-updates .team-update-article-title {
  margin: 0 0 13px;
  color: #242424;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
}
.page-index-events .event-article-meta,
.page-index-team-updates .team-update-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.page-index-events .event-article-meta span,
.page-index-team-updates .team-update-article-meta span {
  display: inline-flex;
  align-items: center;
}
.page-index-events .event-article-meta i,
.page-index-team-updates .team-update-article-meta i {
  margin-right: 6px;
  color: #c57a45;
}
.page-index-events .event-detail-content,
.page-index-team-updates .team-update-detail-content {
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}
.page-index-events .event-detail-content img,
.page-index-team-updates .team-update-detail-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 22px auto;
}
@media (max-width: 767px) {
  .page-index-events .event-article-head,
  .page-index-team-updates .team-update-article-head {
    margin-bottom: 24px;
    padding: 0 0 16px 14px;
    border-left-width: 3px;
  }
  .page-index-events .event-article-title,
  .page-index-team-updates .team-update-article-title {
    font-size: 24px;
    line-height: 1.46;
  }
  .page-index-events .event-article-meta,
  .page-index-team-updates .team-update-article-meta {
    gap: 6px 14px;
    font-size: 13px;
  }
}
.pub-list ul li {
  margin-bottom: 10px;
}

.page-list-download h2 {
  margin-bottom: 10px;
}
/* .page-list-download .download-item .feature-box-icon a:hover i {
  color: #ffba89;
} */
.page-list-download .download-item:hover h4 a {
  color: #ffba89;
}

.page-list-download .download-item:hover .feature-box-icon a i {
  color: #ffba89;
}
.page-list-download blockquote img {
  max-width: 100%;
}
.page-list-download .featured .call-to-action-content a {
  color: #212529;
}
.page-list-download .featured .call-to-action-content a strong {
  color: #c57a45;
}
.pub-list-container ul {
  padding-left: 0;
}
.pub-list-container ul li {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 30px;
}
/* .pub-list-container ul li .publication-left .pub-pic {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
} */
.pub-list-container ul li .publication-left .pub-pic a img {
  width: 180px;
  height: 140px;
  object-fit: contain;
}
.pub-list-container ul li .publication-left .pub-pic a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.pub-list-container ul li .publication-right {
  padding-left: 18px;
}
.pub-list-container ul li h6 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.pub-list-container ul li .pub-meta {
  margin-bottom: 3px;
  font-size: 0.9em;
}
.pub-list-container ul li p {
  line-height: 20px;
  margin-bottom: 8px;
  font-size: 0.9em;
}
.pub-cate {
  font-weight: bold;
}
.pub-cate .nav-tabs li {
  margin-bottom: 0 !important;
}
.pub-cate .nav-tabs li a {
  padding: 10px 23px !important;
  font-size: 14px !important;
}
.index-desc p {
  margin-bottom: 10px;
}
.people-list-page .thumb-info .thumb-info-type {
  margin: 1px -2px -15px 0px;
  padding: 1px 2px;
}
.thumb-info .thumb-info-title {
	bottom: 5%;
}
.people-list-page .thumb-info .thumb-info-title {
  padding: 2px 5px 1px;
  max-width: 99%;
  background: rgba(197,122,69,0.9);
}
.people-list-page .thumb-info .thumb-info-title .thumb-info-inner {
  font-size: 12px;
}
.download-nav {
  color: #fff;
  font-size: 10px;
  text-align: right;
}
.download-nav a {
  color: #fff;
  font-size: 12px;
}
.people-cate {
  color: #fff;
}
.people-cate a {
  color: #fff;
}
.top-cate {
  margin-bottom: 0px !important;
}
.lang-cn .index-desc {
  font-size: 16px;
}
.lang-cn .index-desc p {
  line-height: 25px;
}
.lang-cn .index-desc p:nth-of-type(1) {
  letter-spacing: 0.5px;
}
.lang-cn .people-list-page .thumb-info .thumb-info-title {
  font-size: 15px;
}
.lang-cn .thumb-info .thumb-info-type {
  font-size: 0.8em;
}
.lang-cn .people-list-page .thumb-info .thumb-info-title {
  padding: 2px 8px 1px;
}
.lang-cn .download-nav {
  font-size: 16px;
}
.lang-cn .top-cate .nav-tabs li a {
  font-size: 16px !important;
}
.lang-cn .son-cate .nav-tabs li a {
  font-size: 14px !important;
}
.lang-cn .page-header .breadcrumb > li {
  font-size: 15px;
}
.lang-en .son-cate .nav-tabs li a {
  font-size: 12px !important;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word!important;
}
.pagination{
	justify-content: flex-end;
}
.pagination li a {
	color: #c57a45;
	border-color: rgba(0, 0, 0, 0.06);
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #c57a45;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.pagination .thisclass a{
	background-color: #c57a45 !important;
	border-color: #c57a45;
	z-index: 3;
	color: #fff;
}
.download-area {
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	margin: 5px 0px;
	font-weight: bold;
}
.news-list ul li {
	line-height: 30px;
}
/* Mobile First */
@media only screen and (min-width: 1024px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    padding: 0 0.5rem !important;
  }
}

/* PC First */
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1024px) {
  .lang-cn #header .header-nav-main nav > ul > li {
    margin-right: 10px;
  }
  #login {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sponsors-list img {
    max-width: 98px;
    margin: 0 auto;
  }
  .sponsors-list div {
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .header-logo img {
    max-width: 280px;
    height: auto;
  }
}

/* ========== Homepage Banner ========== */
.banner-hero {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.banner-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 960px;
}
.banner-title {
  max-width: 700px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.15;
}
.banner-subtitle {
  max-width: 700px;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.banner-desc {
  max-width: 700px;
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px;
}
.banner-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.banner-btn {
  box-sizing: border-box;
  flex: 0 0 auto;
  display: inline-block;
  padding: 13px 28px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  white-space: nowrap;
}
.banner-btn-primary {
  background: #c57a45;
  border-color: #c57a45;
  color: #fff;
}
.banner-btn-primary:hover {
  background: #a86535;
  border-color: #a86535;
  color: #fff;
  text-decoration: none;
}
.banner-btn-secondary {
  background: #2a7ab5;
  border-color: #2a7ab5;
  color: #fff;
}
.banner-btn-secondary:hover {
  background: #1f6196;
  border-color: #1f6196;
  color: #fff;
  text-decoration: none;
}
.banner-btn-ai {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px 8px 10px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(197,122,69,0.18)), rgba(22,26,30,0.5);
  border-color: rgba(232,169,106,0.78);
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.24);
  backdrop-filter: blur(8px);
}
.banner-btn-ai i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px !important;
  background: #c57a45;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.32), 0 6px 14px rgba(0,0,0,0.18);
  transition: background 0.3s ease, transform 0.3s ease;
}
.banner-btn-ai:hover {
  background: linear-gradient(135deg, rgba(232,169,106,0.35), rgba(197,122,69,0.38)), rgba(32,36,41,0.62);
  border-color: #ffba89;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
.banner-btn-ai:hover i {
  background: #e8a96a;
  transform: scale(1.04);
}
@media only screen and (max-width: 992px) {
  .banner-buttons { flex-wrap: wrap; }
}
@media only screen and (max-width: 768px) {
  .banner-hero { height: 500px; }
  .banner-content { left: 30px; max-width: 90%; }
  .banner-title { font-size: 32px; }
  .banner-subtitle { font-size: 24px; }
  .banner-btn { padding: 12px 24px; font-size: 14px; }
}
@media only screen and (max-width: 460px) {
  .banner-hero { height: 420px; }
  .banner-content { left: 20px; }
  .banner-title { font-size: 24px; }
  .banner-subtitle { font-size: 18px; }
  .banner-desc { font-size: 13px; }
  .banner-buttons { flex-direction: column; gap: 10px; }
  .banner-btn { max-width: 320px; text-align: center; width: 100%; }
}

/* ========== CN Banner Adjustments ========== */
.lang-cn .banner-title {
  font-size: 56px;
  margin-bottom: 20px;
}
.lang-cn .banner-desc {
  font-size: 22px;
  margin-bottom: 40px;
}

/* ========== Download Sidebar ========== */
.dl-sidebar {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fafafa;
  position: sticky;
  top: 100px;
}
.dl-sidebar-item {
  border-bottom: 1px solid #e5e5e5;
}
.dl-sidebar-item:last-child {
  border-bottom: none;
}
.dl-sidebar-head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  word-break: break-word;
  background: #c57a45;
}
.dl-sidebar-head a:hover {
  background: #b56d3a;
  color: #fff;
  text-decoration: none;
}
/* L1 active: elevated + bright */
.dl-sidebar-head a.active,
.dl-sidebar-link.active {
  background: #e8a06a;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  position: relative;
  z-index: 2;
}
.dl-sidebar-head a.active:hover {
  background: #d9914f;
}
.dl-sidebar-head a i {
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 12px;
}
.dl-sidebar-sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f5ede5;
}
.dl-sidebar-sub li a {
  display: block;
  padding: 10px 15px 10px 30px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  border-top: 1px solid #ede3d8;
  word-break: break-word;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.dl-sidebar-sub li a:hover {
  background: #f5f5f5;
  color: #c57a45;
  text-decoration: none;
}
/* L2 leaf active */
.dl-sidebar-sub li a.active {
  background: #fff;
  color: #c57a45;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}
/* Level 2 differentiation from Level 1 */
.dl-sidebar-sub .dl-sidebar-head a {
  font-weight: 400;
  font-size: 13px;
  padding-left: 28px;
  color: #555;
  background: #f5ede5;
  border-left: 3px solid #e0b088;
}
.dl-sidebar-sub .dl-sidebar-head a:hover {
  color: #c57a45;
}
/* L2 toggle active */
.dl-sidebar-sub .dl-sidebar-head a.active,
.dl-sidebar-sub .dl-sidebar-link.active {
  background: #fff;
  color: #c57a45;
  font-weight: 600;
  border-left: 3px solid #c57a45;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}
.dl-sidebar-sub .dl-sidebar-head a.active:hover {
  background: #f9f9f9;
}
/* Level 3 */
.dl-sidebar-sub .dl-sidebar-sub {
  background: #fff;
}
.dl-sidebar-sub .dl-sidebar-sub .dl-sidebar-head a,
.dl-sidebar-sub .dl-sidebar-sub li a {
  padding-left: 45px;
  font-size: 12px;
  background: #fff;
  border-left: 3px solid transparent;
  line-height: 1.3;
}
/* L3 active */
.dl-sidebar-sub .dl-sidebar-sub .dl-sidebar-head a.active,
.dl-sidebar-sub .dl-sidebar-sub .dl-sidebar-link.active,
.dl-sidebar-sub .dl-sidebar-sub li a.active {
  background: #fff;
  color: #c57a45;
  font-weight: 700;
  border-left: 3px solid transparent;
  position: relative;
}
.dl-sidebar-sub .dl-sidebar-sub .dl-sidebar-head a.active::before,
.dl-sidebar-sub .dl-sidebar-sub .dl-sidebar-link.active::before,
.dl-sidebar-sub .dl-sidebar-sub li a.active::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 6px solid #c57a45;
}
.dl-sidebar-sub .dl-sidebar-sub .dl-sidebar-head a.active:hover,
.dl-sidebar-sub .dl-sidebar-sub li a.active:hover {
  background: #faf7f3;
}

/* ========== Search Suggest ========== */
.search-suggest-wrap {
  position: relative;
}
.search-suggest-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  list-style: none;
  margin: -16px 0 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.search-suggest-list li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
.search-suggest-list li a:hover {
  background: #f5f5f5;
  color: #c57a45;
  text-decoration: none;
}
.search-suggest-list li:last-child a {
  border-bottom: none;
}

/* ========== Download Navigation Portal ========== */
.page-list-download > .container {
  max-width: 1340px;
}
.page-list-download .dl-nav-row {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .page-list-download .dl-nav-col-main {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .page-list-download .dl-nav-col-rank {
    flex: 0 0 24%;
    max-width: 24%;
  }
}
/* Nav panel body spacing */
.page-list-download .dl-nav-col-main .dl-nav-panel-body {
  padding: 22px 14px;
}
.page-list-download .dl-nav-col-main .dl-nav-cell {
  padding: 10px 8px;
}
.page-list-download .dl-nav-panel {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
.page-list-download .dl-nav-panel-header {
  background: #c57a45;
  color: #fff;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.page-list-download .dl-nav-panel-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
.page-list-download .dl-nav-panel-sub {
  font-size: 11px;
  opacity: 0.75;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.page-list-download .dl-nav-panel-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.page-list-download .dl-nav-panel-header-alt {
  background: #3a7ab5;
}
.page-list-download .dl-nav-panel-header-hot {
  background: #d06030;
}
.page-list-download .dl-nav-panel-body {
  padding: 16px 10px;
}
.page-list-download .dl-nav-cell {
  padding: 6px;
}
.page-list-download .dl-nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 8px 16px;
  text-decoration: none;
  color: #444;
  border-radius: 3px;
  border: 1px solid #e8ddd2;
  background: #f8f3ee;
  position: relative;
  height: 100%;
  transition: all 0.2s ease;
}
.page-list-download .dl-nav-card:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197,122,69,0.12);
  text-decoration: none;
  color: #c57a45;
  border-color: #e8c9a8;
}
.page-list-download .dl-nav-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f5ede5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #c57a45;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.page-list-download .dl-nav-card:hover .dl-nav-card-icon {
  background: #c57a45;
  color: #fff;
}
.page-list-download .dl-nav-card-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
  color: #333;
}
.page-list-download .dl-nav-card:hover .dl-nav-card-name {
  color: #c57a45;
}
.page-list-download .dl-nav-card-count {
  font-size: 11px;
  color: #999;
  background: #f5f0eb;
  padding: 2px 10px;
  border-radius: 3px;
  font-weight: 500;
}
.page-list-download .dl-nav-card:hover .dl-nav-card-count {
  background: #fbe8d5;
  color: #c57a45;
}
.page-list-download .dl-nav-card-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #e05a3a;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
/* Coming soon / disabled card */
.page-list-download .dl-nav-card-soon {
  opacity: 0.55;
  cursor: default;
}
.page-list-download .dl-nav-card-soon:hover {
  transform: none;
  box-shadow: none;
  border-color: #f0ebe5;
  background: #fdfbf9;
  color: #444;
}
.page-list-download .dl-nav-card-soon:hover .dl-nav-card-icon {
  background: linear-gradient(135deg, #f5ede5, #ede0d2);
  color: #c57a45;
  transform: none;
  box-shadow: none;
}
.page-list-download .dl-nav-card-soon:hover .dl-nav-card-name {
  color: #333;
}
.page-list-download .dl-nav-card-soon .dl-nav-card-count {
  background: transparent;
  color: #bbb;
  font-style: italic;
}
/* Ranking list */
.page-list-download .dl-nav-panel-ranking .dl-nav-panel-header {
  padding: 12px 16px;
}
.page-list-download .dl-nav-panel-ranking .dl-nav-panel-header h3 {
  font-size: 15px;
}
.page-list-download .dl-nav-panel-ranking .dl-nav-panel-icon {
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 8px;
}
.page-list-download .dl-nav-panel-ranking .dl-nav-panel-sub {
  font-size: 10px;
}
.page-list-download .dl-ranking-list {
  padding: 0;
}
.page-list-download .dl-ranking-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  color: #444;
  border-bottom: 1px solid #f5f0eb;
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.3;
}
.page-list-download .dl-ranking-item:nth-child(odd) {
  background: #faf7f3;
}
.page-list-download .dl-ranking-item:last-child {
  border-bottom: none;
}
.page-list-download .dl-ranking-item:hover {
  background: #fdf8f3;
  color: #c57a45;
  text-decoration: none;
  padding-left: 18px;
}
.page-list-download .dl-ranking-num {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-right: 10px;
  flex-shrink: 0;
  background: #f0ebe5;
  color: #9a7650;
}
.page-list-download .dl-ranking-gold {
  background: #e8a820;
  color: #fff;
}
.page-list-download .dl-ranking-silver {
  background: #a8a8a8;
  color: #fff;
}
.page-list-download .dl-ranking-bronze {
  background: #b87333;
  color: #fff;
}
.page-list-download .dl-ranking-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-list-download .dl-ranking-hot {
  color: #ff6b35;
  font-size: 12px;
  margin-left: 6px;
  flex-shrink: 0;
}
/* Responsive */
@media (max-width: 991px) {
  .page-list-download .dl-nav-panel-ranking {
    position: static;
  }
}
@media (max-width: 575px) {
  .page-list-download .dl-nav-card {
    padding: 14px 6px 12px;
  }
  .page-list-download .dl-nav-card-icon {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
  .page-list-download .dl-nav-card-name {
    font-size: 12px;
  }
  .page-list-download .dl-nav-panel-header h3 {
    font-size: 16px;
  }
}

/* ========== Download Table Pagination ========== */
.dl-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
}
.dl-pagination li {
  display: inline-block;
}
.dl-pagination li a {
  display: block;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #c57a45;
  background: #fff;
  border: 1px solid #e5e0da;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s;
}
.dl-pagination li a:hover {
  background: #fdf3e8;
  border-color: #c57a45;
  color: #c57a45;
  text-decoration: none;
}
.dl-pagination li.thisclass a {
  background: #c57a45;
  border-color: #c57a45;
  color: #fff;
}

/* Search results table (fewer columns, no fixed layout) */
.dl-table-search {
  table-layout: auto;
}
/* ========== Search Tags Cloud ========== */
.search-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0 4px;
}
.search-tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  color: #7a6a5a;
  background: #f5f0eb;
  border: 1px solid #e5ddd4;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s;
}
.search-tag:hover {
  color: #fff;
  background: #c57a45;
  border-color: #c57a45;
}

/* ========== Download Data Table ========== */
.dl-table-wrap {
  border: 1px solid #e5e0da;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.dl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  table-layout: fixed;
  counter-reset: row-num;
}
.dl-table tbody .dl-td-seq::before {
  counter-increment: row-num;
  content: counter(row-num);
}
.dl-table thead th {
  background: #c57a45;
  color: #fff;
  font-weight: 600;
  padding: 11px 8px;
  text-align: left;
  font-size: 13px;
  border-right: 1px solid rgba(255,255,255,0.15);
  letter-spacing: 0.3px;
  word-break: break-all;
  overflow: hidden;
}
.dl-table thead th:first-child {
  border-radius: 3px 0 0 0;
}
.dl-table thead th:last-child {
  border-right: none;
  border-radius: 0 3px 0 0;
}
/* Fixed column widths */
.dl-table colgroup .col-id       { width: 44px; }
.dl-table colgroup .col-name     { width: 22%; }
.dl-table colgroup .col-year     { width: 60px; }
.dl-table colgroup .col-spatial  { width: 8%; }
.dl-table colgroup .col-temporal { width: 8%; }
.dl-table colgroup .col-element  { width: 8%; }
.dl-table colgroup .col-energy   { width: 8%; }
.dl-table colgroup .col-industry { width: 8%; }
.dl-table colgroup .col-tags     { width: 10%; }
.dl-table colgroup .col-date     { width: 82px; }
.dl-table colgroup .col-action   { width: 50px; }
.dl-table tbody td {
  padding: 9px 8px;
  border-bottom: 1px solid #f0ebe5;
  vertical-align: middle;
  color: #444;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}
.dl-table tbody tr:nth-child(even) {
  background: #faf7f3;
}
.dl-table tbody tr:hover {
  background: #fdf3e8;
}
.dl-table tbody tr:last-child td {
  border-bottom: none;
}
/* ID column */
.dl-table td:first-child {
  color: #999;
  font-size: 12px;
  text-align: center;
}
.dl-table thead th:first-child {
  text-align: center;
}
/* Name column */
.dl-td-name a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}
.dl-td-name a:hover {
  color: #c57a45;
  text-decoration: none;
}
/* Date column */
.dl-td-date {
  font-size: 12px;
  color: #888;
}
/* Action column */
.dl-td-action {
  text-align: center;
}
.dl-table thead th:last-child {
  text-align: center;
}
.dl-td-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #c57a45;
  color: #fff;
  font-size: 13px;
  transition: all 0.2s;
  text-decoration: none;
}
.dl-td-action a:hover {
  background: #b06835;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(197,122,69,0.3);
}
/* Empty cell placeholder */
.dl-table tbody td:empty::after {
  content: '-';
  color: #ccc;
}
/* Responsive */
@media (max-width: 991px) {
  .dl-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .dl-table {
    font-size: 12px;
    table-layout: auto;
    min-width: 900px;
  }
  .dl-table thead th,
  .dl-table tbody td {
    padding: 8px 6px;
  }
}

/* ========== Report List Page ========== */
.page-list-report > .container {
  max-width: 1100px;
}
.report-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
  border: none;
  position: relative;
}
.report-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c57a45, #e8a96a, #c57a45);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.report-card:hover {
  box-shadow: 0 14px 36px rgba(197,122,69,0.16), 0 4px 12px rgba(0,0,0,0.06);
  transform: translateY(-6px);
}
.report-card:hover::before {
  opacity: 1;
}
.report-cover {
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f0eb, #e8ddd2);
}
.report-cover img {
  width: 100%;
  aspect-ratio: 99 / 70;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.report-card:hover .report-cover img {
  transform: scale(1.05);
}
.report-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.15) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.report-cover-overlay i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(197,122,69,0.9);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  box-shadow: 0 4px 16px rgba(197,122,69,0.4);
}
.report-card:hover .report-cover-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.3) 100%);
}
.report-card:hover .report-cover-overlay i {
  opacity: 1;
  transform: scale(1);
}
.report-info {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.report-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 12px;
  flex: 1;
}
.report-title a {
  color: #2a2a2a;
  text-decoration: none;
  transition: color 0.3s;
}
.report-title a:hover {
  color: #c57a45;
  text-decoration: none;
}
.report-date {
  font-size: 12px;
  color: #aaa;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #f0ebe5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report-date i {
  margin-right: 5px;
  color: #d4b48c;
}
/* Responsive */
@media (max-width: 767px) {
  .report-grid .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .report-title {
    font-size: 13px;
  }
  .report-info {
    padding: 14px 16px 16px;
  }
}
@media (max-width: 460px) {
  .report-grid .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ========== Events (品牌活动) ========== */
.page-list-events .page-header {
  margin-bottom: 0;
}
.page-list-events .event-filter-wrap {
  background: #fff;
  border-bottom: 1px solid #f0ebe5;
}
.page-list-events .event-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
}
.page-list-events .event-filter-label {
  margin-right: 4px;
  color: #7a6a5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.page-list-events .event-filter-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid #e5ddd4;
  border-radius: 4px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.page-list-events .event-filter-link:hover {
  color: #c57a45;
  background: #fdf8f3;
  border-color: #e8c9a8;
  box-shadow: 0 6px 16px rgba(197,122,69,0.08);
  text-decoration: none;
}
.page-list-events .event-filter-link.active {
  color: #fff;
  border-color: #c57a45;
  background: #c57a45;
  box-shadow: 0 8px 18px rgba(197,122,69,0.16);
}
.events-grid {
  margin-top: 10px;
}
.event-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  height: 100%;
  position: relative;
}
.event-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c57a45, #e8a96a, #c57a45);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(197,122,69,0.18), 0 4px 12px rgba(0,0,0,0.08);
  text-decoration: none;
}
.event-card:hover::before {
  opacity: 1;
}
.event-img {
  position: relative;
  overflow: hidden;
}
.event-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.event-card:hover .event-img img {
  transform: scale(1.06);
}
.event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.45) 100%);
  transition: all 0.4s ease;
  pointer-events: none;
}
.event-card:hover .event-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 100%);
}
.event-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(197,122,69,0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  z-index: 1;
  backdrop-filter: blur(4px);
}
.event-badge i {
  margin-right: 4px;
}
.event-info {
  padding: 18px 20px 22px;
  flex: 1;
}
.event-type {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #fdf3e8;
  color: #c57a45;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
.page-list-events .event-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #2a2a2a;
  margin: 0 0 8px;
  transition: color 0.3s;
}
.page-list-events .event-card:hover .event-title {
  color: #c57a45;
}
.page-list-events .event-empty-state {
  display: none;
  margin: 18px 0 32px;
  padding: 28px 20px;
  border: 1px solid #f0ebe5;
  border-radius: 6px;
  background: #fdfbf9;
  color: #7a6a5a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.page-list-events .event-empty-state.is-visible {
  display: block;
}
@media (max-width: 767px) {
  .page-list-events .event-filter-bar {
    align-items: flex-start;
    gap: 8px;
    padding: 14px 0;
  }
  .page-list-events .event-filter-label {
    flex: 0 0 100%;
  }
  .page-list-events .event-filter-link {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }
  .page-list-events .event-title {
    font-size: 13px;
  }
}

/* ========== Team Updates (团队动态) ========== */

.page-list-team-updates .page-header {
  margin-bottom: 0;
}
.page-list-team-updates .tu-filter-wrap {
  background: #fff;
  border-bottom: 1px solid #f0ebe5;
}
.page-list-team-updates .tu-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
}
.page-list-team-updates .tu-filter-label {
  margin-right: 4px;
  color: #7a6a5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.page-list-team-updates .tu-filter-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid #e5ddd4;
  border-radius: 4px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.page-list-team-updates .tu-filter-link:hover {
  color: #c57a45;
  background: #fdf8f3;
  border-color: #e8c9a8;
  box-shadow: 0 6px 16px rgba(197,122,69,0.08);
  text-decoration: none;
}
.page-list-team-updates .tu-filter-link.active {
  color: #fff;
  border-color: #c57a45;
  background: #c57a45;
  box-shadow: 0 8px 18px rgba(197,122,69,0.16);
}
@media (max-width: 767px) {
  .page-list-team-updates .tu-filter-bar {
    align-items: flex-start;
    gap: 8px;
    padding: 14px 0;
  }
  .page-list-team-updates .tu-filter-label {
    flex: 0 0 100%;
  }
  .page-list-team-updates .tu-filter-link {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* Hero Section */
.tu-hero {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
  background: linear-gradient(135deg, #2c3237 0%, #3d2e1f 50%, #5a3d24 100%);
}
.tu-hero-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c57a45' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.tu-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tu-hero-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #e8a96a;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tu-hero-label i {
  margin-right: 6px;
}
.tu-hero-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.tu-hero-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  margin: 0;
  line-height: 1.6;
}
.tu-breadcrumb {
  margin: 0;
  flex-shrink: 0;
}

/* Body */
.tu-body {
  padding: 40px 0 60px;
}

/* Card */
.tu-card {
  position: relative;
  margin-bottom: 28px;
}
.tu-card-inner {
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  border: 1px solid rgba(197,122,69,0.08);
}
.tu-card:hover .tu-card-inner {
  box-shadow: 0 12px 40px rgba(197,122,69,0.15), 0 4px 12px rgba(0,0,0,0.06);
  transform: translateY(-4px);
  border-color: rgba(197,122,69,0.2);
}
.tu-card-accent {
  display: none;
}

/* Card Image */
.tu-card-img-col {
  flex: 0 0 320px;
  max-width: 320px;
  position: relative;
}
.tu-card-img-wrap {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tu-card-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.tu-card:hover .tu-card-img {
  transform: scale(1.08);
}
.tu-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(197,122,69,0.0) 0%, rgba(44,50,55,0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.tu-card:hover .tu-card-img-overlay {
  background: linear-gradient(135deg, rgba(197,122,69,0.15) 0%, rgba(44,50,55,0.45) 100%);
}
.tu-card-view-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: #c57a45;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.tu-card:hover .tu-card-view-btn {
  opacity: 1;
  transform: scale(1);
}

/* Card Body */
.tu-card-body {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tu-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.tu-card-date {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}
.tu-card-date i {
  margin-right: 5px;
  color: #d4b48c;
}
.tu-card-tag {
  font-size: 11px;
  font-weight: 700;
  color: #c57a45;
  background: linear-gradient(135deg, #fdf3e8, #fcebd8);
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.tu-card-tag i {
  margin-right: 4px;
  font-size: 10px;
}
.tu-card-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 12px;
}
.tu-card-title a {
  color: #2a2a2a;
  text-decoration: none;
  transition: color 0.3s;
  background-image: linear-gradient(#c57a45, #c57a45);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease, color 0.3s;
}
.tu-card-title a:hover {
  color: #c57a45;
  background-size: 100% 2px;
}
.tu-card-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tu-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f0ebe5;
}
.tu-card-more {
  font-size: 13px;
  font-weight: 700;
  color: #c57a45;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.tu-card-more:hover {
  color: #a86535;
  text-decoration: none;
}
.tu-card-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fdf3e8, #fcebd8);
  color: #c57a45;
  font-size: 13px;
  transition: all 0.3s;
}
.tu-card-more:hover .tu-card-more-arrow {
  background: #c57a45;
  color: #fff;
  transform: translateX(4px);
}
.tu-card-source {
  font-size: 12px;
  color: #bbb;
}
.tu-card-source i {
  margin-right: 4px;
}

/* ========== Homepage About + Releases ========== */
.home-about-releases {
  background: #fff;
}
.home-about-panel,
.home-recent-releases {
  color: #333;
}
.home-about-panel h2,
.home-recent-releases h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #242424;
}
.home-about-panel h2::before,
.home-recent-releases h2::before {
  content: '';
  display: block;
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background: #c57a45;
  flex: 0 0 auto;
}
.home-about-content {
  color: #444;
  font-size: 16px;
  line-height: 1.85;
}
.home-about-content p {
  margin-bottom: 14px;
  line-height: 1.85;
}
.home-about-content p:last-child {
  margin-bottom: 0;
  color: #2f2f2f;
  font-weight: 600;
}
.home-about-content i {
  margin-right: 6px;
  color: #c57a45;
}
.home-recent-releases {
  margin-top: 8px;
  padding-top: 28px;
  border-top: 1px solid #e9e2dc;
}
.recent-release-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list ul.recent-release-list li {
  line-height: 1.55;
}
.recent-release-list li {
  display: flex;
  min-height: 106px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 18px;
  border: 1px solid #e8e8e8;
  border-left: 3px solid #c57a45;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.recent-release-list li:hover {
  border-color: #e2c5aa;
  box-shadow: 0 8px 22px rgba(39, 54, 71, 0.08);
  transform: translateY(-2px);
}
.recent-release-title {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.recent-release-title:hover {
  color: #c57a45;
  text-decoration: none;
}
.recent-release-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-top: 12px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.3;
}
.recent-release-source,
.recent-release-date {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.3;
}
.recent-release-source {
  padding: 4px 8px;
  border-radius: 4px;
  background: #f5f0eb;
  color: #a86535;
  font-weight: 600;
}
.recent-release-loading {
  grid-column: 1 / -1;
  min-height: auto;
  color: #777;
  border-left-color: #d7d7d7;
}

@media (min-width: 992px) {
  .home-about-content {
    column-count: 2;
    column-gap: 48px;
    column-rule: 1px solid #ece6df;
  }
  .home-about-content p {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

@media (max-width: 991px) {
  .recent-release-list {
    grid-template-columns: 1fr;
  }
  .home-recent-releases {
    padding-top: 24px;
  }
}

@media (max-width: 575px) {
  .home-about-panel h2,
  .home-recent-releases h2 {
    font-size: 1.65em;
  }
  .recent-release-list {
    gap: 12px;
  }
  .recent-release-list li {
    min-height: auto;
    padding: 14px 15px;
  }
  .recent-release-meta {
    justify-content: flex-start;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .tu-card-img-col {
    flex: 0 0 240px;
    max-width: 240px;
  }
  .tu-card-body {
    padding: 22px 24px;
  }
  .tu-card-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tu-hero .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .tu-breadcrumb {
    margin-top: 16px;
  }
  .tu-hero-title {
    font-size: 26px;
  }
  .tu-card-inner {
    flex-direction: column;
  }
  .tu-card-img-col {
    flex: none;
    max-width: 100%;
  }
  .tu-card-img {
    min-height: 200px;
    max-height: 220px;
  }
  .tu-card-body {
    padding: 20px 18px;
  }
  .tu-card-title {
    font-size: 16px;
  }
  .tu-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
