div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਪੰਜਾਬ ਦੇ ਕਿਸਾਨਾਂ ਨੂੰ ਅਸਫ਼ਲ ਕਰਨ ਲਈ ਬੀਜੇਪੀ-ਆਪ ਗਠਜੋੜ ਜ਼ਿੰਮੇਵਾਰ, ਖੇਤੀ ਸੰਕਟ ਦੇ ਵਿਚਕਾਰ “ਕਾਲੀ ਦੀਵਾਲੀ” ਦੀ ਚੇਤਾਵਨੀ : ਬਾਜਵਾ

ਡੈਸਕ- ਜਿਵੇਂ ਕਿ ਪੰਜਾਬ ਵਿੱਚ ਝੋਨੇ ਦੀ ਖ਼ਰੀਦ ਦਾ ਸੰਕਟ ਡੂੰਘਾ ਹੁੰਦਾ ਜਾ ਰਿਹਾ ਹੈ, ਪੰਜਾਬ ਦੇ ਵਿਰੋਧੀ ਧਿਰ ਦੇ ਨੇਤਾ ਪ੍ਰਤਾਪ ਸਿੰਘ ਬਾਜਵਾ ਨੇ ਇਸ ਨੂੰ ਪੰਜਾਬ ਵਿੱਚ ਆਮ ਆਦਮੀ ਪਾਰਟੀ (ਆਪ) ਅਤੇ ਕੇਂਦਰ ਵਿੱਚ ਭਾਰਤੀ ਜਨਤਾ ਪਾਰਟੀ (ਭਾਜਪਾ) ਦੁਆਰਾ ਆਯੋਜਿਤ ਇੱਕ “ਖਤਰਨਾਕ ਸਾਜਿਸ਼” ਕਰਾਰ ਦਿੱਤਾ ਹੈ। ਬਾਜਵਾ ਨੇ ਦੋਵਾਂ ਪਾਰਟੀਆਂ ‘ਤੇ ਪੰਜਾਬ ਦੀ ਖੇਤੀ ਦੀ ਰੀੜ੍ਹ ਦੀ ਹੱਡੀ ਨੂੰ ਕਮਜ਼ੋਰ ਕਰਨ ਲਈ ਮਿਲੀਭੁਗਤ ਕਰਨ ਦਾ ਦੋਸ਼ ਲਗਾਇਆ, ਜਿਸ ਨਾਲ ਸੂਬੇ ‘ਚ ਕਾਲੀ ਦੀਵਾਲੀ ਦੇ ਨਾਲ-ਨਾਲ ਕਿਸਾਨਾਂ ਨੂੰ ਨਿਰਾਸ਼ਾ ਦੇ ਕੰਢੇ ‘ਤੇ ਛੱਡ ਦਿੱਤਾ ਗਿਆ। ਪੰਜਾਬ ਦੇ ਮੁੱਖ ਮੰਤਰੀ ਭਗਵੰਤ ਮਾਨ, ਕੇਂਦਰੀ ਮੰਤਰੀ ਰਵਨੀਤ ਬਿੱਟੂ ਅਤੇ ਕੇਂਦਰੀ ਖੁਰਾਕ ਮੰਤਰੀ ਪ੍ਰਹਿਲਾਦ ਜੋਸ਼ੀ ਵਿਚਕਾਰ 14 ਅਕਤੂਬਰ ਨੂੰ ਹੋਈ ਇੱਕ ਉੱਚ ਪੱਧਰੀ ਮੀਟਿੰਗ ਦੇ ਬਾਵਜ਼ੂਦ ਸੰਕਟ ਦਾ ਕੋਈ ਹੱਲ ਨਹੀਂ ਹੋਇਆ, ਉਨ੍ਹਾਂ ਦਾ ਅਖੌਤੀ ਭਰੋਸਾ ਸਿਰਫ਼ ਖੋਖਲਾਪਣ ਸੀ।

ਬਾਜਵਾ ਨੇ ਸਵਾਲ ਕੀਤਾ “ਦੋ ਰਾਜਨੀਤਿਕ ਸੰਸਥਾਵਾਂ ਅਜਿਹੀ ਸਾਂਝ ਕਿਵੇਂ ਦਿਖਾ ਸਕਦੀਆਂ ਹਨ ਅਤੇ ਫਿਰ ਆਪਣੀਆਂ ਸਾਂਝੀਆਂ ਅਸਫਲਤਾਵਾਂ ਲਈ ਇੱਕ ਦੂਜੇ ਨੂੰ ਬਲੀ ਦਾ ਬੱਕਰਾ ਬਣਾਉਣ ਦੀ ਕਿਵੇਂ ਕੋਸ਼ਿਸ਼ ਕਰ ਸਕਦੀਆਂ ਹਨ? “ਇਹ ਸ਼ਾਸਨ ਨਹੀਂ ਹੈ; ਇਹ ਦੋਨਾਂ ਧਿਰਾਂ ਨੂੰ ਜਵਾਬਦੇਹੀ ਤੋਂ ਬਚਾਉਣ ਲਈ ਤਿਆਰ ਕੀਤਾ ਗਿਆ ਨਾਟਕ ਹੈ ਜਦੋਂ ਕਿ ਪੰਜਾਬ ਦੇ ਕਿਸਾਨ ਮੰਡੀਆਂ ਵਿੱਚ ਝੋਨੇ ਦੀ ਦੇਰੀ ਨਾਲ ਖ਼ਰੀਦ ਕਾਰਨ ਬੇਹੱਦ ਪ੍ਰੇਸ਼ਾਨ ਹਨ।” ਬਾਜਵਾ ਨੇ ‘ਆਪ’ ਅਤੇ ਭਾਜਪਾ ਨੂੰ ਨਾਟਕਾਂ ਵਿਚ ਸ਼ਾਮਲ ਹੋਣ ਦੀ ਬਜਾਏ ਪੰਜਾਬ ਦੇ ਵਿਗੜ ਰਹੇ ਖੇਤੀਬਾੜੀ ਸੰਕਟ ਦੀ ਜ਼ਿੰਮੇਵਾਰੀ ਲੈਣ ਲਈ ਕਿਹਾ, “ਪੰਜਾਬ ਦੇ ਕਿਸਾਨਾਂ ਨੂੰ ਅਜਿਹੇ ਨੇਤਾਵਾਂ ਦੀ ਜ਼ਰੂਰਤ ਹੈ ਜੋ ਮਸਲੇ ਦਾ ਹੱਲ ਕਰਦੇ ਹਨ,” ਉਹਨਾਂ ਨੇ ਸਿੱਟਾ ਕੱਢਿਆ। “ਇਹ ਖਾਲੀ ਇਸ਼ਾਰੇ ਸੰਕਟ ਅਤੇ ਅਨਿਸ਼ਚਿਤਤਾ ਨੂੰ ਦੂਰ ਕਰਨ ਲਈ ਕੁਝ ਨਹੀਂ ਕਰਦੇ। ਹੁਣ ਸਮਾਂ ਆ ਗਿਆ ਹੈ ਕਿ ‘ਆਪ’ ਅਤੇ ਭਾਜਪਾ ਦੋਵੇਂ ਪਾਰਟੀ ਆਪਣੀ ਸਾਂਝੀ ਜਵਾਬਦੇਹੀ ਨੂੰ ਪਛਾਣਨ ਅਤੇ ਸੰਕਟ ਨਾਲ ਨਜਿੱਠ ਕੇ ਖ਼ਰੀਦ ਪ੍ਰਬੰਧ ਕਰਨ।

ਚੰਡੀਗੜ੍ਹ ‘ਚ ‘ਆਪ’ ਦੇ ਅੱਜ ਦੇ ਰੋਸ ਪ੍ਰਦਰਸ਼ਨ ‘ਤੇ ਟਿੱਪਣੀ ਕਰਦਿਆਂ ਬਾਜਵਾ ਨੇ ਇਸ ਸਮਾਗਮ ਨੂੰ ਸਿਆਸੀ ਨਾਟਕ ਕਹਿ ਕੇ ਖਾਰਿਜ ਕਰ ਦਿੱਤਾ, ਜੋ ਪੰਜਾਬ ‘ਚ ‘ਆਪ’ ਦੀਆਂ ਆਪਣੀਆਂ ਨਾਕਾਮੀਆਂ ਤੋਂ ਪਿੱਛੇ ਹਟਣ ਲਈ ਕੀਤਾ ਗਿਆ ਸੀ। ਬਾਜਵਾ ਨੇ ਟਿੱਪਣੀ ਕੀਤੀ, “ਇਹ ਕਿਸਾਨਾਂ ਦੇ ਹੱਕਾਂ ਦੀ ਰਾਖੀ ਕਰਨ ਬਾਰੇ ਨਹੀਂ ਸੀ। “ਇਹ ਇੱਕ ਅਜਿਹਾ ਪ੍ਰਦਰਸ਼ਨ ਸੀ ਜਿਸਦਾ ਉਦੇਸ਼ ਪੰਜਾਬ ਦੀ ਖੇਤੀ ਸੰਕਟ ਵਿੱਚ ‘ਆਪ’ ਦੀ ਆਪਣੀ ਸ਼ਮੂਲੀਅਤ ਤੋਂ ਜਨਤਾ ਦਾ ਧਿਆਨ ਭਟਕਾਉਣਾ ਸੀ।

ਬਾਜਵਾ ਨੇ ਆਉਣ ਵਾਲੇ ਭੰਡਾਰਨ ਸੰਕਟ ਨੂੰ ਉਜਾਗਰ ਕੀਤਾ, ਗੋਦਾਮ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦਾ ਸਟਾਕ ਨਾਲ ਭਰੇ ਹੋਏ ਹਨ। ਵਾਧੂ 185 ਲੱਖ ਮੀਟ੍ਰਿਕ ਟਨ ਝੋਨੇ ਦੀ ਆਮਦ ਨੇ ਭੰਡਾਰਨ ਸਮਰੱਥਾ ਨੂੰ ਗੰਭੀਰ ਕਰਨ ਦਾ ਖ਼ਤਰਾ ਹੈ, ਜਿਸ ਨਾਲ ਖਰੀਦ ਪ੍ਰਕਿਰਿਆ ਅਸੰਭਵ ਹੋ ਗਈ ਹੈ। ਮੁੱਖ ਮੰਤਰੀ ਮਾਨ ਦੇ 31 ਮਾਰਚ ਤੱਕ ਸਟੋਰੇਜ ਨੂੰ ਕਲੀਅਰ ਕਰਨ ਦੇ ਭਰੋਸੇ ਦੇ ਬਾਵਜੂਦ, ਬਾਜਵਾ ਨੇ ਇਸ ਵਾਅਦੇ ਦੀ ਵਿਹਾਰਕਤਾ ‘ਤੇ ਸਵਾਲ ਉਠਾਇਆ, ਇਹ ਨੋਟ ਕੀਤਾ ਕਿ ਆਉਣ ਵਾਲੇ ਝੋਨੇ ਦੇ ਝਾੜ ਨੂੰ ਪੂਰਾ ਕਰਨ ਲਈ ਚਾਰ ਮਹੀਨੇ ਨਾਕਾਫੀ ਹਨ। ਬਾਜਵਾ ਨੇ ਕਿਹਾ “ਸਾਡੇ ਕਿਸਾਨ ਖਾਲੀ ਵਾਅਦਿਆਂ ਤੋਂ ਵੱਧ ਹੱਕਦਾਰ ਹਨ – ਉਹ ਨਿਰਣਾਇਕ ਕਾਰਵਾਈ ਦੇ ਹੱਕਦਾਰ ਹਨ।

ਸੀਨੀਅਰ ਕਾਂਗਰਸੀ ਆਗੂ ਨੇ ਸਰਕਾਰ ਵੱਲੋਂ ਸਿਫ਼ਾਰਸ਼ ਕੀਤੀ PR-126 ਝੋਨੇ ਦੀ ਕਿਸਮ ਬੀਜਣ ਵਾਲੇ ਕਿਸਾਨਾਂ ਲਈ ਇੱਕ ਵੱਡੇ ਵਿੱਤੀ ਝਟਕੇ ਵੱਲ ਇਸ਼ਾਰਾ ਕੀਤਾ, ਸਿਰਫ ਇਹ ਪਤਾ ਲਗਾਉਣ ਲਈ ਕਿ ਇਹ ਰਵਾਇਤੀ ਕਿਸਮਾਂ ਨਾਲੋਂ ਘੱਟ OTR ਪ੍ਰਤੀ ਕੁਇੰਟਲ ਝਾੜ ਦਿੰਦੀ ਹੈ। ਇਸ ਘਾਟ ਕਾਰਨ ਚੌਲ ਮਿੱਲਰਾਂ ਨੇ ਬਿਨਾਂ ਮੁਆਵਜ਼ੇ ਦੇ ਪ੍ਰੋਸੈਸਿੰਗ ਤੋਂ ਇਨਕਾਰ ਕਰ ਦਿੱਤਾ ਹੈ, ਜਿਸ ਦੇ ਨਤੀਜੇ ਵਜੋਂ 6,000 ਕਰੋੜ ਰੁਪਏ ਦਾ ਅਨੁਮਾਨਤ ਨੁਕਸਾਨ ਹੋਇਆ ਹੈ। ਇਹਨਾਂ ਨੁਕਸਾਨਾਂ ਦੀ ਭਰਪਾਈ ਕਰਨ ਲਈ, ਪੰਜਾਬ ਸਰਕਾਰ ਨੇ ਖ਼ਰੀਦ ਅਧਿਕਾਰੀਆਂ ਨੂੰ ਕਿਸਾਨਾਂ ਤੋਂ ਪ੍ਰਤੀ ਕੁਇੰਟਲ ₹300 ਦੀ ਕਟੌਤੀ ਕਰਨ ਦੇ ਨਿਰਦੇਸ਼ ਦਿੱਤੇ (ਨਮੀ ਦੀ ਮਾਤਰਾ ਜਾਂ ਸੁੱਕਾਪਣ ਦੇ ਬਹਾਨੇ ਦੀ ਵਰਤੋਂ ਕਰਦੇ ਹੋਏ) – ਬਾਜਵਾ ਨੇ ਇਸ ਕਦਮ ਦੀ ਨਿੰਦਾ ਕੀਤੀ ਹੈ ਜੋ ਭਰੋਸੇ ਨਾਲ ਧੋਖਾ ਹੈ। “ਸਰਕਾਰ ਅਸਲ ਵਿੱਚ ਇਹਨਾਂ ਨੁਕਸਾਨਾਂ ਦਾ ਬੋਝ ਕਿਸਾਨਾਂ ਦੀ ਪਿੱਠ ਉੱਤੇ ਪਾ ਰਹੀ ਹੈ, ਇਹ ਸ਼ੋਸ਼ਣ ਤੋਂ ਘੱਟ ਨਹੀਂ ਹੈ।

ਬਾਜਵਾ ਨੇ ਮੁੱਖ ਮੰਤਰੀ ਮਾਨ ਦੀ ‘ਦੋਹਰੀ ਗੇਮ’ ਦੇ ਤੌਰ ‘ਤੇ ਵਰਣਿਤ ‘ਆਪ’ ਪ੍ਰਤੀ ਵਫ਼ਾਦਾਰੀ ਦਾ ਦਾਅਵਾ ਕਰਦੇ ਹੋਏ ਭਾਜਪਾ ਦੇ ਹਿੱਤਾਂ ਨਾਲ ਜੁੜੇ ਹੋਏ ਪ੍ਰਤੀਤ ਹੋਣ ‘ਤੇ ਗੰਭੀਰ ਚਿੰਤਾਵਾਂ ਜ਼ਾਹਿਰ ਕੀਤੀਆਂ। “ਮੁੱਖ ਮੰਤਰੀ ਮਾਨ ਦੀ ਸਿਆਸੀ ਹੋਂਦ ਉਨ੍ਹਾਂ ਲਈ ਪੰਜਾਬ ਦੇ ਕਿਸਾਨਾਂ ਦੀ ਭਲਾਈ ਨਾਲੋਂ ਜ਼ਿਆਦਾ ਮਹੱਤਵਪੂਰਨ ਜਾਪਦੀ ਹੈ। ਬਾਜਵਾ ਨੇ ਚੇਤਾਵਨੀ ਦਿੱਤੀ ਕਿ ਇਹ ਅਸਥਿਰ ਵਫ਼ਾਦਾਰੀ ਪੰਜਾਬ ਲਈ ਖ਼ਤਰਨਾਕ ਹੈ।

Exit mobile version