漫长的告别1971

漫长的告别1971

Class
Properties
类型 剧情
地区 其它
导演 琪拉·穆拉托娃
演员 季纳伊达·沙尔科 Oleg Vladimirsky Tatyana Mychko Yuri Kayurov Svetlana Kabanova Lidiya Dranovskaya
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
漫长的告别1971的剧情介绍

It is a great film by a great director.Kira Muratova has never been given her due in the Soviet and post-Soviet Russia.In the Long Good Bye she depicts a seemingly banal story of a jealous and possessive mother (brilliantly acted by Zinaida Sharko) and her poor aloof and lonely son (the only cinematic role by the talented O. Vladimirsky). The story - which is nothing extraordinary in itself - grows into the wonderful and frightening analysis of alienation between genders and generations on the background of the even more frighteningly bleak and dehumanized Soviet reality.Kira Muratova shows the tiny details of everyday Soviet life,and, again , banal as they are ,they are a hair-raising horror.The dialogue is deliberately laconic and void of any sense, showing the ever-growing people's inability to communicate and understand each other.The sound track ( by another under-estimated talent, Oleg Karavaichuk)adds to the atmosphere of hopeless and meaningless existence.Of course,Sasha (the name of the protagonist),will leave his despotic ( but loving!) mother sooner or later, but where for (c)功夫

function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();