 @layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            }
            .transition-all {
                transition: all 0.3s ease;
            }
            .hover-scale {
                transition: transform 0.3s ease;
            }
            .hover-scale:hover {
                transform: scale(1.03);
            }
			.footer-grid {
                display: grid !important;
                visibility: visible !important;
                opacity: 1 !important;
            }
			@media (max-width: 767px) {
                .footer-company-info,
                .footer-quick-links,
                .footer-services,
                .footer-contact,
                .footer-links {
                    display: none !important;
                }
            }
        }



	
/*
* ----------------------------------------------------------------------------
* 分页样式
* ----------------------------------------------------------------------------
*/
.ceo-margin-small-top-s {
	margin-top:0px!important
}
.fenye {
    
}
.prev,.next {
    
}
.ceo-page-img img {
	width:100% !important
}
.fenye a {
	background:#fff;
	display:inline-block;
	padding:7px 15px;
	border-radius:4px;
	margin:0 3px;
	color:#666;
	border:1px solid var(--border-color)
}
.fenye span {
	background:#fff;
	display:inline-block;
	padding:7px 15px;
	border-radius:4px;
	margin:0 3px;
	color:#666;
	border:1px solid var(--border-color)
}
.fenye .current {
	background-color:#3385ff;
	background-image:-webkit-gradient(linear,left top,right top,from(#006eff),to(#13adff));
	background-image:-webkit-linear-gradient(left,#006eff,#13adff);
	background-image:-o-linear-gradient(left,#006eff 0,#13adff 100%);
	background-image:linear-gradient(90deg,#006eff,#13adff);
	-webkit-box-shadow:0 5px 10px 0 rgba(16,110,253,.3);
	box-shadow:0 5px 10px 0 rgba(16,110,253,.3);
	color:#fff;
	border:none;
	transition:all .3s
}
.fenye .current:hover {
	border:none!important;
	-webkit-box-shadow:0 5px 10px 0 rgba(16,110,253,.3)!important;
	box-shadow:0 5px 10px 0 rgba(16,110,253,.3)!important
}
.fenye .page-numbers:hover {
	border:1px solid var(--border-color);
	transform:translateY(-3px);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.05);
	box-shadow:0 0 10px rgba(0,0,0,.05)
}
/* 新闻详情 */
        .sticky-sidebar {
            position: fixed;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: 1000;
        }
        .sidebar-item {
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 2px;
            background: #0056b3;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .sidebar-item:hover {
            width: 160px;
            background: #003366;
        }
        .sidebar-item span {
            display: none;
            margin-left: 10px;
        }
        .sidebar-item:hover span {
            display: inline;
        }
        .mobile-bottom {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            display: flex;
            z-index: 1000;
        }
        @media (min-width: 768px) {
            .mobile-bottom {
                display: none;
            }
        }
        .mobile-btn {
            flex: 1;
            padding: 15px;
            text-align: center;
            color: white;
            font-weight: bold;
        }
        .mobile-call {
            background: #e63946;
        }
        .mobile-chat {
            background: #0056b3;
        }
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1001;
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }
        .close-modal {
            position: absolute;
            top: 20px;
            right: 20px;
            color: white;
            font-size: 30px;
            cursor: pointer;
        }
        .news-content img {
            max-width: 100%;
            height: auto;
            margin: 20px 0;
            border-radius: 8px;
        }
        .news-content p {
            margin-bottom: 16px;
            line-height: 1.8;
        }
        .news-content h2 {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 24px 0 16px;
        }
        .news-content h3 {
            font-size: 1.25rem;
            font-weight: bold;
            margin: 20px 0 16px;
        }
        .news-content ul, .news-content ol {
            margin: 16px 0 16px 24px;
        }
        .news-content ul {
            list-style-type: disc;
        }
        .news-content ol {
            list-style-type: decimal;
        }
        .news-content li {
            margin-bottom: 8px;
        }
        .news-content a {
            color: #0056b3;
            text-decoration: underline;
        }
        .news-content a:hover {
            color: #003366;
        }
        .share-icon {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f3f4f6;
            color: #333;
            border-radius: 50%;
            margin-right: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .share-icon:hover {
            background: #0056b3;
            color: white;
        }
        
        
        
