:root {
    --green: #0b5630;
    --accent: #0c9b56;
    --ink: #33404a;
    --muted: #87919a;
    --line: #e5e8ea;
    --footer: #252b35
}
footer .daohang{
    display: flex;
    flex-wrap: wrap;
}
.page-pager {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 30px
}

.page-pager a {
    width: 34px;
    height: 34px;
    border: 1px solid #d8e1db;
    display: grid;
    place-items: center;
    color: #78867e;
    font-size: 13px;
    transition: background .2s ease, color .2s ease
}

.page-pager a:hover,
.page-pager a.active {
    background: var(--green);
    border-color: var(--green);
    color: #fff
}

.detail-article {
    padding: 8px 0 20px
}

.detail-article h1 {
    margin: 0 0 14px;
    color: #263d32;
    font-size: 28px;
    line-height: 1.4
}

.detail-article .detail-meta {
    padding-bottom: 22px;
    border-bottom: 1px solid #e1e8e3;
    color: #99a49e;
    font-size: 13px
}

.detail-article p {
    margin: 24px 0;
    color: #5e6d66;
    font-size: 15px;
    line-height: 2.05
}

.detail-back {
    display: inline-flex;
    margin-top: 16px;
    color: var(--accent);
    font-size: 13px
}
.video,.show_img{
    width: 100%;
}
.detail-back:hover {
    color: var(--green)
}

.article-lead {
    margin: 18px 0 24px;
    padding: 17px 20px;
    border-left: 4px solid var(--accent);
    background: #f3f8f5;
    color: #476557;
    font-size: 16px;
    line-height: 1.85
}

.article-hero {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 4px 0 8px
}

.article-caption {
    text-align: center;
    color: #9aa59f;
    font-size: 12px;
    margin-bottom: 24px
}

.article-section-title {
    margin: 28px 0 10px;
    color: #24513d;
    font-size: 20px
}

.article-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 22px 0
}

.article-point {
    padding: 16px;
    background: #f7faf8;
    border: 1px solid #e1eae4
}

.article-point b {
    display: block;
    color: var(--accent);
    font-size: 21px
}

.article-point span {
    display: block;
    margin-top: 7px;
    color: #708078;
    font-size: 13px;
    line-height: 1.5
}

.article-photo-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 22px 0
}

.article-photo-row img {
    width: 100%;
    height: 170px;
    object-fit: cover
}



.inner-list:after,
.video-list:after,
.honor-list-page:after {
    content: none
}

.inner-list-card[href*="show_news"] {
    cursor: pointer
}

.inner-shell {
    padding-top: 36px;
    padding-bottom: 68px
}
.inner-shell .pagination{
        display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 30px;
}
.inner-shell .pagination a,.inner-shell .pagination span{
        width: 34px;
    height: 34px;
    border: 1px solid #d8e1db;
    display: grid;
    place-items: center;
    color: #78867e;
    font-size: 13px;
    transition: background .2s ease, color .2s ease;
}
.inner-shell .pagination span.active{
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.inner-grid {
    display: grid;
    grid-template-columns: 278px minmax(0, 1fr);
    gap: 42px
}

.inner-side {
    border: 1px solid #dce6e0;
    background: #fff;
    align-self: start
}

.inner-side-title {
    margin: 0;
    background: var(--green);
    color: #fff;
    padding: 19px 21px;
    font-size: 21px;
    font-weight: 600
}

.inner-side nav {
    padding: 8px 0
}

.inner-side nav a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 21px;
    border-bottom: 1px solid #edf1ee;
    color: #66756e;
    transition: color .2s ease, background .2s ease, padding-left .2s ease
}

.inner-side nav a:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background: #cad6cf
}

.inner-side nav a:last-child {
    border-bottom: 0
}

.inner-side nav a:hover,
.inner-side nav a.active {
    background: #f0f8f3;
    color: var(--accent);
    padding-left: 27px
}

.inner-side nav a.active:before {
    background: var(--accent)
}

.side-contact {
    margin-top: 22px;
    padding: 20px 21px;
    background: #f5f8f6;
    border: 1px solid #dce6e0;
    color: #6e7c75;
    line-height: 1.9
}
.inner-list-card h3,
.inner-list-card p,
.download-card h3,
.download-card p,
.video-tile strong,
.honor-tile strong
{
     overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical; 
}
.side-contact strong {
    display: block;
    margin-bottom: 6px;
    color: #255240;
    font-size: 16px
}

.inner-main {
    min-width: 0
}

.inner-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #dce5e0;
    padding-bottom: 15px;
    margin-bottom: 22px
}

.inner-heading h2 {
    margin: 0;
    color: #164c35;
    font-size: 25px
}

.inner-heading h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent);
    margin-top: 13px
}

.inner-heading span {
    color: #9aa59f;
    font-size: 12px
}

.about-panel {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 30px;
    padding: 24px;
    background: #f7faf8;
    border: 1px solid #e2ebe5
}

.about-panel img {
    width: 310px;
    height: 225px;
    object-fit: cover
}

.about-panel h3 {
    margin: 2px 0 16px;
    color: #1e4133;
    font-size: 22px
}

.about-panel p {
    margin: 0 0 14px;
    color: #65746d;
    font-size: 15px;
    line-height: 1.9
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 28px;
    background: #dfebe3
}

.about-stat {
    padding: 22px;
    background: #fff
}

.about-stat b {
    display: block;
    color: var(--accent);
    font-size: 29px;
    font-weight: 600
}

.about-stat span {
    display: block;
    margin-top: 7px;
    color: #7a8881;
    font-size: 13px
}

.inner-list {
    display: flex;
    flex-direction: column
}

.inner-list-card {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #e3ebe6;
    transition: background .22s ease, padding .22s ease
}

.inner-list-card img {
    width: 100%;
    
    object-fit: cover
}

.inner-list-card h3 {
    margin: 0 0 9px;
    color: #2b4137;
    font-size: 18px;
    transition: color .2s ease
}

.inner-list-card p {
    margin: 0;
    color: #7b8982;
    font-size: 13px;
    line-height: 1.65
}

.inner-list-card time {
    align-self: start;
    color: #a0aaa5;
    font-size: 12px
}

.inner-list-card:hover {
    background: #f3f8f5;
    padding-left: 15px;
    padding-right: 15px
}

.inner-list-card:hover h3 {
    color: var(--accent)
}

.download-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.download-card {
    padding: 22px;
    border: 1px solid #dfe9e3;
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease
}

.download-card:hover {
    border-color: #9dc7ad;
    transform: translateY(-4px);
    box-shadow: 0 12px 22px rgba(12, 80, 48, .1)
}

.download-card h3 {
    margin: 0 0 10px;
    color: #274638;
    font-size: 17px
}

.download-card p {
    margin: 0 0 16px;
    color: #84918b;
    font-size: 13px;
    line-height: 1.55
}

.download-card span {
    color: var(--accent);
    font-size: 13px
}

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

.video-tile {
    position: relative;
      width: 100%;
    aspect-ratio: 1 / 0.7;
    overflow: hidden;
    background: #173e2e
}

.video-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.video-tile:hover img {
    transform: scale(1.06)
}

.video-tile:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .68))
}

.video-tile strong {
    position: absolute;
    z-index: 1;
    left: 17px;
    right: 17px;
    bottom: 17px;
    color: #fff;
    font-size: 16px
}

.video-tile i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: var(--green);
    display: grid;
    place-items: center;
    font-style: normal
}

.honor-list-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.honor-tile {
    padding: 12px;
    border: 1px solid #e4d6b2;
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease
}

.honor-tile img {
   
    width: 100%;
    object-fit: cover
}

.honor-tile strong {
    display: block;
    margin: 12px 3px 3px;
    color: #604f30;
    font-size: 14px
}

.honor-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 25px rgba(75, 61, 30, .16)
}
.homepage .hero1{
    height: 261px;
}
.contact-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #dfe9e3
}

.contact-cell {
    padding: 23px;
    background: #fff
}

.contact-cell b {
    display: block;
    margin-bottom: 7px;
    color: #24513d
}

.contact-cell span {
    color: #7b8881
}

.contact-map {
    margin-top: 24px;
 
    background: linear-gradient(135deg, #dcebe3, #eef5f1);
    display: grid;
    place-items: center;
    color: #4a7960;
    font-size: 15px
}



.download-item:nth-of-type(1):hover {
    background: #e6f2ea;
    transform: translateY(-4px)
}

.download-item:nth-of-type(1):hover strong {
    color: var(--accent)
}

.homepage .home-content {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.homepage .home-lead,
.homepage .home-services,
.homepage .home-bottom,
.homepage .home-extra {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.homepage .home-extra {
    overflow: hidden
}

.homepage .media-section {
    min-width: 0
}

.homepage .honor-grid {
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.homepage .honor-track {
    max-width: none
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Arial, sans-serif;
    background: #fff;
    font-size: 14px
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.topbar {
    height: 112px;
    background: var(--green);
    color: #fff
}

.topbar-inner {
    height: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px
}
.brand img{
    width: 72px;
    height: 72px;
}



.brand h1 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0
}

.search {
    width: 300px;
    height: 36px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: #a4adb2
}

.search input {
    border: 0;
    outline: 0;
    flex: 1;
    font-size: 13px
}

.search button {
    border: 0;
    background: none;
    font-size: 19px;
    color: #10222b;
    cursor: pointer
}

.nav {
    height: 56px;
    border-bottom: 1px solid #eee;
    background: #fff
}

.nav-inner {
    max-width: 1380px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px
}

.nav a {
    font-size: 15px;
    padding: 19px 18px 17px;
    position: relative;
    white-space: nowrap
}

.nav a.active,
.nav a:hover {
    color: var(--accent);
    font-weight: bold
}

.nav a.active:after {
    content: "";
    height: 3px;
    background: var(--accent);
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px
}

.hero {
   
    position: relative;
    overflow: hidden;
    background: #dce8e4 var(--hero) center/cover no-repeat
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center
}



.hero-copy {
    position: absolute;
    z-index: 1;
    left: max(30px, calc(50% - 674px));
    bottom: 150px;
    color: #fff;
    max-width: 640px;
    animation: hero-copy-in .78s cubic-bezier(.2, .7, .2, 1) both
}

.hero-copy p {
    margin: 0 0 12px;
    font-size: 15px;
    letter-spacing: 2px
}

.hero-copy h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 1px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .23)
}

.hero-copy span {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.7;
    opacity: .9
}

@keyframes hero-copy-in {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-arrows {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    color: #fff;
    font-size: 48px;
    font-weight: 200
}

.hero-arrows button {
    background: rgba(8, 54, 37, .22);
    border: 0;
    color: #fff;
    font-size: 50px;
    opacity: .8;
    cursor: pointer;
    width: 46px;
    height: 66px
}

.hero-dots {
    position: absolute;
    z-index: 1;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px
}

.hero-dots button {
    width: 3px;
    height: 2px;
    border-radius: 3px;
    border: 0;
    background: #fff;
    opacity: .9;
    cursor: pointer
}

.hero-dots button.active {
    background: var(--accent);
    transform: scale(1.2);
    opacity: 1
}

.homepage .hero {
  
}
.homepage .indexlbt .swiper-slide img{
    width: 100%;
    object-fit: cover !important;
}
.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 30px 16px 54px
}

.crumb {
    height: 42px;
    border-bottom: 1px solid var(--line);
    color: #8b959a;
    padding: 9px 0
}

.crumb strong {
    color: var(--green)
}

.columns {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    margin-top: 28px
}

.sidebar-card {
    border: 1px solid #e4e7e8;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
    margin-bottom: 28px
}

.sidebar-title {
    background: var(--green);
    color: #fff;
    font-size: 22px;
    padding: 17px 18px
}

.side-link {
    padding: 16px 22px;
    border-bottom: 1px solid #ececec;
    color: #748089
}

.side-link.active {
    color: var(--accent)
}

.contact-mini {
    padding: 22px;
    line-height: 2;
    color: #69767e
}

.section-title {
    font-size: 24px;
    color: var(--accent);
    font-weight: bold;
    border-bottom: 1px solid #d8dddd;
    padding-bottom: 14px;
    position: relative;
    margin: 0 0 20px
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 3px;
    background: var(--accent)
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.news-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px dashed #d7dcde;
    padding: 9px 0
}

.news-list li:before {
    content: "›";
    color: var(--accent);
    font-weight: bold
}

.news-list .date {
    margin-left: auto;
    color: #8b959a
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 28px
}

.pagination button {
    height: 34px;
    min-width: 34px;
    border: 1px solid #d9dfe1;
    background: #fff;
    color: #66727b
}

.pagination button.active {
    background: #666f76;
    color: #fff
}

.article h2 {
    font-size: 30px;
    font-weight: 500;
    color: #26353e;
    margin: 0 0 14px
}

.meta {
    color: #8b959a;
    margin-bottom: 48px
}

.article p {
    font-size: 16px;
    line-height: 2.2;
    margin: 22px 0
}

.article-next {
    margin-top: 64px;
    color: #65727b
}

.home-content {
    padding-top: 28px
}

.home-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 270px;
    gap: 22px
}

.feature {
    height: 260px;
    position: relative;
    overflow: hidden
}

.feature img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    font-size: 16px
}

.feature-dots {
    position: absolute;
    bottom: 10px;
    right: 12px;
    display: flex;
    gap: 6px
}

.feature-dots i {
    width: 9px;
    height: 9px;
    background: #fff;
    display: block
}

.feature-dots i.active {
    background: var(--accent)
}

.headline-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.headline {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 11px
}

.headline img {
    width: 116px;
    height: 69px;
    object-fit: cover;
    order: 2
}

.headline h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px
}

.headline small {
    color: #9aa3a8
}

.headline p {
    font-size: 13px;
    color: #8a959c;
    line-height: 1.5;
    margin: 5px 0
}

.side-panel {
    border: 1px solid #e5e8e8;
    margin-bottom: 18px
}

.side-panel h3 {
    font-size: 20px;
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    position: relative
}

.side-panel h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 3px;
    height: 22px;
    background: var(--accent)
}

.side-panel ul {
    list-style: none;
    padding: 10px 16px;
    margin: 0
}

.side-panel li {
    padding: 8px 0;
    border-bottom: 1px dashed #e1e5e6;
    color: #7b858a
}

.service-tabs {
    display: flex;
    background: #edf3f2;
    border: 1px solid #dce6e3;
    margin: 25px 0 18px
}

.service-tabs a {
    padding: 17px 28px;
    flex: 1;
    text-align: center
}

.service-tabs a.active {
    background: var(--green);
    color: #fff;
    font-size: 18px
}

.cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.cards-row figure {
    margin: 0
}

.cards-row img {
    height: 116px;
    width: 100%;
    object-fit: cover
}

.cards-row figcaption {
    font-size: 13px;
    line-height: 1.5;
    color: #79858c;
    margin-top: 8px
}

.wide-feature {
    margin: 30px 0;
    height: 320px;
    background: url('../images/coast-hills.jpg') center/cover;
    position: relative;
    display: grid;
    place-items: center
}

.wide-feature:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 53, 53, .28)
}

.wide-feature-inner {
    position: relative;
    z-index: 1;
    background: rgba(26, 46, 58, .55);
    color: #fff;
    width: 58%;
    padding: 46px 60px;
    text-align: center
}

.wide-feature h2 {
    font-size: 24px;
    margin: 0 0 22px
}

.wide-feature p {
    line-height: 1.8
}

.home-news {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 22px
}

.home-news .news-list li {
    padding: 12px 0
}

.thumb {
    width: 110px;
    height: 72px;
    object-fit: cover;
    flex: none
}

.home-news .news-list li {
    display: flex;
    gap: 14px
}

.home-news .news-list li:before {
    display: none
}

.home-news h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 4px
}

.home-news p {
    margin: 0;
    color: #90999e;
    line-height: 1.5
}

.home-content {
    padding-top: 38px
}

.home-lead {
    display: grid;
    grid-template-columns: 1.05fr 1fr 286px;
    gap: 26px;
    align-items: stretch
}

.focus-story {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background: #153d30
}

.focus-story img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: transform .4s ease
}

.focus-story:hover img {
    transform: scale(1.04)
}

.focus-story .feature-caption {
    padding: 78px 20px 34px;
    font-size: 18px;
    line-height: 1.45
}

.focus-story .feature-caption small {
    display: block;
    margin-top: 9px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    opacity: .88
}

.focus-dots {
    position: absolute;
    right: 20px;
    bottom: 17px;
    display: flex;
    gap: 7px
}

.focus-dots i {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%
}

.focus-dots i.active {
    background: #fff
}

.news-hub {
    border-top: 3px solid var(--accent);
    padding-top: 2px
}

.hub-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    padding: 10px 0 14px;
    color: #182e28;
    font-size: 21px;
    font-weight: 600
}

.hub-title a {
    font-size: 12px;
    color: #84908d;
    font-weight: normal
}

.hub-item {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 13px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    transition: background .22s ease, transform .22s ease, padding .22s ease
}

.hub-item h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    transition: color .22s ease;
     overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
}

.hub-item p {
    margin: 0;
    color: #84908d;
    font-size: 13px;
    line-height: 1.5;
     overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
}

.hub-item img {
    width: 110px;
    height: 68px;
    object-fit: cover;
    transition: transform .3s ease
}

.hub-item:hover {
    background: #f3f8f5;
    transform: translateX(5px);
    padding-left: 10px;
    padding-right: 8px
}

.hub-item:hover h3 {
    color: var(--accent)
}

.hub-item:hover img {
    transform: scale(1.04)
}

.notice-board {
    background: #f5f8f6;
    border: 1px solid #dfe8e3;
    padding: 18px 18px 12px;
    transition: box-shadow .25s ease, transform .25s ease
}

.notice-board:hover {
    box-shadow: 0 10px 25px rgba(23, 70, 46, .1);
    transform: translateY(-3px)
}

.notice-board h3 {
    margin: 0;
    color: #184b37;
    font-size: 20px
}

.notice-board h3:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: var(--accent);
    margin: 12px 0
}

.notice-board a {
    display: block;
    border-bottom: 1px solid #dce5df;
    padding: 12px 0;
    color: #65736e;
    line-height: 1.45;
    transition: color .2s ease, padding-left .2s ease
}

.notice-board a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--accent);
    border-radius: 50%;
    margin: 0 8px 2px 0
}

.notice-board a:hover {
    padding-left: 7px;
    color: var(--accent)
}

.home-services {
    margin: 34px 0;
    border-top: 1px solid #e1e6e2;
    border-bottom: 1px solid #e1e6e2;
    padding: 23px 0;
    display: grid;
    grid-template-columns: 230px repeat(4, 1fr);
    gap: 0
}

.home-services h2 {
    margin: 0;
    padding: 10px 20px 10px 0;
    color: #134d35;
    font-size: 22px
}

.service-link {
    border-left: 1px solid #e2e8e4;
    padding: 6px 18px;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.service-link strong {
    color: #2a4038;
    font-size: 16px
}

.service-link span {
    color: #8a9691;
    font-size: 12px
}

.service-link:hover strong {
    color: var(--accent)
}

.home-bottom {
    display: grid;
    grid-template-columns: 1fr 286px;
    gap: 42px;
    min-height: 510px
}

.news-stream .section-title {
    margin-bottom: 3px
}

.stream-item {
    display: grid;
    grid-template-columns: 125px 1fr auto;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #e3e7e5;
    padding: 22px 0;
    transition: padding .22s ease, background .22s ease
}

.stream-item img {
    width: 125px;
    height: 76px;
    object-fit: cover;
    transition: transform .3s ease
}

.stream-item h3 {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 600;
    transition: color .2s ease;
     overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
}

.stream-item p {
    margin: 0;
    color: #8a9691;
    font-size: 13px;
    line-height: 1.5;
     overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
}

.stream-item time {
    font-size: 12px;
    color: #9aa49f
}

.stream-item:hover {
    background: #f4f8f5;
    padding-left: 12px;
    padding-right: 12px
}

.stream-item:hover h3 {
    color: var(--accent)
}

.stream-item:hover img {
    transform: scale(1.05)
}

.policy-rank {

    display: flex;
    flex-direction: column;
    min-height: 510px
}

/*.policy-rank h2 {*/
/*    font-size: 21px;*/
/*    margin: 0px 0 8px*/
/*}*/

.policy-rank a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 5px;
    border-bottom: 1px solid #e4e8e6;
    color: #66746e;
    flex: 1;
    transition: color .2s ease, padding-left .2s ease, background .2s ease;
    max-height: 56px;
}

.rank {
    background: #e8f3ec;
    color: #15864c;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 12px;
    flex: none;
    transition: transform .2s ease, background .2s ease
}

.policy-rank a:nth-of-type(2) .rank,
.policy-rank a:nth-of-type(3) .rank,
.policy-rank a:nth-of-type(4) .rank {
    background: var(--accent);
    color: #fff
}

.policy-rank a:hover {
    background: #f3f8f5;
    color: var(--accent);
    padding-left: 9px
}

.policy-rank a:hover .rank {
    transform: scale(1.13);
    background: var(--green);
    color: #fff
}

.home-extra {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid #e1e6e2
}

.media-section .section-title {
    margin-bottom: 18px
}

.media-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.media-card {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: #183e31;
    transition: transform .25s ease, box-shadow .25s ease
}

.media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 22px rgba(14, 57, 38, .2)
}

.media-card:hover img {
    transform: scale(1.07)
}

.media-card span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 42px 15px 13px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .78));
    font-size: 15px
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--green);
    display: grid;
    place-items: center;
    font-size: 18px;
    transition: transform .25s ease, background .25s ease
}

.media-card:hover .play {
    transform: translate(-50%, -50%) scale(1.13);
    background:rgba(0,0,0,0.8)
}

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

.honor-card {
    position: relative;
    min-height: 220px;
    border: 1px solid #e0e8e2;
    background: #fff;
    padding: 12px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.honor-card:before {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: var(--accent);
    margin-bottom: 10px
}

.honor-card img {
    width: 100%;
    height: 132px;
    object-fit: cover;
    transition: transform .35s ease
}

.honor-card span {
    display: block;
    margin-top: 11px;
    color: #355043;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4
}

.honor-card em {
    position: absolute;
    right: 15px;
    bottom: 13px;
    color: #a2aea7;
    font-size: 12px;
    font-style: normal
}

.honor-card:hover {
    border-color: #86bb9d;
    box-shadow: 0 12px 24px rgba(15, 72, 46, .13);
    transform: translateY(-5px)
}

.honor-card:hover img {
    transform: scale(1.05)
}

.honor-card:hover span {
    color: var(--accent)
}

.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.panel-heading h2,
.panel-heading h3 {
    margin: 0
}

.more-link {
    font-size: 12px !important;
    color: #84908d !important;
    font-weight: normal !important;
    white-space: nowrap
}

.more-link:hover {
    color: var(--accent) !important
}

.notice-board,
.policy-rank {
    position: relative
}

.notice-board>.more-link,
.policy-rank>.more-link {
    position: absolute;
    right: 18px;
    top: 22px
}

.policy-rank>.more-link {
    right: 0;
    top: 15px
}

.news-page-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.news-page-card {
    display: grid;
    grid-template-columns: 190px 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #e4e9e6;
    transition: padding .2s ease, background .2s ease
}

.news-page-card:hover {
    background: #f4f8f5;
    padding-left: 14px;
    padding-right: 14px
}

.news-page-card img {
    width: 190px;
    height: 112px;
    object-fit: cover
}

.news-page-card h3 {
    margin: 0 0 10px;
    color: #273c34;
    font-size: 18px;
    line-height: 1.4
}

.news-page-card p {
    margin: 0;
    color: #85918c;
    font-size: 13px;
    line-height: 1.65
}

.news-page-card time {
    color: #9aa39f;
    font-size: 12px;
    align-self: start;
    padding-top: 4px
}

.news-page-card:hover h3 {
    color: var(--accent)
}

.about-overview {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
    align-items: start
}

.about-overview img {
    width: 260px;
    height: 185px;
    object-fit: cover
}

.about-overview p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 14px;
    color: #607069
}

.detail-layout {
    max-width: 930px
}

.detail-layout h2 {
    font-size: 28px;
    margin: 0 0 12px
}

.detail-layout .meta {
    margin-bottom: 28px
}

.detail-layout p {
    font-size: 15px;
    line-height: 2.1;
    color: #52625b
}

.footer {
    background: var(--footer);
    color: #b9c1c5
}

.footer-inner {
    max-width: 1380px;
    margin: auto;
    padding: 35px 28px 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.footer-links {
    line-height: 2.6
}

.footer-links a {
    margin-right: 10px
}

.footer-icons {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 30px;
    color: #d4d9dc
}
.footer-icons a{
    max-width: 30px;
    max-height: 30px;
}
.footer-icons a img{
    max-width: 100%;
    max-height: 100%;
}
.footer-bottom {
    border-top: 1px solid #4d535a;
    text-align: center;
    padding: 20px;
    font-size: 13px;
    line-height: 1.8
}

.to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #67ae7b;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
    z-index: 4
}

.to-top.show {
    display: block
}




/* Homepage refinements */
.homepage .hero-copy {
    bottom: 185px
}

.homepage .home-bottom,
.homepage .policy-rank {
    min-height: 420px
}

.homepage .stream-item {
    padding-top: 20px;
    padding-bottom: 20px
}

.homepage .honor-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px
}

.homepage .honor-card {
    position: relative;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    min-height: 116px;
    padding: 12px;
    border: 1px solid #e0e8e2;
    background: #f8fbf9;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.homepage .honor-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--accent)
}

.homepage .honor-card img {
    width: 120px;
    height: 92px;
    object-fit: cover
}

.homepage .honor-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 28px
}

.homepage .honor-card strong {
    font-size: 16px;
    color: #244238;
    line-height: 1.45
}

.homepage .honor-card small {
    margin-top: 8px;
    color: #87938d;
    font-size: 12px;
    line-height: 1.5
}

.homepage .honor-card em {
    position: absolute;
    right: 14px;
    top: 14px;
    color: #b1bcb6;
    font-size: 12px;
    font-style: normal
}

.homepage .honor-card:hover {
    border-color: #86bb9d;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 72, 46, .13);
    transform: translateX(5px)
}

.homepage .honor-card:hover strong {
    color: var(--accent)
}

.homepage .home-extra {
    align-items: start
}

.homepage .honor-grid {
    display: block;
    height: 218px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e8e2;
    background: #f6f9f7;
    padding: 12px
}

.homepage .honor-grid:before,
.homepage .honor-grid:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 24px;
    pointer-events: none
}

.homepage .honor-grid:before {
    left: 0;
    background: linear-gradient(90deg, #f6f9f7, transparent)
}

.homepage .honor-grid:after {
    right: 0;
    background: linear-gradient(270deg, #f6f9f7, transparent)
}

.homepage .honor-track {
    display: flex;
    width: max-content;
    gap: 13px;
    animation: honor-marquee 18s linear infinite
}

.homepage .honor-grid:hover .honor-track {
    animation-play-state: paused
}

.homepage .honor-card {
    display: block;
    width: 122px;
    min-height: 0;
    padding: 7px;
    border: 1px solid #e5d5ae;
    border-left: 1px solid #e5d5ae;
    background: #fff;
    box-shadow: 0 4px 10px rgba(58, 53, 38, .12);
    transition: transform .25s ease, box-shadow .25s ease
}

.homepage .honor-card:before {
    display: none
}

.homepage .honor-card img {
    width: 100%;
    height: 158px;
    object-fit: cover;
    object-position: center;
    transition: filter .3s ease, transform .3s ease
}

.homepage .honor-card-content {
    display: none
}

.homepage .honor-card em {
    position: static;
    display: block;
    margin-top: 5px;
    color: #8b7656;
    font-size: 11px;
    font-style: normal;
    text-align: center
}

.homepage .honor-card:hover {
    border-color: #c7a967;
    box-shadow: 0 9px 18px rgba(58, 53, 38, .2);
    transform: translateY(-4px)
}

.homepage .honor-card:hover img {
    filter: saturate(1.15);
    transform: scale(1.02)
}

@keyframes honor-marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.download-center {
    grid-column: 1/-1;
    margin-top: 0;
    padding: 22px 26px;
    background: #f3f8f5;
    border-top: 1px solid #dcebe1;
    border-bottom: 1px solid #dcebe1;
    border-left: 0;
    display: grid;
    grid-template-columns: 190px repeat(3, 1fr) auto;
    align-items: center;
    gap: 22px
}

.download-center h3 {
    margin: 0;
    color: #164b35;
    font-size: 20px
}

.download-center h3 span {
    display: block;
    margin-top: 5px;
    color: #82918a;
    font-size: 12px;
    font-weight: normal
}

.download-item {
    position: relative;
    padding: 12px 18px;
   
    overflow: hidden;
    transition: background .25s ease, transform .25s ease
}

.download-item strong {
    display: block;
    color: #345346;
    font-size: 15px;
    transition: color .2s ease
}

.download-item small {
    display: block;
    margin-top: 6px;
    color: #82918a;
    font-size: 12px
}

.download-item:nth-of-type(2):hover {
    background: #e6f2ea;
    transform: translateY(-4px)
}

.download-item:nth-of-type(2):hover strong {
    color: var(--accent)
}

.download-item:nth-of-type(3):before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 7px;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease
}

.download-item:nth-of-type(3):hover:before {
    transform: scaleX(1)
}

.download-item:nth-of-type(3):hover strong {
    color: var(--accent)
}

.download-item:nth-of-type(4):hover {
    background: #fff;
    box-shadow: 0 6px 13px rgba(15, 72, 46, .12);
    transform: translateX(6px)
}

.download-item:nth-of-type(4):hover strong {
    color: var(--accent)
}

.download-center>a {
    color: var(--accent);
    font-size: 13px;
    white-space: nowrap;
    transition: letter-spacing .2s ease, color .2s ease
}

.download-center>a:hover {
    color: var(--green);
    letter-spacing: .4px
}

.contact-cell {
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.contact-cell .contact-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: #e7f2eb;
    color: #177448;
    font-size: 19px;
    font-style: normal;
    line-height: 1
}

.contact-cell>div {
    min-width: 0
}

.message-form {
    border-top: 1px solid #dce5e0;
    padding-top: 0
}

.message-form-title {
    width: 100%;
    margin-bottom: 26px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #dce5e0;
    color: #148b4a;
    font-size: 19px;
    font-weight: 600;
    position: relative
}

.message-form-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 110px;
    height: 3px;
    background: #15944f
}

.message-field {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 0;
    align-items: center;
    margin-bottom: 18px
}

.message-field label {
    color: #52645c;
    font-size: 14px
}

.message-field label span {
    margin-left: 2px;
    color: #d85353
}

.message-field input,
.message-field textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d9e1dd;
    background: #fff;
    color: #35483f;
    font: inherit;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease
}

.message-field input {
    height: 42px;
    padding: 0 13px
}

.message-field textarea {
    height: 150px;
    padding: 12px 13px;
    resize: vertical
}

.message-field input:focus,
.message-field textarea:focus {
    border-color: #169651;
    box-shadow: 0 0 0 3px rgba(22, 150, 81, .1)
}

.message-field-text {
    align-items: start
}

.message-field-text label {
    padding-top: 12px
}

.message-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    gap: 0
}

.message-captcha {
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #d9e1dd;
    border-left: 0;
    background: #f4f7f5;
    color: #286349;
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 5px;
    text-decoration: line-through
}

.message-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 100px;
    padding-top: 4px
}

.message-actions button {
    min-width: 112px;
    height: 42px;
    border: 0;
    background: #138b49;
    color: #fff;
    font: inherit;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease
}

.message-actions button:hover {
    background: #0e743b;
    transform: translateY(-1px)
}

.message-actions p {
    margin: 0;
    color: #718078;
    font-size: 13px
}

.message-actions p.success {
    color: #16884a
}

.message-actions p.error {
    color: #c44b4b
}



.message-form {
    border-top: 0
}

.contact-panel .contact-icon {
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    filter: invert(38%) sepia(23%) saturate(1121%) hue-rotate(101deg) brightness(86%) contrast(88%)
}

.contact-panel .contact-cell:nth-child(1) .contact-icon {
    background-image: url('../images/contact-phone.svg')
}

.contact-panel .contact-cell:nth-child(2) .contact-icon {
    background-image: url('../images/contact-email.svg')
}

.contact-panel .contact-cell:nth-child(3) .contact-icon {
    background-image: url('../images/contact-location.svg')
}

.contact-panel .contact-cell:nth-child(4) .contact-icon {
    background-image: url('../images/contact-time.svg')
}

.contact-panel .contact-icon {
    position: relative;
    font-size: 0;
    background-image: none !important;
    filter: none
}

.contact-panel .contact-icon:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #177448;
    -webkit-mask: var(--contact-icon) center/19px 19px no-repeat;
    mask: var(--contact-icon) center/19px 19px no-repeat
}

.contact-panel .contact-cell:nth-child(1) .contact-icon {
    --contact-icon: url('../images/contact-phone.svg')
}

.contact-panel .contact-cell:nth-child(2) .contact-icon {
    --contact-icon: url('../images/contact-email.svg')
}

.contact-panel .contact-cell:nth-child(3) .contact-icon {
    --contact-icon: url('../images/contact-location.svg')
}

.contact-panel .contact-cell:nth-child(4) .contact-icon {
    --contact-icon: url('../images/contact-time.svg')
}

.contact-panel img.contact-icon {
    display: block;
    width: 38px;
    height: 38px;
    padding: 10px;
    box-sizing: border-box;
    background: #e7f2eb;
    filter: invert(31%) sepia(17%) saturate(1590%) hue-rotate(101deg) brightness(88%) contrast(88%)
}

.contact-panel img.contact-icon:after {
    display: none
}

.contact-panel img.contact-icon {
    background: #F0F8F3 !important;
    filter: none !important
}

.detail-grid {
    display: grid;
    grid-template-columns: 278px minmax(0, 1fr);
    gap: 42px
}


#message-status.incomplete:before {
    content: "请完整填写必填信息。"
}

#message-status.code-error:before {
    content: "验证码输入不正确，请重新填写。"
}

#message-status.success:before {
    content: "留言提交成功，协会工作人员将尽快与您联系。"
}

@media(max-width:900px) {
    .hub-item img{
        width: 100%;
        height: auto;
    }
    .hub-item {
   
    grid-template-columns: 1fr;
    
}
    
    .inner-grid,
    .about-panel {
        grid-template-columns: 1fr
    }

    .inner-side {
        order: 2
    }

    .about-panel img {
        width: 100%;
        height: 220px
    }

    .inner-list-card {
        grid-template-columns:1fr;
    }

    .inner-list-card img {
        width: 100%;
       
    }

    .inner-list-card time {
        display: none
    }

    .download-list,
    .video-list,
    .honor-list-page,
    .contact-panel {
        grid-template-columns: 1fr
    }
    
     .article-hero {
        height: 210px
    }

    .article-points {
        grid-template-columns: 1fr
    }

    .article-photo-row {
        grid-template-columns: 1fr
    }
       .download-center {
  
    grid-template-columns: repeat(1, 1fr);
   
}
    .detail-grid {
        grid-template-columns: 1fr
    }

    .detail-grid .inner-side {
        order: 2
    }
    .topbar {
        height: auto
    }

    .topbar-inner {
        padding: 16px;
        gap: 15px;
        flex-direction: column;
        align-items: stretch
    }

    .brand h1 {
        font-size: 19px
    }
    .brand img{
                width: 46px;
        height: 46px;
    }

    .search {
        width: 100%
    }

    .nav {
        height: auto
    }

    .nav-inner {
        overflow: auto;
        justify-content: flex-start;
        padding: 0 8px
    }

    .nav a {
        padding: 10px 3px;
        font-size: 11px;
    }

    .hero {
        
    }

    .hero-copy {
        left: 22px;
        right: 22px;
        bottom: 50px
    }

    .hero-copy h2 {
        font-size: 25px
    }

    .hero-copy span {
        font-size: 13px
    }

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

    .sidebar {
        order: 2
    }

    .home-grid,
    .home-news,
    .home-lead,
    .home-bottom,
    .home-extra {
        grid-template-columns: 1fr
    }

    .side-panel {
        margin-top: 4px
    }

    .cards-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .wide-feature-inner {
        width: 88%;
        padding: 28px 22px
    }

    .article h2 {
        font-size: 24px
    }

    .home-services {
        grid-template-columns: 1fr 1fr
    }

    .home-services h2 {
        grid-column: 1/-1
    }

    .service-link {
        padding: 14px
    }

    .stream-item {
        grid-template-columns: 1fr;
    }

    .stream-item img {
        width: 100%;
        height: auto;
    }

    .stream-item time {
        display: none
    }

    .footer-inner {
        flex-direction: column
    }

    .footer-icons {
        justify-content: flex-start
    }
}
@media(max-width:600px) {
    .media-cards{
        grid-template-columns: repeat(1, 1fr);
    }
    .message-field {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .message-field-text label {
        padding-top: 0
    }

    .message-actions {
        margin-left: 0
    }

    .message-code-row {
        grid-template-columns: minmax(0, 1fr) 108px
    }
    .homepage .hero {
   
}
}