新浪新闻客户端
<> .flex { display: flex; justify-content: space-between; align-items: center; padding:10px 0 10px 0; } .qrcode-wrap { flex: 1; padding-top: 20px; margin: 0 0px; flex-wrap: nowrap; overflow-x: auto; display:grid; grid-template-columns:repeat(8,1fr); width:100%; } .qrcode-wrap::-webkit-scrollbar { display: none; /* ChromeSafari */ } .qrcode-wrap .qrcode { background-color: #f5f5f5; text-align: center; display: flex; flex-direction: column; margin-left: 4px; padding: 4px 4px; align-items: center; flex-shrink: 0; cursor: pointer; transition: transform 0.2s ease; border-radius: 4px; } .qrcode-wrap .qrcode:hover { transform: translateY(-2px); box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .qrcode-wrap .qrcode img { width: 100%; margin-bottom: 3px; } .qrcode-wrap .qrcode .name { line-height: 1; overflow: hidden; white-space: nowrap; font-size: 9px; text-overflow: ellipsis; } /* 放大预览模态框样式 */ .qrcode-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; } .modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #99999985; backdrop-filter: blur(3px); } .modal-content { position: relative; z-index: 10000; background: white; border-radius: 12px; padding: 25px; max-width: 300px; width: 100%; text-align: center; box-shadow: 0 10px 40px rgba(0000.3); animation: modalSlideIn 0.3s ease-out; } @keyframes modalSlideIn { from { opacity: 0; transform: scale(0.9) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } } .modal-close { position: absolute; top: 10px; right: 15px; font-size: 24px; cursor: pointer; color: #999; width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 50%; transition: all 0.2s; z-index: 10001; } .modal-close:hover { background: #f0f0f0; color: #666; } .modal-qrcode { margin-bottom: 15px; } .modal-qrcode img { width: 200px; height: 200px; border-radius: 6px; object-fit: contain; background: #f8f8f8; padding: 10px; box-sizing: border-box; } .modal-title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 10px; padding: 0 10px; word-break: break-all; } .modal-hint { font-size: 12px; color: #888; margin-top: 15px; padding-top: 10px; border-top: 1px solid #eee; } /* 移动端优化 */ @media (max-width: 480px) { .modal-content { padding: 20px; max-width: 280px; } .modal-qrcode img { width: 180px; height: 180px; } .modal-title { font-size: 14px; } }

美国已收到伊朗谈判新方案

< type="text/css"> .top-bar-inner .second-title{font-size: 18px;width: 600px;} @media screen and (min-width:768px) and (max-width:1480px){ .top-bar-inner .second-title{width: 400px;} } .avatar-wrap{ position: relative; width: 36px; height: 36px; display: inline-block; top: -10px; padding-left:12px; } .avatar-wrap .avatar-img { border: 1px solid #EEEEEE; overflow: hidden; border-radius: 50%; width: 100%; height: 100%; object-fit: cover; } .avatar-wrap .v-wrap { position: absolute; bottom: -2px; right: -2px; width: 14px; height: 14px; }
美国已收到伊朗谈判新方案
2026年04月27日 11:26 作者
avatar
新华社 新华社官方账号
<>.video-2017 .play-video-area img {width: 100%;height: 360px;object-fit: contain;}

  据美国阿克西奥斯新闻网站26日报道,一名美国官员和两名知情人士表示,美国已收到伊朗通过巴基斯坦转交的谈判新方案。

  阿克西奥斯新闻网站报道的伊朗谈判新方案与黎巴嫩“广场”电视台稍早前披露的伊朗三阶段谈判框架大体类似。三阶段谈判重点依次是结束战争、霍尔木兹海峡事宜、核谈判。

  阿克西奥斯新闻网站报道援引两名消息人士的话称,伊朗谈判新方案首先聚焦于解决霍尔木兹海峡危机和美国封锁问题。作为该方案的一部分,停火将被长期延长或各方将同意永久结束战事。核谈判只会在霍尔木兹海峡重新开放、美国封锁解除后才开始举行。

  报道说,伊朗外长阿拉格齐在巴基斯坦首都伊斯兰堡同巴方讨论了这一新方案。阿拉格齐周末向巴基斯坦、埃及、土耳其和卡塔尔明确表示,就如何回应美国提出的长期停止铀浓缩活动及将浓缩铀运出伊朗的要求,伊朗领导层尚未达成共识。

  报道还援引相关人士的话称,预计美国总统特朗普将于27日与其国家安全和外交政策团队就伊朗问题开会。其中一名官员表示,预计此次会议将讨论当前与伊朗谈判的僵局,以及伊朗战事下一阶段的潜在应对方案。

  特朗普26日早些时候表示,如果伊朗希望通过谈判结束两国之间的战事,可以主动联系美国。“如果他们想谈,可以来找我们,或者给我们打电话。”

责任编辑:过博文

<> .fengniao-container { display: flex; gap: 10px; max-width: 100%; margin-top:20px; } .fengniao-card { flex: 1; border: 1px solid #ECECEC; background-color: #fff; overflow: hidden; } .fengniao-card-image { width: 100%; height: 100px; object-fit: cover; display: block; border-bottom: 1px solid #ECECEC; } .fengniao-card-text { font-family: PingFangSC-Regular; font-size: 15px; color: #666666; letter-spacing: 0.71px; line-height: 23px; text-align: center; } @media screen and (max-width: 1480px) { .fengniao-card-image { height: 65px!important; } }
<> @media screen and (min-width:1480px) { .tab-related-wrap .tab_related_app_imglink { background-color:#fff; background-image:url("//n.sinaimg.cn/finance/500/w200h300/20200714/9166-iwhseiu3078640.png"); background-image:-webkit-image-set(url("//n.sinaimg.cn/finance/500/w200h300/20200714/9166-iwhseiu3078640.png") 1xurl("//n.sinaimg.cn/finance/200/w400h600/20200714/cf00-iwhseiu3078766.png") 2x); background-repeat:no-repeat; background-position:0 0; background-size:100% 100%; width:200px; height:300px; display:block; overflow:hidden; line-height:1000px; font-size:0; margin-top:10px; padding:0 } } @media screen and (min-width:768px) and (max-width:1480px) { .tab-related-wrap .tab_related_app_imglink { font-size:16px; color:#323953!important; line-height:56px; background:0 0; min-width:205px; height:56px; margin:0 0 0 20px; display:block } }

举报邮箱:[email protected]

Copyright © 1996-2026 SINA Corporation

All Rights Reserved 新浪公司 版权所有