/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    /* background-color: #a00; */ /* match背景主色，避免黑底 */
    color: #fff;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Carousel Styles */
.carousel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-color: #a00; /* 轮播容器底色，拖动边界不露黑底 */
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-out;
    cursor: grab;
    will-change: transform;
    touch-action: pan-y;
}

.carousel-track:active {
    cursor: grabbing;
}

.carousel-slide {
    flex: 0 0 100%;
    height: 100%;
    flex-shrink: 0;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Header Styles */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    background: url('../image/header.png') no-repeat;
}

.stdnav14_1_m_head {
    display: none;
}

.logo img {
    height: 80px; /* Adjust based on actual logo size */
    width: auto;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

nav ul li {
    position: relative;
}

nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s;
}


 nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 05px rgba(0, 0, 0, .3);
  border-radius: 0 0 8px 8px;
}

 nav ul li .sub:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #990d14;
}

 nav ul li .sub .box {
  padding: 14px 0;
  text-align: center;
  display: grid;
}

 nav ul li .sub a {
  padding: 8px 30px;
  line-height: 28px;
  transition: .6s;
  font-size: 17px;
  color: #333;
  text-align: center;
  min-width: 180px;
}

 nav ul li .sub a:hover {
  color: #fff;
  background: #990d14;
}

 nav ul li:hover .sub {
  filter: alpha(opacity=050);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.list_box0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.list_box0 .head_li {
  font-size: 18px;
  display: inline-block;
  transition: .6s;
  position: relative;
  /* border-right: 1px solid #fff; */
  padding: 0 15px;
}

.list_box0 .head_li:last-child {
  padding-right: 0;
  border-right: none;
}

.list_box0 .head_li .search_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.list_box0 .head_li a {
  display: inline-block;
  color: #333;
}

.list_box0 .search_btn img {
  width: 18px;
  height: 18px;
}

.std_nav_1400_001_665B97CE .stdnav14_1_top {
  line-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search_zzc {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
}

.std_nav_1400_001_665B97CE .stdnav14_1_search {
  padding: 0 0 05px 0;
  display: none;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search>div {
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-right: 50px;
  padding: 5px 0;
  background: #fff;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search>div input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 70px 0 20px;
  font-size: 14px;
  height: 30px;
  box-sizing: border-box;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: #990d14;
  display: flex;
  align-items: center;
  justify-content: center;
}

input, button, textarea {
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search_btn input {
  display: block;
  width: 20px;
}

.std_nav_1400_001_665B97CE .stdnav14_1_m_search {
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

nav a:hover, nav a.active {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.search-icon {
    display: flex;
    align-items: center;
}

/* Main Content Styles */
main {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    pointer-events: none; /* Allow clicks to pass through to carousel */
}

.hero-content {
    text-align: center;
    pointer-events: none; /* Let clicks pass through text too for better drag experience */
    user-select: none; /* Prevent text selection during drag */
}

.year-text {
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -5px;
    /* Create the gradient/glow effect */
    background: linear-gradient(to bottom, #fff 0%, #ffcccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
    opacity: 0.9;
}

/* Carousel Controls */
.carousel-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.control-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-btn:hover {
    color: #fff;
}

.search-top-box{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: none;
	justify-content: center;
	align-items: center;
	background: #cc0000;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: .8;
	position: fixed;
	flex-direction: column;
	transition: max-height 0.5s ease-out;
}
.search-top-box.on{
	display: flex !important;
}
.search-top-box h3{
	margin-bottom: 2.5rem;
	color: #fff;
}
.search-top-box .search-input{
	width: 50%;
	margin: 0 auto;
	padding: 0 0.08rem 0 .24rem;
	background-color: rgba(255, 255, 255, .2);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	display: flex;
}
.search-top-box .search-input input{
	background-color: rgba(0, 0, 0, 0);
	border: none;
	flex: 1;
	outline: none; 
	color: #fff;
	height: 3em;
}
.search-top-box .close-but{
	position: absolute;
	right: 1rem;
	top: 1rem;
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
	width: 2.5rem;
	line-height: 2.5rem;
	border-radius: 50%;
	text-align: center;
	font-size: 1.5rem;
	cursor: pointer;
}

.search-top-box .search-input input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    flex: 1;
    outline: none;
    color: #fff;
    height: 3em;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}


.indicators {
    display: flex;
    gap: 15px; /* Increased by ~50% from 10px (user asked for 30%, 13px-15px is better) */
}

.indicator {
    width: 20px;
    height: 20px;
    background-image: url('../image/hua.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent; /* Override previous color */
    border-radius: 0; /* Remove circle if image is not circle */
    cursor: pointer;
    transition: transform 0.3s;
}

.indicator.active {
    background-image: url('../image/hua2.png');
    background-color: transparent;
    transform: scale(1.2);
}

.section-news {
    position: relative;
    width: 100%;
    padding: 60px 0 70px;
    background-image: url('../image/newsbg.png');
    background-repeat: repeat;
    background-size: auto;
    color: #333;
}

.section-news-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 40px 0; /* Increase top padding to move content down */
}

.news-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.news-left {
    display: flex;
    gap: 30px;
    flex: 1;
    min-width: 0;
}

.news-left-aside {
    margin-top: -22px;
    width: 80px; /* Reduced width for tighter look */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center; /* Center align items horizontally */
}

.news-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Slightly tighter gap */
    font-size: 28px; /* Larger font */
    font-weight: 700; /* Bolder */
    color: #8d2c22;
    line-height: 1.2;
    
}

.news-title-dot {
    font-weight: 400;
    margin: 5px 0; /* Add space around dot */
}

.news-title-dynamic {
    color: #000;
}

.news-more {
    margin-bottom: -50px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #8d2c22;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.news-more-line {
    width: 2px;
    height: 60px;
    background-color: #8d2c22;
}

.news-more-icon {
    width: 24px;
    height: auto;
}

.news-more-text {
    line-height: 1.2;
    font-family: "SimSun", serif; /* Use serif font for traditional look */
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    font-style: normal;
}

.news-left-main {
    flex: 1;
    min-width: 0;
}

.news-carousel {
    position: relative;
    width: 100%;
    height: 420px; /* Increased height to match aspect ratio of example image */
    overflow: hidden;
    border-radius: 2px;
}

.news-carousel-track {
    display: flex;
    height: 100%;
    cursor: grab;
    will-change: transform;
    touch-action: pan-y;
}

.news-carousel-track:active {
    cursor: grabbing;
}

.news-carousel-slide {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
}

.news-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.news-carousel-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 14px 18px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.news-carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 18px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.news-left-list {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 18px;
}

.news-item {
    text-decoration: none;
    color: #333;
}

.news-item-date {
    font-size: 12px;
    color: #8d2c22;
    margin-bottom: 6px;
}

.news-item-title {
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    header {
        padding: 15px 20px;
        flex-direction: column;
        gap: 15px;
        display: none;
    }

    nav ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .year-text {
        font-size: 80px;
    }

    .section-news-inner {
        padding: 0 20px;
    }

    .news-left {
        flex-direction: column;
        gap: 18px;
    }

    .news-left-aside {
        width: 100%;
        flex-direction: row;
        align-items: center;
        padding-top: 0;
    }

    .news-title {
        flex-direction: row;
        gap: 8px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .news-left-list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .news-right {
        margin-top: 30px;
    }

    .news-row {
        flex-direction: column;
        gap: 24px;
    }
}

.site-footer {
    position: relative;
    width: 100%;
    background: #4a3f42;
    color: rgba(255, 255, 255, 0.86);
    overflow: visible;
}

.site-footer-topline {
    height: 6px;
    background: #8d2c22;
}

.footer-scrolltop {
    position: absolute;
    right: 26px;
    top: -28px;
    width: 27px;
    height: 27px;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    overflow: visible;
    z-index: 5;
}

.footer-scrolltop img {
    margin-top: 9px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.site-footer-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 40px 0;
}

.site-footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 18px 0 22px;
}

.footer-left {
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 0 620px;
    min-width: 620px;
}

.footer-logo {
    margin-left: 40px;
    margin-top: -45px;
    height: 46px;
    width: auto;
    /* 图片放大1.25倍 */
    transform: scale(1.25);
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 360px;
}

.footer-links-select {
    margin-left: -412px;
    margin-top: 18px;
    width: 70%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 0 10px;
    outline: none;
}

.footer-center {
    flex: 1 1 auto;
    min-width: 260px;
    position: relative;
    padding-left: 46px;
}

.footer-center::before {
    margin-left: -134px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 146px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 50.25%, rgba(255,255,255,0) 100%);
}

.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    opacity: 0.88;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.footer-contact-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    opacity: 0.9;
    flex: 0 0 14px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    padding-left: 46px;
    border-left: none;
}

.footer-qrcode {
    width: 76px;
    height: 76px;
    border: 4px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.12);
}

.footer-qrcode-label {
    font-size: 12px;
    opacity: 0.85;
}

.site-footer-bottom {
    padding: 14px 0 16px;
    text-align: center;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 -40px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1024px) {
    .footer-left {
        flex-basis: 520px;
        min-width: 520px;
    }

    .footer-links {
        width: 300px;
    }

    .footer-center,
    .footer-right {
        padding-left: 28px;
    }
}

@media (max-width: 768px) {
    .footer-scrolltop {
        right: 20px;
        top: -12px;
        width: 24px;
        height: 24px;
    }

    .site-footer-inner {
        padding: 18px 20px 0;
    }

    .site-footer-main {
        flex-direction: column;
        gap: 18px;
    }

    .footer-left {
        min-width: auto;
        width: 100%;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        position: static;
        width: 100%;
        align-items: flex-start;
    }

    .footer-center,
    .footer-right {
        width: 100%;
        padding-left: 0;
        border-left: none;
        align-items: flex-start;
    }

    .footer-center::before {
        display: none;
    }

    .footer-links-select {
        width: 180px;
    }

    .site-footer-bottom {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-results {
    position: relative;
    width: 100%;
    padding: 90px 0 0;
    background-color: #fff;
    background-image: url('../image/sc3bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #333;
    overflow-x: hidden;
    overflow-y: visible;
}

.section-results-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.results-header {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.results-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #7b1f18;
}

.results-title-right {
    color: #000;
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.results-title-deco {
    margin-top: 10px;
    margin-left: -19px;
    height: 20px;
    width: auto;
    opacity: 0.9;
}

.results-carousel {
    width: 100%;
    overflow: hidden;
    transition: transform 0.25s ease;
    will-change: transform;
}

.results-track {
    display: flex;
    transition: transform 0.6s ease-out;
    will-change: transform;
    cursor: grab;
    touch-action: pan-y;
}

.results-track:active {
    cursor: grabbing;
}

.results-card {
    flex: 0 0 25%;
    text-decoration: none;
    color: inherit;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.25s ease;
    will-change: transform;
}

.results-card:hover {
    transform: translateY(-20px);
}

.results-thumb {
    width: 100%;
    height: 170px;
    object-fit: contain;
    background: #fff;
    transition: transform 0.25s ease;
    transform-origin: center center;
}

.results-card:hover .results-thumb {
    transform: scale(1.04);
}

.results-card-body {
    padding: 10px 12px 12px;
    border-radius: 6px;
    transition: background-color 0.25s ease;
}

.results-card:hover .results-card-body {
    background-color: rgba(141, 44, 34, 0.12);
}

.results-card-title {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 39px;
}

.results-card-date {
    font-size: 12px;
    color: #8d2c22;
}

.results-subtitle {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #7b1f18;
    letter-spacing: 2px;
}

.service-header {
    position: relative;
    margin-top: 28px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-header .results-subtitle {
    margin-top: 0;
}

.service-header .results-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.service-row {
    position: relative;
    padding: 0 0 26px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.service-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    height: 1px;
    background: rgba(141, 44, 34, 0.55);
}

.service-item {
    position: relative;
    width: 100%;
    flex: 1 1 0;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 1;
}

.service-item-icon-wrap {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
}

.service-item-date {
    font-size: 12px;
    color: #8d2c22;
    font-weight: 600;
}

.service-item-icon {
    width: 18px;
    height: 18px;
}

.service-item-title {
    font-size: 12px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.55);
    text-align: center;
    max-width: 260px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-item.active .service-item-title {
    color: rgba(0, 0, 0, 0.78);
}

.public-modules {
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 46px calc(50vw - 600px) 54px;
    background-image: url('../image/newsbg.png');
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    background-color: #f5e9dd;
}

.public-module + .public-module {
    margin-top: 56px;
}

.public-module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.public-module-header-center {
    justify-content: center;
}

.public-module-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #7b1f18;
}

.public-module-title-right {
    color: #000;
}

.public-module-title-deco {
    margin-top: 10px;
    margin-left: -19px;
    height: 18px;
    width: auto;
    opacity: 0.9;
}

.public-module-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8d2c22;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.public-module-more img {
    width: 18px;
    height: auto;
}

.views-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.views-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 6px;
    padding: 22px 22px 18px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.views-card-date {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 18px;
    background-image: url('../image/time.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: rgba(141, 44, 34, 0.9);
    font-size: 12px;
    width: fit-content;
}

.views-card-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.views-card-link {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(141, 44, 34, 0.9);
    font-weight: 700;
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.views-card-link-icon {
    width: 14px;
    height: 14px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.team-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.team-photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    background-image: url('../image/kytd_back.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 18px 16px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.team-photo img {
    width: 100%;
    height: 100%;
}

/*.team-photo::before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #8d2c22;*/
/*    border-radius: 4px;*/
/*    opacity: 0.88;*/
/*}*/

@media (max-width: 1024px) {
    .service-row {
        gap: 18px;
    }

    .public-modules {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 36px 30px 44px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .service-row {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding-top: 14px;
    }

    .service-line {
        display: none;
    }

    .service-item {
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        align-items: center;
    }

    .service-item-title {
        text-align: left;
        max-width: none;
    }

    .public-modules {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 30px 18px 38px;
    }

    .views-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.results-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8d2c22;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.results-more img {
    width: 18px;
    height: auto;
}

@media (max-width: 1024px) {
    .results-card {
        flex-basis: 50%;
    }
}

@media (max-width: 768px) {
    .section-results-inner {
        padding: 0 20px;
    }

    .results-card {
        flex-basis: 100%;
    }
    
    .stdnav14_1_m_head {
        display: block;
    }
}

/* News Right Section */
.news-right {
    width: 380px;
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.news-right-header {
    position: relative;
    height: 180px;
    background-image: url('../image/bgright.png'); /* The red gradient/building bg */
    background-size: cover;
    background-position: center;
    overflow: visible; /* Allow top image to overflow if needed, though structure suggests containment */
    display: flex;
    align-items: flex-end;
}
/* .section-news-container {
    position: absolute;
    top: 100px;
} */
.news-right-bg-top {
    position: absolute;
    bottom: 100%; /* 让屋檐图底边贴住bgright背景的上边 */
    right: 20px;
    width: 200px; /* Adjust size of the roof image */
    z-index: 1;
}

.news-right-bg-top img {
    position: absolute;
    top: -70px;
    right: -20px;
    width: 100%;
    height: auto;
    display: block;
}

.news-right-title-box {
    position: relative;
    z-index: 2;
    padding: 20px 30px;
    width: 100%;
    height: 100%; /* Fill the header height */
    display: flex;
    flex-direction: column; /* Stack vertically */
    justify-content: space-between; /* Space between title (top) and more (bottom) */
    align-items: flex-start; /* Align to left */
}

.news-right-title {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 20px; /* Add some top margin */
}

.news-right-title-deco {
    margin-top: 10px;
    height: 18px;
    width: auto;
    margin-left: -39px;
    display: block;
    object-fit: contain;
}

.news-right-more {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px; /* Add some bottom margin */
}

.news-right-more img {
    width: 16px;
    height: auto;
    filter: brightness(0) invert(1); /* Make flower white if it's not already */
}

.news-right-list {
    padding: 20px 30px 30px;
}

.news-right-item {
    display: block;
    position: relative;
    padding-left: 24px; /* Space for the icon '不' */
    margin-bottom: 25px;
    text-decoration: none;
    color: #333;
}

.news-right-item:last-child {
    margin-bottom: 0;
}

.news-right-date {
    font-size: 12px;
    color: #8d2c22;
    font-weight: 700;
    margin-bottom: 8px;
}

.news-right-icon {
    position: absolute;
    left: 0;
    top: 30px; /* Adjust based on icon size and date height */
    width: 16px;
    height: auto;
}

.news-right-item-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #333;
    transition: color 0.3s;
}

.news-right-item:hover .news-right-item-title {
    color: #8d2c22;
}

.news-right-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-academic {
    position: relative;
    width: 100%;
    padding: 80px 0 70px;
    background-color: #111;
    color: #fff;
    overflow: hidden;
}

.section-academic::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../image/sc2bg.png');
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    transform: scale(1.06);
    opacity: 0.95;
}

.section-academic::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.section-academic-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.academic-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.academic-header-left {
    display: flex;
    align-items: center;
    gap: 26px;
}

.academic-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
}

.academic-title-deco {
    margin-top: 10px;
    margin-left: -45px;
    height: 20px;
    width: auto;
    opacity: 0.9;
}

.academic-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.academic-nav a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.academic-nav a:hover,
.academic-nav a.active {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}

.academic-nav a.academic-tab-bounce {
    animation: academicTabBounce 0.32s ease-out;
}

@keyframes academicTabBounce {
    0% { transform: translateY(0); }
    40% { transform: translateY(-4px); }
    70% { transform: translateY(1px); }
    100% { transform: translateY(0); }
}

.academic-nav-sep {
    opacity: 0.6;
}

.academic-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
}

.academic-more img {
    width: 16px;
    height: auto;
    filter: brightness(0) invert(1);
}

.academic-textright {
    position: absolute;
    right: 0;
    top: -8px;
    width: 220px;
    height: auto;
    opacity: 0.95;
    pointer-events: none;
}

.academic-carousel {
    width: 100%;
    overflow: hidden;
    display: grid;
}

.academic-panel {
    grid-area: 1 / 1;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.academic-panel.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.academic-track {
    display: flex;
    transition: transform 0.6s ease-out;
    will-change: transform;
    cursor: grab;
    touch-action: pan-y;
}

.academic-track:active {
    cursor: grabbing;
}

.academic-slide {
    flex: 0 0 calc(100% / 3);
    padding: 38px 36px 32px;
    min-height: 240px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.academic-slide-red {
    background: #8d2c22;
}

.academic-slide-light {
    background: #f7f3ee;
}

.academic-slide-dark {
    background: #2f2628;
}

.academic-badge {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    letter-spacing: 1px;
    width: fit-content;
}

.academic-badge-light {
    border-color: rgba(141, 44, 34, 0.6);
    color: rgba(141, 44, 34, 0.95);
}

.academic-card-title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.96);
}

.academic-card-title-dark {
    color: #333;
}

.academic-meta {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.academic-meta-dark {
    color: rgba(0, 0, 0, 0.55);
}

.academic-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.academic-meta-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.academic-meta-dot-dark {
    border-color: rgba(141, 44, 34, 0.65);
}

.academic-meta-site {
    width: 14px;
    height: auto;
    opacity: 0.9;
}

.academic-bottom {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 44px auto 0;
    height: auto;
    opacity: 0.95;
    pointer-events: none;
}

@media (max-width: 768px) {
    .section-academic-inner {
        padding: 0 20px;
    }

    .academic-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .academic-textright {
        position: static;
        width: 180px;
        margin-left: auto;
    }

    .academic-slide {
        flex-basis: 100%;
        min-height: 220px;
    }
}
