html, body {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 1;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    top: 0;
}
a {
    text-decoration: none;
    color: #333;
}
ul {
    list-style: none;
}
.clear {
    clear: both;
}
.wrap {
    width: 100%;
    min-width: 1200px;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.center_margin {
    margin-top: 20px;
}

.header {
    background: #c00;
    padding: 15px 0;
    margin: 0 !important;
    padding-top: 15px;
    border: none;
    position: relative;
    top: 0;
}
.header .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    height: 70px;
}
.logo img {
    height: 100%;
    width: auto;
}

.nav {
    background: #a00;
    position: relative;
    z-index: 100;
}
.nav_yj {
    display: flex;
    justify-content: center;
    height: 45px;
    line-height: 45px;
}
.nav_yj > li {
    position: relative;
    text-align: center;
}
.nav_yj > li > a {
    display: block;
    padding: 0 25px;
    color: #fff;
    font-size: 15px;
    transition: background-color 0.3s;
}
.nav_yj > li > a:hover {
    background-color: #c00;
}
.nav_yj > li > a span {
    margin-left: 25px;
    color: #fff;
}
.nav_ej {
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: none;
    min-width: 150px;
}
.nav_yj > li:hover .nav_ej {
    display: block;
}
.nav_ej li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
}
.nav_ej li a:hover {
    background: #f0f0f0;
    color: #c00;
}

.headers {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #c00;
    z-index: 1000;
    padding: 10px 15px;
}
.headers .index img {
    width: 20px;
    height: 20px;
}
.headers .logo1 img {
    height: 40px;
}
.headers .fh_bc {
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>') no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.banner {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    background: #ddd;
}
.banner ul {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.banner ul li.active {
    opacity: 1;
}
.banner ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.banner-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.banner-controls span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s;
}
.banner-controls span.active {
    background: #c00;
}

.main {
    padding: 20px 0;
}

.Ntitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: linear-gradient(to right, #c00, #a00);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.Ntitle div {
    display: flex;
    align-items: center;
}
.Ntitle div::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #fff;
    margin-right: 10px;
}
.Ntitle p a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.Ntitle p a:hover {
    text-decoration: underline;
}

.top-section {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.top-section > div {
    flex: 1;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.notice-carousel {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.notice-carousel .carousel-slides {
    width: 100%;
    height: 100%;
    position: relative;
}
.notice-carousel .carousel-slides li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    display: flex;
    flex-direction: column;
}
.notice-carousel .carousel-slides li.active {
    opacity: 1;
}
.notice-carousel .carousel-slides li a {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.notice-carousel .carousel-slides li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.notice-carousel .carousel-slides li a:hover img {
    transform: scale(1.05);
}
.notice-carousel .carousel-slides li .carousel-info {
    padding: 12px 10px;
    background: #f9f9f9;
    border-top: 3px solid #c00;
}
.notice-carousel .carousel-slides li .carousel-info h4 {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-carousel .carousel-slides li .carousel-info span {
    font-size: 12px;
    color: #999;
}
.notice-carousel .carousel-controls {
    position: absolute;
    bottom: 70px;
    right: 10px;
    display: flex;
    gap: 8px;
}
.notice-carousel .carousel-controls span {
    width: 28px;
    height: 28px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
    border-radius: 3px;
}
.notice-carousel .carousel-controls span:hover {
    background: #c00;
}
.notice-carousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.notice-carousel .carousel-indicators span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(204,0,0,0.4);
    cursor: pointer;
    transition: all 0.3s;
}
.notice-carousel .carousel-indicators span.active {
    background: #c00;
    transform: scale(1.2);
}

.Ncontent ul {
    padding: 10px 0;
}
.Ncontent ul li {
    padding: 8px 10px;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Ncontent ul li:last-child {
    border-bottom: none;
}
.Ncontent ul li a {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.Ncontent ul li a:hover {
    color: #c00;
}
.Ncontent ul li span {
    color: #999;
    font-size: 12px;
    margin-left: 15px;
    white-space: nowrap;
}
.news-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.news-item:last-child {
    border-bottom: none;
}
.news-item .date {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.news-item .date .day {
    font-size: 24px;
    font-weight: bold;
    color: #c00;
}
.news-item .date .month {
    font-size: 12px;
    color: #666;
}
.news-item .info {
    flex: 1;
}
.news-item .info h4 {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item .info p {
    font-size: 12px;
    color: #999;
}

.two-column {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.two-column > div {
    flex: 1;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.xyfg {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.gallery-container {
    display: flex;
    gap: 15px;
    overflow: hidden;
    position: relative;
    height: 200px;
}
.gallery-wrapper {
    display: flex;
    gap: 15px;
    animation: scroll 20s linear infinite;
}
.gallery-wrapper img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.gallery-wrapper:hover {
    animation-play-state: paused;
}

.quick_links {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    gap: 30px;
    align-items: center;
}
.quick_links > a img {
    width: 200px;
    height: 80px;
    object-fit: contain;
}
.quick_links > ul {
    display: flex;
    gap: 30px;
    flex: 1;
}
.quick_links > ul li {
    text-align: center;
}
.quick_links > ul li a img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}
.quick_links > ul li a p {
    font-size: 14px;
    color: #333;
}
.quick_links > ul li a:hover p {
    color: #c00;
}

.page-title {
    background: linear-gradient(to right, #c00, #a00);
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.page-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #fff;
    margin-right: 12px;
}
.page-title span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
    color: rgba(255,255,255,0.8);
}

.news-list {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
}
.news-list ul {
    padding: 0;
}
.news-list ul li {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s;
}
.news-list ul li:last-child {
    border-bottom: none;
}
.news-list ul li:hover {
    background-color: #f9f9f9;
}
.news-list ul li::before {
    content: "●";
    color: #c00;
    font-size: 8px;
    margin-right: 15px;
    flex-shrink: 0;
}
.news-list ul li a {
    flex: 1;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s;
}
.news-list ul li a:hover {
    color: #c00;
}
.news-list ul li .date {
    color: #999;
    font-size: 13px;
    margin-left: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}
.news-list ul li .tag {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    color: #fff;
    background: #c00;
    border-radius: 3px;
    margin-left: 10px;
    flex-shrink: 0;
}
.news-list ul li .tag.image {
    background: #2a9;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    gap: 8px;
}
.pagination a {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}
.pagination a:hover {
    background: #c00;
    color: #fff;
    border-color: #c00;
}
.pagination a.active {
    background: #c00;
    color: #fff;
    border-color: #c00;
}
.pagination a.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.pagination a.disabled:hover {
    background: #fff;
    color: #ccc;
    border-color: #ddd;
}

.article-container {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 30px;
}

.article-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.article-header h1 {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: bold;
}
.article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #999;
    font-size: 13px;
}
.article-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.article-meta span::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.article-meta .date::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11z"/></svg>');
}
.article-meta .source::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>');
}

.article-content {
    line-height: 2;
    font-size: 15px;
    color: #333;
    text-align: justify;
}
.article-content p {
    margin-bottom: 20px;
    text-indent: 2em;
}
.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.article-signature {
    text-align: right;
    margin-top: 40px;
    padding-top: 20px;
    line-height: 1.8;
    color: #333;
}
.article-signature p {
    margin: 5px 0;
}

.article-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.article-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.article-nav a {
    flex: 1;
    padding: 12px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-nav a:hover {
    background: #c00;
    color: #fff;
}
.article-nav a span {
    color: #999;
    margin-right: 8px;
}
.article-nav a:hover span {
    color: rgba(255,255,255,0.8);
}

.article-tags {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.article-tags .label {
    color: #999;
    font-size: 13px;
}
.article-tags .tag {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    border-radius: 3px;
    transition: all 0.3s;
}
.article-tags .tag:hover {
    background: #c00;
    color: #fff;
}

.footer {
    background: #c00;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
}
.footer p {
    margin: 5px 0;
    font-size: 14px;
}
.footer span {
    color: rgba(255,255,255,0.8);
}

@media (max-width: 1200px) {
    .center {
        width: 100%;
        padding: 0 20px;
    }
    .wrap {
        min-width: auto;
    }
}
@media (max-width: 768px) {
    .headers {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header, .nav {
        display: none;
    }
    .banner {
        height: 250px;
        margin-top: 60px;
    }
    .top-section, .two-column {
        flex-direction: column;
    }
    .notice-carousel {
        height: auto;
    }
    .notice-carousel .carousel-slides li a {
        height: 180px;
    }
    .quick_links {
        flex-direction: column;
    }
    .quick_links > ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery-container {
        height: 150px;
    }
    .gallery-wrapper img {
        width: 100px;
        height: 150px;
    }
    .main {
        padding: 20px 0;
        margin-top: 60px;
    }
    .page-title {
        font-size: 16px;
        padding: 12px 15px;
        flex-wrap: wrap;
    }
    .page-title span {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        font-size: 11px;
    }
    .news-list ul li {
        padding: 15px;
        flex-wrap: wrap;
    }
    .news-list ul li::before {
        display: none;
    }
    .news-list ul li a {
        width: 100%;
        font-size: 14px;
        white-space: normal;
        line-height: 1.5;
    }
    .news-list ul li .date {
        margin-left: 0;
        margin-top: 8px;
        font-size: 12px;
    }
    .news-list ul li .tag {
        margin-left: 0;
        margin-right: 8px;
    }
    .pagination a {
        padding: 6px 12px;
        font-size: 13px;
    }
    .article-container {
        padding: 20px 15px;
    }
    .article-header h1 {
        font-size: 20px;
    }
    .article-meta {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 12px;
    }
    .article-content {
        font-size: 14px;
        line-height: 1.8;
    }
    .article-nav {
        flex-direction: column;
    }
    .article-nav a {
        white-space: normal;
        line-height: 1.5;
    }
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 999;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
.mobile-nav.active {
    display: block;
}
.mobile-nav li {
    border-bottom: 1px solid #eee;
}
.mobile-nav li a {
    display: block;
    padding: 15px;
    color: #333;
}
.mobile-nav li a:hover {
    background: #f5f5f5;
}
.mobile-nav .submenu {
    display: none;
    background: #f9f9f9;
}
.mobile-nav .submenu.active {
    display: block;
}
.mobile-nav .submenu li a {
    padding-left: 30px;
}
