
 
     
 
        .search-box {
            position: relative;
            max-width: 500px;
            margin: 0 auto;
        }
 
        .search-input {
            width: 100%;
            padding: 15px 50px 15px 20px;
            border-radius: 5px;
            border: none;
            outline: none;
            font-size: 14px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
 
        .search-btn {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: var(--text-light);
            font-size: 18px;
            cursor: pointer;
            padding: 10px 15px;
        }
 
        /* 内容区域 */
        .content-section {
            padding: 60px 0;
            background-color: #fff;
        }
 
        .section-header {
            margin-bottom: 40px;
            position: relative;
            padding-left: 15px;
        }
 
        .content-section .section-title {
            
			background:url(../img/aboutico.png) left top no-repeat;
        }
 
        
 
        /* 新闻列表样式 */
        .news-item {
            background: white;
            margin-bottom: 2rem;
            border-bottom: 1px solid var(--border-color);
            transition: transform 0.3s ease;
        }
  .news-item .row>div{margin-top:0px;}
  
        .news-item:hover {
            transform: translateY(-5px);
        }
 
        .news-image-wrapper {
            overflow: hidden;
            position: relative;
        }
 
        .news-image {
            width: 100%;
            height: 100%;
        }
 
 
        .news-date-badge {
            padding: 15px 1.5rem;
            text-align: center;
            position:relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
            min-width: 120px;
        }
        .date-day {
            font-size: 1.5rem;
            font-weight: bold;
            color: var(--text-dark);
            line-height: 1;
        }
 
        .date-month {
            font-size: 1rem;
            color: var(--text-light);
            padding-top: 0.8rem;
			border-bottom:2px solid #D3A562;
			padding-bottom:0.4rem;
        }
 
        .news-content {
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
			position:relative;
        }
		.news-content:after{content:"";width:3px;height:50%;top:25%;position:absolute;right:0px;background:#D3A562;display:block;}
		.news-content.wuru:after{display:none;}
		.newsp4{padding:1rem;}

        .news-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 12px;
            line-height: 1.4;
            text-decoration: none;
            display: block;
            transition: color 0.3s;
        }
 		.news-title a{text-decoration:none;color:#333;}
        .news-title a:hover {
            color: #D3A562;
        }
 
        .news-excerpt {
            font-size: 0.95rem;
            color: var(--text-light);
            line-height: 1.8;
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
 .fabu{color:#666;margin-top:1rem;font-size:0.9rem;}
      
 
        /* 加载动画 */
        .fade-in {
            animation: fadeIn 0.8s ease-in;
        }
 
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
 
        /* 分页样式预留 */
        .pagination-wrapper {
            margin-top: 50px;
            text-align: center;
        }
 
        .page-link {
            color: #333;
            border: 1px solid #ccc;
            margin: 0 3px;
            border-radius: 5px;
            padding: 8px 15px;
        }
 
        .page-link:hover, .page-item.active .page-link {
            background-color: #D3A562;
            border-color: #D3A562;
            color: white;
        }
		
/*service*/

        /* 页面标题区 */
        .page-header {
            background-color: #fff;
            padding: 60px 0 30px;
            position: relative;
        }
 
        .page-title {
            font-size: 32px;
            font-weight: 600;
            color: var(--text-dark);
            position: relative;
            display: inline-block;
            padding-left: 15px;
        }
 
        .page-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 24px;
            background-color: var(--primary-color);
        }
 
        /* Hero区域 - 学生服务特色布局 */
        .hero-section {
            background-color: #fff;
            padding: 40px 0 80px;
            position: relative;
        }
		.hero-section_l {
            background:url(../img/xinwenbanner.png) left top no-repeat;
            padding: 80px 0 80px;
            position: relative;
        }
		.hero-section_l:after{position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:1;content:"";display:block;}
 		.hero-section_l h1{text-align:center;font-size:2rem;color:#fff;}
		.hero-section_l .hero-content{position:relative;z-index:2;}
        .service-hero-container {
            position: relative;
            margin: 0 auto;
            min-height: 450px;
        }
		.service-hero-container .col-lg-7{position:relative;z-index:2;}
 		.service-hero-container .row{position:relative;}
		.service-hero-container .yellowbg{width:70%;position:absolute;right:0px;bottom:-10%;background:#D3A562;z-index:1;height:100%;}
        .service-image-wrapper {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }
 
 
 
 
 
        .service-image-wrapper img {
            width: 100%;
         	height:90%;
           
        }
 
        .service-content-card {
            position: absolute;
            right: 10%;
            top: 28%;
            width: 55%;
            background-color:#fff;
            color: #333;
            padding: 20px;
            z-index: 2;
        }
 
        .service-content-card h2 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 1.4;
        }
 
        .service-content-card p {
            font-size: 14px;
            line-height: 1.8;
            opacity: 0.95;
            margin-bottom: 25px;
            text-align: justify;
        }
 
        .btn-primary-custom {
            background-color: #D3A562;
            border: 2px solid white;
            color: white;
            padding: 10px 35px;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }
 
        .btn-primary-custom:hover {
           
            transform: translateY(-2px);
        }
		
		
	  /* 响应式调整 */
        @media (max-width: 991.98px) {
           .service-hero-container .offset-md-3{margin-left:0px !important;}
            
            .hero-title {
                font-size: 28px;
            }
 
            .news-date-badge {
                min-width:100px;
                padding: 10px;
            }
 
            .date-day {
                font-size: 26px;
            }
 
            .news-image-wrapper {
                height: 220px;
            }
        }
 
        @media (max-width: 767.98px) {
            .hero-section {
    background-color: #fff;
    padding: 0px 0 80px;
    position: relative;
}
.section-header{padding-left:0px;}
            .hero-title {
                font-size: 24px;
                margin-bottom: 20px;
            }
 
          
            .news-item {
                margin-bottom: 30px;
            }
 
            .news-image-wrapper {
                height: 200px;
                margin-bottom: 15px;
            }
 
          
            .date-day {
                font-size: 24px;
            }
 
            .date-month {
                font-size: 12px;
                margin-top: 5px;
            }
 
            .news-content {
                padding: 1rem;
            }
 
            .news-title {
                font-size: 18px;
            }
 .news-content:after{display:none;}
            .nav-link {
                font-size: 13px;
                margin: 0 5px;
            }
        }
 
        /* 服务列表区域 */
        .services-section {
            background-color: var(--bg-light);
            padding: 80px 0;
        }
 
       
 
        
 
        .service-item {
            text-align: center;
            padding: 30px 20px;
            background: white;
            border-radius: 8px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid transparent;
        }
 
        .service-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            border-color: var(--primary-color);
        }
 
        .service-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 20px;
            background-color: #F5F5F5;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: var(--primary-color);
            position: relative;
            transition: all 0.3s;
        }
 
        .service-item:hover .service-icon {
            background-color: var(--primary-color);
            color: white;
        }
 
        .service-icon i {
            font-size: 28px;
        }
 
        .service-item h3 {
            font-size: 16px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 12px;
        }
 
        .service-item p {
            font-size: 13px;
            color: var(--text-light);
            line-height: 1.7;
            text-align: left;
        }
 
        /* 响应式调整 */
        @media (max-width: 991px) {
            .service-content-card {
                position: relative;
                right: auto;
                top: auto;
                width: 100%;
                margin-top: -50px;
                z-index: 3;
            }
            
            .service-image-wrapper {
                height: 350px;
            }
            
            .service-hero-container {
                min-height: auto;
            }
        }
 
        @media (max-width: 767px) {
            .page-header {
                padding: 40px 0 20px;
            }
            
            .page-title {
                font-size: 24px;
            }
            
            .service-image-wrapper {
                height: 280px;
            }
            
            .service-content-card {
                padding: 30px 25px;
                margin-top: -30px;
            }
            
            .service-content-card h2 {
                font-size: 20px;
            }
            
            .services-section {
                padding: 50px 0;
            }
            
           
            .service-item {
                padding: 25px 15px;
            }
            
            .navbar-collapse {
                background-color: white;
                padding: 20px;
                margin-top: 15px;
                border-radius: 8px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }
            
            .nav-link {
                padding: 10px 0 !important;
                border-bottom: 1px solid #f0f0f0;
            }
        }
 
        @media (max-width: 576px) {
            .service-icon {
                width: 60px;
                height: 60px;
                font-size: 24px;
            }
            
            .service-icon i {
                font-size: 24px;
            }
        }
		
/*活动*/
/* 通用标题样式 */
     
 
 
        /* 主要内容区域 */
        .campus-section {
            padding: 60px 0;
        }
 
        /* 环境图片网格布局 */

        .env-item {
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            height: 100%;
            min-height: 250px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
 
        .env-item:hover {
            transform: translateY(-5px);
        }
 
        .env-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
 
        .env-item:hover img {
            transform: scale(1.05);
        }
 
        .env-item.large {
            height: 100%;
        }
 
        @media (max-width: 768px) {
            .env-item.large {
                height: 300px;
                margin-bottom: 15px;
            }
        }
 
        .env-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            color: white;
            padding: 20px;
            font-size: 18px;
            font-weight: 500;
        }
 
        /* 活动卡片区域 */
        .activities-section {
            background-color: var(--bg-light);
            padding: 60px 0;
        }
 
        .activity-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid transparent;
        }
 
        .activity-card:hover {
            box-shadow: 0 10px 25px rgba(211,165,98,0.15);
            border-color: var(--primary-color);
            transform: translateY(-5px);
        }
 
        .activity-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }
 
        .activity-card .card-body {
            padding: 20px;
        }
 
        .activity-card h5 {
            font-size: 18px;
            font-weight: 600;
            color: var(--text-color);
            margin-bottom: 10px;
        }
 
        .activity-card p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 0;
        }
 
        /* 响应式调整 */
        @media (max-width: 991px) {
           
            
            .env-item.large {
                height: 350px;
            }
        }
 
        @media (max-width: 767px) {
            .campus-section {
                padding: 40px 0;
            }
 
            .activities-section {
                padding: 40px 0;
            }
 
        
 
            .activity-card img {
                height: 200px;
            }
 
            .env-item {
                min-height: 200px;
            }
        }
 


.bgf7{background:#f7f7f7;}