﻿<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta name="keywords" content="中国人权网,人权网,中国人权研究会,人权新闻,人权动态,人权理论,人权交流,人权对话,人权故事,人权基地,人权机构,人权报告,人权文件,人权白皮书,人权研究,人权行动,人权教育,北京人权论坛,中欧人权研讨会,人权边会,论坛,研讨会,理事会,影视片,微视频,西藏,新疆,权利,权益,生存权,发展权,环境权,学术,出版物,期刊,观点,知识,大事记,访谈,说人权">
<meta name="description" content="中国人权网，是中国人权领域唯一权威性专业网站。作为中国人权信息的权威发布平台，内容涵盖国内外人权领域的动态资讯、理论研究、国际交流、教育培训、文献资料、联合国人权与中国、维权指南等多个方面，是了解中国人权事业发展状况的重要窗口，是跟踪掌握中国人权理论研究、理论动态的重要平台和资料库，是打造中国特色社会主义人权话语体系的重要载体。">
<link  type="text/css" rel="stylesheet" href="/r/hrcn/static/pc/css/base.css"/>
<link  type="text/css" rel="stylesheet" href="/r/hrcn/static/pc/css/common.css"/>
<link  type="text/css" rel="stylesheet" href="/r/hrcn/static/pc/css/page.css"/>
<link rel="icon" type="image/png" href="/r/hrcn/static/pc/favicon.png">
<script type="text/javascript" src="/r/hrcn/static/pc/js/jquery_min.js"></script>
<script type="text/javascript" src="/r/hrcn/static/pc/js/jquery-migrate_min.js"></script>
<script type="text/javascript" src="/r/hrcn/static/pc/js/s2t.js"></script>
<script type="text/javascript" src="/r/hrcn/static/pc/js/goTop.js"></script>
<script type="text/javascript" src="/r/hrcn/static/pc/js/cicc-plug-ins.js"></script>
<script>
$(function(){
    var e = window.location.href
    if(e.indexOf('https://www.humanrights.cn/')!= -1){
      $('.switchST .T').text('繁体')
      $('.switchST .T').click(function(){      
        e = e.replace('https://www.humanrights.cn/','https://big5.humanrights.cn/')
        window.location.href=e;
      });
    }else{
      $('.switchST .T').text('簡體')
      $('.switchST .T').click(function(){      
        e = e.replace('https://big5.humanrights.cn/','https://www.humanrights.cn/')
        window.location.href=e;
      });
    }
})
</script>
<script>
//搜索
$(document).keydown(function(event){
    if(event.keyCode == '13'){
        if ($('#keyword').is(':focus')) {
            search();
        };
        if ($('#keyword2').is(':focus')) {
            search2();
        };
    };
 });
function search(){
    var categoryIds = $("#categoryIds").val();
	var keyword = $("#keyword").val();
	keyword = keyword.replace(/(^\s*)|(\s*$)/g, "");
	if(keyword!="" && keyword!="请输入搜索内容"){
        if(categoryIds!=""){
        	window.location.href="/search-list.html?keyword="+keyword+"&categoryIds="+categoryIds;
        }else{
			window.location.href="/search-list.html?keyword="+keyword; 
        }
	}
}
$(function(){
  $("#keyword").val('请输入搜索内容');
  $("#keyword").blur(function(){
    if(this.value==''){
      this.value='请输入搜索内容'
    }
  })
  $("#keyword").focus(function(){
    if(this.value=='请输入搜索内容'){
      this.value='';
    }
  });
})
</script>
<!--时、分、秒-->
<!--<script type="text/javascript">tick()</script>--><title>中国人权网_权威发布中国人权信息</title>
<link type="text/css" rel="stylesheet" href="/r/hrcn/static/pc/css/swiper_min.css"/>
<link  type="text/css" rel="stylesheet" href="/r/hrcn/static/pc/css/index.css"/>
<script type="text/javascript" src="/r/hrcn/static/pc/js/swiper_jquery_min.js"></script>
<script>
$(function(){
    checkEndTime();
    function checkEndTime(){
        var myDate=new Date();
        //指定日期格式化
		var  startTime = "20260214";//起始日期的前一天
        var  overTime = "20260224";//截止日期的第二天
        var year = myDate.getFullYear(); //获取当前年
        var mon = myDate.getMonth() + 1 +''; //获取当前月
        var odate = myDate.getDate() +''; //获取当前日
        //var hour = myDate.getHours() +'';
        //月
        if(mon.length ==1){
            mon = '0' + mon;
        }
        //日
        if(odate.length ==1){
            odate = '0' + odate;
        }
        //时
        // if(hour.length ==1){
        //     hour = '0' + hour;
        // }
        var nowDate = ''+year+mon+odate;//时 +hour
    	//起止
		if(startTime<nowDate && overTime>nowDate){
			newsben();
			return true;
		}else{
			return false;
		}
        //贺图
        function newsben(){
            $("body").addClass("hetu");
            //以下内容在挂顶贺图时需要隐藏
            // var int=self.setInterval(function(){
			// 	$('.hetu .hetuFull').fadeOut();
			// 	clearInterval(int);
			// },4000);
        };
    };
})
</script>
<style>
/* 顶贺图 */
.hetu .hetuFull{background:url(/r/hrcn/static/pc/images/hetu20260206CN.jpg) no-repeat top center;padding-top:560px;}
@media (max-width:1920px){
	.hetu .hetuFull{padding-top:29vw;background-size:auto 29vw;}
}
/* 全屏贺图 */
/* .hetu .hetuFull{width:100vw;height:100vh;background:url(/r/hrcn/static/pc/images/hetu20250926CN.jpg) no-repeat center;background-size:cover;position:fixed;left:0;top:0;z-index:99;margin:0;} */
</style>
</head>
<body>
<div class="hetuFull"></div>
<!--header-->
<div class="header">
	<div class="headerTop">
		<div class="w">
			<div class="slogan">中国人权领域唯一专业网站</div>
			<div class="other">
				<div>
                    <input id="categoryIds" type="hidden" name="categoryIds">
					<input class="inputBox" id="keyword" type="text" name="keyword" autocomplete="off">
					<input class="submit" id="keywords" type="button" value="" target="_blank" onClick="javascript:search();">
				</div>
				<a href="https://en.humanrights.cn/" target="_blank">ENGLISH</a>
				<a class="switchST"><span class="T">繁体</span></a>
				<!--<a href="">网站无障碍</a>-->
				<a class="wap" href="">手机版
					<p><img src="/r/hrcn/static/pc/images/ma_wap.jpg"></p>
				</a>				
			</div>
		</div>	
	</div>
	<div class="w nav">
		<img class="logo" src="/r/hrcn/static/pc/images/logo.png">
		<div class="navList">
			<a href="/">首页</a>
						<a href="/CSHRS/index.html">
						研究会概况
						</a>
						<a href="/trends_CSHRS/index.html">
						研究会动态
						</a>
								<a href="/EV/index.html">
									国际交流
								</a>
								<a href="/research/index.html">
									学术园地
								</a>
								<a href="/introduce/index.html">
								基地
								</a>
								<a href="/voice_original/index.html">
								<img src="/r/hrcn/static/pc/images/ico_shrq.png">
								</a>
						<a href="/zgrqgs/index.html">
						<img src="/r/hrcn/static/pc/images/ico_zgrqgs.png">
						</a>
								<a href="/WP/index.html">
									人权文件
								</a>
								<a href="/books/index.html">
									出版物
								</a>
								<a href="/video_feature/index.html">
									影视片
								</a>
						<a href="/knowledge/index.html">
						知识
						</a>
						<a href="/memorabilia/index.html">
						大事记
						</a>
						<a href="/feature/index.html">
						专题
						</a>
            <a href="/news_C/index.html">要闻</a>
		</div>
	</div>
</div><div>	
	<div class="w main">        
		<!--专栏-->
		<div class="swiper-container box column" id="swiper-container0">
			<div class="swiper-wrapper">
				<div class="swiper-slide">
					<a href="/2024/10/18/04a0c893eefa4de9aaaaa3e8430bea31.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2024/10/1280-200-1018.jpg"></a>
				</div>
				<div class="swiper-slide">
					<a href="/2024/06/19/8d782b0c5b594999aa40f73212294e85.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2024/06/1280-200-627.jpg"></a>
				</div>
				<div class="swiper-slide">
					<a href="/2023/12/19/7f22f3869a7941e9b7aed7180155c562.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2023/12/banner2(1).png"></a>
				</div>
				<div class="swiper-slide">
					<a href="/2023/12/15/9ab6bfa9c90e4996a7c8b18c8ec69e27.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2023/12/banner1(1).png"></a>
				</div>
				<div class="swiper-slide">
					<a href="/2024/06/19/78943a1282a0484a9ec049509b139f05.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2024/05/1280-200-509.jpg"></a>
				</div>
			</div>
			<!-- Add Pagination -->
			<div class="swiper-pagination swiper-pagination-white"></div>
		</div>
		<!--头条-->
		<div class="box headline">
			<a href="/2026/03/03/1cdaf0a975d3465695862bb1d5f6550f.html" target="_blank">
				<h2>江山壮阔万象新&mdash;&mdash;习近平总书记引领中国式现代化新征程</h2>
				
			</a>
			<p class="more"><a href="/headline/index.html">更多头条</a></p>
		</div>
		<!--翻图/要闻/动态-->
		<div class="HNT">
			<!--翻图-->
			<div class="swiper-container box hot" id="swiper-container">
				<div class="swiper-wrapper">
					<div class="swiper-slide">
						<a href="/2026/02/27/3db55161350d4c2a9847d699603f951f.html" target="_blank">
							<img src="/r/hrcn/images/cms/cover/2026/02/8877930923568256095_741x417.jpg">
							<h4>持续巩固拓展脱贫攻坚成果 扎实推进乡村全面振兴</h4>
						</a>
					</div>
					<div class="swiper-slide">
						<a href="/2026/02/26/2a5c97087a494067b13d18c12fd36602.html" target="_blank">
							<img src="/r/hrcn/images/cms/cover/2026/02/202602265381f9ad142047dda28ce371ba850443_20260226087f58be48c74201b3db5045cd0d7bb2_%E5%89%AF%E6%9C%AC.jpg">
							<h4>影像回眸&ldquo;十四五&rdquo;&mdash;&mdash;民生为大 幸福可感</h4>
						</a>
					</div>
					<div class="swiper-slide">
						<a href="/2026/02/25/1066323cb03445bcbc158af137b62aa9.html" target="_blank">
							<img src="/r/hrcn/images/cms/cover/2026/02/202602246b50176970c2443ca4c59095f0357b40_202602249bb7973c55084c4cb1e37deaffa22fb9_%E5%89%AF%E6%9C%AC.jpg">
							<h4>春风送岗促就业</h4>
						</a>
					</div>
				</div>
				<!-- Add Pagination -->
				<div class="swiper-pagination swiper-pagination-white"></div>
				<!-- Add Arrows -->
				<div class="swiper-button-next"></div>
				<div class="swiper-button-prev"></div>
			</div>
			<!--要闻/聚焦研究会-->
			<div class="box NT">
				<ol class="clearfix">					
					<h3><i></i><a href="/news_C/index.html">要闻</a><a></a></h3>
					<h3><i></i><a>聚焦研究会</a></h3>
				</ol>
				<ul>
					<li>
						<div>
							<h4>
								<u>
									<a href="/news_C/index.html">国内要闻</a>
								</u><i>|</i>
								<a href="/2026/03/03/92052836fa0449e488a463a47a40ceb5.html" target="_blank">《习近平总书记率领打赢脱贫攻坚战》出版发行</a>
							</h4>
						</div>	
						<div>
							<h4>
								<u>
									<a href="/wykzg/index.html">外眼看中国</a>
								</u><i>|</i>
								<a href="/2026/03/03/3894c8d98a3f49f495de1ab08bda5848.html" target="_blank">中国乡村发展&ldquo;底子&rdquo;更厚&ldquo;路子&rdquo;更宽</a>
							</h4>
						</div>	
						<div>
							<h4>
								<u>
									<a href="/news_C/index.html">国内要闻</a>
								</u><i>|</i>
								<a href="/2026/03/03/64d4e42257754d50bad9347875235a89.html" target="_blank">纪念&ldquo;三八&rdquo;国际妇女节暨表彰大会在京举行</a>
							</h4>
						</div>	
						<div>
							<h4>
								<u>
									<a href="/comment_C/index.html">评论</a>
								</u><i>|</i>
								<a href="/2026/03/03/771c4f42859447e2b9afeccf323d3c3d.html" target="_blank">以人文交流促进全球南方民心相通</a>
							</h4>
						</div>	
						<div>
							<h4>
								<u>
									<a href="/news_C/index.html">国内要闻</a>
								</u><i>|</i>
								<a href="/2026/03/03/0802b3af46ee45089d61e37545d51239.html" target="_blank">2026年春风行动暨就业援助季活动已发布岗位1300多万个</a>
							</h4>
						</div>	
					</li>
					<li>
						<div>
							<h4>
								<a href="/2026/02/25/d00bdb46aea04831b68ccf5a0d5155e2.html" target="_blank">2025人权蓝皮书 | 杨潇 田艳：民族地区非物质文化遗产保护与发展权实现良性互动模式研究&mdash;&mdash;以贵州丹寨为例</a>
							</h4>
						</div>	
						<div>
							<h4>
								<a href="/2026/02/18/16efacb96a9244d4b8cf212e9318f32f.html" target="_blank">联合国人权理事会第61届会议 | 中国保障公民文化权利 让文化生活触手可及</a>
							</h4>
						</div>	
						<div>
							<h4>
								<a href="/2026/02/16/8016bb41c4084d209ac3e99a4abe570d.html" target="_blank">联合国人权理事会第61届会议 | 切实保障环境权利 共享生态环境治理成果</a>
							</h4>
						</div>	
						<div>
							<h4>
								<a href="/2026/02/14/a0a1825ff1024a568c50a2cc166cad1e.html" target="_blank">2025人权蓝皮书 | 丁鹏：无障碍转播促进残疾人文化权利保障</a>
							</h4>
						</div>	
						<div>
							<h4>
								<a href="/2026/02/13/a7c103a29ce94efb8185bf7258fd4adb.html" target="_blank">2025人权蓝皮书 | 杨佳 杨文全 申亚欣：网络空间中的民主权利保障</a>
							</h4>
						</div>	
					</li>
				</ul>
			</div>
		</div>
		<!--研究会/理论/报告/专题/交流-->
		<div class="case">
			<!--关于研究会-->
			<div class="box b1 CSHRS">
				<h3><i></i><a href="/CSHRS/index.html">研究会概况</a></h3>
				<ul>
					<li><span>白玛赤林（藏族）</span></li>
					<li><span>蒋建国</span></li>
					<li><span>马怀德</span><span>付子堂</span><span>沈永祥</span><span>鲁广锦</span></li>
					<li><span>唐献文</span></li>
					<li><span>吴雷芬（女）</span><span>李晓军</span></li>
				</ul>
			</div>
			<div class="TFRE">
				<!--研究会动态-->
				<div class="box b2 theory">
					<h3><i></i><a href="/trends_CSHRS/index.html">研究会动态</a></h3>
					<ul class="listA">
						<a href="/2026/01/29/121175c95f37450d9b912e00b2bdd37d.html" target="_blank">白玛赤林：在中国式现代化进程中开辟人权研究新境界</a>
						<a href="/2026/01/26/1d53ba00992247b7bb7697493eae172d.html" target="_blank">《人权》征稿启事</a>
						<a href="/2026/01/23/6b0bf5d475d94ef5b81f4252ee32f534.html" target="_blank">《人权》2025年总目录</a>
					</ul>
				</div>
				<!--专题-->
				<div class="box b3 feature">
					<!--3号专题-->
						<a class="featureBox" href="/2025/08/29/db7eb6497dea4a329e11227dbde27920.html" target="_blank">
							<p><img src="/r/hrcn/_thumbs/images/cms/cover/2025/08/%E4%B8%AD%E9%9D%9E.png"></p>
							<p>进入专题>></p>
						</a>
					<ul>
							<a href="/2025/09/17/4e386b763b1e46189b88158cb83e98c7.html" target="_blank">&ldquo;中国式现代化与人权保障&rdquo;学术研讨会</a>
							<a href="/2024/04/02/ee7d755d9ea94e5587af7bef4978317e.html" target="_blank">人权行动看中国</a>
							<a href="/2025/10/13/793b3feeab0c402aa5a93f1943ead4ab.html" target="_blank">全球妇女峰会</a>
					</ul>
				</div>
				<!--国际交流-->
				<div class="box b2 report">
					<h3><i></i><a href="/EV/index.html">国际交流</a></h3>
					<ul class="listA">
						<a href="/2026/02/18/16efacb96a9244d4b8cf212e9318f32f.html" target="_blank">联合国人权理事会第61届会议 | 中国保障公民文化权利 让文化生活触手可及</a>
						<a href="/2026/02/16/8016bb41c4084d209ac3e99a4abe570d.html" target="_blank">联合国人权理事会第61届会议 | 切实保障环境权利 共享生态环境治理成果</a>
						<a href="/2026/02/11/096eef93df5a41ab9732c4e4a54aff69.html" target="_blank">联合国人权理事会第61届会议 | 多维推进残障者居住和出行无障碍</a>
					</ul>
				</div>
				<!--学术园地-->
				<div class="box b3 exchange">
					<h3><i></i><a href="/research/index.html">学术园地</a></h3>
					<ul class="listA">
						<a href="/2025/06/20/00183eea7b074228bd14f9ec5d7242ba.html" target="_blank">【专题】加强人权研究 构建中国人权自主知识体系</a>
						<a href="/2026/03/02/0085556762f5461d940aee98bd0f8ecf.html" target="_blank">陈斌：&ldquo;人的自由全面发展&rdquo;的人权原理释论</a>
						<a href="/2026/02/26/7c3e4d822c934b559ebd24f48f8e6652.html" target="_blank">何志鹏：加强涉外法治能力建设</a>
					</ul>
				</div>
			</div>
		</div>
		<!--文件/政策/会议/杂志/影片-->
		<div class="case P2">
        	<!--中国人权故事-->
			<div class="box b4 BS story">
				<h3><i></i><a href="/zgrqgs/index.html"><img src="/r/hrcn/static/pc/images/ico_zgrqgs.png"></a></h3>
				<ul class="listA clearfix">
					<a href="/2026/02/04/1c61ac0d9c9b4cd5998cfcb33076cc9d.html" target="_blank">
						<img src="/r/hrcn/images/cms/cover/2026/02/481db503-62e8-4fb7-bc0d-19ab1c8eddfd_zsite_%E5%89%AF%E6%9C%AC.jpg">
						<p>杭州&ldquo;马奶奶&rdquo;的公益账本：一间工作室里的民族团结实践</p>
					</a>
					<a href="/2026/02/24/2696b0e7b46b4f859336c2926d27e4ee.html" target="_blank">
						
						<p>一名盲人按摩师&ldquo;想走遍全国&rdquo;</p>
					</a>
					<a href="/2026/02/06/df981ad921e24c3c883932810d178172.html" target="_blank">
						
						<p>尧治河村：从&ldquo;卖石头&rdquo;到&ldquo;卖生态&rdquo;</p>
					</a>
					<a href="/2026/02/06/0453d0c28c0746099c614a5616c2ea27.html" target="_blank">
						
						<p>新安源村：从&ldquo;图一时&rdquo;到&ldquo;谋几世&rdquo;</p>
					</a>
				</ul>
			</div>
			<!--人权文件-->
			<div class="box b3 document">
				<h3><i></i><a href="/WP/index.html">人权文件</a></h3>
				<ul>
					<a href="/WP/index.html">中国人权白皮书</a>
					<a href="/Plan/index.html">国家人权行动计划</a>
					<a href="/report_A/index.html">美国侵犯人权报告</a>
					<a href="/document_C/index.html">有关国际人权文书</a>
				</ul>
				<!--4号专题-->
					<a class="featureBox" href="/2025/07/23/30a9306444254029ba881d9451682ff6.html" target="_blank">
						<p><img src="/r/hrcn/_thumbs/images/cms/cover/2025/08/%E4%B8%AD%E6%8B%89.png"></p>
						<p>进入专题>></p>
					</a>
			</div>
			<!--人权杂志-->
			<div class="box b4 journal special">
				<h3>
					<div>
						<i></i>
								<a href="/journal_2025/index.html">《人权》杂志</a>
					</div>
					<div class="more">
						<a href="/2024/01/10/cfe11f15dcca470db22310e1c76842c3.html" target="_blank">编辑部</a>
						<a href="/2025/02/18/b68244ef50bd4f36915f294959b7dd95.html" target="_blank">征稿启事</a>
                        <a href="http://www.rqjournal.cn" target="_blank">投稿平台</a>
					</div>
				</h3>
				<ul>
						<a class="cover" href="/2025/11/27/df13c7c100284b63b0073c94ddef64b0.html" target="_blank">
							<img src="/r/hrcn/_thumbs/images/cms/cover/2025/11/640%20(3)_200x272.png">
							<p>2025年第5期（总第143期）</p>
						</a>
					<div class="listA">
							<a href="/2025/11/18/6c7793f562e5406f816ecb5c1d3c945e.html" target="_blank">保障中国人民发展权  促进人权事业大发展</a>
							<a href="/2025/11/27/21e4a23425ae423f85f00be90d345f52.html" target="_blank">论中国传统文化中人权理念的识别与继承</a>
							<a href="/2025/12/04/937c2c63509c448ba4f860e0c190f43a.html" target="_blank">气候移民人权保护国家实践的新发展及其国际法分析</a>
						<div>
                            <input id="categoryIdsText" type="hidden" name="categoryId" value="e5cbaed50f9548ac8b0702817fc8a2ba"/>
                            <input class="inputBox" id="keywordText" type="text" name="keyword" autocomplete="off" />
							<input class="submit" id="keywords" type="button" value="" target="_blank" onclick="javascript:searchText();" />
						</div>
					</div>
				</ul>
			</div>
			<!--影视片-->
			<div class="box b3 video special">
				<h3>
					<div><i></i><a href="/video_feature/index.html">影视片</a></div>
				</h3>
				<ul>
					<a href="/2025/04/15/30aaf697784846e08ca69f72b2747c42.html" target="_blank">
						<img src="/r/hrcn/_thumbs/images/cms/cover/2025/04/%E3%80%90DIG%20DEEP%E3%80%91%E4%B8%80%E9%97%AE%E7%BE%8E%E5%9B%BD%E4%BA%BA%E6%9D%83%EF%BC%9A%E2%80%9C%E5%BC%BA%E8%BF%AB%5B20250422-143951%5D_%E5%89%AF%E6%9C%AC.jpg">
						<p>六问美国人权</p>
					</a>
					<a href="/2024/11/07/c9ad2a2908474234a39d8e98d1550d9c.html" target="_blank">
						<img src="/r/hrcn/_thumbs/images/cms/cover/2024/11/%E5%86%B0%E5%B1%B1%E4%B8%8B%EF%BC%9A%E8%B5%B7%E5%BA%95%E7%BE%8E%E5%9B%BD%E9%80%89%E4%B8%BE%E6%94%BF%E6%B2%BB%E4%B9%B1%E5%B1%80%EF%BC%88%E4%B8%8A%EF%BC%89%E2%80%94%E2%80%94%E6%94%BF%5B00_00_31%5D%5B20241107-112034%5D_%E5%89%AF%E6%9C%AC.jpg">
						<p>冰山下：起底美国选举政治乱局</p>
					</a>
				</ul>
			</div>
			<!--基地-->
			<div class="box b4 BS base">
				<h3><i></i><a href="/introduce/index.html">国家人权教育与培训基地</a></h3>
				<ul class="listA clearfix">
					<a href="/2025/12/11/29fca4a994f2467cbe8c611c0136e975.html" target="_blank">
						<img src="/r/hrcn/images/cms/content/2025/12/d8e2b26b-e153-4f67-8eab-85fb4562b0e6_zsite.jpg">
						<p>2025年李步云法学奖在渝颁奖 中外学者共话和平发展与人权保障</p>
					</a>
					<a href="/2026/01/26/18d20941d9be4b0a855a9410a0f96a5d.html" target="_blank">
						
						<p>《人权法学》2026年第1期目录及摘要</p>
					</a>
					<a href="/2025/12/30/fdf47086fb0c4993b42e0c3b6e59ed89.html" target="_blank">
						
						<p>《人权研究》2025年第4期目录和摘要</p>
					</a>
					<a href="/2025/12/19/90a025cba29545809cf1a68b19533689.html" target="_blank">
						
						<p>中国政法大学人权论坛第六期成功举办</p>
					</a>
					<a href="/2025/12/18/3d537367d0ad415fbb9fbd37eb929030.html" target="_blank">
						
						<p>&ldquo;企业尽责与尊重残障人权利的多学科研究&rdquo;会议在广州大学人权研究院成功举办</p>
					</a>
				</ul>
                <h6><a href="http://rqfx.publish.founderss.cn/" target="_blank">《人权法学》</a><a href="https://rqyr.cbpt.cnki.net" target="_blank">《人权研究》</a></h6>
			</div>
			<!--出版物-->
			<div class="b3">
				<div class="box publication">
					<h3><i></i><a href="/books/index.html">出版物</a>
                    <u><a href="/BP/index.html">蓝皮书</a></u>                  
                    </h3>
					<ul>
						<a href="/2023/08/26/04337cbe6d584dd989938904888fb489.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2023/12/360%E6%88%AA%E5%9B%BE20231226163308339.jpg"></a>
						<a href="/2025/10/01/b71dfa770bd44b7bbdf624281d9365db.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2025/12/lQLPKHmZff_clIfNAXjNARewxXUwZsW2-EQJFGIxrQJMAA_279_376_200x270.png"></a>
						<a href="/2023/12/01/ba6eba926a4243b9ada4b7dc4a844241.html" target="_blank"><img src="/r/hrcn/images/cms/cover/2025/10/5ab5c9ea15ce36d3d539438e71ab2d87e950352a1b4e_webp_%E5%89%AF%E6%9C%AC.jpg"></a>
					</ul>
				</div>
				<!--提问-->
				<div class="box ask">
					<a href="/knowledge/index.html">知识</a>
					<div id="ask">
						<div class="runbox">
							<p>
								<a href="/2026/01/12/29ad0ef1d07b40c79b20142893c9eba5.html" target="_blank">&ldquo;平台接单&rdquo;的大学生家教，权益如何更好保障？</a>
								<a href="/2025/10/16/c76412f3fdfe4d03928573a59cf2cd1e.html" target="_blank">员工申诉就解雇，公司行为于法无据</a>
								<a href="/2025/09/22/d04f20452da348c3a0773d318a3083be.html" target="_blank">如何加强新就业形态劳动者权益保护</a>
								<a href="/2025/09/10/e079086537394569b3c18b0aba12562f.html" target="_blank">数字时代，如何守护居民身份证信息安全</a>
								<a href="/2025/08/27/8dab5588c3fc4e0587c2f4958e71290a.html" target="_blank">岗前培训期间受伤，能否算工伤？</a>
							</p>
							<p>
								<a href="/2026/01/12/29ad0ef1d07b40c79b20142893c9eba5.html" target="_blank">&ldquo;平台接单&rdquo;的大学生家教，权益如何更好保障？</a>
								<a href="/2025/10/16/c76412f3fdfe4d03928573a59cf2cd1e.html" target="_blank">员工申诉就解雇，公司行为于法无据</a>
								<a href="/2025/09/22/d04f20452da348c3a0773d318a3083be.html" target="_blank">如何加强新就业形态劳动者权益保护</a>
								<a href="/2025/09/10/e079086537394569b3c18b0aba12562f.html" target="_blank">数字时代，如何守护居民身份证信息安全</a>
								<a href="/2025/08/27/8dab5588c3fc4e0587c2f4958e71290a.html" target="_blank">岗前培训期间受伤，能否算工伤？</a>
							</p>
						</div>
					</div>
				</div>
			</div>
		</div>
		<!--说人权-->
		<div class="box original">
			<h3><i></i><a href="/voice_original/index.html"><img src="/r/hrcn/static/pc/images/ico_shrq.png"></a></h3>
			<div class="clearfix">
				<div class="swiper-container" id="swiper-container2">
					<div class="swiper-wrapper clearfix">
						<li class="swiper-slide">
							<a href="/2025/12/11/b2b8c1ada9514c1e895eca6b11776e8d.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/12/5D796B22-A726-430F-B414-E61AB3E5A79B.jpg">
								<p>中国乡村：本土资源&ldquo;挖深做透&rdquo;，日子越过越富足</p>
							</a>
						</li>
						<li class="swiper-slide">
							<a href="/2025/12/03/1f00ec64994647cdbc5a0f51c93330ab.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/12/screenshot_2025-12-03_15-40-42_%E5%89%AF%E6%9C%AC.jpg">
								<p>中国人权研究会学习贯彻党的二十届四中全会精神座谈会举行</p>
							</a>
						</li>
						<li class="swiper-slide">
							<a href="/2025/11/24/ac5b932c388746fea7e1f873dfc31193.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/11/D1C23001-8B0B-4275-B120-CAB2432F26FF_158x211.jpg">
								<p>你养鸡我包销，日子越养越红火&mdash;&mdash;武山脚下的 &ldquo;乌鸡助农经&rdquo;</p>
							</a>
						</li>
						<li class="swiper-slide">
							<a href="/2025/11/21/0d7e81ba4e8748a39449a871bd2753fb.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/11/3_%20%E5%B8%B8%E8%80%81%E5%B8%88%E9%87%87%E8%AE%BF-%E7%AB%96%E7%89%88-11_21-%E5%B0%81%E9%9D%A2_158x280.jpg">
								<p>守护健康可持续环境，中国在行动</p>
							</a>
						</li>
						<li class="swiper-slide">
							<a href="/2025/11/20/ce91666601384e0bbaa3b6b3334ca2ef.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/11/lQDPJxywBKKQ4NfNBLDNA4Sw_17Cin9FX-sI_n4x3DKBAQ_900_1200_158x211.jpg">
								<p>从 &ldquo;靠湖吃湖&rdquo; 到 &ldquo;守湖致富&rdquo;，鄱阳湖的生态答卷太赞了！</p>
							</a>
						</li>
						<li class="swiper-slide">
							<a href="/2025/11/20/e978c0658cf54c83810bc0a158651bc1.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/11/80843EE1-ADAA-4EED-8896-F8B540C65B26_%E5%89%AF%E6%9C%AC.jpg">
								<p>从老人留守到人人向往！返乡青年揭秘：乡村振兴到底改变了啥？</p>
							</a>
						</li>
						<li class="swiper-slide">
							<a href="/2025/10/17/bec533f801824ee48825d2e4ff94ec28.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/10/%E4%B8%AD%E5%9B%BD%E6%94%BF%E6%B3%95%E5%A4%A7%E5%AD%A6%E4%BA%BA%E6%9D%83%E8%AE%BA%E5%9D%9B_%E5%89%AF%E6%9C%AC.png">
								<p>从二元结构到共同价值：中国对全球人权治理的路径探索</p>
							</a>
						</li>
						<li class="swiper-slide">
							<a href="/2025/10/16/f49f32c95f024b3b8147bea2705c2a1b.html" target="_blank">
								<img src="/r/hrcn/images/cms/cover/2025/10/6D1E3980-EED3-470e-8369-98A196465E83_%E5%89%AF%E6%9C%AC.png">
								<p>&ldquo;各国商量着办&rdquo;的平衡之道</p>
							</a>
						</li>
					</div>
					<div class="swiper-button-next"></div>
					<div class="swiper-button-prev"></div>
				</div>
				<ul>
					<li><a href="/2025/02/07/a3e6e184837044698c839c41103f66df.html" target="_blank">以制度优化和技术创新，强化教育公平理念</a></li>
					<li><a href="/2025/02/07/f33fd5387b5247d58e80b2c690bf7eea.html" target="_blank">霸权黄昏下的&ldquo;退群狂欢&rdquo;：透视美国二度退出联合国人权理事会的政治逻辑</a></li>
					<li><a href="/2024/12/09/ca3c2017d49d4088817cf6e3fb0ce043.html" target="_blank">中国传统文化的&ldquo;自然人性观&rdquo;对《世界人权宣言》的贡献&mdash;&mdash;专访南开大学人权研究中心副教授刘明</a></li>
					<li><a href="/2024/10/30/420a5bdc75b94a40b848dd21ac943506.html" target="_blank">&ldquo;在这个美好的会议上，革命正在发生&rdquo;&mdash;&mdash;2024&middot;中欧人权研讨会综述</a></li>
					<li><a href="/2024/10/30/7a0581f3b2d24c41a634dd9245cf17f4.html" target="_blank">&ldquo;北京遇见柏林&rdquo; 中欧共话新兴权利保障未来之路</a></li>
					<li><a href="/2024/10/29/bffcce93d8454e699721d3f535ab0732.html" target="_blank">肖君拥：数字时代，人权保障面临的挑战与解决之道</a></li>
				</ul>
			</div>
		</div>
		<!--English-->
		<div class="box english">
			<h3><i></i><a href="http://en.humanrights.cn/" target="_blank">English</a></h3>
			<ul>
				<a href="https://en.humanrights.cn/2026/03/03/2f5a45c8c8e14527bbb6d52dacde4e86.html" target="_blank">
					<div class="pic">
						<img src="/r/hrcn/_thumbs/images/cms/cover/2026/03/69a639aca310d68600f8b18b.jpeg">
					</div>
					<p>New guidelines aim to protect tourists' rights</p>
				</a>
				<a href="https://en.humanrights.cn/2026/03/02/c986621375ca4433a0845ca68fec14dd.html" target="_blank">
					<div class="pic">
						<img src="/r/hrcn/_thumbs/images/cms/cover/2026/03/69a4cc97a310d68600f89e00.jpeg">
					</div>
					<p>Well-being of people high on China's agenda</p>
				</a>
				<a href="https://en.humanrights.cn/2026/02/28/bd787de7457f444dbc7f00e8faeadcf6.html" target="_blank">
					<div class="pic">
						<img src="/r/hrcn/_thumbs/images/cms/cover/2026/02/1.jpg">
					</div>
					<p>Snowscapes, vineyards, and beyond: the rural revitalization in China's villages</p>
				</a>
				<a href="https://en.humanrights.cn/2026/02/25/e7db21f819954ff1935c95b447c1ed0c.html" target="_blank">
					<div class="pic">
						<img src="/r/hrcn/_thumbs/images/cms/cover/2026/02/699e31c2a310d68600f85752.jpeg">
					</div>
					<p>Targeted aid averts relapse into poverty</p>
				</a>
				<a href="https://en.humanrights.cn/2026/02/24/d70725981dcb4da69798906e1902e22f.html" target="_blank">
					<div class="pic">
						<img src="/r/hrcn/_thumbs/images/cms/cover/2026/02/12.jpg">
					</div>
					<p>China ready to work with all countries to improve global human rights governance: Chinese FM</p>
				</a>
			</ul>
		</div>
	</div>	
</div>
<div class="footer">
	<div class="w">
		<div class="matrix">
			<h4><span>新媒体矩阵</span></h4>
			<ul>
							<a href="https://www.weibo.com/u/1888489003" target="_blank">中国人权网微博号
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%BA%BA%E6%9D%83%E5%BE%AE%E5%8D%9A.jpg"></p>
				</a>
				<a href="https://mp.weixin.qq.com/mp/qrcode?scene=10000004&amp;size=102&amp;__biz=MzkyMTczMTE2Mw==&amp;mid=2247509559&amp;idx=1&amp;sn=52deaae75f56e4c55a08aa085ce2a024&amp;send_time=" target="_blank">中国人权网微信公众号
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2024/09/qrcode_for_gh_540ddb3bd328_344.jpg"></p>
				</a>
				<a href="https://author.baidu.com/home/1650160833290025" target="_blank">中国人权网百家号
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%BA%BA%E6%9D%83%E7%99%BE%E5%AE%B6%E5%8F%B7.png"></p>
				</a>
				<a href="https://m.bilibili.com/space/693396692?code=001VFi000pBpgR1YdH300tcLv52VFi0T&amp;state=" target="_blank">中国人权网B站号
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%BA%BA%E6%9D%83b%E7%AB%99.jpg"></p>
				</a>
				<a href="https://www.zhihu.com/org/zhong-guo-ren-quan-wang" target="_blank">中国人权网知乎号
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20231116114708.jpg"></p>
				</a>
				<a href="https://www.douyin.com/user/MS4wLjABAAAAjJ4IkWu7DrM7StbTI37YZ1tAKLu_iV3rfUyuEa93mcY" target="_blank">中国人权网抖音号
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20231222204815.png"></p>
				</a>
				<a href="https://profile.zjurl.cn/rogue/ugc/profile/?media_id=1779448492650504&amp;request_source=1&amp;user_id=3186813818897096" target="_blank">中国人权网头条号
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%BA%BA%E6%9D%83%E5%A4%B4%E6%9D%A1.png"></p>
				</a>
			</ul>
		</div>
		<div class="matrix">
			<h4><span>国家人权教育与培训基地</span></h4>
			<ul>
				<a href="https://humanrights.nankai.edu.cn/" target="_blank">南开大学人权研究中心
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%8D%97%E5%BC%80%E5%89%AF%E6%9C%AC.jpg"></p>
				</a>
				<a href="http://rqyjy.cupl.edu.cn/" target="_blank">中国政法大学人权研究院
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%B8%AD%E5%9B%BD%E6%94%BF%E6%B3%95%E5%A4%A7%E5%AD%A6.jpg"></p>
				</a>
				<a href="http://humanrights.gzhu.edu.cn/" target="_blank">广州大学人权研究院
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%B9%BF%E5%B7%9E_%E5%89%AF%E6%9C%AC.png"></p>
				</a>
				<a href="http://humanrights.ruc.edu.cn/index.htm" target="_blank">中国人民大学人权研究中心
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%BA%BA%E6%B0%91%E5%A4%A7%E5%AD%A6_%E5%89%AF%E6%9C%AC.jpg"></p>
				</a>
				<a href="https://law.fudan.edu.cn/main.htm" target="_blank">复旦大学人权研究中心
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%A4%8D%E6%97%A6_%E5%89%AF%E6%9C%AC.jpg"></p>
				</a>
				<a href="https://law.whu.edu.cn/index.htm" target="_blank">武汉大学人权研究院
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2024/03/640_%E5%89%AF%E6%9C%AC.jpg"></p>
				</a>
				<a href="https://www.law.sdu.edu.cn/index.htm" target="_blank">山东大学人权研究中心
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%B1%B1%E5%A4%A7_%E5%89%AF%E6%9C%AC.png"></p>
				</a>
				<a href="https://hri.swupl.edu.cn/" target="_blank">西南政法大学人权研究院
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E8%A5%BF%E5%8D%97_%E5%89%AF%E6%9C%AC.png"></p>
				</a>
				<a href="https://sthr.bit.edu.cn/index.htm" target="_blank">北京理工大学科技人权研究中心
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2025/04/360%E6%88%AA%E5%9B%BE20250422100220011.jpg"></p>
				</a>
				<a href="https://rqyjy.seu.edu.cn/" target="_blank">东南大学人权研究院
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%B8%9C%E5%8D%971.jpg"></p>
				</a>
				<a href="http://humanrights.hust.edu.cn/index.htm" target="_blank">华中科技大学人权法律研究院
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%8D%8E%E4%B8%AD%E7%A7%91%E5%A4%A7.jpg"></p>
				</a>
				<a href="https://hrc.jlu.edu.cn/" target="_blank">吉林大学人权研究院
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E5%90%89%E5%A4%A7_%E5%89%AF%E6%9C%AC.jpg"></p>
				</a>
				<a href="https://rqyjy.nwupl.edu.cn/" target="_blank">西北政法大学人权研究中心
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E8%A5%BF%E5%8C%97.jpg"></p>
				</a>
				<a href="https://humanrights.csu.edu.cn/index.htm" target="_blank">中南大学人权研究中心
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%B8%AD%E5%8D%97.jpg"></p>
				</a>
			</ul>
		</div>
		<div class="matrix">
			<h4><span>友情链接</span></h4>
			<ul>
				<a href="http://www.people.com.cn/" target="_blank">人民网
				</a>
				<a href="http://www.xinhuanet.com/" target="_blank">新华网
				</a>
				<a href="http://www.china.com.cn/" target="_blank">中国网
				</a>
				<a href="https://www.cri.cn/" target="_blank">国际在线
				</a>
				<a href="http://cn.chinadaily.com.cn/" target="_blank">中国日报网
				</a>
				<a href="https://www.cctv.com/" target="_blank">央视网
				</a>
				<a href="https://www.youth.cn/" target="_blank">中国青年网
				</a>
				<a href="http://www.ce.cn/" target="_blank">中国经济网
				</a>
				<a href="http://www.cnr.cn/" target="_blank">央广网
				</a>
				<a href="https://www.gmw.cn/" target="_blank">光明网
				</a>
				<a href="https://www.chinanews.com.cn/" target="_blank">中国新闻网
				</a>
				<a href="http://www.qstheory.cn/" target="_blank">求是网
				</a>
				<a href="http://www.legaldaily.com.cn/" target="_blank">法治网
				</a>
				<a href="https://www.huanqiu.com/" target="_blank">环球网
				</a>
				<a href="http://www.scio.gov.cn/" target="_blank">国务院新闻办网
				</a>
				<a href="http://www.renquanjjh.com/" target="_blank">中国人权发展基金会
				</a>
				<a class="noLink" target="_blank">仁之言
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/%E4%BB%81%E4%B9%8B%E8%A8%80.jpg"></p>
				</a>
				<a class="noLink" target="_blank">中国发布APP
					<p><img src="/r/hrcn/_thumbs/images/cms/cover/2023/12/zgfbAPP.jpg"></p>
				</a>
				<a href="https://www.chinaxinjiang.cn/index.html" target="_blank">中国新疆网
				</a>
				<a href="https://www.tibetol.cn/" target="_blank">西藏在线网
				</a>
				<a href="https://www.cicc.org.cn/" target="_blank">五洲传播
				</a>
			</ul>
		</div>
	</div>
	<div class="logo_b">
		<div>
			<div class="copyright">
				<div class="logo">
					<img src="/r/hrcn/static/pc/images/logo_CSHRS.png">
					<div>
						<p>主办单位：中国人权研究会</p>
						<p>五洲传播出版传媒有限公司 版权所有</p>
					</div>
				</div>
				<div class="other">
					<p>
						<a href="/2023/12/29/01912bacd1034a7a889de6b1fc335f5b.html" target="_blank">
						关于本网
						</a>
						<i>|</i><a href="/2023/12/29/4b2ff23e79d84252936eb40bf8f3aec9.html" target="_blank">
						版权声明
						</a>
						<i>|</i><a href="mailto:editor@humanrights.cn" target="_blank">
						联系我们
						</a>
					</p>
				</div>
			</div>
			<div class="filings">
				<p>
					<span>违法和不良信息举报电话：13651236230</span><span>举报邮箱：editor@humanrights.cn</span>
				</p>
				<p>
					<span>互联网新闻信息服务许可证：10120180016</span>
					<span><a href="http://beian.miit.gov.cn" target="_blank">京ICP备13021801号-8</a></span>
					<span>
						<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102003980" target="_blank">
							<img src="/r/hrcn/static/pc/images/record.png">京公网安备 11010102003980号
						</a>
					</span>
				</p>
			</div>
		</div>
	</div>
</div></body>
<script>
$(function(){
	$('.NT ol h3').eq(0).addClass('on');
	$('.NT ul li').eq(0).show();
	for(var i=0;i<$('.NT ol h3').length;i++){
		(function(index){
			$('.NT ol h3').eq(index).mouseover(function(){
				$(this).addClass('on').siblings().removeClass('on');
				$('.NT ul li').eq(index).show().siblings().hide();
			})
		})(i)
	}
	//提问竖滚跑马灯
	var r = 0;
	var timesR
	function roll(){
		timesR = setInterval(function(){
			r -=1;//顺滑度
			$('.runbox').css('top',r+'px')
			if(r<-$('.runbox p').height()){    
				r=0;
				$('.runbox').append($('.runbox p').eq(0));
			}
		},20)//滚动速度
	}
	roll();
	$('.runbox').mouseenter(function(){
		clearInterval(timesR);
	});
	$('.runbox').mouseleave(function(){
		roll();
	});
})
</script>
<script>
$(function(){
	var h=0;
	for(var i=0;i<$('.original ul li').length;i++){
		h += $('.original ul li').eq(i).height()+31;
		if(h>$('.original .swiper-container').height()){
			$('.original ul li').eq(i).hide()
		}
	}
})
</script>
<script>
var swiper = new Swiper('#swiper-container0', {
	loop: true,
	effect: 'fade',
	autoplay: 3000,
	autoplayDisableOnInteraction: false,
	pagination: '.swiper-pagination',
	paginationClickable: true,
});
</script>
<script>
var swiper = new Swiper('#swiper-container', {
	loop: true,
	autoplay: 3000,
    autoplayDisableOnInteraction: false,
	nextButton: '.swiper-button-next',
    prevButton: '.swiper-button-prev',
	pagination: '.swiper-pagination',
	paginationClickable: true,
});
</script>
<script>
var swiper = new Swiper('#swiper-container2', {
	spaceBetween: 20,
	slidesPerView: 4,
	autoplay: 2000,  
    autoplayDisableOnInteraction: false,
	loop: true,
	nextButton: '.swiper-button-next',
    prevButton: '.swiper-button-prev',
})
</script>
<script>
//搜索
$(document).keydown(function(event){
    if(event.keyCode == '13'){
        if ($('#keywordText').is(':focus')) {
            searchText();
        };
    };
 });
function searchText(){
    var categoryIdsText = $("#categoryIdsText").val();
	var keywordText = $("#keywordText").val();
	keywordText = keywordText.replace(/(^\s*)|(\s*$)/g, "");
	if(keywordText!="" && keywordText!="杂志文章检索"){
        window.location.href="/search-list.html?keyword="+keywordText+"&categoryIds="+categoryIdsText;
    }else{
		window.location.href="/search-list.html?keyword="+keywordText; 
	}
}
$(function(){
  $("#keywordText").val('杂志文章检索');
  $("#keywordText").blur(function(){
    if(this.value==''){
      this.value='杂志文章检索'
    }
  })
  $("#keywordText").focus(function(){
    if(this.value=='杂志文章检索'){
      this.value='';
    }
  });
})
</script>
</html>