/* Global Overrides */
audio, canvas, embed, iframe, img, object, svg, video{
    display:inline-block;
}
body {
    font-family: "Microsoft YaHei", "Heiti SC", sans-serif;
    -webkit-font-smoothing: antialiased;
    min-width: 1200px;
}

/* Header & Nav */
.header-top {
    border-bottom: 2px solid #0056b3;
}

.logo {
    background: url("/gyzcglb/images/topbg.png");
    position: relative;
}

.top-home {
    position: absolute;
    top: 0;
    right: 10vw;
}

.school-logo-text {
    color: #0056b3;
}

.nav-bar {
    background-color: #155996;
}

.nav-item {
    position: relative;
    transition: all 0.3s ease;
}

.nav-item:hover,
.nav-item.active {
    background-color: #0a3d7d;
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.nav-item:hover::after {
    width: 30px;
}
.nav-item>a{
    font-size: 16px;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 60px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: .8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #0056b3;
    font-size: 20px;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background-color: #0056b3;
    opacity: .8;
}

.nav-bar .nav-item:hover .nav2 {
    display: block;
}

/* Banner / Swiper */
.mySwiper {
    width: 100%;
    height: 380px;
    /* Adjusted height to match common banner sizes */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section Title */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.main-title {
    font-size: 20px;
    font-weight: bold;
    color: #2c65a8;
    position: relative;
}

.main-title img {
    margin-left: 10px;
}

.title-dots {
    color: #a0cfee;
    letter-spacing: 2px;
    margin-left: 10px;
    font-size: 14px;
}
aside li{
    background: #F9FAFB;
}
aside li:hover{
    background: #F5F8FD;
}
aside .active, aside .active:hover{
    background: #2c65a8;
    color: #fff;
}
.more-link {
    color: #999;
    font-size: 13px;
    transition: color 0.2s;
}

.more-link:hover {
    color: #2c65a8;
}

.date-box-custom {
    border: 1px solid #2c65a8;
    border-radius: 2px;
    width: 100px;
    display: flex;
    text-align: center;
    font-size: 12px;
}

.date-box-custom div {
    width: 50%;
}

.date-box-custom .date-year {
    color: #2c65a8;
}

.date-box-custom .date-day {
    color: #fff;
    background-color: #2c65a8;
}

.news-container .news-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

.news-container .news-item:last-child {
    border-bottom: none;
}

.news-container .news-item .title {
    font-size: 15px;
    font-weight: bold;
}
.news-container .news-item:hover .title{
    color: #2c65a8;
}
.news-container .news-item .content {
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-item:hover .news-content h4 {
    color: #2c65a8;
}

.news-left {
    height: 300px;
    /* 设定个固定高度确保比例 */
}

.soon-box .item {
    background: url("/gyzcglb/images/item-bg1.png");
    background-size: cover;
}

.soon-box .item span {
    display: inline-block;
    width: 60%;
    font-size: 18px;
}

/* Asset List */
.list-item-dot {
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 8px;
    /* Align with text */
}

.list-item-row:hover .list-item-dot {
    background-color: #0056b3;
}

.list-item-row:hover .list-text {
    color: #0056b3;
}

/* Quick Access Cards */
.quick-access-card {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    border: 1px solid #e6f0fa;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quick-access-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.1);
    border-color: #cce0f5;
}

.icon-box {
    box-shadow: 0 4px 6px rgba(50, 138, 240, 0.2);
}

/* Notices Section (Blue Zone) */
.notices-section {
    background: url("/gyzcglb/images/open-bg.png");
    background-size: cover;
}

.notice-column-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.notice-icon {
    background-color: #fdb933;
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.notice-list-item {
    color: #dbeaff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

.notice-list-item:hover {
    color: #fff;
}

.notice-list-item span {
    color: #fdb933;
}

/* Footer & Login */
.login-box {
    background-color: #f5f5f5;
}

.login-box .itemw {
    padding: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: all .3s;
}
.login-box .itemw:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.1);
    border-color: #cce0f5;
    transition: all .3s;
}


.login-box .item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-box .item p {
    font-size: 12px;
    color: #155996;
    border-top: 1px solid #155996;
    padding-top: 3px;
    margin-top: 5px;
    width: 72px;
}

.login-icon-wrapper {
    transition: all 0.3s;
}

.login-icon-circle {}

.login-icon-wrapper:hover .login-icon-circle {}

.footer-main {
    background-color: #155996;
    font-size: 14px;
    padding-top: 2.5rem;
}

.footer-main img {
    width: 360px;
}

.footer-index {
    padding-top: 6rem;
    margin-top: -4rem;
}

.tongzhi-box .title {
    font-size: 14px;
    width: 75%;
}
.article-list .dot{
    background-color: #ccc;
}
.line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.gaogaolist{
    margin-top: -10px;
}
.gaogaolist li{
    line-height:40px;
}
.gaogaolist li:hover{
    color: #2c65a8;
}
.sortname{
    color: #2c65a8;
}

.sortline{
    position: absolute;
    height: 1px;
    width: 30%;
    left: 35%;
    background-color: #C8E8FC;
    top: 50%;
}

.liebanner{
    height: 240px;
}

.paging .p_pages span{
    padding: 5px;
}

.container-box, .list-box{
    min-height: 450px;
}

.leftnav2{
    line-height: 40px;
}
.leftnav2 .item2{
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.leftnav2 .active2{
    color: #2c65a8;
}


/* 3rd Level Menu */
.nav2-item {
    position: relative;
}
.nav3{
    left: 100%;
    width: 100%;
}
.nav2-item:hover .nav3 {
    display: block;
}

.nav2-item:hover>a .nav3 a:hover {
    background-color: #eff6ff;
    color: #2563eb;
}