        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
        }

        body {
           /* background-color: #f5f7fa;*/
            color: #333;
            line-height: 1.6;
        }

        a {
            text-decoration: none;
        }

        .grayscale {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%); /* 兼容 Safari 和旧版浏览器 */
            -moz-filter: grayscale(100%); /* 兼容 Firefox */
            -ms-filter: grayscale(100%); /* 兼容 IE */
            -o-filter: grayscale(100%); /* 兼容 Opera */
        }

        .news-title{
            text-align: left;
        }

        .news-title:hover a{
            padding-left: 10px;
            color: #b61003;
            transition: 0.6s;
        }

        .sbtn {
            width: 80px;
            height: 30px;
            background-color: #0161ad;
            border: 0;
            color: white;
            cursor: pointer
        }

        .header-name {
            text-align: left;
            padding-left: 80px;
            padding-bottom: 10px;
            font-size: smaller;
            margin-top: -20px;
        }

        .header-name a{
            color: #333;
        }

        .header-search input {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid #eeeeee;
            padding: 0.2rem 0.75rem;
            border-radius: 10px;
            outline: 0;
            box-shadow: 0 0 0px #fff;
            #color: #fff;
            transition: all 0.3s ease;
            min-width: 155px;
        }

        .header-search input:active,
        .header-search input:focus {
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 5px #fff;
        }
        .header-search button {
            background: url("../image/searchbtn.png") no-repeat center center;
            background-color: rgba(50, 135, 189, 0.75);
            border: 0;
            padding: 0.2rem 0.75rem;
            border-radius: 0 0.5rem 0.5rem 0;
            outline: 0;
            box-shadow: 0 0 0px #fff;
            color: #fff;
            transition: all 0.3s ease;
            min-width: 40px;
        }

        /* 外面盒子 */
        #box {
            margin: 0 auto;
        }

        .container {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

        .container2 {
            width: 70%;
            max-width: 100%;
            margin: 0 auto;
        }

        .hide-content{
            position: fixed;
            top: 100%;
            left: 0px;
            overflow: hidden;
            overflow-y: auto;
            outline: none;
            bottom: 0;
            padding-top: 124px;
            transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
        }

        .show-content{
            top: 15%;
        }

        /* 头部样式 */
        header {
            height: 70px;
            width: 100%;
            #background: #0052cc;
            background-size: 100% 100%;
            padding: 0px 0;
            #box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .header-logo{
            margin-top: 25px;
            margin-left: 6vw;
            height: 60px;
            width: auto;
        }

        .headbar{
            width: 100%;
            position: static;
            top: 0;
            left: 0;
            right: 0;
            z-index: 999;
            #background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
            background: #0052cc;
            transition: all 0.5s;
        }

        .header-top {
            width: 100%;
            color: #fff;
            padding: 0 30px;
            height: 170px;
            #background: #0052cc
        }

        .nav-position{
            margin-top: -80px;
        }

        .motto-logo {
            height: 40px;
            width: auto;
        }

        .header-right {
            padding: 45px 10px 0px 0px;
            display: flex;
            justify-content: flex-end;
            gap: 20px;
            align-items: center;
        }
        .search-box {
            display: flex;
        }
        .search-box input {
            width: 150px;
            height: 20px;
            font-size: 12px;
            padding: 0 8px;
            border: none;
            border-radius: 3px 0 0 3px;
            outline: none;
        }
        .search-box button {
            height: 20px;
            width: 28px;
            background: #fff;
            border: none;
            border-radius: 0 3px 3px 0;
            cursor: pointer;
        }
        .lang-switch {
            color: #fff;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* 导航菜单 */
        nav {
            #background-color: #fff;
            #box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .nav-menu-background{
            #background: url("../image/导航栏.png") no-repeat;
            #background-size: cover;
            #background-color: #103a84;
            #background: #0052cc;
            height: 70px;
            margin-top: 20px;
        }

        .nav-menu-logo{
            width: 600px;
            float: left;
        }

        .nav-menu-logo-zbc{
            position: absolute;
            top: 20px;
            left: 6vw;
            width: 300px;
            height: 80px;
        }

        .header-logo2{
            margin-left: 2vw;
            width: 550px;
            height: 60px;
        }

        .nav-menu-width{
            #width:calc(100% - 600px);
            width:100%;
            #padding-top: 100px;
            margin: 0px auto;
            float: left;
            z-index: 1000;
        }

        .nav-menu {
            width: 100%;
            margin: 0 auto;
            list-style: none;
            display: flex;
            gap: 1px;
        }

        .nav-menu-top-li{
            margin-left: 150px;
        }

        .nav-menu li {
            width: 15%;
            line-height: 20px;
            padding: 10px 0px;
            text-align: center;
            cursor: pointer;
            float: left;
            transition: all 0.3s;
        }

        .nav-menu li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 1rem;
            font-weight: bold;
            padding: 10px 15px;
            transition: all 0.3s ease;
            position: relative;
        }
        .nav_level a{
            font-weight: normal !important;
            font-size: 0.9rem !important;
        }
        .nav-menu li:hover {
            background-color: rgba(44, 80, 158, 0.75);
        }
        /* 二级栏目 */
        .nav_level {
            display: none;
            position: absolute;
            z-index: 500;
            background-color: rgba(44, 80, 158, 0.75);
        }
         .nav_level ul {
            width: 137.3px;
            list-style: none;
        }
        /* nav_level */
        .nav_level ul li{
            width: 100%;
            height: 38px;
            line-height: 19px;
        }
        .nav_level ul li a{
            color: white;
        }
        .nav_level ul li a:hover{
             color: #f0f5ff;;
         }
        .nav-menu li:hover .nav_level {
            display: block;
        }
        .nav-menu ul li:hover{
            background-color: #0161ad;
        }
        /* 移动端菜单按钮 */
        .hamburger {
            display: none;
            position: absolute;
            top: 6px;
            right: 20px;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 10px;
            transition: all 0.3s ease;
        }


		.yinxian_vi div img{
			width: 100%;
			height: 100%;
		}

        .hamburger:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .hamburger .line {
            width: 30px;
            height: 3px;
            background: white;
            margin: 5px 0;
            border-radius: 3px;
            transition: all 0.3s ease;
        }

        /* 轮播图 */
        #Carousel {
            margin-top: 51px;
            width: 100%;
            height: 450px;
            background: url('../image/滚动栏底图.png') no-repeat;
            background-size: 100% 100%;
        }

        .slider-container {
            position: relative;
            top: 0;
            left: 2%;
            width: 96%;
            height: 450px;
            overflow: hidden;
        }

        .slider-wrapper {
            position: absolute;
            width: 500%;
            height: 100%;
            transition: transform 500ms ease;
            display: flex;
        }

        .slider-item {
            flex-basis: 100%;
            height: 100%;
        }

        .slider-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .slider-dots {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
        }

        .slider-dot {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: #fff solid 2px;
            margin: 0 10px;
            cursor: pointer;
        }

        .slider-dot.active {
            background-color: #fff;
        }

        .slider-prev,
        .slider-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            font-weight: bold;
            color: #333;
            background-color: transparent;
            border: none;
            cursor: pointer;
            outline: none;
            display: none;
        }

        .slider-prev {
            left: 20px;
        }

        .slider-next {
            right: 20px;
        }

        /* 主要内容区域 */
        /* .container {
            width: 100%;
        } */

        .main {
            width: 100%;
            #width: 1200px;
            margin: 30px auto;
            padding: 0px;
            border-radius: 5px;
        }

        .main-content {
            width: 80%;
            display: flex;
            justify-content: space-between;
            margin: 45px auto
        }

        .content-block {
            width: 100%;
            margin-bottom: 20px;
        }

        .content-block1-5{
            width: 38%;
            margin-bottom: 20px;
        }

        .content-block2 {
            width: 48%;
            margin-bottom: 20px;
        }

        .content-block2-5{
            width: 60%;
            margin-bottom: 20px;
        }

        .content-block3 {
            width: 32%;
            margin-bottom: 20px;
        }
        .content-block4{
            width: 25%;
            margin-bottom: 20px;
        }

        .block-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 2px solid #0161ad;
            #border-bottom: 4px solid #e0e0e0;
            margin-bottom: 15px;
        }

        .block-title {
            display: flex;
            align-items: center;
            #border-bottom: 5px solid #0161ad;
            #margin-bottom: -5px;
            padding-bottom: 10px;
        }

        .block-title h2 {
            font-size: 30px;
            color: #0161ad;
            font-weight: bold;
        }

        .block-title .en {
            font-size: 14px;
            color: #888;
            margin-left: 10px;
        }

        .dqgz-block-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            margin-top: 100px;
        }

        .dqgz-block-title {
            display: flex;
            align-items: center;
        }

        .dqgz-block-title h2 {
            font-size: 30px;
            color: #ffffff;
            font-weight: bold;
        }

        .more-link {
            color: #888;
            text-decoration: none;
            font-size: 14px;
        }

        .more-link:hover {
            text-decoration: none;
        }

        /* 新闻列表 */
        .news-list {
            list-style: none;
        }

        .news-list li {
            padding: 10px 0;
            border-bottom: 1px dashed #eee;
            display: flex;
            
        }

        .news-list li:last-child {
            border-bottom: none;
        }
        .news-list li .news-title{
            flex-grow: 1;
        }
   
        .news-list li .date {
            color: #888;
            font-size: 14px;
            min-width: 100px;
            text-align: right;
			flex-shrink:0;
        }

        .news-list2 {
            list-style: none;
        }

        .news-list2 li {
            padding: 7.5px 0;
            border-bottom: 1px dashed #eee;
            display: flex;

        }

        .news-list2 li:last-child {
            border-bottom: none;
        }
        .news-list2 li .news-title{
            flex-grow: 1;
        }

        .news-list2 li .date {
            color: #888;
            font-size: 14px;
            min-width: 100px;
            text-align: right;
            flex-shrink:0;
        }

        .news-title a {
            color: black;
        }

        /*.swiper-title{*/
            /*#background: #0161ad;*/
            /*margin-top: -360px;*/
            /*margin-left: calc(100% - 460px);*/
            /*#width: 50%;*/
            /*padding: 10px 20px 10px 0px;*/
            /*#color: white;*/
            /*font-size: 14px;*/
            /*height: 320px;*/
        /*}*/

        .swiper-title{
            background: #0161ad;
            margin-top: -8px;
            padding-left: 20px;
            color: white;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
        }

        .main-swiper{
            margin-bottom: 0px;
            margin-left: 50px;
            margin-right: 50px;
            width: 90%;
        }

        .swiper-blur{
            background-color: #1967e6;
            margin-top: -340px;
            margin-left: -100px;
            width: 600px;
            height: 320px;
        }

        .f-title{
            width: 100%;
            height: 40px;
            line-height: 40px;
            background-color: #0161ad;
            color: white;
            text-align: center;
            margin-top: -8px;
        }

        .date-badge {
            /* 核心：宽高固定 50px */
            width: 50px;
            height: 50px;
            background-color: #F5E1C8;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-family: Arial, sans-serif;
            margin-right: 10px;
        }

        .day {
            font-size: 20px;
            font-weight: bold;
            color: #0D47A1;
            line-height: 1;
        }

        .divider {
            width: 60%;
            height: 1px;
            background-color: #0D47A1;
            margin: 3px 0;
        }

        .month-year {
            font-size: 8px;
            color: #0D47A1;
        }

        .dqgz-div{
            display: flex;
            gap: 10px;
        }

        .dqgz-box {
            #flex: 1;
            flex-basis: 25%;
            border: 1px solid #f0f0f0;
            box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
            background: linear-gradient(150deg, #0052cc 1%, #ffffff);
        }

        .content-block4-dqgz{
            border: 1px solid #f0f0f0;
            box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
            background: linear-gradient(150deg, #0052cc 1%, #ffffff);
            width: 23%;
            margin-bottom: 20px;
        }

        .xsyj-div{
            display: flex;
            display: -ms-flexbox;
            gap: 10px;
        }

        .xsyj-box{
            flex: 1;
            border: 1px solid #f0f0f0;
            background: #fff;
            box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
        }

        .date-box{
            /*background: #105190;*/
            #border: 1px solid gray;
            background-color: #2c509e;
            color: #FFFFFF;
            width: 50px;
            height: 50px;
            text-align: center;
        }

        .date-box .date{
            color: white;
            font-size: 20px;
        }

        .date-box .yearmounth{
            color: white;
            font-size: 10px;
        }

        .s-title{
            font-size: 18px;
            color: #4668a8;
            padding: 0 15px;
        }

        .s-brief{
            font-size: 16px;
            color: black;
            padding: 0 15px;
            padding-bottom: 20px;
        }

        .xkjs-li {
            line-height: 48px
        }

        .timeblock {
            #background: url("../image/日期框.png") no-repeat;
            #background-size: 66px 66px;
            #text-align: center;
            padding: 10px;
        }
        .day {
            color: #0161ad;
            font-size: 15px;
            text-align: center;
        }
        .year {
            color: #0161ad;
            font-size: 15px;
            text-align: center;
        }

        .main-ztzl{
            background: url("../image/首页中间底纹.png") no-repeat;
            background-size: cover;
        }

        /* 印象广财 */
        .main_yinxian {
            width: 100%;
            margin-bottom: 20px;
        }

        .yinxian_vi {
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .yinxian_vi div {
            width: 48%;
            height: 160px;
            margin-bottom: 10px;
            #background-color: #2c5aa0;
        }

        /* 教师风采 */
        .teacher-feature {
            width: 100%;
            height: 280px;
            display: flex;
            margin-top: 20px;
        }

        .teacher-img {
            /*width: 50%;*/
            height: 280px;
        }

        .teacher-img img {
            width: 100%;
            height: 100%;
        }

        .teacher-info {
            width: 50%;
            /* padding-top: 30px; */
            padding: 30px 5%;
        }

        .teacher-info p {
            color: #666;
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 1.6;
        }

        .read-more {
            color: #28a4c9;
            text-decoration: none;
            font-size: 14px;
            float: right;
            margin-top: 10px;
        }

        /* 友情链接 */
        .friend-links {
            width: 100%;
            display: flex;
            margin-top: 15px;
        }

        .link-group {
            flex: 1;
            min-width: 200px;
        }

        .link-group ul {
            list-style: none;
        }

        .link-group li {
            width: auto;
            padding: 0px 15px;
            line-height: 25px;
            height: 25px;
            margin-bottom: 8px;
            float: left;
            text-align: center;
            border-right: 0px solid #888888;
        }

        .link-group .la a {
            color: #1a3a6c;

        }

        .link-group a {
            color: #555;
            text-decoration: none;
            font-size: 16px;
        }

        .link-group a:hover {
            color: #ff6b00;
            text-decoration: underline;
        }

        /* 页脚 */
        footer {
            width: 100%;
            background: url("../image/页尾背景.png") no-repeat;
            background-size: 100% 100%;
            color: white;
            #padding: 10px 50px 100px 50px;
            padding: 20px auto;
            #margin-top: 30px;
            display: block;
        }

        /* 页脚logo */
        .footer_content {
            #float: left;
            #text-align: left;
        }
        .footer_logo {
            float: left;
            margin-left: 5vw;
        }
        .footer_logo img {
            width: auto;
            height: 60px;
        }

        .footer_text {
            width: 100%;
            padding: 30px 0px;
        }

        .footer_text h4 {
            margin-bottom: 5%;
        }

        .footer_text p {
            font-size: 14px;
            line-height: 25px;
        }

        .footer_describe{
            width: 100%;
            float: left;
            margin-left: 5vw;
        }

        footer .footer_p {
            display: none;
            width: 100%;
            line-height: 15px;
            text-align: center;
            color: #fff;
            float: left;
            bottom: 20px;
            position: absolute;
        }

        footer .ew {
            width: 18%;
            /* margin-left: 25%; */
        }

        footer .ew img {
            width: 100%;
            height: auto;
        }

        .footer-content-left {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .footer-content-left a {
            display: block;
            max-height: 60px;
        }
        .footer-content-left span,
        .footer-content-left img {
            display: inline-block;
        }
        .footer-content-left img {
            height: 60px;
        }
        .footer-content-left span {
            margin-top: 18px;
            font-size: 14px;
            color: #ffffff;
        }

        .brief2 {
            width: 100%;
            margin: 20px auto;
            padding: 30px;
            border: 1px solid #ccc
        }
        /* 简介 */
        .brief {
            width: 80%;
            margin: 40px auto;
            padding: 30px;
            border: 1px solid #ccc;
            border-top: 3px solid #0161ad;
        }

        .brief h1 {
            width: 100%;
            color: #333333;
            text-align: center;
        }

        .brief-leader {
            width: 80%;
            margin: 40px auto;
            padding: 30px;
            border: 1px solid #ccc;
            border-top: 3px solid #0161ad;
            text-indent: 0px;
        }

        .brief-leader h1 {
            width: 100%;
            color: #333333;
            text-align: center;
        }

        .brief_ul {
            width: 80%;
            margin: 15px auto;
            list-style: none;
            display: flex;
        }

        .brief_ul li {
            width: 20%;
            font-size: 14px;
            color: gray;
            text-align: center;
        }

        .brief p {
            text-indent: 2em;
            font-size: 18px;
            margin: 10px 0;
        }

        .info-public{
            color: #ecb812;
        }



        .panel {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid transparent;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default {
            border-color: #ddd;
        }

        .panel-default>.panel-heading {
            color: #333;
            background-color: #f5f5f5;
            border-color: #ddd
        }

        .panel-heading {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .panel-title {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 16px;
            color: inherit;
        }

        .panel>.list-group, .panel>.panel-collapse>.list-group {
            margin-bottom: 0;
        }

        .panel>.list-group, .panel>.panel-collapse>.list-group> li {
            list-style: none;
        }

        .panel>.list-group, .panel>.panel-collapse>.list-group> a {
            color: #337ab7;
            text-decoration: none;
        }

        .list-group {
            padding-left: 0;
            margin-bottom: 20px;
        }

        .file-download-size {
            color: gray;
            background-color: #dddddd;
            height: 20px;
            width: 43px;
            display: inline-block;
            padding: 1px 2px;
            font-size: 12px;
            margin: 0px 5px;
            vertical-align: middle;
        }

        .file-download-icon {
            display: inline-block;
            height: 20px;
            width: 55px;
            font-size: 12px;
            font-weight: bolder;
            line-height: 20px;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            border-radius: 0.25em;
            background-color: #5bc0de;
            vertical-align: middle;
        }

        .slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            max-height: 470px
        }
        .content-block2-5 .bx-wrapper{
            margin: 0 auto 0;
        }

        .list-date-box{
            margin-left: 50px;
            width: 50px;
        }

        .xyxw_dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #3478f6;
            flex-shrink: 0;
            margin-top: 9px;
        }

        .swiper-news-date {
            font-size: 20px;
            color: #888888;
        }
        .swiper-news-title {
            margin-top: 20px;
            font-size: 44px;
            color: #222222;
            line-height: 1.4;
            font-weight: bolder;
        }
        .swiper-detail-btn {
            padding: 10px 20px;
            border-radius: 10px;
            background-color: #1967e6;
            color: #fff;
            border: none;
            font-size: 22px;
            cursor: pointer;
        }

        .xyxw-header-block {
            width: 100%;
            margin-bottom: -32px;
        }

        .xyxw-header-div {
            background: url('../image/标题名背景.png') no-repeat;
            background-position: 20px 0;
            line-height: 100px;
        }

        .xyxw-header-div-yx {
            float: left;
            margin-top: -100px;
            width: 100%;
            text-align: center;
        }

        .xyxw-header-img-yx{
            height: 70px;
        }

        .xyxw-header-img-yx-one{
            display: none;
        }

        .xyxw-img-div{
            width: 50%;
            height: 380px;
            box-shadow: -110px 10px 5px rgba(1, 97, 173, 0.5);
        }

        .tztg-header-block {
            width: 100%;
            text-align: center
        }

        .tztg-header-div {
            background: url('../image/标题名背景.png') no-repeat;
            background-position: center;
            line-height: 100px;
        }

        .tztg-header-span-big {
            font-size: 38px;
            font-weight: bold;
            color: #0161ad;
        }

        .tztg-header-span-small{
            font-size: 30px;
            font-weight: bold;
            color: #000000;
        }

        .tztg-card-wrap {
            display: flex;
            flex-wrap: wrap; /* 空间不足自动换行 */
            #gap: 20px; /* 卡片行列间距 */
            padding: 10px;
            #float: left;
        }
        /* 卡片宽度：3等分，减去gap间距 */
        .tztg-news-card {
            #flex: 1 1 calc(33.333% - 20px);
            width: 30%;
            margin: 20px auto;
            min-width: 280px; /* 手机最小宽度，自动变成1列 */
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 30px 25px;
            background: #fff;
            /* 关键：垂直弹性布局 */
            display: flex;
            flex-direction: column;
            /* 给卡片最小高度，保证所有卡片等高，视觉统一 */
            min-height: 240px;
        }
        .tztg-card-date {
            color: #888;
            font-size: 16px;
            margin-bottom: 16px;
        }
        .tztg-card-title {
            font-size: 18px;
            color: #333;
            line-height: 1.6;
            /* 标题区域自动占满剩余空间，把链接挤到下方 */
            flex-grow: 1;
        }
        .tztg-card-link {
            text-align: right;
            /* 关键：上边距自动，紧贴卡片底部 */
            margin-top: auto;
            padding-top: 20px;
        }
        .tztg-card-link a {
            color: #2168e3;
            font-size: 18px;
            text-decoration: underline;
        }

        .tztg-detail-link {
            font-size: 18px;
            color: #0f47b8; /* 文字深蓝色匹配图片 */
            text-decoration: underline;
            /* 浅蓝色渐变底部底色 */
            background: linear-gradient(to bottom, transparent 60%, #b3d1ff 60%);
            padding: 2px 4px;
            text-underline-offset: 3px;
        }

        .index-box-background {
            background: url('../image/网页背景.jpg') no-repeat;
            background-attachment: scroll;
            font-size: 18px;
            z-index: 900;
        }

        .index-xyxw-background {
            background: url('../image/背景蓝.png') no-repeat;
            background-position: top left;
            background-size: 46% 80%;
        }

        .index-dqgz-background{
            background: url('../image/党群工作背景.png') no-repeat;
            margin-top: -100px;
        }

        .index-xsyj-background {
            background: url('../image/学术研究背景.png') no-repeat;
        }

        .index-swiper-div{
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100vh;
        }

        .slide-image{
            width: 100%;
            height: 100vh;
            object-fit: fill;
        }

        .other-content{
            margin-top: 120px;
        }

        .news-data-left{
            border-radius: 10px;
            background-color: transparent;
            overflow: hidden;
        }
        .news-data-content-top {
            width: 100%;
            height: 18vw;
            overflow: hidden;
            position: relative;
        }
        .news-data-content-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }
        .news-data-left-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            height: 100%;
        }
        .news-data-content-bottom {
            display: flex;
            flex-direction: column;
            #padding: 40px 0;
            background-color: #ffffff;
            justify-content: center;
        }
        .news-data-content-border {
            border-left: 16px solid #a9cffc;
            padding: 0 20px 0 38px;
        }
        .brief-content {
            position: relative;
            line-height: 2;
            max-height: 4em; /* 精确设置高度为两行 */
            font-weight: 400;
            font-size: 16px;
            color: #6a6868;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* 限制最多显示两行 */
            -webkit-box-orient: vertical;
        }

        .news-data-content-title h1 {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin: 10px 0;
        }

        .news-item-date {
            font-weight: bold;
            font-size: 14px;
            color: #ffffff;
            padding: 6px 16px;
            background-color: #3b8dff;
            border-radius: 22px;
        }
        .news-item {
            display: flex;
            align-items: center;
            border-bottom: 1px dashed #707070;
            padding: 22px 0 !important;
            transition: all 0.3s ease;
        }
        .news-item:nth-child(1) {
            padding: 0px 0 20px 0;
        }
        .news-item h2 {
            font-weight: 500;
            font-size: 18px;
            margin-left: 16px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .a-link {
            text-decoration: none;
            color: inherit;
            width: 100%;
            display: block;
        }
        .a-link:hover .news-item {
            margin-left: 20px;
            color: #0d5fc2;
            border-bottom: 1px dashed #3e9ef9;
        }



        [data-info-content] img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
            object-fit: contain;
            object-position: center;
        }

        @media(max-width: 600px) {
            .slide img {
                max-height: 470px
            }
        }

        /* 响应式设计 */
        @media (max-width: 600px) {
            #box {
                width: 100%;
            }

            .container {
                width: 100%;
            }

            .container2 {
                width: 100%;
            }

            header {
                height: 70px;
                #padding: 15px 5px;
            }

            .header-logo{
                padding-top: 15px;
                padding-left: 5px;
                margin-top: 0px;
                display: block;
            }

            .header-top {
                margin: 0 auto;
                height: 70px;
                background:  #0052cc;
                padding: 5px 0;
            }

            .header-top img {
                height: 48px;
            }

            .nav-position{
                margin-top: -20px;
            }

            .header-right {
                display: none;
            }

            .en-href{
                color: white;
                font-size: 12px;
            }

            .nav-menu-logo{
                #display: none;
            }

            .nav-menu-logo-zbc{
                display: none;
            }

            .nav-menu-background{
                height: 0px;
            }

            /* 导航栏模块 */
            .nav-menu {
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                backdrop-filter: blur(10px);
                flex-direction: column;
                align-items: center;
                gap: 0;
                clip-path: circle(0px at top right);
                transition: clip-path 0.6s ease-in-out;
                z-index: 1000;
            }

            .nav-menu-width{
                margin-top: 0px;
            }

            .nav-menu-top-li{
                margin-left: 0px;
            }

            nav .nav-menu li {
                width: 100%;
                display: block;
                line-height: 52px;
            }

            nav .nav-menu li {
                background: rgba(0, 0, 0, 0.5);
            }

            .nav-menu.open {
                clip-path: circle(1500px at top right);
            }

            .hamburger {
                display: block;
                z-index: 200;
            }

            .hamburger.active .line:nth-child(1) {
                transform: translateY(8px) rotate(45deg);
            }

            .hamburger.active .line:nth-child(2) {
                opacity: 0;
            }

            .hamburger.active .line:nth-child(3) {
                transform: translateY(-8px) rotate(-45deg);
            }
            /* 二级栏目 */
            .nav-menu li:hover .nav_level{
                display: none;
            }
            /* 轮播图 */
            #Carousel {
                margin-top: 0;
                height: 200px;
            }

            .slider-container {
                left: 0;
                width: 100%;
                height: 100%;
            }

            .main {
                width: 100%;
                margin: 5px auto;
                /* background-color: #e0e7ff; */
            }

            /* 标题 */
            .main_yinxian {
                width: 95%;
                margin: 0 auto;
            }

            /* 内容区域 */
            .main-content {
                width: 95%;
                margin: 0 auto;
                display: block;
            }

            /* 印象广财 */
            .yinxian_vi div {
                height: 125px;
            }

            /* 教师风采 */
            .teacher-feature {
                height: 180px;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .teacher-img {
                height: 100%;
            }

            .teacher-info {
                padding: 0;
            }

            .teacher-info h3 {
                font-size: 18px;
            }

            /* 友情链接 */
            .link-group li {
                width: 100%;
                text-align: center;
            }

            /* 底部 */
            footer {
                margin-top: 0;
                padding: 20px 20px 40px 20px;

            }

            .footer_logo img {
                height: 33px;
            }

            footer .ew {
                width: 20%;
                margin-left: 12%;
            }

            .footer_text {
                display: block;
            }

            footer .footer_p {
                font-size: 6px;
                display: block;
                bottom: 5px;
            }

            .footer_text p {
                font-size: 12px;
                line-height: 50px;
            }

            .content-block {
                width: 100%;
            }

            .content-block1-5{
                width: 100%;
            }

            .content-block2 {
                width: 100%;
            }

            .content-block2-5{
                width: 100%;
            }

            .content-block3 {
                width: 100%;
            }

            .content-block4 {
                width: 100%;
            }

            /* 走进财院 */
            .filter-group {
                width: 100%;
                margin-bottom: 20px;
            }

            .search-button button {
                margin: 0 auto;
                padding: 10px 20px;
                gap: 0;
            }

            /* 招生信息 */
            .brief_ul li {
                font-size: 4px;
            }
            .list-date{
                min-width: 50px;
            }
            .list-date-box{
                margin-left: 0px;
                width: 50px;
            }

            .brief{
                width: 100%;
                margin: 0px auto;
            }

            .dqgz-div{
                 flex-direction: column;
             }

            .xsyj-div{
                flex-direction: column;
            }

            .xkjs-li {
                line-height: 26px
            }


            .xyxw-header-div-yx{
                display: none;
            }

            .xyxw-header-img-yx-one{
                display: block;
                height: 40px;
                margin: 0 auto;
            }

            .content-block4-dqgz{
                width: 100%;
            }

            .dqgz-block-header{
                margin-top: 0px;
            }

            .hide-content{
                display: block;
                top: 0px;
            }

            .xyxw-img-div{
                width: 100%;
            }

            .swiper-title{
                display: none;
            }

            .index-swiper-div{
                position: static;
                width: 100%;
                height: 200px;
            }

            .slide-image{
                width: 100%;
                height: 200px;
                object-fit: fill;
            }

            .other-content{
                margin-top: 0px;
            }

            .news-data-content-top {
                height: 45vw !important
            }

        }