@charset "UTF-8";

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    color: #333;
    background: #fff;
}

/* Page specific body backgrounds */
body.page-list {
    background: #f7f7f7;
}

body.page-search,
body.page-report {
    background: #bd1a2d;
}

a {
    color: #333;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1260px) {
    .container {
        width: 100%;
        padding: 0 16px;
    }
}

/* Topbar */
.topbar {
    height: 56px;
    background: #ffffff;
    opacity: 0.6;
    color: #666;
    font-size: 13px;
}

body.page-search .topbar,
body.page-report .topbar {
    background: #fff;
    opacity: 1;
}

.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.topbar-links {
    display: flex;
    gap: 16px;
}

.topbar-links a {
    position: relative;
    padding: 0 8px;
    color: #666;
    text-decoration: none;
}

.topbar-links a+a::before {
    content: "|";
    position: absolute;
    left: -8px;
    color: #ccc;
}

.topbar a {
    color: #666;
    text-decoration: none;
}

/* Search Box */
.search {
    display: flex;
    align-items: center;
    width: 248px;
    height: 35px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.am-form {
    padding: 0 0 0 20px;
}

.am-input-group .am-form-field:not(:first-child):not(:last-child) {
    border: 0px;
}

.search input {
    flex: 1;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 0 0 20px;
    outline: none;
    font-size: 14px;
    color: #333;
}

.search input::placeholder {
    color: #999;
}

.search button {
    width: 60px;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: #c61a1a;
    background-image: url("/images/searchDom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

/* Hero */
.hero {
    height: 410px;
    background: url("/images/banner-2026.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    position: relative;
    background-color: #fff;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
}

.brand {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 666px;
    height: 195px;
    transform: translate(-50%, -40%);
    background-image: url("/images/gcLogo.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    padding-top: 60px;
}

/* Nav */
.nav {
    background: none;
    height: 55px;
    color: #fff;
    position: relative;
    z-index: 10;
    top: -55px;
}

.nav::after {
    display: none;
}

.nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    height: 48px;
    padding: 0 8% 0 0;
    position: relative;
}

.nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url("/images/ht.png") center/100% 100% no-repeat;
    z-index: -1;
}

.nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    min-width: 144px;
    opacity: 0.95;
    min-width: 144px;
    padding: 8px 0;
    letter-spacing: 1px;
}

.nav a.active {
    font-weight: 700;
    opacity: 1;
    min-width: 144px;
    position: relative;
}

.nav a:hover {
    position: relative;
}

.nav a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 120%;
    height: 8px;
    background: url("/images/dhxz.png") center bottom/contain no-repeat;
    pointer-events: none;
}

.nav a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18%;
    width: 120%;
    height: 12px;
    background: url("/images/dhxz.png") center bottom/contain no-repeat;
    pointer-events: none;
}

/* Footer */
.footer {
    background: #bd1a2d;
    color: #ffd6d6;
    padding: 15px 0;
    margin-top: 40px;
}

.footer .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-left img {
    height: 60px;
    display: block;
}

.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.beian-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.footer-right img {
    height: 50px;
    display: block;
}

/* --- Home Page Specific --- */
.news-band {
    background: #bd1a2d;
    color: #fff;
    padding: 26px 0 34px;
    position: relative;
    height: 370px;
    top: -55px;
}

.news-band .container {}

.news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.panel {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.panel .list li {
    flex-direction: row;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.panel-title {
    font-size: 18px;
    font-weight: 700;
}

.panel-title a:hover {
    color: #bd1a2d;
}

a {
    text-decoration: none;
}

.panel-more {
    font-size: 13px;
    color: #ffd6d6;
    text-decoration: none;
    opacity: 0.9;
}

.news-band .panel-header {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.news-band .panel-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
}

.news-band .panel-title {
    color: #fff;
    position: relative;
}

.news-band .panel-title a {
    padding: 2px 10px;
    color: white;
    text-decoration: none;
}


.news-band .panel-more {
    color: #fff;
    opacity: 0.85;
    position: relative;
}

.news-band .panel-more::before {
    content: "+";
    margin-right: 4px;
    font-weight: 700;
}

.list {
    background: #fff;
    border-radius: 6px;
    padding: 10px 18px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.news-band .list {
    background: transparent;
    border-radius: 0;
    padding: 6px 0 0 0;
}

.list li {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.news-band .list li {
    padding: 10px 0;
    height: 48px;
}

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

.dot {
    width: 6px;
    height: 6px;
    background: #b51414;
    border-radius: 50%;
    box-shadow: 6px 0px 0px 0px;
}

.list a {
    color: #333;
    text-decoration: none;
    flex: 1;
    display: block;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-band .list a {
    color: #fff;
}

.news-band .list li a:hover {
    font-size: 18px;
    font-weight: 700;
}

.news-band .list time {
    color: #ffd6d6;
}

.list time {
    color: #999;
    font-size: 12px;
}

.feature-row {
    padding: 50px 0 0;
    position: relative;
    top: -48px;
}

.top-banners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.banner {
    height: 194px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(198, 26, 26, 0.2);
    position: relative;
    background: #fff;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
}

.banner-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-content-split {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.tab-section {
    flex: calc(((100% * 1) / 3)*2);
}

.tab-header {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    color: #666;
}

.tab-item {
    cursor: pointer;
    font-weight: 400;
}

.tab-item.active {
    color: #333;
    font-weight: 800;
}

.tab-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #333333;
}

.tab-item-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tab-item[data-tab="tab1"] .tab-item-icon {
    background-image: url("/images/ico-zgdt-1.png");
}

.tab-item[data-tab="tab1"].active .tab-item-icon {
    background-image: url("/images/ico-zgdt-2.png");
}

.tab-item[data-tab="tab2"] .tab-item-icon {
    background-image: url("/images/ico-cczg-1.png");
}

.tab-item[data-tab="tab2"].active .tab-item-icon {
    background-image: url("/images/ico-cczg-2.png");
}

.tab-item[data-tab="tab3"] .tab-item-icon {
    background-image: url("/images/ico-djyd-1.png");
}

.tab-item[data-tab="tab3"].active .tab-item-icon {
    background-image: url("/images/ico-djyd-2.png");
}

.tab-sep {
    color: #ccc;
    font-weight: 400;
}

.tab-content-container .list {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.text-list li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 5px 0;
    height: 65px;
    align-items: baseline;
    display: block;
}

.text-list li:last-child {
    border-bottom: none;
}

.text-list li .dot {
    width: 3px;
    height: 3px;
    background: #999;
    margin-top: 8px;
    flex-shrink: 0;
}

.text-list a {
    font-size: 16px;
    color: #333;
}


.text-list li.first-item {
    display: block;
}

.text-list li:hover {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: block;
    text-decoration-color: #ddd;
    text-underline-offset: 4px;
}

.summary {
    margin-top: 0;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
}

.text-list li .summary:hover {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    text-align: justify;
}

.mailbox-section {
    flex: calc((100% * 1) / 3);
    flex-shrink: 0;
}

.mailbox {
    height: 248px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: block;
    text-decoration: none;
    transition: transform 0.2s;
}

.mailbox-bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mailbox-bg img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    display: block;
}

.full-banner {
    width: 1200px;
    height: 120px;
    background: none;
    display: block;
    color: inherit;
    font-size: 0;
    margin: 40px auto;
    text-shadow: none;
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    transition: opacity 0.2s;
    position: relative;
    top: -48px;
}

.full-banner:hover {
    opacity: 0.95;
}

.full-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.edu-title span {
    position: relative;
    z-index: 1;
    font-size: 28px;
    letter-spacing: 2px;
    color: #333;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    align-items: center;
    gap: 16px;
}

.edu-title span::before,
.edu-title span::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #b51414;
    border-radius: 2px;
}

.edu-cards {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.card {
    height: 170px;
    border-radius: 4px;
    overflow: hidden;
    background: #f3f3f3;
    position: relative;
    border: 1px dashed #ccc;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    display: block;
}

.card-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-shadow: none;
}

.span-3 {
    grid-column: 1/4;
}

.hidden {
    display: none;
}

/* --- List Page Specific --- */
.breadcrumb-section {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.breadcrumb-icon {
    color: #c61a1a;
    margin-right: 6px;
    font-weight: bold;
}

.breadcrumb-current {
    color: #c61a1a;
    font-weight: bold;
}

.list-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
    min-height: 600px;
}

.sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sidebar-menu a {
    display: block;
    padding: 16px 20px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s;
    text-align: center;
}

.sidebar-menu a:hover {
    color: #c61a1a;
    background: #fdfdfd;
}

.sidebar-menu a.active {
    background: #c61a1a;
    color: #fff;
    position: relative;
}

.sidebar-menu a.active::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c61a1a'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.list-content {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.content-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-left: 12px;
    border-left: 5px solid #c61a1a;
    margin-bottom: 30px;
    line-height: 1.2;
}

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

.article-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px dashed #eee;
}

.article-list li:hover a {
    color: #c61a1a;
}

.article-list .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 12px;
    background: #ccc;
}

.article-list li:hover .dot {
    background: #c61a1a;
}

.article-list a {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.article-list .date {
    color: #999;
    font-size: 14px;
    font-family: Arial, sans-serif;
    flex-shrink: 0;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.pagination a,
.pagination span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    background: #fff;
}

.pagination a:hover {
    border-color: #c61a1a;
    color: #c61a1a;
}

.pagination .active {
    background: #c61a1a;
    color: #fff;
    border-color: #c61a1a;
}

.pagination .ellipsis {
    border: none;
    background: transparent;
}

/* --- Search Page Specific --- */
.search-content-wrapper {
    padding: 40px 0 80px;
}

.search-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px 50px;
    min-height: 600px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* --- Report Page Specific --- */
.report-wrapper {
    padding: 30px 0 60px;
}

.report-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 40px;
    min-height: 800px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.notice-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

.notice-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.notice-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.notice-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #333;
}

.notice-content p {
    margin: 0 0 8px;
    text-indent: 0;
}

.notice-contact {
    text-align: right;
    margin-top: 20px;
    color: #c61a1a;
    font-weight: 700;
    font-size: 14px;
}

.query-bar {
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.query-label {
    font-weight: 700;
    color: #333;
}

.query-input {
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 10px;
    width: 200px;
    border-radius: 2px;
}

.btn-query {
    height: 36px;
    padding: 0 24px;
    background: #409eff;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}

.form-section-title {
    background: #f5f5f5;
    padding: 10px 15px;
    color: #c61a1a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 4px solid #c61a1a;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 20px;
    margin-bottom: 30px;
}

.form-item {
    display: flex;
    align-items: center;
}

.form-item.full-width {
    grid-column: 1 / -1;
}

.form-label {
    width: 100px;
    text-align: right;
    margin-right: 15px;
    font-weight: 700;
    color: #555;
    flex-shrink: 0;
}

.form-label.required::before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}

.form-control {
    flex: 1;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #c61a1a;
    outline: none;
}

textarea.form-control {
    height: 120px;
    padding: 10px;
    resize: vertical;
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-weight: 400;
}

.captcha-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-img {
    height: 40px;
    background: #eee;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    font-style: italic;
    color: #888;
    letter-spacing: 2px;
}

.form-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding-bottom: 20px;
}

.btn {
    width: 120px;
    height: 44px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.btn-submit {
    background: #409eff;
}

.btn-submit:hover {
    background: #66b1ff;
}

.btn-reset {
    background: #e6a23c;
}

.btn-reset:hover {
    background: #ebb563;
}


.left_box .list li {
    padding: 5px 0 !important;
    flex-direction: row !important;
}

.left_box .list ul {
    padding-left: 0;
}

.left_box .list a {
    text-align: center;
}

.newslist {
    display: flex;
    flex-direction: column;
}

.article-info {
    background: #f3f3f3;
    text-align: center;
    margin-bottom: 10px;
}

.article-title {
    padding: 20px 0;
}

.article-info span {
    line-height: 40px;
    font-family: "微软雅黑";
    color: #666;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: normal;
    margin-right: 10px;
}

.bgwhite {
    background: #fff;
    padding: 15px;
    margin: -18px -1.5rem 0px -1.5rem;
    border-radius:10px;
    border: 1px solid rgb(120 120 120 / 11%);
}

.am-pagination {
    display: flex;
    justify-content: center;
    margin: 50px 0 20px;
}

.am-pagination li:nth-child(3) {
    margin-right: 10px;

}


@media (max-width: 992px) {
    .hero {
        height: 420px;
        background-size: cover;
    }

    .brand {
        width: 80%;
        height: 150px;
        transform: translate(-50%, -45%);
        background-position: center;
    }

    .news {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-row {
        padding: 20px 0 0;
    }

    .top-banners {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .main-content-split {
        flex-direction: column;
    }

    .mailbox-section {
        width: 100%;
    }

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

    .list-layout {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .container {
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .topbar {
        height: auto;
    }

    .topbar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 12px;
    }

    .search {
        width: 100%;
    }

    .nav {
        height: auto;
        top: 0;
    }

    .nav .container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 8px;
        gap: 12px;
    }

    .news-band {
        padding: 16px 0 24px;
        top: 0;
    }

    .feature-row {
        top: 0;
    }

    .top-banners {
        grid-template-columns: 1fr;
    }

    .mailbox {
        height: 360px;
    }

    .full-banner {
        width: 100%;
        height: 110px;
        margin: 16px auto;
    }

    .edu-title span {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .edu-cards {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .breadcrumb-section {
        padding: 10px 0;
    }

    .list-content {
        padding: 20px 16px;
    }

    .content-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .article-list li {
        padding: 14px 0;
    }

    .search-card {
        padding: 24px 18px;
    }

    .report-card {
        padding: 20px 16px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .form-item {
        align-items: flex-start;
    }

    .form-label {
        width: 80px;
        margin-right: 10px;
        font-size: 13px;
    }

    .form-control {
        font-size: 13px;
    }

    .query-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .query-input {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero {
        height: 320px;
    }

    .brand {
        width: 90%;
        height: 130px;
        padding-top: 40px;
    }

    .topbar-links {
        flex-wrap: wrap;
        gap: 8px;
    }

    .news {
        gap: 16px;
    }

    .list li {
        padding: 8px 0;
    }

    .tab-header {
        flex-wrap: wrap;
        font-size: 20px;
        gap: 8px;
    }

    .edu-cards {
        grid-template-columns: 1fr;
    }

    .card {
        height: 150px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer .container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .footer-left img {
        height: 50px;
    }

    .footer-right img {
        height: 46px;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 4px;
    }

    .pagination a,
    .pagination span {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 4px;
    }
}

.news-band .panel-title a:hover {
    color: #bd1a2d;
    box-sizing: border-box;
    padding: 2px 10px;
    border-radius: 4px;
    background: #f5f5f5fa;
}

.container.edu {
    position: relative;
    top: -48px;
}

.am-pagination>li {
    height: 40px;
    line-height: 3rem;
}

.am-pagination li:nth-child(5) {
    margin-left: 5px;
}

.am-breadcrumb li:nth-child(2)::before {
    content: "";
}

.bg-container {
    position: relative;
}

.bg-container .news-band{
    position:absolute;
}

.am-container {
    max-width: 1200px;
    position: relative;
}

.bg-container::before{
    position:absolute;
    top:-55px;
    content:'';
    width:100%;
    height:300px;
    background:#bd1a2d;
}

.display-box {
    background: #fff;
    border-radius: 6px;
    padding: 20px 30px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    min-height: 600px;
    border: 1px solid #e0e0e0;
}

.allContent{
    position:relative;
}
.allContent::before{
    position: absolute;
    top: -55px;
    content: '';
    width: 100%;
    height: 300px;
    background: #bd1a2d;
}
