توقیف محموله بزرگ سیگار قاچاق در نیریز توسط پلیس|1404
کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق در خفر
خلاصه: کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق جزئیات عملیات کشف ارزش مالی سیگارهای کشف شده سرنوشت راننده متخلف سرهنگ مرتضی رمضانی، جانشین فرمانده انتظامی شهرستان ن...
کلمات کلیدی: هزار, سیگار, قاچاق, ارزش, راننده
کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق
سرهنگ مرتضی رمضانی، جانشین فرمانده انتظامی شهرستان نیریز، از کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق در این منطقه خبر داد.
جزئیات عملیات کشف
وی با اعلام این خبر به خبرنگار خبرگزاری پلیس اظهار داشت: مأموران انتظامی شهرستان در حین کنترل وسایل نقلیه عبوری در محورهای مواصلاتی، به یک دستگاه اتوبوس مظنون شدند و جهت بررسی بیشتر آن را متوقف کردند.
ارزش مالی سیگارهای کشف شده
سرهنگ رمضانی افزود: در جریان بازرسی از این وسیله نقلیه، تعداد ۲۷ هزار و ۶۰۰ نخ سیگار خارجی قاچاق کشف و ضبط شد. به گفته وی، کارشناسان ارزش این اقلام مکشوفه را حدود دو میلیارد ریال برآورد کردهاند.
سرنوشت راننده متخلف
راننده اتوبوس پس از تشکیل پرونده، به مراجع قضایی معرفی شد.
کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق در خفر
کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق جزئیات عملیات کشف ارزش مالی سیگارهای کشف شده سرنوشت راننده متخلف سرهنگ مرتضی رمضانی، جانشین فرمانده انتظامی شهرستان ن...
کلیک روی "مشاهده کامل" برای مشاهده نسخه تعاملی
کد منبع:
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Vazir', 'IRANSans', 'Tahoma', sans-serif;
background: #000000;
min-height: 100vh;
position: relative;
overflow-x: hidden;
}
/* Background Animation */
.bg-particles {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
}
.particle {
position: absolute;
width: 4px;
height: 4px;
background: #ffd700;
border-radius: 50%;
opacity: 0;
animation: float 15s infinite;
}
@keyframes float {
0% {
opacity: 0;
transform: translateY(100vh) scale(0);
}
10% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
transform: translateY(-100vh) scale(1.5);
}
}
/* Main Container */
.main-container {
position: relative;
z-index: 1;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.news-wrapper {
max-width: 1000px;
width: 100%;
background: linear-gradient(145deg, #1a1a1a 0%, #0a0a0a 100%);
border: 2px solid transparent;
border-image: linear-gradient(45deg, #ffd700, #ffed4e, #ffd700) 1;
border-radius: 20px;
padding: 50px;
position: relative;
overflow: hidden;
box-shadow:
0 0 50px rgba(255, 215, 0, 0.3),
inset 0 0 30px rgba(255, 215, 0, 0.1);
animation: glow 3s ease-in-out infinite alternate;
}
@keyframes glow {
from {
box-shadow:
0 0 30px rgba(255, 215, 0, 0.3),
inset 0 0 20px rgba(255, 215, 0, 0.1);
}
to {
box-shadow:
0 0 60px rgba(255, 215, 0, 0.5),
inset 0 0 40px rgba(255, 215, 0, 0.2);
}
}
/* Gold Corner Decorations */
.corner-decoration {
position: absolute;
width: 100px;
height: 100px;
border: 3px solid #ffd700;
}
.corner-decoration.top-left {
top: 20px;
left: 20px;
border-right: none;
border-bottom: none;
}
.corner-decoration.top-right {
top: 20px;
right: 20px;
border-left: none;
border-bottom: none;
}
.corner-decoration.bottom-left {
bottom: 20px;
left: 20px;
border-right: none;
border-top: none;
}
.corner-decoration.bottom-right {
bottom: 20px;
right: 20px;
border-left: none;
border-top: none;
}
/* Breaking News Badge */
.breaking-badge {
background: linear-gradient(45deg, #ffd700, #ffed4e);
color: #000;
padding: 10px 30px;
border-radius: 50px;
display: inline-flex;
align-items: center;
gap: 10px;
font-weight: bold;
font-size: 16px;
margin-bottom: 30px;
box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
animation: pulse-gold 2s ease-in-out infinite;
}
@keyframes pulse-gold {
0%, 100% {
transform: scale(1);
box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
}
50% {
transform: scale(1.05);
box-shadow: 0 5px 30px rgba(255, 215, 0, 0.8);
}
}
.siren-light {
width: 20px;
height: 20px;
background: #ff0000;
border-radius: 50%;
animation: flash 0.5s ease-in-out infinite alternate;
}
@keyframes flash {
from { opacity: 0.3; }
to { opacity: 1; }
}
/* Typography */
h2 {
color: #ffd700;
font-size: 2.8rem;
margin-bottom: 40px;
line-height: 1.5;
text-shadow:
0 0 20px rgba(255, 215, 0, 0.8),
0 0 40px rgba(255, 215, 0, 0.5);
animation: fadeInScale 1s ease-out;
}
@keyframes fadeInScale {
from {
opacity: 0;
transform: scale(0.9);
}
to {
opacity: 1;
transform: scale(1);
}
}
h3 {
color: #ffd700;
font-size: 1.8rem;
margin: 40px 0 20px 0;
display: flex;
align-items: center;
gap: 15px;
animation: slideInRight 0.8s ease-out;
}
@keyframes slideInRight {
from {
opacity: 0;
transform: translateX(-50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
h3::before {
content: '';
width: 40px;
height: 3px;
background: linear-gradient(90deg, transparent, #ffd700);
}
h3::after {
content: '';
flex: 1;
height: 1px;
background: linear-gradient(90deg, #ffd700, transparent);
}
/* Content */
.intro-text {
color: #fff;
font-size: 1.3rem;
line-height: 2;
margin-bottom: 30px;
padding: 20px;
background: rgba(255, 215, 0, 0.05);
border-right: 4px solid #ffd700;
border-radius: 5px;
animation: fadeInUp 0.8s ease-out 0.3s both;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.content-paragraph {
color: #e0e0e0;
font-size: 1.1rem;
line-height: 2.2;
margin-bottom: 25px;
animation: fadeInUp 0.8s ease-out 0.5s both;
}
.highlight {
color: #ffd700;
font-weight: bold;
text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
position: relative;
padding: 0 5px;
}
/* Stats Display */
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin: 50px 0;
animation: fadeInUp 0.8s ease-out 0.7s both;
}
.stat-card {
background: rgba(255, 215, 0, 0.1);
border: 2px solid #ffd700;
border-radius: 15px;
padding: 30px;
text-align: center;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
.stat-card:hover {
transform: translateY(-10px);
box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
background: rgba(255, 215, 0, 0.15);
}
.stat-card::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.3), transparent);
transform: rotate(45deg);
transition: all 0.5s;
opacity: 0;
}
.stat-card:hover::before {
animation: shine 0.5s ease;
}
@keyframes shine {
0% {
transform: rotate(45deg) translateY(-100%);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: rotate(45deg) translateY(100%);
opacity: 0;
}
}
.stat-icon {
font-size: 3rem;
margin-bottom: 15px;
animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.stat-number {
font-size: 2.5rem;
color: #ffd700;
font-weight: bold;
margin-bottom: 10px;
text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
}
.stat-label {
color: #fff;
font-size: 1.1rem;
}
/* Police Car Animation */
.police-chase {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
overflow: hidden;
z-index: 2;
}
.road {
position: absolute;
bottom: 0;
width: 100%;
height: 20px;
background: #333;
border-top: 2px solid #ffd700;
}
.road-line {
position: absolute;
bottom: 8px;
width: 50px;
height: 4px;
background: #ffd700;
animation: roadMove 1s linear infinite;
}
@keyframes roadMove {
from { transform: translateX(0); }
to { transform: translateX(-100px); }
}
.smuggler-truck {
position: absolute;
bottom: 25px;
right: -150px;
width: 120px;
height: 60px;
background: #444;
border-radius: 5px;
animation: smugglerRun 8s linear infinite;
}
.smuggler-truck::before {
content: '🚚';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 50px;
}
.police-car-animated {
position: absolute;
bottom: 25px;
right: -300px;
width: 100px;
height: 50px;
background: #000;
border: 2px solid #ffd700;
border-radius: 5px;
animation: policeChase 8s linear infinite;
}
.police-car-animated::before {
content: '🚓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 40px;
}
.police-siren {
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 15px;
background: linear-gradient(90deg, red 50%, blue 50%);
border-radius: 50%;
animation: sirenRotate 0.5s linear infinite;
}
@keyframes sirenRotate {
from { transform: translateX(-50%) rotate(0deg); }
to { transform: translateX(-50%) rotate(180deg); }
}
@keyframes smugglerRun {
from { right: -150px; }
to { right: 110%; }
}
@keyframes policeChase {
from { right: -300px; }
to { right: 110%; }
}
/* Responsive */
@media (max-width: 768px) {
.news-wrapper {
padding: 30px 20px;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
.stat-number {
font-size: 2rem;
}
}
</style>
</head>
<body>
<!-- Background Particles -->
<div class="bg-particles" id="particles"></div>
<!-- Main Content -->
<div class="main-container">
<div class="news-wrapper">
<!-- Corner Decorations -->
<div class="corner-decoration top-left"></div>
<div class="corner-decoration top-right"></div>
<div class="corner-decoration bottom-left"></div>
<div class="corner-decoration bottom-right"></div>
<!-- Breaking News Badge -->
<div class="breaking-badge">
<div class="siren-light"></div>
خبر فوری
</div>
<!-- Main Headline -->
<h2>کشف ۲۷ هزار و ۶۰۰ نخ سیگار قاچاق</h2>
<!-- Introduction -->
<p class="intro-text">
سرهنگ مرتضی رمضانی، جانشین فرمانده انتظامی شهرستان نیریز، از کشف
<span class="highlight">۲۷ هزار و ۶۰۰ نخ سیگار قاچاق</span>
در این منطقه خبر داد.
</p>
<!-- Section 1 -->
<h3>جزئیات عملیات کشف</h3>
<p class="content-paragraph">
وی با اعلام این خبر به خبرنگار خبرگزاری پلیس اظهار داشت: مأموران انتظامی شهرستان در حین
<span class="highlight">کنترل وسایل نقلیه عبوری</span>
در محورهای مواصلاتی، به یک دستگاه اتوبوس مظنون شدند و جهت بررسی بیشتر آن را متوقف کردند.
</p>
<!-- Statistics Cards -->
<div class="stats-grid">
<div class="stat-card">
<div class="stat-icon">🚬</div>
<div class="stat-number" data-target="27600">0</div>
<div class="stat-label">نخ سیگار قاچاق</div>
</div>
<div class="stat-card">
<div class="stat-icon">💰</div>
<div class="stat-number" data-target="2">0</div>
<div class="stat-label">میلیارد ریال ارزش</div>
</div>
<div class="stat-card">
<div class="stat-icon">🚌</div>
<div class="stat-number" data-target="1">0</div>
<div class="stat-label">اتوبوس متخلف</div>
</div>
</div>
<!-- Section 2 -->
<h3>ارزش مالی سیگارهای کشف شده</h3>
<p class="content-paragraph">
سرهنگ رمضانی افزود: در جریان بازرسی از این وسیله نقلیه، تعداد
<span class="highlight">۲۷ هزار و ۶۰۰ نخ سیگار خارجی قاچاق</span>
کشف و ضبط شد. به گفته وی، کارشناسان ارزش این اقلام مکشوفه را حدود
<span class="highlight">دو میلیارد ریال</span>
برآورد کردهاند.
</p>
<!-- Section 3 -->
<h3>سرنوشت راننده متخلف</h3>
<p class="content-paragraph">
راننده اتوبوس پس از تشکیل پرونده، به
<span class="highlight">مراجع قضایی</span>
معرفی شد.
</p>
</div>
</div>
<!-- Police Chase Animation -->
<div class="police-chase">
<div class="road">
<div class="road-line" style="left: 0;"></div>
<div class="road-line" style="left: 100px;"></div>
<div class="road-line" style="left: 200px;"></div>
<div class="road-line" style="left: 300px;"></div>
<div class="road-line" style="left: 400px;"></div>
<div class="road-line" style="left: 500px;"></div>
<div class="road-line" style="left: 600px;"></div>
<div class="road-line" style="left: 700px;"></div>
<div class="road-line" style="left: 800px;"></div>
<div class="road-line" style="left: 900px;"></div>
<div class="road-line" style="left: 1000px;"></div>
<div class="road-line" style="left: 1100px;"></div>
<div class="road-line" style="left: 1200px;"></div>
</div>
<div class="smuggler-truck"></div>
<div class="police-car-animated">
<div class="police-siren"></div>
</div>
</div>
<script>
// Create floating particles
function createParticles() {
const container = document.getElementById('particles');
const particleCount = 50;
for (let i = 0; i < particleCount; i++) {
const particle = document.createElement('div');
particle.className = 'particle';
particle.style.left = Math.random() * 100 + '%';
particle.style.animationDelay = Math.random() * 15 + 's';
particle.style.animationDuration = (15 + Math.random() * 10) + 's';
container.appendChild(particle);
}
}
createParticles();
// Animate numbers
function animateNumber(element) {
const target = parseInt(element.getAttribute('data-target'));
const duration = 2000;
const start = 0;
const increment = target / (duration / 16);
let current = start;
const updateNumber = () => {
current += increment;
if (current < target) {
element.textContent = Math.floor(current).toLocaleString('fa-IR');
requestAnimationFrame(updateNumber);
} else {
element.textContent = target.toLocaleString('fa-IR');
}
};
updateNumber();
}
// Intersection Observer for animations
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
if (entry.target.classList.contains('stat-number')) {
animateNumber(entry.target);
observer.unobserve(entry.target);
}
}
});
}, { threshold: 0.5 });
// Observe stat numbers
document.querySelectorAll('.stat-number').forEach(number => {
observer.observe(number);
});
// Highlight animation on hover
document.querySelectorAll('.highlight').forEach(element => {
element.addEventListener('mouseenter', function() {
this.style.textShadow = '0 0 20px rgba(255, 215, 0, 1), 0 0 40px rgba(255, 215, 0, 0.8)';
});
element.addEventListener('mouseleave', function() {
this.style.textShadow = '0 0 10px rgba(255, 215, 0, 0.6)';
});
});
// Parallax effect for corner decorations
document.addEventListener('mousemove', (e) => {
const x = (e.clientX / window.innerWidth - 0.5) * 20;
const y = (e.clientY / window.innerHeight - 0.5) * 20;
document.querySelectorAll('.corner-decoration').forEach(corner => {
corner.style.transform = `translate(${x}px, ${y}px)`;
});
});
// Dynamic road lines
setInterval(() => {
const roadLines = document.querySelectorAll('.road-line');
roadLines.forEach(line => {
const currentLeft = parseInt(line.style.left);
if (currentLeft <= -100) {
line.style.left = '1300px';
}
});
}, 50);
</script>
</body>
</html>
نظرات