... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
22256 مقال 495 مصدر نشط 38 قناة مباشرة 4109 خبر اليوم
آخر تحديث: منذ ثانيتين

تركيا.. تعرض ناقلة نفط لهجوم مسير في البحر الأسود

العالم
عين ليبيا
2026/03/26 - 07:39 501 مشاهدة

أفادت وسائل إعلامية، اليوم الخميس، أن ناقلة نفط تركية تابعة لشركة “ألتورا” تعرضت لهجوم بواسطة طائرة مسيرة مجهولة المصدر في البحر الأسود، على بعد 15 ميلاً من مضيق البوسفور.

وأسفر الهجوم عن انفجار قوي على متن الناقلة التي كانت تحمل 140 ألف طن من النفط، ما أدى إلى تضرر غرفة القيادة وغرفة المحركات، وفق المصادر الإعلامية، دون تسجيل أي إصابات بين أفراد الطاقم البالغ عددهم 27 مواطناً تركياً.

وأوضحت المصادر أن الطاقم طلب المساعدة بعد الحادث، بينما أعربت الحكومة التركية عن قلقها إزاء تكرار الهجمات على ناقلات النفط في المنطقة، لما تشكله من تهديد للأرواح والملاحة البحرية والبيئة، بحسب تصريحات المتحدث باسم وزارة الخارجية التركية أونجو كيسيلي.

ويأتي هذا الهجوم بعد سلسلة حوادث مماثلة شهدها البحر الأسود، حيث اشتعلت ناقلة النفط “كايروس” التي ترفع علم غامبيا أواخر عام 2025 على بعد 28 ميلاً من السواحل التركية نتيجة تدخل خارجي، وتم حينها إجلاء 25 من أفراد الطاقم بنجاح. كما تعرضت ناقلة “فيرات” لهجوم على بعد 35 ميلاً من السواحل التركية، وكان على متنها 20 فرداً من الطاقم.

الهجمات المتكررة على ناقلات النفط في البحر الأسود تأتي في سياق التوترات الإقليمية المستمرة، ما دفع أنقرة إلى تعزيز الرقابة البحرية والملاحة لحماية الشحن البحري والحد من المخاطر البيئية المحتملة.

The post تركيا.. تعرض ناقلة نفط لهجوم مسير في البحر الأسود appeared first on عين ليبيا | آخر أخبار ليبيا.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 44640; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 44640; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤