@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	font-size: inherit;
}

/*头部*/
.bodybg{
	background: url(rdi2024_bodybg.png);
}
.top_box{
	position: relative;
	background: #fff;
}
.info_bar{
	height: 42px;
	padding-right: 100px;
	line-height: 42px;
	overflow: hidden;
}
.info_bar .icon_link{
	float: right;
}
.info_bar .icon_link li{
	display: inline-block;
	padding: 0px 16px;
	background: url(rdi2024_icon_line.png) right  center no-repeat;
	height: 42px;
}
.info_bar .icon_link li a{
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 9px;
}
a.icon_Email{background: url(rdi2024_icon_email.png) center center no-repeat;}
a.icon_wx{background: url(rdi2024_icon_wx.png) center center no-repeat;}
a.icon_en{background: url(rdi2024_icon_en.png) center center no-repeat;}

/*so*/
.input_so{
	position: relative;
	background:#fff;
	height: 30px;
	line-height: 30px;
	margin-top: 6px;

}

.input_so .text{
	background:none;
	width: 100%;
	border: none;
	height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.input_so .text::placeholder{
	color: #a7bfcd;
	font-weight: normal;
}
.input_so .text::-moz-placeholder{
	color: #a7bfcd;
	font-weight: normal;
}
.input_so .text::-webkit-input-placeholder{
	color: #a7bfcd;
	font-weight: normal;
}

.buts{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0px;
	display: block;
	cursor: pointer;
	margin-top: 0px;
	background: url(rdi2024_icon_so.png) center center no-repeat #fff;
}
/*so Ene*/

.menu{
	background: #038f8f;
}
.menu ul{
	margin-left: 650px;
}
.menu li{
	height: 60px;
	display: inline-block;
	font-size: 20px;
	line-height: 60px;
}
.menu li a{
	color: #fff;
	padding: 0 15px;
}
.menu li:hover,
.menu li.on{
	background: url(rdi2024_menu_h.png) center bottom no-repeat;
	font-weight: bold;
}

/*menu02*/
.menu02{
	height: 70px;
	background: #fff;
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1); /*加阴影*/
	/*	text-align: center;*/
	position: relative;
	margin-top: -4px;
}
.t_c{text-align: center;}
.menu02 li{
	display: inline-block;
	line-height: 70px;
	font-size: 18px;
}
.menu02 li:hover,
.menu02 li.on{
	background: url(rdi2024_menu02_h.png);
}
.menu02 li:hover a,
.menu02 li.on a{
	color: #fff;
}
.menu02 li a{
	padding: 0 25px;
	font-weight: bold;
	color: #333;
}



.menu03{
	background: url(rdi2024_menu03bg.png) top repeat-x #f2f2f2;
	line-height: 60px;
}
.ul_w{
	width: 1200px;
	margin: 0 auto;
}
.menu03 li{
	display: inline-block;
	font-size: 18px;
}
.menu03 li a{
	color: #333;
	padding: 0 30px;
	display: block;
	font-weight: bold;
}
.menu03 li.on{
	background: url(rdi2024_menu03_h.png) center bottom no-repeat;
}
.menu03 li.on a{
	color: #038f8f;
}
/*menu02 End*/

.logobox{
	position: absolute;
	left: 0;
	top: 0;
	height: 120px;
	z-index: 9999;
}
.logobox .logo_img{
	padding-left: 50px;
	float: left;
	height: 100%;
	background: #fff;
}
.logobox .logo_img img{
	margin-top: 24px;
}
.logobox .jiao{
	float: left;
	height: 120px;
}
.logobox .jiao img{
	height: 100%;
}
.banner{
}
.banner img{
	width: 100%;
}

/*内容部分*/

.Con_w{
	width: 1200px;
	margin: 0px auto;
}
.weizhi{
	font-size: 16px;
	color: #666666;
	line-height: 70px;
}
.weizhi a{
	color: #666;
}
.weizhi a:hover{
	color: #006565;
}

/*细览*/
.ConBox{
	background: #fff;
	padding: 50px;
	color: #333;
}
.Con_title{
	border-bottom: 1px dashed #9ad0d0;
}
.Con_bt{
	text-align: center;
	font-size: 34px;
	line-height: 150%;
	font-weight: bold;
	padding: 0 70px;
	margin-bottom: 30px;
}

.mTop_30{
	margin-top: 30px;
}
.con_nr{
	line-height: 180%;
	font-size: 18px;
}
.con_nr * {
	line-height: 1.8 !important;
}
.con_nr p{
	text-indent: 2em;
	margin: 0 0 1em !important;
	background: #FFFFFF!important;
	border: 0!important;
}
.con_nr table p {
	text-indent: 0;
}
.con_nr div{
	margin-bottom: 1em;
	text-indent: 2em;
}
.con_nr img {
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
.con_info{
	color: #666;
	font-size: 16px;
	line-height: 50px;
	padding-bottom: 10px;
}
.con_info_l{
	float: left;
}
.con_info_l li{
	float: left;
	margin-right: 50px;
}
.con_info_l li img{
	vertical-align: middle;
	width: 30px;
}
.con_info_l:last-child{
	margin-right: 0;
}
.con_info_r{
	float: right;
}
.con_info_r li{
	float: left;
	margin-left: 50px;
}
.con_info_r:last-child{
	margin-left: 0;
}
.con_info_r li img{
	vertical-align: middle;
}
.print{
	cursor: pointer;
}
.font_size{

}
.font_size span{
	margin-right: 5px;
	cursor: pointer;
}
.font_size span.active{
	font-weight: bold;
	color: #038888;
}

/*详情页分享媒体图标*/
.con_fx_icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	border-radius: 30px;
	vertical-align: middle;
	margin-left: 5px;
}
.con_fx_icon:hover{
	background-color: rgba(3, 143, 143, 1);
}
.con_fx_icon_1{
	background: url(rdi2024_con_icon_qz.png) center center no-repeat rgba(3, 143, 143, 0.15);
}
.con_fx_icon_2{
	background: url(rdi2024_con_icon_wx.png) center center no-repeat rgba(3, 143, 143, 0.15);
}
.con_fx_icon_3{
	background: url(rdi2024_con_icon_wb.png) center center no-repeat rgba(3, 143, 143, 0.15);
}



/*现任领导*/
.con_ld{
	background: #fff;
	padding: 30px 60px 60px;
	color: #333;
}
.bt_title{
	background: url(rdi2024_tbg01.png) center bottom no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 30px;
	color: #038888;
	padding-bottom: 40px;
}

.con_ldnr{
	line-height: 180%;
}
.con_ldnr ul{
	margin: 0 180px;
	text-align: center;
}
.con_ldnr ul li{
	display: inline-block;
	text-align: center;
	width: 230px;
	height: 348px;
	background: url(rdi2024_zpbg.png) no-repeat;
	background-size: cover;
	margin: 60px 60px 0;
}
.con_ldnr ul li a{
	color: #333;
}
.con_ldnr ul li a:hover{
	color: #007777;
}
.con_ldnr ul li .name{
	font-size: 20px;
	font-weight: bold;
}
.con_ldnr ul li a span{
	color: #777;
	font-size: 16px;
}
.con_ldnr ul li img{
	width: 205px;
	height: 250px;
	margin-top: 13px;
}


/*论文*/
.con_lw{
	background: #fff;
	padding: 40px 60px 0px;
	color: #333;
}
.bt_title02{
	text-align: center;
	font-size: 34px;
	line-height: 260%;
	color: #038888;
	padding-bottom: 20px;
}

.shijianzhou{
	position: relative;
}
.shijianzhou .btn_l{
	background: url(rdi2024_sjz_btn01.png) center no-repeat;
	opacity: 0.6;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.shijianzhou .btn_r{
	background: url(rdi2024_sjz_btn02.png) center no-repeat;
	opacity: 0.6;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.shijianzhou .btn_l:hover,
.shijianzhou .btn_r:hover{
	opacity: 1;
}
.shijianzhou .sjz{
	font-size: 18px;
	margin: 0 70px;
	line-height: 36px;
	background: url(rdi2024_sjz.png) bottom repeat-x;
	height: 50px;
}
.shijianzhou .sjz li{
	background: url(rdi2024_sjz_bg.png)bottom no-repeat;
	/* padding-bottom: 20px; */
	display: inline-block;
	width: 120px;
	text-align: center;
	cursor: pointer;
	background-image: url(rdi2024_sjz_bgs.png);
	height: 50px;
	line-height: 1;
}
.shijianzhou .sjz li a {
	display: block;
	height: 50px;
}
.shijianzhou .sjz li.active{
	background: url(rdi2024_sjz_h.png)bottom no-repeat;
	color: #038f8f;
	background-image: url(rdi2024_sjz_hs.png);
	font-weight: bold;
}
.shijianzhou .xians{
	height: 20px;
	background: url(rdi2024_sjz_xians.png) left bottom repeat-x;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
}

.lw_list{
	margin-left: 30px;
	margin-top: 30px;
}
.lw_list li{
	float: left;
	margin: 0 20px 20px 0;
	width: 492px;
	padding: 0 10px 10px 0;
	transition: all 0.3s;
}
.lw_list li:hover{
	background: url(rdi2024_libg01.png) right bottom no-repeat;
	background-size: 93% auto;
}
.lw_list li .li_bk{
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	/* height: 110px; */
	overflow: hidden;
	transition: all 0.3s;
	background: right bottom no-repeat #fff;
}
.lw_list li:hover .li_bk{
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	background: url(rdi2024_libg02.png) right bottom no-repeat #fff;
}
.lw_list li .date{
	float: left;
	padding-bottom: 18px;
	border-bottom: 1px solid #038f8f;
}
.lw_list li .date .date_nr{
	background: #038f8f;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	width: 70px;
	height: 88px;
	overflow: hidden;
}
.lw_list li .date .date_nr .text01{
	padding-top: 5px;
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
}
.lw_list li .date .date_nr .text02{
	font-size: 16px;
	line-height: 30px;
}
.lw_list li .li_text{
	float: right;
	text-align: justify;
	width: 350px;
}
.lw_list li .li_text .text01,
.lw_list li .li_text .text01 a{
	color: #038f8f;
	line-height: 180%;
	font-size: 16px;
}

.lw_list li .li_text .text02,
.lw_list li .li_text .text02 a{
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}
.lw_list li .jiantou{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 24px;
	height: 12px;
	background: url(rdi2024_jiantou01.png) no-repeat;
}
.lw_list li:hover .jiantou{
	background: url(rdi2024_jiantou02.png) no-repeat;
}
.lw_list li:hover .li_text a{
	color: #038f8f;
}

/*分页*/
.nypage {
	padding: 50px 0 70px;
	text-align: center;
	color: #333333;
	line-height: 32px;
}

.nypage a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #333333;
	margin: 0 2px;
	border: 1px solid #dddddd;
	font-size: 16px;
	border-radius: 2px;
}
.nypage a:hover{
	color: #038f8f;
}

.nypage a.index, .nypage a.end {
	width: 48px;
}

.nypage a.next {
	width: 65px;
}

.nypage a.cur {
	background: #038f8f;
	color: #ffffff;
}

.nypage font {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	font-size: 0;
}

.nypage font span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	float: left;
}

.nypage font span {
	line-height: 27px;
	margin-right: 3px;
}

.nypage input {
	margin: 0 2px;
	height: 32px;
	line-height: 32px;
	padding: 0 2px 0;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dddddd;
	width: 44px;
	float: left;
	margin-top: -3px;
	border-radius: 2px;
}

.nypage #go {
	text-align: center;
	border: 1px solid #038f8f;
	width: 44px;
	height: 32px;
	background: #038f8f;
	cursor: pointer;
	color: #fff;
	margin-left: 10px;
	line-height: 32px;
	border-radius: 2px;
	margin-top: -2px;
}

/*专著*/

.zhuanzhu{
	background: url(rdi2024_shujia.png) left 0 repeat-y;
	background-size: 100% auto;
	float: left;
	padding-left: 2%;
	/* overflow: hidden; */
	margin-bottom: 60px;
}
.zhuanzhu li{
	width: 22%;
	float: left;
	margin: 0 1% 0;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	height: 300px;
	padding-top: 80px;
}
.zhuanzhu li .img{
	text-align: center;
	height: 170px;
	margin-bottom: 40px;
}
.zhuanzhu li img{
	height: 100%;
}
.zhuanzhu li p {
	font-size: 16px;
}
.zhuanzhu li a{
	color: #333;
}
.zhuanzhu li a:hover{
	color: #038f8f;
}
.zhuanzhu li img {/* 鼠标移上去效果反应时间 */
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.zhuanzhu li:hover img{/* 鼠标移上去放大 */
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
::before, ::after {
	transition: .5s;
}


/*研究课题*/
.keti{
	padding-bottom: 50px;
}
.keti h3{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 300%;
}
.keiti_table {

}
.keiti_table table{
	border-collapse: collapse;
}
.keiti_table th,
.keiti_table td{
	border: 1px solid #ccd6e1;
}
.keiti_table td{
	line-height: 200%;
}
.keiti_table table tr td:nth-child(1), .keiti_table table tr td:nth-child(3){
	padding: 8px 0px 8px 30px;
	text-align: left;
}
.keiti_table table tr th:nth-child(1), .keiti_table table tr th:nth-child(3){
	padding: 8px 0px 8px 30px;
	text-align: left;
}
.keiti_table table tr td:nth-child(2){
	text-align: center;
	width: 190px;
	padding: 8px;
}

.keiti_table th{
	line-height: 200%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.keiti_table .th2{
	text-align: center;
}

.keiti_table table tr:nth-child(2n){
	background: #f7fbfb;
}

.thbg{background: url(rdi2024_thbg.png)}

.all_tbox{
	text-align: center;
	padding: 15px 0 10px;
	line-height: 200%;
}
.all_t{
	background: url(rdi2024_jiantou03.png) right center no-repeat;
	background-size: 12px auto;
	padding-right: 24px;
	color: #038f8f;
}

/*通用列表*/

.listBox a{
	color: #333;
}
.listBox a:hover{
	color: #038f8f;
}
.listBox li{
	clear: both;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	background: #fff;
	line-height: 180%;
	overflow: hidden;
	padding-bottom: 30px;
}
.listBox .img{
	width: 260px;
	float: left;
	margin-right: 26px;
	text-align: center;
}
.listBox.listPer .img{
	width: 130px;
	float: left;
	margin-right: 26px;
	text-align: center;
}
.listBox .img img{
	max-width: 100%;
	max-height: 100%;
}
.listBox .chakan{
	position: absolute;
	right: 30px;
	bottom: 10px;
	font-size: 14px;
	color: #0c8e8e;
}
.listBox .chakan a{
	color: #0c8e8e;

}
.listBox .li_bt{
	font-weight: bold;
	font-size: 20px;
}
.listBox .li_date{
	font-size: 15px;
	color: #0c8e8e;
	margin-top: 10px;
}
.listBox .xian{
	background: url(rdi2024_xian.jpg) left top no-repeat;
	height: 2px;
	overflow: hidden;
	margin: 10px 0px;
}
.listBox .li_text{
	color: #777;
	font-size: 16px;
}
.listBox .nypage{
	padding: 30px 0 0px;
}

.lm_t{
	position: relative;
}
.lm_t .more{
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 14px;
	color: #0c8e8e;
}
.lm_t .more a{
	color: #0c8e8e;
}


/*显示和隐藏*/
#info + .readmore-js-toggle {
	font-weight: bold;
	text-align: center;
	color: #038f8f;
	margin-top: 10px;
	font-size: 16px;
}
#info + .readmore-js-toggle img{
	vertical-align: middle;
	margin-left: 8px;
}
#demo {
	padding: 0 10%;
}


/*学术刊物 > 中国农村经济 > 《中国农村经济》目录*/
.con_kw{

}

.hot_kw{
	height: 292px;
	background: url(rdi2024_kwbg.png) no-repeat;
	background-size: 100% 100%;
}
.hot_kw .book_fm{
	float: left;
	margin: 20px 80px 0 120px;
}
.hot_kw .book_fm img{
	height: 237px;
	filter: drop-shadow(-8px 10px 8px rgba(0, 0, 0, 0.3));
}
.hot_kw .book_bt{
	float: left;
	min-height: 82px;
	padding-top: 20px;
	margin-top: 80px;
	background: url(rdi2024_kwbg02.png) left no-repeat;
	color: #017d7d;
	font-size: 30px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 60px;
}
.hot_kw .book_bt a{
	border-bottom: 4px solid #017d7d;
	padding-bottom: 10px;
	color: #017d7d;
}
.hot_kw .ml_rk{
	float: left;
	margin-left: 80px;
	margin-top: 110px;
	height: 56px;
	line-height: 56px;
	background: url(rdi2024_kwbg03.png) left center no-repeat;
	padding-left: 18px;
	font-size: 22px;
	color: #d3a14e;
	font-weight: bold;
}
.hot_kw .ml_rk a{
	color: #d3a14e;
	background: url(rdi2024_jiantou06.png) right center no-repeat;
	padding-right: 40px;
}
.hot_kw .ml_rk_l{
	background-image: url(rdi2024_kwbg03_l.png);
	color: #017d7d;
}
.hot_kw .ml_rk a{
	color: #017d7d;
	background-image: url(rdi2024_jiantou06_l.png);
}
.hot_kw_l .book_fm{
	margin-left: 260px;
	margin-right: 0;
}
.hot_kw_l .ml_rk{
	margin-left: 218px;
}

.juanzhou{
	margin-top: 50px;
	padding: 58px 50px;
	height: 577px;
	background:url(rdi2024_juanzhou.png) no-repeat;
	background-size: 100% 100%;
}
.juanzhou .shijianzhou .btn_l{
	background: url(rdi2024_sjz_btn03.png) center no-repeat;
}
.juanzhou .shijianzhou .btn_r{
	background: url(rdi2024_sjz_btn04.png) center no-repeat;
}


.juanzhou .shijianzhou .sjz li.on{
	background: url(rdi2024_sjz2_h.png)bottom no-repeat;
	font-weight: bold;
	color: #038f8f;
}
.juanzhou_bookli_w{
	position: relative;
}
.juanzhou_bookli {
	/* padding: 40px 0px; */
	text-align: center;
}
.juanzhou_bookli li{
	display: inline-block;
	width: 19%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 216px;
	height: 286px;
}
.juanzhou_bookli li img{
	height: 220px;
	/*	filter: drop-shadow(-8px 10px 8px gray);*/
	filter: drop-shadow(-8px 10px 8px rgba(0, 0, 0, 0.3));
	margin-bottom: 22px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 240px;

}
.juanzhou_bookli li a{
	color: #333;
}
.juanzhou_bookli li a:hover{
	color: #038f8f;
}
.juanzhou_bookli li p{
	line-height: 1;
	display: block;
}
.juanzhou_bookli_w {
	margin-top: 40px;
}
.juanzhou_bookli_w .swiper-container{
	width: 100%;
	height: 286px;
}

.juanzhou_bookli_sw{
	padding-bottom: 70px;
	position: relative;
}
.juanzhou_bookli_sw .swiper-scrollbar{
	position: absolute;
	left: 0;
	bottom: 0;
}
.juanzhou_bookli_sw .juanzhou_bookli_scr{
	position: absolute;
	left: 0;
	right: 96px;
	bottom: 0;
	height: 2px;
	background-color: #bad9d2;
}
.juanzhou_bookli_sw .juanzhou_bookli_scr .swiper-scrollbar-drag{
	height: 4px;
	background-color: #038f8f;
	top: -1px;
	position: relative;
	cursor: pointer;
}
.juanzhou_bookli_butw{
	position: absolute;
	right: 10px;
	bottom: -8px;
}
.juanzhou_bookli_butw .butL,.juanzhou_bookli_butw .butR{
	width: 11px;
	height: 19px;
	float: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	cursor: pointer;
}
.juanzhou_bookli_butw .butL{
	background-image: url(juanzhou_scr_l.png);
}
.juanzhou_bookli_butw .butR{
	background-image: url(juanzhou_scr_r.png);
	margin-left: 40px;
}

/* 论文导航 */
.lunwNav{
	position: relative;
}
.lunwNav .btn_l{
	background: url(rdi2024_sjz_btn01.png) center no-repeat;
	opacity: 0.6;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lunwNav .btn_r{
	background: url(rdi2024_sjz_btn02.png) center no-repeat;
	opacity: 0.6;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.lunwNav .btn_l:hover,
.lunwNav .btn_r:hover{
	opacity: 1;
}
.lunwNav .sjz{
	font-size: 18px;
	margin: 0 30px;
	margin: 0 70px;
	line-height: 36px;
	background: url(rdi2024_sjz.png) bottom repeat-x;
	height: 50px;
}
.lunwNav .sjz li{
	background: url(rdi2024_sjz_bg.png)bottom no-repeat;
	/* padding-bottom: 20px; */
	display: inline-block;
	width: 120px;
	text-align: center;
	cursor: pointer;
	height: 50px;
	line-height: 1;
}
.lunwNav .sjz li.on, .lunwNav .sjz li.swiper-slide-active{
	/*background: url(rdi2024_sjz_h.png)bottom no-repeat;*/
	/*color: #038f8f;*/
	/*font-weight: bold;*/
}
.lunwNav .sjz li.active{
	background: url(rdi2024_sjz_h.png)bottom no-repeat;
	color: #038f8f;
	font-weight: bold;
}
.lunwNav .xians{
	height: 20px;
	background: url(rdi2024_sjz.png) left bottom repeat-x;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
}
.banner_clum {
	width: 100%;
	height: 300px;
	position: relative;
	margin-top: -40px;
}
.banner_clum .imgs_w {
	height: 300px;
	background: no-repeat center center;
	background-size: cover;
}
/*人物*/
.con_per {
	overflow: hidden;
	margin-bottom: 40px;
}
.con_per li {
	float: left;
	width: 16%;
	text-align: center;
	padding: 5px 0;
}
@media screen and (max-width: 1440px){
	/*头部*/
	.info_bar{
		height: 35px;
		padding-right: 80px;
		line-height: 35px;
		overflow: hidden;
	}
	.info_bar .icon_link li{
		height: 35px;
	}
	.info_bar .icon_link li a{
		margin-top: 5px;
	}

	.ConBox {
		background: #fff;
		padding: 40px;
		color: #333;
	}
	/*so*/
	.input_so{
		margin-top: 2px;
	}
	.menu{

	}
	.menu ul{
		margin-left: 510px;
	}
	.menu li{
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
	.menu li a{
		padding: 0 13px;
	}
	.ul_w{
		width: 1000px;
		margin: 0 auto;
	}
	.logobox{
		height: 100px;
	}
	.logobox .logo_img{
		padding-left: 30px;
	}
	.logobox .logo_img img{
		margin-top: 18px;
		height: 60px;
	}
	.logobox .jiao{
		height: 100px;
	}


	/*menu02*/
	.menu02{
		height: 58px;
	}
	.menu02 li{
		line-height: 58px;
		font-size: 16px;
	}
	.menu02 li a{
		padding: 0 20px;
	}
	.kycg_menu{
		margin-left: 200px;
	}

	/*	内容部分*/
	.Con_w{
		width: 1000px;
		margin: 0px auto;
	}
	.Con_bt{
		font-size: 28px;
		padding: 0 50px;
		margin-bottom: 20px;
	}
	.con_nr{
		font-size: 16px;
	}
	.con_info{
		font-size: 14px;
		padding-bottom: 0;
	}
	.con_info_l li{
		margin-right: 30px;
	}
	.con_info_r li{
		margin-left: 30px;
	}




	/*	现任领导*/
	.con_ld{
	}
	.bt_title{
		font-size: 26px;
		padding-bottom: 30px;
	}

	.con_ldnr ul{
		margin: 0 100px;
	}
	.con_ldnr ul li{
		margin: 40px 40px 0;
	}

	/*	论文*/
	.con_lw{
		padding: 30px 40px 0px;
	}
	.bt_title02{
		font-size: 30px;
		padding-bottom: 15px;
	}
	.lw_list{
		margin-left: 20px;
	}
	.lw_list li{
		margin: 0 15px 15px 0;
		width: 425px;
	}
	.lw_list li .li_bk{
		padding: 15px;
	}

	.lw_list li .li_text{
		width: 300px;
	}
	.lw_list li .li_text .text01,
	.lw_list li .li_text .text01 a{
		font-size: 14px;
	}
	.lw_list li .li_text .text02,
	.lw_list li .li_text .text02 a{
		font-size: 16px;
	}

	/*	专著*/
	.zhuanzhu{
		background: url(rdi2024_shujia.png) left -10px repeat;
		background-size: contain;
		margin-bottom: 20px;
	}
	.zhuanzhu li{
		font-size: 15px;
		height: 255px;
		padding-top: 60px;
		/* overflow: hidden; */
	}
	.zhuanzhu li p {
		font-size: 14px;
	}
	.zhuanzhu li .img{
		height: 140px;
		margin-bottom: 30px;
	}


	.weizhi{
		font-size: 14px;
		margin-bottom: 0px;
		line-height: 50px;
	}

	/*	通用列表*/
	.listBox li {
		clear: both;
		margin-bottom: 20px;
		padding: 20px;
		position: relative;
		background: #fff;
		line-height: 150%;
	}
	.listBox .li_bt{
		font-size: 16px;
	}
	.listBox .li_date{
		font-size: 13px;
		margin-top: 6px;
	}
	.listBox .xian{
		background: url(rdi2024_xian.jpg) left top no-repeat;
		height: 2px;
		overflow: hidden;
		margin: 6px 0px;
	}
	.listBox .li_text{
		font-size: 13px;
	}
	.listBox .chakan {
		font-size: 12px;
		bottom: 6px;
	}
	.listBox .img{
		width: 200px;
		float: left;
		margin-right: 16px;
	}
	.listBox.listPer .img{
		width: 100px;
		float: left;
		margin-right: 16px;
	}
	/*显示和隐藏*/
	#info + .readmore-js-toggle {
		font-size: 15px;
	}

	/*学术刊物 > 中国农村经济 > 《中国农村经济》目录*/

	.hot_kw{
		height: 245px;
		background: url(rdi2024_kwbg.png) no-repeat;
		background-size: 100% 100%;
	}

	.hot_kw .book_fm{
		margin: 15px 60px 0 100px;
	}
	.hot_kw .book_fm img{
		height: 200px;
	}
	.hot_kw .book_bt{
		margin-top: 60px;
	}
	.hot_kw .book_bt a{
		border-bottom: 4px solid #017d7d;
		padding-bottom: 10px;
		color: #017d7d;
	}

	.hot_kw .ml_rk{
		margin-left: 60px;
		margin-top: 92px;
	}

	.juanzhou{
		margin-top: 40px;
		/* height: 400px; */
		height: 480px;
		background-size: 100% 100%;
	}
	.juanzhou_bookli li{
		font-size: 18px;
	}
	.juanzhou_bookli li img{
		height: 180px;
		margin-bottom: 20px;
	}
	.juanzhou_bookli_w{
		margin-top: 32px;
	}
	.juanzhou_bookli_sw{
		padding-bottom: 40px;
	}
	.juanzhou_bookli_w .swiper-container{
		height: 240px;
	}
	.shijianzhou .sjz {
		font-size: 16px;
		margin: 0 70px;
		line-height: 36px;
		background: url(rdi2024_sjz.png) bottom repeat-x;
		height: 50px;
	}
	.hot_kw_l .book_fm{
		margin-left: 216px;
		margin-right: 0;
	}
	.hot_kw_l .ml_rk{
		margin-left: 180px;
	}

	.con_info_l li img{
		vertical-align: middle;
		width: 20px;
	}
	.con_info_r li img {
		vertical-align: middle;
		width: 20px;
	}
	.con_fx_icon {
		display: inline-block;
		width: 24px;
		height: 24px;
		overflow: hidden;
		padding: 0;
		border-radius: 30px;
		vertical-align: middle;
		margin-left: 5px;
	}
	.con_fx_icon_1{
		background: url(rdi2024_con_icon_qz.png) center center no-repeat rgba(3, 143, 143, 0.15);
		background-size: 24px;
	}
	.con_fx_icon_2{
		background: url(rdi2024_con_icon_wx.png) center center no-repeat rgba(3, 143, 143, 0.15);
		background-size: 24px;
	}
	.con_fx_icon_3{
		background: url(rdi2024_con_icon_wb.png) center center no-repeat rgba(3, 143, 143, 0.15);
		background-size: 24px;
	}
	.con_nr img {
		max-width: 600px;
		margin: 0 auto;
		display: block;
	}
	.banner_clum {
		width: 100%;
		height: 200px;
		margin-top: -30px;
	}
	.banner_clum .imgs_w {
		height: 200px;
	}


	/*分页*/
	.nypage {
		padding: 40px 0 40px;
		text-align: center;
		color: #333333;
		line-height: 32px;
	}

	.nypage a {
		display: inline-block;
		width: 28px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #333333;
		margin: 0 2px;
		border: 1px solid #dddddd;
		font-size: 14px;
		border-radius: 2px;
	}
	.nypage a:hover{
		color: #038f8f;
	}

	.nypage a.index, .nypage a.end {
		width: 48px;
	}

	.nypage a.next {
		width: 60px;
	}

	.nypage a.cur {
		background: #038f8f;
		color: #ffffff;
	}

	.nypage font {
		display: inline-block;
		vertical-align: middle;
		height: 32px;
		line-height: 32px;
		font-size: 0;
	}

	.nypage font span {
		display: inline-block;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		float: left;
	}

	.nypage font span {
		line-height: 27px;
		margin-right: 3px;
	}

	.nypage input {
		margin: 0 2px;
		height: 28px;
		line-height: 28px;
		padding: 0 2px 0;
		font-size: 14px;
		text-align: center;
		border: 1px solid #dddddd;
		width: 37px;
		float: left;
		margin-top: 0;
		border-radius: 2px;
	}

	.nypage #go {
		text-align: center;
		border: 1px solid #038f8f;
		width: 38px;
		height: 28px;
		background: #038f8f;
		cursor: pointer;
		color: #fff;
		margin-left: 10px;
		line-height: 28px;
		border-radius: 2px;
		margin-top: 0px;
	}

}
