@charset "utf-8";
/* CSS Document */

.jjh_scale_img{
	overflow: hidden;
}
.jjh_scale_img .imgs{
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.jjh_scale_img:hover .imgs{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.fl{
	float: left;
}
.fr{
	float: right;
}

.index_nav_color{
	position: relative;
	z-index: 9;
	overflow: hidden;
}
/* banner */
.banner_wrap{
	position: relative;
}
.banner_s{
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: -40px;
}
.banner_s ul li{
	width: 100%;
	overflow: hidden;
	height: 800px;
}
.banner_s ul li .imgs_w{
	height: 400px;
	background: no-repeat center center;
	background-size:cover;
}
.banner_s .pagination{
	position: absolute;
	height: 30px;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.banner_s .pagination span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 8px;
	background-color: #ffffff;
	transition:all 0.3s;
}
.banner_s .pagination span.swiper-active-switch{
	background: #ffffff;
	width: 50px;
	border-radius: 20px;
}



/* é‡è¦èµ„è®¯ */
.index_zyzx_w{
	margin-top: 27px;
}

.news_scroll {
	width: 672px;
	height: 378px;
	float: left;
	position: relative;
	margin-top: 25px;
}
.news_scroll img {
	width: 100%;
	height: 100%;
	display: block;
}

.news_scroll .pageState {
	position: absolute;
	left: 35px;
	bottom: 20px;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
}

.news_scroll .pageState .t1 {
	font-size: 26px;
	margin-right: 2px;
}
.news_scroll .pageState .t2 {
	font-size: 18px;
	margin-left: 1px;
}
.news_scroll .prev, .news_scroll .next{
	width: 40px;
	height: 60px;
	cursor: pointer;
	display: block;
	caret-color: rgba(0,0,0,0);
}
.news_scroll .prev{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(rdi2024_web_ico_left.png) center no-repeat;
	background-size: 10px;
}
.news_scroll .next{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(rdi2024_web_ico_right.png) center no-repeat;
	background-size: 10px;
}
.news_scroll ul li {
	position: relative;
}
.news_scroll p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 672px;
	background: url("rdi2024_web_ico_bg.png") no-repeat;
	background-size: cover;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 45px 0 90px;
}

.index_zyzx{
	width: 486px;
	float: right;
}

.index_atitle_w{
	padding-bottom: 1px;
	background: url(rdi_index9.jpg) no-repeat center bottom;
	background-size: auto 1px;
}
.index_atitle_w .more {
	display: block;
	float: right;
	color: #038F8F;
	font-size: 16px;
	margin-top: 24px;
}
.index_atitle_as{
	line-height: 68px;
	position: relative;
	margin-right: 30px;
}
.index_atitle_as a{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-right: 31px;
	position: relative;
	transition:all 0.3s;
}
.index_atitle_as.on a{
	font-size: 20px;
	color: #007777;
}
.index_atitle_as:hover a{
	font-size: 20px;
	color: #007777;
}
.index_atitle_as .xians{
	width: 46px;
	width: 0;
	height: 3px;
	background-color: #6ab8b3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	opacity: 0;
	transition:all 0.3s;
}
.index_atitle_as.on .xians{
	opacity: 1;
	width: 4em;
}
.index_atitle_as:hover .xians{
	opacity: 1;
	width: 4em;
}
.index_atitle_as:last-child .xians_r{
	display: none;
}
.index_atitle_as .xians_r{
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background-color: #02B19A;
}

.index_zyzx .index_text_news{
	margin-top: 10px;
}
.index_text_news{

}
.index_text_news ul li{
	background: url(rdi2024_web_ico5.png) no-repeat 8px 50%;
}
.index_text_news ul li .text{
	display: block;
	padding-left: 24px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_text_news ul li .time{
	font-size: 18px;
	color: #999999;
}
.index_zyzx_kj_w .index_zyzx_kj{
	display: none;
}

.index_xzfc {
	overflow: hidden;
	background: #E6EFEB;
	margin-top: 40px;
	padding: 30px 40px 60px;
}
.index_xzfc .title {
	font-size: 28px;
	font-weight: bold;
	color: #007777;
	float: left;
}
.index_xzfc .title span {
	font-size: 16px;
	font-weight: normal;
}

.index_xzfc .more {
	display: block;
	float: right;
	color: #038F8F;
	font-size: 16px;
	margin-top: 5px;
}
.xzfc_body {
	width: 1000px;
	margin: 40px auto 0;
	overflow: hidden;
}

.xzfc_box {
	width: 1020px;
	overflow: hidden;
}
.xzfc_box .xzfc_main {
	padding: 0;
	position: relative;
	width: 180px;
	height: 285px;
}
.xzfc_box .xzfc_main a {
	display: block;
	border: 1px solid #A0CBB7;
	width: 180px;
	height: 285px;
	padding: 10px;
	background: url("rdi2024_web_bg.png");
}
.xzfc_box .xzfc_main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-top: 2px #2E8F8E solid;
	border-left: 2px #2E8F8E solid;
}
.xzfc_box .xzfc_main::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 18px;
	border-bottom: 2px #2E8F8E solid;
	border-right: 2px #2E8F8E solid;
}
.xzfc_box .xzfc_main img {
	width: 160px;
	height: 195px;
	display: block;
	object-fit: cover;
}
.xzfc_box .xm {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
}
.xzfc_box .zc {
	font-size: 14px;
	color: #707070;
	text-align: center;
	margin-top: 6px;
}
.index_xzfc .prev {
	position: absolute;
	left: 40px;
	top: 225px;
	width: 40px;
	height: 40px;
	padding-left: 15px;
	padding-top: 11px;
	background: #DFEFE8;
	border-radius: 40px;
	cursor: pointer;
	caret-color: rgba(0,0,0,0);
}
.index_xzfc .prev:hover {
	background: #cde7dc;
}
.index_xzfc .next {
	position: absolute;
	right: 40px;
	top: 225px;
	width: 40px;
	height: 40px;
	padding-left: 17px;
	padding-top: 11px;
	background: #DFEFE8;
	border-radius: 40px;
	cursor: pointer;
	caret-color: rgba(0,0,0,0);
}
.index_xzfc .next:hover {
	background: #cde7dc;
}
/* 交流成果三农 */
.index_list {
	margin-top: 40px;
}
.index_list_main ul li {
	position: relative;
}
.index_list_box.box1 .index_list_main ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #2A7FB0;
	border-radius: 10px;
	position: absolute;
	top: 18px;
	left: 0;
}
.index_list_box.box1 .index_list_main ul li .text:hover {
	color: #2A7FB0;
}
.index_list_box.box2 .index_list_main ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #DDAC5B;
	border-radius: 10px;
	position: absolute;
	top: 18px;
	left: 0;
}
.index_list_box.box2 .index_list_main ul li .text:hover {
	color: #DDAC5B;
}
.index_list_box.box3 .index_list_main ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #038F8F;
	border-radius: 10px;
	position: absolute;
	top: 18px;
	left: 0;
}
.index_list_box.box3 .index_list_main ul li .text:hover {
	color: #038F8F;
}

.index_list_box.box4 .index_list_main ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #2a7fb0;
	border-radius: 10px;
	position: absolute;
	top: 18px;
	left: 0;
}
.index_list_box.box4 .index_list_main ul li .text:hover {
	color: #2a7fb0;
}


.index_list_main ul li .text{
	display: block;
	padding-left: 20px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_list_box {
	width: 370px;
	float: left;
	position: relative;
}
.index_list_box .index_list_main {
	margin-top: 15px;
}
.index_list_box.box1 .title {
	padding-top: 4px;
}
.index_list_box.box1 .title i {
	position: absolute;
	top: 0;
	left: 0;
}
.index_list_box.box1 .title .title_txt {
	height: 48px;
	line-height: 48px;
	background: #E6EDF2;
	padding-left: 70px;
	font-size: 24px;
	font-weight: bold;
	color: #2278A9;
	padding-right: 10px;
}
.index_list_box.box1 .title .title_txt a {
	float: right;
	font-size: 16px;
	color: #2278A9;
	font-weight: normal;
}


.index_list_box.box2,
.index_list_box.box3{
	margin-left: 45px;
}
.index_list_box.box2 .title {
	padding-top: 4px;
}
.index_list_box.box2 .title i {
	position: absolute;
	top: 0;
	left: 0;
}
.index_list_box.box2 .title .title_txt {
	height: 48px;
	line-height: 48px;
	background: #F5EDE1;
	padding-left: 70px;
	font-size: 24px;
	font-weight: bold;
	color: #D59F45;
	padding-right: 10px;
}
.index_list_box.box2 .title .title_txt a {
	float: right;
	font-size: 16px;
	color: #D59F45;
	font-weight: normal;
}


.index_list_box.box3 .title {
	padding-top: 4px;
}
.index_list_box.box3 .title i {
	position: absolute;
	top: 0;
	left: 0;
}
.index_list_box.box3 .title .title_txt {
	height: 48px;
	line-height: 48px;
	background: #E6EFEB;
	padding-left: 70px;
	font-size: 24px;
	font-weight: bold;
	color: #007777;
	padding-right: 10px;
}
.index_list_box.box3 .title .title_txt a {
	float: right;
	font-size: 16px;
	color: #007777;
	font-weight: normal;
}




.index_list_box.box4 {
	margin-left: 45px;
}
.index_list_box.box4 .title {
	padding-top: 4px;
}
.index_list_box.box4 .title i {
	position: absolute;
	top: 0;
	left: 0;
}
.index_list_box.box4 .title .title_txt {
	height: 48px;
	line-height: 48px;
	background: #e7f0f7;
	padding-left: 70px;
	font-size: 24px;
	font-weight: bold;
	color: #2a7fb0;
	padding-right: 10px;
}
.index_list_box.box4 .title .title_txt a {
	float: right;
	font-size: 16px;
	color: #2a7fb0;
	font-weight: normal;
}


/* 跳转栏目 */
.ad_list {
	overflow: hidden;
	margin-top: 30px;
}
.ad_list ul li {
	background: url("rdi2024_web_ico_t2.png") no-repeat;
	width: 291px;
	height: 118px;
	float: left;
	margin-left: 12px;
	position: relative;
	padding-left: 125px;
}
.ad_list ul li:first-child {
	margin-left: 0;
}
.ad_list ul li i {
	position: absolute;
	top: 32px;
	left: 50px;
}
.ad_list ul li:nth-child(3) i {
	top: 36px;
	left: 44px;
}
.ad_list ul li:nth-child(4) i {
	top: 36px;
	left: 44px;
}
.ad_list ul li p {
	font-size: 22px;
	font-weight: bold;
	color: #2A7FB0;
	margin-top: 32px;
}
.ad_list ul li span {
	font-size: 16px;
	color: #2A7FB0;
	line-height: 24px;
}


/*数据库*/

.index_sjk {
	background: #f4f8fb;
	margin-top: 40px;
	padding: 30px 40px 40px;
}
.index_sjk .title {
	font-size: 28px;
	font-weight: bold;
	color: #2a7fb0;
	float: left;
	background: url(rdi2024_web_ico_c1.png) left center no-repeat;
	padding-left: 50px;
}
.index_sjk .title span {
	font-size: 16px;
	font-weight: normal;
}

.index_sjk .more {
	display: block;
	float: right;
	color: #2a7fb0;
	font-size: 16px;
	margin-top: 5px;
}
.in_sjk_con{
	margin-top: 30px;
	background: #f00;
}
.in_sjk_con li{
	float: left;
	width: 356px;
	height: 306px;
	background: #fff;
	border: 1px solid #b7dcf7;
	text-align: center;
	margin-left: 26px;

}
.in_sjk_con li:first-child{
	margin-left: 0px;
}
.in_sjk_con li a{
	padding-bottom: 20px;
}
.in_sjk_con li a:hover{
	color: #2a7fb0;
}
.in_sjk_con img {
	width: 330px;
	height: 206px;
	object-fit: cover;
	margin-top: 12px;
}
.in_sjk_con .kubt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}
.in_sjk_con .ku_more {
	font-size: 16px;
	color: #2a7fb0;
	text-align: center;
	margin-top: 6px;
}

.in_book01{
	margin-top: 40px;
}
.in_book01 .in_book_w{
	width: 277px;
	float: left;
	position: relative;
	margin-left: 30px;
}
.in_book01 .in_book_w h2{
	padding-left: 38px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
}
.in_book01 .in_book_w.bg1{
	margin-left: 0;
}
.in_book01 .in_book_w.bg1 h2{
	background: url(rdi2024_web_ico_d1.png) left top no-repeat;
}
.in_book01 .in_book_w.bg2 h2{
	background: url(rdi2024_web_ico_d2.png) left top no-repeat;
}
.in_book01 .in_book_w.bg3 h2{
	background: url(rdi2024_web_ico_d3.png) left top no-repeat;
}

.in_book01 .in_book_w.bg4 h2{
	background: url(rdi2024_web_ico_d4.png) left top no-repeat;
}

.in_book01 .in_book_w .nr{
	margin-top: 15px;
}
.in_book01 .in_book_w .nr .img{
	width: 120px;
	height: 180px;
	float: left;
	margin-right: 20px;
}
.in_book01 .in_book_w .nr .img img{
	width: 120px;
	height: 180px;
	object-fit: cover;

}

.in_book01 .in_book_w .nr .text{
	color: #707070;
	font-size: 14px;
	line-height: 150%;
	padding-top: 30px;
}

.btn_chakan{
	position: absolute;
	bottom: 15px;
	right: 10px;
	border: 1px solid #038f8f;
	border-radius: 30px;
	padding: 6px 12px;
	color: #038f8f;
	margin-top: 10px;
	font-size: 14px;
	transition: all 0.3s;
	background-color: #f5faf8;
}
.btn_chakan:hover{
	background: #038f8f;
	color: #fff
}
.btn_tougao{
	position: absolute;
	bottom: 15px;
	right: 10px;
	border: 1px solid #038f8f;
	border-radius: 30px;
	padding: 6px 12px 6px 36px;
	color: #038f8f;
	margin-top: 10px;
	font-size: 14px;
	background: url(rdi2024_web_ico6.png) 10px center no-repeat;

}
.btn_tougao:hover{
	color: #fff;
	background: url(rdi2024_web_ico6_h.png) 10px center no-repeat #038f8f;
}


.in_book02 {
	background: #f2faf7;
	margin-top: 40px;
	padding: 30px 10px 40px;
}

.in_book02 .in_book_w{
	width: 350px;
	float: left;
	position: relative;
	margin-left: 30px;
}
.in_book02 .in_book_w h2{
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
}
.in_book02 .in_book_w.bg1{
	margin-left: 0;
}

.in_book02 .in_book_w .nr{
	margin-top: 15px;
}
.in_book02 .in_book_w .nr .img{
	float: left;
	margin-right: 20px;
	padding-left: 30px;
	background: url(rdi2024_bookbg.png) left 146px no-repeat;
}
.in_book02 .in_book_w .nr .img img{
	width: 140px;
	height: 228px;
	object-fit: cover;
}

.in_book02 .in_book_w .nr .text{
	color: #707070;
	font-size: 14px;
	line-height: 150%;
}


/*新著简介*/
.in_book03 {
	margin-top: 40px;
}
.in_book03 .title {
	font-size: 28px;
	font-weight: bold;
	color: #038f8f;
	float: left;
	background: url(rdi2024_web_ico_c2.png) left center no-repeat;
	padding-left: 50px;
}
.in_book03 .title span {
	font-size: 16px;
	font-weight: normal;
}
.in_book03 .more {
	display: block;
	float: right;
	color: #038f8f;
	font-size: 16px;
	margin-top: 5px;
}
.book_box {
	width: 1100px;
}
.in_shujia{
	margin-top: 30px;
	min-height: 310px;
	background: url(rdi2024_web_shujia.png) center 160px no-repeat;
	background-size: 100% auto;
}
.in_sjList{
	text-align: center;
}
.in_sjList li{
	display: inline-block;
	width: 160px;
	line-height: 150%;
	height: 300px!important;
}
.in_sjList li a {
	display: block;
	height: 300px;
}
.in_sjList li img{
	display: block;
	padding-left: 20px;
	padding-right: 15px;
	/*background: url(rdi2024_bookbg.png) -5px 102px no-repeat;*/
	width: 160px;
	height: 180px;
	margin-bottom: 40px;
	object-fit: cover;
}

.in_sjList li p{
	display: block;
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	padding: 0 10px;
	line-height: 24px;
}
.in_shujia {
	position: relative;
}
.in_shujia .prev {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 40px;
	height: 40px;
	padding-left: 15px;
	padding-top: 11px;
	background: #DFEFE8;
	border-radius: 40px;
	cursor: pointer;
	caret-color: rgba(0,0,0,0);
}
.in_shujia .prev:hover {
	background: #cde7dc;
}
.in_shujia .next {
	position: absolute;
	right: 0px;
	top: 70px;
	width: 40px;
	height: 40px;
	padding-left: 17px;
	padding-top: 11px;
	background: #DFEFE8;
	border-radius: 40px;
	cursor: pointer;
	caret-color: rgba(0,0,0,0);
}
.in_shujia .next:hover {
	background: #cde7dc;
}

/*学习贯彻*/

.in_xuexi .title{
	margin-top: 40px;
}
.in_xuexi .title img{
	width: 100%;
}
.in_xuexi .in_xuexi_con{
	margin-top: 30px;
	width: 100%;
	height: 395px;
	background: url(rdi2024_web_tbg.png) no-repeat;
	background-size: 100% 100%;
}


.in_xuexi_L{
	float: left;
	margin: 28px 0 0 18px;
	width: 600px;
	height: 340px;
}
.in_xuexi_L img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.in_xuexi_R{
	float: right;
	width: 500px;
	margin: 20px 20px 0 0px;
	color: #fff;
}
.in_xuexi_R a{
	color: #fff;
}
.in_xuexi_R a:hover{
	color: #FFCFD0;
}
.in_xuexi_R h2{
	line-height: 60px;
	background: url(rdi2024_web_ico_t1.png) left repeat-y;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.in_xuexi_R .xx_li ul li{
}
.in_xuexi_R .xx_li ul li .text{
	display: block;
	background: url(rdi2024_web_ico7.png) no-repeat 8px 50%;
	padding-left: 24px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in_xuexi_R .xx_li ul li.li_ones{
	margin-top: 14px;
}
.in_xuexi_R .xx_li ul li.li_ones .text{
	line-height: 32px;
	height: 64px;
	text-overflow: initial;
	white-space: normal;
	background-position: 8px 14px;
}
.in_xuexi_R .xx_li .time{
	font-size: 18px;
}
.in_xuexi_R .xx_li .more{
	text-align: right;
	line-height: 30px;

}
.in_xuexi_R .xx_li .more a{
	font-size: 16px;
}
.in_xuexi_R .line{
	line-height: 0px;
	height: 1px;
	background: #bb1611;
	margin: 8px 0 12px;
}

.in_xuexi_R .xx_li .more1 a{
	font-size: 14px;
}

/* 数据库 */
.index_xsjl_w{
	padding-top: 38px;
	padding-bottom: 36px;
}
.index_xsjl_w .in_book_w{
	width: 560px;
}
.index_xsjl_w .in_book_w .nr{
	margin-top: 0;
}
.index_xsjl_w .btn_tougao{
	position: inherit;
	margin-top: 26px;
	display: inline-block;
	width: 122px;
	height: 32px;
	line-height: 30px;
	padding: 0;
	padding-left: 42px;
	background-size: 18px 15px;
	background-position: 17px 50%;
}
.index_xsjl_w .in_book_w h2{
	font-size: 22px;
	font-weight: bold;
	color: #1e5845;
	line-height: 50px;
}
.index_xsjl_w .in_book_w .nr .text{
	font-size: 16px;
	line-height: 28px;
	height: 78px;
	text-align: justify;
}

.index_xsjl_w .in_book_w.bg2 h2{
	color: #1d61aa;
}
.index_xsjl_w .in_book_w.bg2 .btn_tougao{
	border: 1px solid #1d61aa;
	color: #1d61aa;
	background-image: url("rdi2024_web_ico6_l.png");
}
.index_xsjl_w .in_book_w.bg2 .btn_tougao:hover{
	color: #ffffff;
	background-color: #1d61aa;
	background-image: url("rdi2024_web_ico6_h.png");
}

.index_xsjl_w .index_list_box{
	width: 530px;
	margin-left: 30px;
	float: left;
}
.index_xsjl_w .title1{
	font-size: 18px;
	font-weight: bold;
	color: #1e5845;
	line-height: 32px;
}
.index_xsjl_w .title1 a{
	font-size: 14px;
	font-weight: normal;
	float: right;
}
.index_xsjl_w .index_list_main{
	margin-top: 6px;
}
.index_xsjl_w .index_list_box_r{
	margin-left: 62px;
}
.index_list_box_w{
	padding-top: 20px;
}
.index_xsjl_w .index_list_main ul li .text{
	line-height: 36px;
	height: 36px;
	font-size: 16px;
	padding-left: 14px;
}
.index_xsjl_w .index_list_box.box4 .index_list_main ul li:hover .text{
	color: #1e5845;
}
.index_xsjl_w .index_list_box.box4 .index_list_main ul li::before{
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.index_xsjl_w .index_list_box.box4.index_list_box_r .index_list_main ul li:hover .text{
	color: #1d61aa;
}
.index_xsjl_w .index_list_box.box4.index_list_box_r .title1{
	color: #1d61aa;
}

/* 搜索页开始 */
.lssp_serach_wrap {
	/* margin-top: 26px; */
	padding: 20px 40px 0;
	box-sizing: border-box;
	background-color: #ffffff;
	border: solid 1px #d8e9e1;
	margin-bottom: 70px;
}

.lssp_serach_wrap .crumbs {
	font-size: 14px;
	color: #999999;
}

.lssp_serach_wrap .crumbs a {
	color: #999999;
}

.serach_box {
	margin-top: 20px;
	background: url(rdi_searchBg.png)no-repeat;
	background-size: cover;
	height: 110px;
	padding-top: 30px;
	box-sizing: border-box;
}

.serach_box_con {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.serach_input {
	width: 810px;
	height: 48px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: solid 1px #038F8F;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
}

.serach_btn {
	width: 160px;
	height: 100%;
	background: #038F8F url(rdi_searchIcon.png)no-repeat 39px center;
	background-size: 29px;
	border: solid 1px #038F8F;
	font-size: 20px;
	line-height: 48px;
	padding-left: 35px;
	color: #fefeff;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
}

.serach_result_info {
	padding: 20px 0;
}


.result_info_text {
	float: left;
	line-height: 38px;
}

.result_info_text p {
	float: left;
	font-size: 18px;
	color: #333333;
}

.result_info_text p:first-child {
	margin-right: 25px;
}

.result_info_text p span {
	color: #b91615;
}

.result_info_btn {
	float: right;
}

.btn_com {
	height: 36px;
	background-color: #fbfbfb;
	border-radius: 4px;
	border: solid 1px #d8e9e1;
	padding: 0 20px;
	font-size: 16px;
	color: #81998e;
	margin-left: 15px;
	cursor: pointer;
	box-sizing: border-box;
}

.btn_com.active {
	border: solid 1px #038f8f;
	color: #038f8f;
}

.serach_result_list .list_li_con .con_tit {
	line-height: 30px;
	font-size: 20px;
}

.serach_result_list .list_li_con .con_tit a:hover {
	color: #038f8f;
}

.serach_result_list .list_li_con .con_date {
	font-size: 16px;
	color: #038f8f;
}
.tabula_tit .crumbs {
	float: right;
	font-size: 14px;
	color: #999999;
}

.tabula_tit .crumbs a {
	color: #999999;
}

.tabula_list_li {
	padding: 30px 0;
	border-bottom: 1px dashed #d6d6dd;
	position: relative;
	overflow: hidden;
}

.tabula_list_li::before {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #d6d6dd;
}

.tabula_list_li::after {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -1px;
	background: #d6d6dd;
}
.list_li_con .con_tit {
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list_li_con .con_tit a {
	color: #1a1a1a;

}

.list_li_con .con_tit a:hover {
	color: #b91615;
}

.list_li_con .con_text {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.8;
	color: #4d4d4d;
}

.list_li_con .con_date {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	margin-top: 16px;
}
/* 搜索页结束 */








