[et_pb_toggle _builder_version="3.0.106" title="ds" open="off"] ds [/et_pb_toggle]
[et_pb_blurb _builder_version="3.0.106" /]
[et_pb_code admin_label="CSS" global_parent="8144" _builder_version="3.0.106"]<style><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21 .et_pb_column {<!-- [et_pb_line_break_holder] --> display: -webkit-box;<!-- [et_pb_line_break_holder] --> display: -ms-flexbox;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> -webkit-box-orient: vertical;<!-- [et_pb_line_break_holder] --> -webkit-box-direction: normal;<!-- [et_pb_line_break_holder] --> -ms-flex-direction: column;<!-- [et_pb_line_break_holder] --> flex-direction: column;<!-- [et_pb_line_break_holder] --> -webkit-box-pack: justify;<!-- [et_pb_line_break_holder] --> -ms-flex-pack: justify;<!-- [et_pb_line_break_holder] --> justify-content: space-between;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .5s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all .5s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Set the slider height*/ <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-slider .et_pb_slide {<!-- [et_pb_line_break_holder] --> height: 75vh;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Position the slide description and remove animation*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-slider .et_pb_slide_description {<!-- [et_pb_line_break_holder] --> margin-top: -8em;<!-- [et_pb_line_break_holder] --> -webkit-animation-name: none;<!-- [et_pb_line_break_holder] --> animation-name: none;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Size and position the controls container*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-slider .et-pb-controllers {<!-- [et_pb_line_break_holder] --> width: 80%;<!-- [et_pb_line_break_holder] --> max-width: 1080px;<!-- [et_pb_line_break_holder] --> right: 0 !important;<!-- [et_pb_line_break_holder] --> margin: 0 auto;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Size the controllers to match the blurbs*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-slider .et-pb-controllers a {<!-- [et_pb_line_break_holder] --> width: 22.75%;<!-- [et_pb_line_break_holder] --> height: 12px;<!-- [et_pb_line_break_holder] --> margin-right: 3%;<!-- [et_pb_line_break_holder] --> border-radius: 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Remove margin from the last controller*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-slider .et-pb-controllers a:last-of-type {<!-- [et_pb_line_break_holder] --> margin-right: 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Position the controllers on desktop*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (min-width: 981px) {<!-- [et_pb_line_break_holder] --> .ds-advent-21-slider .et-pb-controllers {<!-- [et_pb_line_break_holder] --> bottom: -12px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Position the blurbs*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-blurb {<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] --> z-index: 2;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .5s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all .5s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add padding to the blurb title*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-blurb .et_pb_module_header {<!-- [et_pb_line_break_holder] --> padding: 0 30px 12px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .5s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all .5s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add padding to the blurb description*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21-blurb .et_pb_blurb_description {<!-- [et_pb_line_break_holder] --> padding: 0 30px 30px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Change the header and column background colour on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21 .et_pb_column:hover .et_pb_module_header,<!-- [et_pb_line_break_holder] -->{<!-- [et_pb_line_break_holder] --> background: #debc41;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Change the text colour on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21 .et_pb_column:hover .et_pb_blurb_description {<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add left margin to the button*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-21 .et_pb_button_module_wrapper {<!-- [et_pb_line_break_holder] --> margin-left: 30px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></style>[/et_pb_code][et_pb_code admin_label="JS" global_parent="8144" _builder_version="3.0.106"]<script><!-- [et_pb_line_break_holder] -->//Move title above the image<!-- [et_pb_line_break_holder] -->(function ($) {<!-- [et_pb_line_break_holder] --> $(document).ready(function () {<!-- [et_pb_line_break_holder] --> $(document).bind(&#039;ready ajaxComplete&#039;, function () {<!-- [et_pb_line_break_holder] --> $(".ds-advent-21-blurb").each(function () {<!-- [et_pb_line_break_holder] --> $(".et_pb_module_header", this).insertBefore($(".et_pb_main_blurb_image", this));<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] -->})(jQuery);<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][et_pb_slider global_parent="8144" show_pagination="off" _builder_version="3.0.106" header_font="|||on|||||" header_text_color="#ffffff" show_arrows="on" custom_button="off" button_icon_placement="right" show_content_on_mobile="on" show_cta_on_mobile="off" show_image_video_mobile="off" body_text_color="#ffffff"][et_pb_slide _builder_version="3.0.106" heading="صدور العدد المزدوج 278-279 من مجلة شؤون فلسطينية " button_link="https://www.prc.ps/%d8%ae%d8%a8%d8%b1-%d8%b5%d8%af%d9%88%d8%b1-%d8%a7%d9%84%d8%b9%d8%af%d8%af-277-%d9%85%d9%86-%d9%85%d8%ac%d9%84%d8%a9-%d8%b4%d8%a4%d9%88%d9%86-%d9%81%d9%84%d8%b3%d8%b7%d9%8a%d9%86%d9%8a%d8%a9%d8%8c-2/" use_background_color_gradient="off" background_color_gradient_start="#2b87da" background_color_gradient_end="#29c4a9" background_color_gradient_type="linear" background_color_gradient_direction="180deg" background_color_gradient_direction_radial="center" background_color_gradient_start_position="0%" background_color_gradient_end_position="100%" background_color_gradient_overlays_image="off" background_image="/uc_files/image/resize/1200/630/app_files/wp-uploads/2020/06/٢٧٨.jpg?vsig=fd9cf229f4aa57cdd0e3f707c3f77520" parallax="off" parallax_method="on" background_size="cover" background_position="center" background_repeat="no-repeat" background_blend="normal" allow_player_pause="off" background_video_pause_outside_viewport="on" use_bg_overlay="off" use_text_overlay="on" text_border_radius="0" alignment="center" child_filter_hue_rotate="0deg" child_filter_saturate="100%" child_filter_brightness="100%" child_filter_contrast="100%" child_filter_invert="0%" child_filter_sepia="0%" child_filter_opacity="100%" child_filter_blur="0px" child_mix_blend_mode="normal" background_layout="dark" text_shadow_style="none" header_font="||||||||" header_text_shadow_style="none" body_text_shadow_style="none" custom_button="off" button_bg_use_color_gradient="off" button_bg_color_gradient_overlays_image="off" button_use_icon="on" button_on_hover="on" button_text_shadow_style="none" box_shadow_style_button="none" text_overlay_color="rgba(110,80,80,0.89)" text_shadow_horizontal_length="0em" text_shadow_vertical_length="0em" text_shadow_blur_strength="0em" header_text_shadow_horizontal_length="0em" header_text_shadow_vertical_length="0em" header_text_shadow_blur_strength="0em" body_text_shadow_horizontal_length="0em" body_text_shadow_vertical_length="0em" body_text_shadow_blur_strength="0em" button_text_shadow_horizontal_length="0em" button_text_shadow_vertical_length="0em" button_text_shadow_blur_strength="0em" header_font_size="16" header_font_size_tablet="19" header_font_size_phone="19" /][et_pb_slide heading="صدور العدد 277 من مجلة شؤون فلسطينية " use_bg_overlay="off" use_text_overlay="on" text_overlay_color="rgba(110,80,80,0.89)" _builder_version="3.0.106" header_font="||||||||" header_font_size="19px" header_font_size_tablet="19px" header_font_size_phone="19px" background_image="/uc_files/image/resize/1200/630/app_files/wp-uploads/2020/01/277.jpg?vsig=ad6b59d3a96dd57aaab4c157e3287e63" background_color="#ffffff" button_link="https://www.prc.ps/%d9%85%d9%86-%d9%88%d8%ad%d9%8a-%d8%b2%d9%8a%d8%a7%d8%b1%d8%a9-%d8%a5%d9%84%d9%89-%d9%88%d8%a7%d8%b1%d8%b3%d9%88-%d8%a7%d9%84%d8%a8%d9%88%d9%84%d9%86%d8%af%d9%8a-%d9%87%d9%8a%d8%b1%d8%a8%d8%b1%d8%aa/" use_background_color_gradient="off" background_color_gradient_start="#2b87da" background_color_gradient_end="#29c4a9" background_color_gradient_type="linear" background_color_gradient_direction="180deg" background_color_gradient_direction_radial="center" background_color_gradient_start_position="0%" background_color_gradient_end_position="100%" background_color_gradient_overlays_image="off" parallax="off" parallax_method="on" background_size="cover" background_position="center" background_repeat="no-repeat" background_blend="normal" allow_player_pause="off" background_video_pause_outside_viewport="on" text_border_radius="3" alignment="center" child_filter_hue_rotate="0deg" child_filter_saturate="100%" child_filter_brightness="100%" child_filter_contrast="100%" child_filter_invert="0%" child_filter_sepia="0%" child_filter_opacity="100%" child_filter_blur="0px" child_mix_blend_mode="normal" background_layout="dark" text_shadow_style="none" header_text_shadow_style="none" body_text_shadow_style="none" button_text_shadow_style="none" box_shadow_style_button="none" text_shadow_horizontal_length="0em" text_shadow_vertical_length="0em" text_shadow_blur_strength="0em" header_text_shadow_horizontal_length="0em" header_text_shadow_vertical_length="0em" header_text_shadow_blur_strength="0em" body_text_shadow_horizontal_length="0em" body_text_shadow_vertical_length="0em" body_text_shadow_blur_strength="0em" button_text_shadow_horizontal_length="0em" button_text_shadow_vertical_length="0em" button_text_shadow_blur_strength="0em" /][et_pb_slide _builder_version="3.0.106" use_background_color_gradient="off" background_color_gradient_start="#2b87da" background_color_gradient_end="#29c4a9" background_color_gradient_type="linear" background_color_gradient_direction="180deg" background_color_gradient_direction_radial="center" background_color_gradient_start_position="0%" background_color_gradient_end_position="100%" background_color_gradient_overlays_image="off" background_image="/uc_files/image/resize/1200/630/app_files/wp-uploads/2020/01/مراجعة-استراتيجياات-.jpg?vsig=93ae77f70022b5b0b0dd30570821fd10" parallax="off" parallax_method="on" background_size="cover" background_position="center" background_repeat="no-repeat" background_blend="normal" allow_player_pause="off" background_video_pause_outside_viewport="on" use_bg_overlay="off" use_text_overlay="on" text_border_radius="24" alignment="bottom" child_filter_hue_rotate="0deg" child_filter_saturate="100%" child_filter_brightness="100%" child_filter_contrast="100%" child_filter_invert="0%" child_filter_sepia="0%" child_filter_opacity="100%" child_filter_blur="0px" child_mix_blend_mode="normal" background_layout="dark" text_shadow_style="none" header_font="||||||||" header_text_shadow_style="none" body_text_shadow_style="none" button_text_shadow_style="none" box_shadow_style_button="none" heading="صدور كتاب مراجعة استراتيجيات الحركة الوطنية الفلسطينية " button_link="https://www.prc.ps/%d8%a7%d9%84%d9%85%d8%a4%d8%aa%d9%85%d8%b1-%d8%a7%d9%84%d8%b3%d9%86%d9%88%d9%8a-%d9%85%d8%b1%d8%a7%d8%ac%d8%b9%d8%a9-%d8%a7%d8%b3%d8%aa%d8%b1%d8%a7%d8%aa%d9%8a%d8%ac%d9%8a%d8%a7%d8%aa-%d8%a7%d9%84/" text_shadow_horizontal_length="0em" text_shadow_vertical_length="0em" text_shadow_blur_strength="0em" header_text_shadow_horizontal_length="0em" header_text_shadow_vertical_length="0em" header_text_shadow_blur_strength="0em" body_text_shadow_horizontal_length="0em" body_text_shadow_vertical_length="0em" body_text_shadow_blur_strength="0em" button_text_shadow_horizontal_length="0em" button_text_shadow_vertical_length="0em" button_text_shadow_blur_strength="0em" text_overlay_color="rgba(110,80,80,0.89)" body_font="|||on|||||" custom_button="on" button_bg_use_color_gradient="off" button_bg_color_gradient_overlays_image="off" button_use_icon="off" button_on_hover="on" button_text_color="rgba(255,255,255,0.65)" button_bg_color="#ffffff" /][et_pb_slide _builder_version="3.0.106" heading="صدور كتاب الاستراتيجية الفلسطينية في مواجهة صفقة القرن وما بعدها " button_link="https://www.prc.ps/%d8%ae%d8%a8%d8%b1-%d8%b5%d8%af%d9%88%d8%b1-%d9%83%d8%aa%d8%a7%d8%a8-%d8%a7%d9%84%d8%a5%d8%b3%d8%aa%d8%b1%d8%a7%d8%aa%d9%8a%d8%ac%d9%8a%d8%a9-%d8%a7%d9%84%d9%81%d9%84%d8%b3%d8%b7%d9%8a%d9%86%d9%8a/" use_background_color_gradient="off" background_color_gradient_start="#2b87da" background_color_gradient_end="#29c4a9" background_color_gradient_type="linear" background_color_gradient_direction="180deg" background_color_gradient_direction_radial="center" background_color_gradient_start_position="0%" background_color_gradient_end_position="100%" background_color_gradient_overlays_image="off" background_image="/uc_files/image/resize/1200/630/app_files/wp-uploads/2020/01/الإستراتيجية-الفلسطينية-.jpg?vsig=52ae2e0f2bfad7b120a21ca5e2fa0043" parallax="off" parallax_method="on" background_size="cover" background_position="center" background_repeat="no-repeat" background_blend="normal" allow_player_pause="off" background_video_pause_outside_viewport="on" use_bg_overlay="off" use_text_overlay="on" text_border_radius="3" alignment="center" child_filter_hue_rotate="0deg" child_filter_saturate="100%" child_filter_brightness="100%" child_filter_contrast="100%" child_filter_invert="0%" child_filter_sepia="0%" child_filter_opacity="100%" child_filter_blur="0px" child_mix_blend_mode="normal" background_layout="dark" text_shadow_style="none" header_font="||||||||" header_text_shadow_style="none" body_text_shadow_style="none" button_text_shadow_style="none" box_shadow_style_button="none" text_overlay_color="rgba(110,80,80,0.89)" text_shadow_horizontal_length="0em" text_shadow_vertical_length="0em" text_shadow_blur_strength="0em" header_text_shadow_horizontal_length="0em" header_text_shadow_vertical_length="0em" header_text_shadow_blur_strength="0em" body_font_size="17" body_font_size_tablet="2" body_font_size_phone="2" body_text_shadow_horizontal_length="0em" body_text_shadow_vertical_length="0em" body_text_shadow_blur_strength="0em" button_text_shadow_horizontal_length="0em" button_text_shadow_vertical_length="0em" button_text_shadow_blur_strength="0em" /][et_pb_slide _builder_version="3.0.106" heading="مركز الأبحاث يعقد ورشة ناقشت الأزمات المالية في الهيئات المحلية " button_link="https://www.prc.ps/%d9%85%d8%b3%d9%88%d8%af%d8%a9-%d9%88%d8%b1%d9%82%d8%a9-%d9%86%d8%a7%d9%82%d8%b4%d8%aa-%d8%a7%d9%84%d8%a3%d8%b2%d9%85%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d8%a7%d9%84%d9%8a%d8%a9-%d9%81%d9%8a-%d8%a7%d9%84/" use_background_color_gradient="off" background_color_gradient_start="#2b87da" background_color_gradient_end="#29c4a9" background_color_gradient_type="linear" background_color_gradient_direction="180deg" background_color_gradient_direction_radial="center" background_color_gradient_start_position="0%" background_color_gradient_end_position="100%" background_color_gradient_overlays_image="off" background_image="/uc_files/image/resize/1200/630/app_files/wp-uploads/2020/01/ريما-شبيطة.jpg?vsig=807e6226de2e1220b8cf79906b2c669b" parallax="off" parallax_method="on" background_size="cover" background_position="center" background_repeat="no-repeat" background_blend="normal" allow_player_pause="off" background_video_pause_outside_viewport="on" use_bg_overlay="off" use_text_overlay="on" text_overlay_color="rgba(110,80,80,0.89)" text_border_radius="3" alignment="center" child_filter_hue_rotate="0deg" child_filter_saturate="100%" child_filter_brightness="100%" child_filter_contrast="100%" child_filter_invert="0%" child_filter_sepia="0%" child_filter_opacity="100%" child_filter_blur="0px" child_mix_blend_mode="normal" background_layout="dark" text_shadow_style="none" header_font="||||||||" header_text_shadow_style="none" body_text_shadow_style="none" custom_button="on" button_bg_use_color_gradient="off" button_bg_color_gradient_overlays_image="off" button_use_icon="on" button_on_hover="on" button_text_shadow_style="none" box_shadow_style_button="none" text_shadow_horizontal_length="0em" text_shadow_vertical_length="0em" text_shadow_blur_strength="0em" header_text_shadow_horizontal_length="0em" header_text_shadow_vertical_length="0em" header_text_shadow_blur_strength="0em" body_text_shadow_horizontal_length="0em" body_text_shadow_vertical_length="0em" body_text_shadow_blur_strength="0em" button_text_shadow_horizontal_length="0em" button_text_shadow_vertical_length="0em" button_text_shadow_blur_strength="0em" button_text_color="#ffffff" /][et_pb_slide _builder_version="3.0.106" heading="صدور اليوميات الفلسطينية لشهر تشرين الثاني / نوفمبر 2019" button_link="https://drive.google.com/file/d/1gg5dtjYp144lzUJ_8k626mGki8ebOCOx/view" use_background_color_gradient="off" background_color_gradient_start="#2b87da" background_color_gradient_end="#29c4a9" background_color_gradient_type="linear" background_color_gradient_direction="180deg" background_color_gradient_direction_radial="center" background_color_gradient_start_position="0%" background_color_gradient_end_position="100%" background_color_gradient_overlays_image="off" background_image="/uc_files/image/resize/1200/630/app_files/wp-uploads/2020/01/اليوميات01.jpg?vsig=1c87150045bf1d407f6dca694cd4b8d0" parallax="off" parallax_method="on" background_size="cover" background_position="center" background_repeat="no-repeat" background_blend="normal" allow_player_pause="off" background_video_pause_outside_viewport="on" use_bg_overlay="off" use_text_overlay="on" text_border_radius="3" alignment="center" child_filter_hue_rotate="0deg" child_filter_saturate="100%" child_filter_brightness="100%" child_filter_contrast="100%" child_filter_invert="0%" child_filter_sepia="0%" child_filter_opacity="100%" child_filter_blur="0px" child_mix_blend_mode="normal" background_layout="dark" text_shadow_style="none" header_font="||||||||" header_text_shadow_style="none" body_text_shadow_style="none" button_text_shadow_style="none" box_shadow_style_button="none" text_shadow_horizontal_length="0em" text_shadow_vertical_length="0em" text_shadow_blur_strength="0em" header_text_shadow_horizontal_length="0em" header_text_shadow_vertical_length="0em" header_text_shadow_blur_strength="0em" body_text_shadow_horizontal_length="0em" body_text_shadow_vertical_length="0em" body_text_shadow_blur_strength="0em" button_text_shadow_horizontal_length="0em" button_text_shadow_vertical_length="0em" button_text_shadow_blur_strength="0em" text_overlay_color="rgba(110,80,80,0.89)" /][/et_pb_slider]
[et_pb_blurb admin_label="Research" title="مراجعات " url="https://www.prc.ps/category/%d9%85%d8%b1%d8%a7%d8%ac%d8%b9%d8%a7%d8%aa-ar/%d9%85%d8%b1%d8%a7%d8%ac%d8%b9%d8%a7%d8%aa-%d9%83%d8%aa%d8%a8/" module_class="ds-advent-21-blurb" _builder_version="3.0.106" header_font="|700|||||||" header_text_align="center" header_font_size="19px" header_text_color="#ffffff" header_line_height="4em" body_font="|700|||||||" body_text_color="#3d1416" text_orientation="right" custom_margin="||0px|" animation="off" custom_css_blurb_title="background: #3d1416; ||" url_new_window="off" use_icon="off" use_circle="off" use_circle_border="off" icon_placement="top" use_icon_font_size="off" background_layout="light" /][et_pb_blog fullwidth="on" posts_number="4" include_categories="4142,60" show_thumbnail="off" show_more="on" show_author="off" show_categories="off" show_pagination="off" offset_number="4" _builder_version="3.0.106" header_level="h6" header_font_size="12" header_text_color="#3d1516" meta_text_color="#debc41" pagination_font_size_tablet="51" pagination_line_height_tablet="2" show_content="off" show_date="off" show_comments="off" use_overlay="off" background_layout="light" text_orientation="right" /]
[et_pb_blurb admin_label="Shuun" title="متابعات " url="https://www.prc.ps/category/%d9%85%d8%aa%d8%a7%d8%a8%d8%b9%d8%a7%d8%aa-ar/%d8%aa%d8%ad%d9%84%d9%8a%d9%84-%d8%b3%d9%8a%d8%a7%d8%b3%d8%a7%d8%aa/" module_class="ds-advent-21-blurb" _builder_version="3.0.106" header_font="|700|||||||" header_text_align="center" header_font_size="19px" header_text_color="#ffffff" header_line_height="4em" body_font="|700|||||||" body_text_color="#3d1416" custom_margin="||0px|" animation="off" custom_css_blurb_title="background: #3d1416;" url_new_window="off" use_icon="off" use_circle="off" use_circle_border="off" icon_placement="top" use_icon_font_size="off" background_layout="light" /][et_pb_blog fullwidth="on" posts_number="4" include_categories="44,4202" show_thumbnail="off" show_more="on" show_categories="off" show_pagination="off" offset_number="4" _builder_version="3.0.106" header_level="h6" header_font_size="12" header_text_color="#3d1516" meta_text_color="#debc41" pagination_font_size_tablet="51" pagination_line_height_tablet="2" show_content="off" show_author="off" show_date="off" show_comments="off" use_overlay="off" background_layout="light" text_orientation="right" /]
[et_pb_blurb admin_label="Books" title="دراسات وأبحاث " url="https://www.prc.ps/category/%d8%af%d8%b1%d8%a7%d8%b3%d8%a7%d8%aa-%d9%88%d8%a3%d8%a8%d8%ad%d8%a7%d8%ab/%d8%af%d8%b1%d8%a7%d8%b3%d8%a7%d8%aa-%d8%b3%d9%8a%d8%a7%d8%b3%d9%8a%d8%a9/" module_class="ds-advent-21-blurb" _builder_version="3.0.106" header_font="|700|||||||" header_text_align="right" header_font_size="19px" header_text_color="#ffffff" header_line_height="4em" body_font="|700|||||||" body_text_color="#3d1416" text_orientation="center" custom_margin="||0px|" animation="off" custom_css_blurb_title="background: #3d1416;" url_new_window="off" use_icon="off" use_circle="off" use_circle_border="off" icon_placement="top" use_icon_font_size="off" background_layout="light" /][et_pb_blog fullwidth="on" posts_number="4" include_categories="4170" show_thumbnail="off" show_more="on" show_categories="off" show_pagination="off" offset_number="5" _builder_version="3.0.106" header_level="h6" header_font_size="12" header_text_color="#3d1516" meta_text_color="#debc41" pagination_font_size_tablet="51" pagination_line_height_tablet="2" show_content="off" show_author="off" show_date="off" show_comments="off" use_overlay="off" background_layout="light" text_orientation="right" /]
[et_pb_blurb admin_label="libraryE" global_parent="10018" title="مكتبة مركز الابحاث" url="https://www.prc.ps/دوريات/" module_class="ds-advent-21-blurb" _builder_version="3.0.106" header_font="|700|||||||" header_text_align="center" header_font_size="19px" header_text_color="#ffffff" header_line_height="4em" body_font="|700|||||||" body_text_color="#3d1416" custom_margin="||0px|" animation="off" custom_css_blurb_title="background: #3d1416;"]
بحث مكتبة فلسطين ارشيف كتب دوريات شؤون فلسطين بحث مكتبة فلسطين دراسات دوريات شؤون فلسطين اصدارات مجلة شؤون فلسطينية دراسات دوريات شؤون فلسطين مركز الابحاث الفلسطيني دوريات شؤون فلسطين صراع عربي- صهيوني مركز الابحاث الفلسطيني
[/et_pb_blurb]ابحث في المكتبة[et_pb_blurb global_parent="10018" url="https://www.prc.ps/%d9%88%d8%ab%d9%80%d9%80%d9%80%d8%a7%d8%a6%d9%80%d9%80%d9%82/" use_icon="on" font_icon="%%72%%" icon_color="#ddbb4c" use_icon_font_size="on" icon_font_size="70px" _builder_version="3.0.106" url_new_window="off" use_circle="off" use_circle_border="off" icon_placement="top" background_layout="light" /]وثائق[et_pb_blurb global_parent="10018" url="https://www.prc.ps/دوريات/" use_icon="on" font_icon="%%147%%" icon_color="#ddbb4c" use_icon_font_size="on" icon_font_size="70px" _builder_version="3.0.106" /]دوريات المركز
[et_pb_blurb admin_label="Books" title="أبحاث و دراسات" url="#" module_class="ds-advent-21-blurb" _builder_version="3.0.106" header_font="|700|||||||" header_text_align="left" header_font_size="19px" header_text_color="#ffffff" header_line_height="4em" body_font="|700|||||||" body_text_color="#3d1416" text_orientation="center" custom_margin="||0px|" animation="off" custom_css_blurb_title="background: #3d1416;" /][et_pb_blog fullwidth="off" posts_number="3" show_thumbnail="off" show_more="off" show_pagination="off" _builder_version="3.0.106" header_level="h6" header_font_size="12" header_text_color="#debc41" pagination_font_size_tablet="51" pagination_line_height_tablet="2" show_content="off" show_author="off" show_date="off" show_categories="off" show_comments="off" use_overlay="off" background_layout="light" /]
[et_pb_blurb admin_label="Shuun" title="دراسات سياسية" url="#" module_class="ds-advent-21-blurb" _builder_version="3.0.106" header_font="|700|||||||" header_text_align="center" header_font_size="19px" header_text_color="#ffffff" header_line_height="4em" body_font="|700|||||||" body_text_color="#3d1416" custom_margin="||0px|" animation="off" custom_css_blurb_title="background: #3d1416;" /][et_pb_blog fullwidth="off" posts_number="3" include_categories="44,36" show_thumbnail="off" show_more="off" show_pagination="off" offset_number="1" _builder_version="3.0.106" header_level="h6" header_font_size="12" header_text_color="#debc41" pagination_font_size_tablet="51" pagination_line_height_tablet="2" show_content="off" show_author="off" show_date="off" show_categories="off" show_comments="off" use_overlay="off" background_layout="light" /]
[et_pb_blurb admin_label="Research" title="شؤون إسرائيلية" url="#" module_class="ds-advent-21-blurb" _builder_version="3.0.106" header_font="|700|||||||" header_text_align="center" header_font_size="19px" header_text_color="#ffffff" header_line_height="4em" body_font="|700|||||||" body_text_color="#3d1416" text_orientation="right" custom_margin="||0px|" animation="off" custom_css_blurb_title="background: #3d1416; ||" /][et_pb_blog fullwidth="off" posts_number="3" show_thumbnail="off" show_more="off" show_pagination="off" offset_number="2" _builder_version="3.0.106" header_level="h6" header_font_size="12" header_text_color="#debc41" pagination_font_size_tablet="51" pagination_line_height_tablet="2" show_content="off" show_author="off" show_date="off" show_categories="off" show_comments="off" use_overlay="off" background_layout="light" include_categories="44" /]
[et_pb_gallery gallery_ids="1139,1254,1141,1148,1255,1256,1260,1259,1261,1151,1150,1149,1140" fullwidth="on" hover_icon="%%51%%" _builder_version="3.0.106" pagination_font_size_tablet="51" pagination_line_height_tablet="2" auto="on" auto_speed="6000" /]
[et_pb_code _builder_version="3.0.106"]<iframe width="560" height="315" src="https://www.youtube.com/embed/mfEnMPbZ7-8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>[/et_pb_code]

كتب المركز

[et_pb_code _builder_version="3.0.105"][book_showcase id="488"][/et_pb_code]

آخر إصدارات مجلة شؤون فلسطينية

[et_pb_code _builder_version="3.0.106"][book_showcase id="617"][/et_pb_code]
[et_pb_code _builder_version="3.0.105"][Total_Soft_Cal id="5"][/et_pb_code]
[et_pb_signup activecampaign_list="|none" aweber_list="|none" campaign_monitor_list="|none" constant_contact_list="|none" convertkit_list="|none" emma_list="|none" feedblitz_list="|none" getresponse_list="|none" hubspot_list="|none" icontact_list="|none" infusionsoft_list="|none" madmimi_list="|none" mailchimp_list="rcpalestine|7dfcb44b51" mailerlite_list="|none" mailpoet_list="|none" mailster_list="|none" ontraport_list="|none" salesforce_list="|none" sendinblue_list="|none" name_field="on" success_message="تم التسجيل بنجاح" title="النشرة الدورية" button_text="سجل لتحصل على آخر الأخبار و اصدارات مركز الأبحاث" use_background_color="off" _builder_version="3.0.106" header_text_align="center" result_message_text_align="right" result_message_font_size_tablet="51" result_message_line_height_tablet="2" use_focus_border_color="on" text_orientation="right" max_width="71%" module_alignment="center" custom_margin="30px|||" custom_button="on" button_text_color="#ffffff" button_bg_color="rgba(102,10,0,0.57)" button_border_color="rgba(0,0,0,0)" button_use_icon="off" button_text_color_hover="#3d1516" button_bg_color_hover="#ffffff" animation_style="fold" /]
[et_pb_signup activecampaign_list="|none" aweber_list="|none" campaign_monitor_list="|none" constant_contact_list="|none" convertkit_list="|none" emma_list="|none" feedblitz_list="|none" getresponse_list="|none" hubspot_list="|none" icontact_list="|none" infusionsoft_list="|none" madmimi_list="|none" mailchimp_list="rcpalestine|7dfcb44b51" mailerlite_list="|none" mailpoet_list="|none" mailster_list="|none" ontraport_list="|none" salesforce_list="|none" sendinblue_list="|none" name_field="on" success_message="تم التسجيل بنجاح" title="النشرة الدورية" button_text="سجل لتحصل على آخر الأخبار و اصدارات مركز الأبحاث" use_background_color="off" _builder_version="3.0.106" header_text_align="center" result_message_text_align="right" result_message_font_size_tablet="51" result_message_line_height_tablet="2" use_focus_border_color="on" text_orientation="right" max_width="71%" module_alignment="center" custom_margin="30px|||" custom_button="on" button_text_color="#ffffff" button_bg_color="rgba(102,10,0,0.57)" button_border_color="rgba(0,0,0,0)" button_use_icon="off" button_text_color_hover="#3d1516" button_bg_color_hover="#ffffff" animation_style="fold" /]