.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.img-cont{
	overflow: hidden;
}

.img-cont:hover img{
	transform: scale(1.1);
}

.img-cont img{
	display: block;
	width: 100%;
	transition: all 0.4s;
}

.kfr-head-logo:hover img {
	transform: scale(1);
}
.kfr-header{
	height: 100px;
}

.kfr-base-title{
	position: relative;
	height: 100px;
}

.kfr-title-more{
	position: absolute;
	width: 53px;
	height: 16px;
	background: url(202408_kfr_title_more.png) no-repeat right center;
	right: 0;
	bottom: 40px;
	cursor: pointer;
	display: block;
	color: #ec9351;
	font-size: 16px;
	line-height: 16px;
}



.swiper-wrapper{
	width: 9999999px;
}
/* 头部 */
.kfr-header{
	height: 100px;
}

.kfr-head-logo{
	float: left;
	width: 250px;
	padding-top: 22px;
}

.kfr-head-link{
	float: right;
	font-size: 16px;
	color: #333333;
	padding-top: 38px;
}

.kfr-head-border{
	margin: 0 20px;
	color: #125697;
}

/* banner */
.kfr-banner{
	overflow: hidden;
}
.kfr-banner img {
	width: 100%;
}
@media screen and (max-width:750px) {
	body{
		width: 1500px;
	}
}

.kfr-main{
	padding-top: 58px;
	padding-bottom: 50px;
	color: #1a1a1a;
	overflow: hidden;
	background: url("202408_kfr_footer.png") no-repeat left 0 bottom 426px;
	background-size: 100% auto;
	background-color: #fffbf7;
}

/* 开放日新闻 */
.kfrxw-box{
	/* height: 866px; */
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(241, 232, 217, 0.34);
	box-sizing: border-box;
	padding:69px 40px 39px 40px;
	background-image: url(202408_kfrxw_bg.png);
	background-repeat: no-repeat;
	background-position: right 59px top 471px;
}
  
.kfrxw-title {
	/* background-image: url(202408_kfr_title_kfrxw.png); */
	margin-bottom: 100px;
}
.kfr-base-title img {
	width: 100%;
}

.kfrxw-swiper{
	position: relative;
	margin-top: 28px;
	height: 528px;
}

.kfrxw-swiper .swiper-slide{
	width: 1300px;
}

.kfrxw-swiper .swiper-container{
	padding-bottom: 40px;
}

.kfrxw-img{
	width: 824px;
	height: 463px;
	overflow: hidden;
	float: left;
}

.kfrxw-text{
	width: 426px;
	float: right;
}

.kfrxw-text h2{
	font-size: 28px;
	line-height: 44px;
}

.kfrxw-text h2 a{
	transition: all 0.4s;
}

.kfrxw-text h2 a:hover{
	color: #016ab9;
}

.kfrxw-msg{
	margin-top: 18px;
	font-size: 18px;
	color: #4d4d4d;
	line-height: 30px;
}

.fkrxw-date{
	display: block;
	margin-top: 24px;
	color: #016ab9;
	font-size: 16px;
}

.kfrxw-more{
	margin-top: 28px;
	width: 124px;
	height: 19px;
	background: url(202308_kfrxw_more.png) no-repeat;
	cursor: pointer;
	display: block;
}

.kfrxw-swiper-btn{
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: 65px;
	background: url(202308_kfrxw_arrow1.png) no-repeat;
	background-color: #fff;
	right: 374px;
	cursor: pointer;
	z-index: 2;
	border-radius: 5px;
	overflow: hidden;
}

.kfrxw-swiper-btn.swiper-next{
	background-image: url(202308_kfrxw_arrow2.png);
	right: 316px;
}

.kfrxw-pagination {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	width: 824px;
	left: 0;
	text-align: center;
  }
.kfrxw-pagination .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	margin: 0 6px;
	opacity: 1;
	border: 1px solid #016ab9;
	cursor: pointer;
  }
.kfrxw-pagination  .swiper-active-switch {
	background-color: #016ab9;
}


.kfrxw-list{
	overflow: hidden;
}

.kfrxw-list li a{
	transition: all 0.4s;
}

.kfrxw-list li a:hover{
	color: #016ab9;
}

.kfrxw-list ul{
	margin-right: -50px;
}

.kfrxw-list li{
	width: 413px;
	height: 109px;
	background-color: #f2f8fa;
	margin-right: 30px;
	box-sizing: border-box;
	padding: 22px 30px;
	font-size: 20px;
	line-height: 30px;
	float: left;
	font-weight: bold;
}

/* 聚焦五经普 */
.jjwjp-box{
	margin-top: 70px;
}

.jjwjp-title{
	background-image: url(202308_jjwjp_title.png);
}
.jjwjp-list{
	margin-top: 30px;
	overflow: hidden;
}

.jjwjp-list ul{
	margin-right: -40px;
}

.jjwjp-list li{
	width: 680px;
	height: 230px;
	float: left;
	background: url(202308_jjwjp_bg.png) no-repeat;
	margin-right: 40px;
	margin-bottom: 30px;
}

.jjwjp-list .img-cont{
	width: 320px;
	height: 230px;
	overflow: hidden;
	float: left;
}

.jjwjp-list .text-cont{
	width: 360px;
	float: right;
	box-sizing: border-box;
	padding: 26px 35px;
}

.jjwjp-list h3{
	font-size: 20px;
	line-height: 30px;
}

.jjwjp-list h3 a{
	transition: all 0.4s;
}

.jjwjp-list h3 a:hover{
	color: #016ab9;
}

.jjwjp-list p{
	color: #4d4d4d;
	line-height: 28px;
	font-size: 16px;
	margin-top: 20px;
}

.jjwjp-list p a{
	color: #bc9d8a;
}

/* 经普知识 */
.jpzs-box{
	margin-top: 40px;
	position: relative;
}

.jpzs-box::after,.jpzs-box::before{
	content: '';
	width: 392px;
	height: 392px;
	position: absolute;
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
}

.jpzs-box::after{
	background-image: url(202308_kfr_bgIcon1.png);
	top: 4px;
	right: -193px;
}

.jpzs-box::before{
	background-image: url(202308_kfr_bgIcon2.png);
	bottom: -88px;
	left: -186px;
}

.jpzs-title {
	background-image: url(202308_jpzs_title.png);
	z-index: 2;
}

.jpzs-list{
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.jpzs-list ul{
	margin-right: -50px;
}


.jpzs-list li{
	width: 440px;
	height: 240px;
	background-color: #fefefe;
	box-shadow: 0px 0px 13px 0px 
		rgba(217, 235, 241, 0.55);
		float: left;
	margin-right: 40px;
	margin-bottom: 30px;	
	box-sizing: border-box;
	padding: 36px 40px 0;
	position: relative;
}

.jpzs-list li:hover{
	background-image: url(202308_jpzs_bg.png);
	background-repeat: no-repeat;
}

.jpzs-list li::before{
	content: '';
	display: block;
	width: 33px;
	height: 29px;
	background-image: url(202308_jpzs_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 20px;
}

.jpzs-list li:hover::before{
	background-image: url(202308_jpzs_icon2.png);
}

.jpzs-list h3{
	font-size: 20px;
	text-indent: 30px;
	transition: all 0.4s;
}

.jpzs-list h3 a{
	transition: all 0.4s;
}

.jpzs-list li:hover h3 a,.jpzs-list li:hover p,.jpzs-list li:hover .jpzs-more{
	color: #fff;
}

.jpzs-list p{
	font-size: 16px;
	line-height: 28px;
	color: #4d4d4d;
	margin-top: 12px;
	border-bottom: 2px solid #bc9d8a;
	padding-bottom: 20px;
	transition: all 0.4s;
}

.jpzs-list li:hover p{
	border-color: #fff;
}

.jpzs-list .jpzs-more{
	display: inline-block;
	padding-right: 40px;
	background: url(202308_jpzs_arrow.png) right center no-repeat;
	font-size: 16px;
	color: #bc9d8a;
	margin-top: 16px;
	transition: all 0.4s;
}

.jpzs-list li:hover .jpzs-more{
	background-image: url(202308_jpzs_arrow2.png);
}

/* 媒体聚焦 */
.mtjj-box{
	margin-top: 40px;
}

.mtjj-title {
	background-image: url(202308_mtjj_title.png);
}

.mtjj-list{
	margin-top: 40px;
}

.mtjj-list ul{
	margin-right: -50px;
}

.mtjj-list li{
	width: 440px;
	height: 180px;
	background-color: #fefefe;
	border-radius: 8px;
	border: solid 1px #dfc4b3;
	position: relative;
	float: left;
	margin-right: 38px;
	margin-bottom: 50px;
}

.mtjj-list .mtjj-item-box{
	width: 360px;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -10px;
	box-sizing: border-box;
	padding: 10px;
	background: url(202308_mtjj_bg.png) no-repeat;
}

.mtjj-list .mtjj-item-box a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 23px 28px;
	border: solid 1px #fefefe;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #fefefe;
	border-radius: 8px;
}

.mtjj-list .mtjj-item-box:hover{
	background-image: url(202308_mtjj_bg2.png);
}

.mtjj-list .mtjj-name{
	line-height: 180px;
	padding-left: 28px;
}

.mtjj-list .mtjj-name span{
	display: inline-block;
	line-height: 1.2;
	font-size: 22px;
	color: #a78570;
	width: 26px;
	vertical-align: middle;
	position: relative;
	font-family: 'Source Han Serif SC';
	text-align: center;
	word-break: break-all;
}

.mtjj-list .mtjj-name span i{
	font-style: normal;
	word-break: normal;
}

.mtjj-list .mtjj-name span::before{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(202308_mtjj_arrow1.png) no-repeat;
	left: -8px;
	top: -10px;
}

.mtjj-list .mtjj-name span::after{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(202308_mtjj_arrow2.png) no-repeat;
	right: -8px;
	bottom: -10px;
}

/* 五经普宣传产品 */
.wjpxccp-box{
	margin-top: 40px;
}

.wjpxccp-title{
	background-image: url(202308_wjpxccp_title.png);
}

.wjpxccp-swiper{
	margin: 30px 0 0;
	padding-bottom: 60px;
}

.wjpxccp-swiper .swiper-container{
	margin: 0 -20px;
}

.wjpxccp-swiper .swiper-slide{
	width: 360px;
	padding: 0 20px;
	box-sizing: border-box;
}

.wjpxccp-swiper .img-cont{
	width: 320px;
	height: 520px;
	overflow: hidden;
}

.wjpxccp-swiper .text-cont{
	width: 320px;
	height: 94px;
	background: url(202308-wjpxccp-bg.png) no-repeat;
	line-height: 88px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 30px;
}

.wjpxccp-swiper .text-cont span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 32px;
	color: #fefefe;
	font-weight: bold;
	text-align: left;
}

.wjpxccp-swiper .swiper-scrollbar {
	height: 1px;
	position: relative;
	-ms-touch-action: none;
	background-color: #dfc4b3;
	margin-top: 42px;
}
.wjpxccp-swiper .swiper-scrollbar-drag {
	height: 11px;
	width: 100%;
	position: relative;
	top: -5px;
}

.wjpxccp-swiper .swiper-scrollbar-drag::after{
	content: '';
	display: block;
	width: 39px;
	height: 11px;
	background: url("202308_wjpxccp_arrow.png") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.wjpxccp-swiper .swiper-scrollbar-drag::before{
	content: '';
	display: block;
	height: 3px;
	background-color: #016ab9;
	position: absolute;
	top: 4px;
	right: 50px;
	left: 0;
	border-radius: 2px;
}

.wjpxccp-swiper .swiper-scrollbar-cursor-drag {
	cursor: pointer;
}


.wjpxccp-video-box{
	height: 755px;
	background: url(202308-wjpxccp-videoBg.png) no-repeat;
	box-sizing: border-box;
	padding: 60px 50px;
}

.wjpxccp-video-box .video-main{
	width: 995px;
	height: 560px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
}

.wjpxccp-video-box .video-main video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wjpxccp-video-swiper{
	width: 276px;
	float: right;
	position: relative;
}

.wjpxccp-video-swiper .swiper-container{
	margin-right:-5px;
	height: 590px;
}

.wjpxccp-video-swiper .swiper-slide{
	height: 202px;
	cursor: pointer;
}

.wjpxccp-video-swiper .img-cont{
	width: 276px;
	height: 155px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.wjpxccp-video-swiper .video-bg{
	position: absolute;
	width: 100%;
	height: 66px;
	background: url(202308-wjpxccp-vBg.png) no-repeat;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 16px;
	left: 0;
	bottom: 0;
}

.wjpxccp-video-swiper .video-time{
	height: 15px;
	line-height: 15px;
	background: url(202308-wjpxccp-vIcon.png) no-repeat;
	font-size: 14px;
	color: #ffffff;
	padding-left: 32px;
}

.wjpxccp-video-swiper .text-cont{
	font-size: 16px;
	color: #1a1a1a;
	padding-top: 8px;
	white-space: nowrap;
}

.wjpxccp-video-swiper .swiper-btn{
	position: absolute;
	width: 35px;
	height: 18px;
	left: 50%;
	margin-left: -18px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.wjpxccp-video-swiper .swiper-btn.prev{
	background-image: url(202308-wjpxccp-swiperIcon2.png);
	top: -32px;
}

.wjpxccp-video-swiper .swiper-btn.next{
	background-image: url(202308-wjpxccp-swiperIcon1.png);
	bottom: -30px;
}

/* 历届开放日 */
.ljkfr-box{
	margin-top: 80px;
}

.ljkfr-title{
	background-image: url(202308_ljkfr_title.png);
}

.ljkfr-main{
	background: url(202308_ljkfr_mainBg.png) no-repeat;
	width: 1456px;
	height: 694px;
	margin-top: 20px;
	padding-top: 31px;
	margin-left: -20px;
}


.ljkfr-pics{
	width: 376px;
	height: 545px;
	margin-left: 154px;
	overflow: hidden;
	float: left;
}

.ljkfr-pics .img-cont{
	display: none;
}

.ljkfr-pics .img-cont.active{
	display: block;
}

.ljkfr-texts{
	width: 760px;
	float: left;
	margin-left: 20px;
	margin-top: 60px;
	padding-top: 12px;
}

.ljkfr-list{
	width: 800px;
	overflow: hidden;
	margin-left: 80px;
}

.ljkfr-list li{
	width: 292px;
	height: 45px;
	line-height: 45px;
	float: left;
	margin-right: 56px;
	margin-bottom: 2px;
}

.ljkfr-list li.active{
	background: url(202308_ljkfr_bg.png) no-repeat;
}

.ljkfr-list a{
	display: block;
	background: url(202308_ljkfr_icon1.png) 12px center no-repeat;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 32px;
	
}

.ljkfr-list li.active a{
	background-image: url(202308_ljkfr_icon2.png);
	color: #fff;
}

.ljkfr-item-title{
	font-size: 20px;
	color: #fdfdfe;
	line-height: 48px;
	padding-left: 63px;
	padding-top: 50px;
}

.ljkfr-item-title a{
	color: #fdfdfe;
}

.ljkfr-item-title span{
	font-weight: bold;
}

.ljkfr-item-title .text-cont{
	display: none;
}
.ljkfr-item-title .text-cont.active{
	display: block;
}

/* 底部 */
.kfr_footer_w {
	border-top: 8px solid #eb612a;
	background-color: #fffbf7;
	height: 148px;
}

.kfr_footer_l {
	margin: 28px 0 0 92px;
}

.kfr_footer_c {
	text-align: center;
	margin: 38px 0 0 110px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}
.kfr_footer_c a{
	color: #1a1a1a;
	text-decoration-line: none;
}

.kfr_footer_r {
	margin: 46px 80px 0 0;
}



/* 文字列表页 */
.kfr-list-main{
	background: #fffbf7;
	padding-bottom: 78px;
	overflow: hidden;
	padding-top: 9px;
}


.kfr-crumb{
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #9f5039;
}

.kfr-crumb a{
	color: #9f5039;
}


.kfr-list-box{
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(217, 235, 241, 0.55);
		box-sizing: border-box;
		padding: 60px 50px 50px;
}

.kfr-text-list{
	margin-top: 20px;
}

.kfr-text-list li{
	line-height: 48px;
	overflow: hidden;
}

.kfr-text-list li:nth-child(5n){
	padding-bottom: 50px;
	position: relative;
}

.kfr-text-list li:nth-child(5n)::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	background-color: #e0e6ec;
	bottom: 22px;
}

.kfr-text-list .item-title{
	float: left;
	width: 1100px;
	font-size: 20px;
}

.kfr-text-list .item-title::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #016ab9;
	vertical-align: 3px;
	margin-right: 22px;
}

.kfr-text-list .item-title a{
	color: #1a1a1a;
	transition: all 0.4s;
}

.kfr-text-list li:hover .item-title a,.kfr-text-list li:hover .item-time{
	color: #016ab9;
}

.kfr-text-list .item-time{
	width: 110px;
	float: right;
	font-size: 18px;
	color: #999;
	transition: all 0.4s;
}

.jpzs-list-main{
	padding-top: 20px;
}


.jpzs-list-main .jpzs-box::after{
	top: -105px;
}

.jpzs-list-main .jpzs-list{
	margin-top: 40px;
}

.jpzs-list-main .mtjj-list{
	margin-top: 50px;
}
/* 分页 */
.kfr_list_page {
	font-size: 14px;
	text-align: center;
	padding: 40px 0 0 0;
	margin-bottom: 37px;
}
.kfr_list_page a{
	cursor: pointer;
}
.kfr_list_page a,
.kfr_list_page span,
.kfr_list_page .txt {
	display: inline-block;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dddddd;
	margin: 0 2px 0 3px;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
}
.kfr_list_page a:hover{
	color: #fff;
	border: 1px solid #e74214;
	background: #e74214;
}
.kfr_list_page .cur {
	color: #fff;
	border: 1px solid #e74214;
	background: #e74214;
}
.kfr_list_page span {
	border: none;
}
.kfr_list_page .txt {
	width: 18px;
}
.kfr_list_page  #num {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 32px;
	vertical-align: top;
}
.kfr_list_page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}
.kfr_list_page font i {
	padding-bottom: 2px;
	display: inline-block;
}
.kfr_list_page #go {
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	cursor: pointer;
	*padding: 0 3px;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #e74214;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}
.kfr_list_page_s{
	position: relative;
	left: 50%;
	float: left;
}
.kfr_list_page_sa{
    position: relative;
    left: -50%;
    float: left;
}

/* 文章页 */

.kfr-page-main{
	background: #f7fdff;
}

.kfr-page-box{
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(217, 235, 241, 0.55);
	box-sizing: border-box;
	padding: 50px;	
}


.kfr-page-wrap{
	border: solid 1px #e0e6ec;
	box-sizing: border-box;
	padding: 50px 60px;
}


.kfr-page-wrap h2{
	padding: 0 44px;
	text-align: center;
	font-size: 38px;
	line-height: 1.6;
	color: #1a1a1a;
	font-weight: normal;
}

.kfr-page-wrap .page-remark{
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	color: #1a1a1a;
}

.kfr-page-wrap .page-content{
	border-top: 1px solid #e0e6ec;
	margin-top: 34px;
	padding-top: 30px;
}

.kfr-page-wrap .page-content * {
	font-size: 20px!important;
	line-height: 2!important;
	color: #1a1a1a;
	font-family: "Microsoft YaHei" !important;
}

.kfr-page-wrap .page-content img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*媒体矩阵*/

.kfr_xmtjz_ul {
	margin-top: 42px;
}
.xmtjz-title {
	background: url("202308_xmtjz_title.png") no-repeat;
	margin-bottom: 50px;
}
.kfr_xmtjz_ul ul {
	width: 105%;
}

.kfr_xmtjz_ul li {
	float: left;
	width: 200px;
	text-align: center;
	margin-right: 90px;
	transition: all 0.5s;
}

.kfr_xmtjz_ul li:hover {
	transform: translateY(-10px);
}

.kfr_xmtjz_ul li .imgs_w {
	padding: 42px 48px;
	background: url(202208_kfr_index39.png) no-repeat center center;
	width: 105px;
	height: 105px;
	margin: 0 auto;
}
.kfr_xmtjz_ul li .imgs_w .imgs {
	display: block;
	width: 105px;
	height: 105px;
}

.kfr_xmtjz_ul li .text {
	display: block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	margin-top: 15px;
	margin-left: -14px;
}


/* 开放日新闻 */
.kfrnw_boxs{
	margin-top: 36px;
	height: 444px;
	background-image: -moz-linear-gradient( -90deg, rgb(253,243,241) 0%, rgba(253,243,241,0) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(253,243,241) 0%, rgba(253,243,241,0) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(253,243,241) 0%, rgba(253,243,241,0) 100%);
}
.kfrnw_boxs .img-cont{
	display: block;
	float: left;
}
.kfrnw_boxs .imgs{
	width: 790px;
	height: 444px;
}
.kfrnw_boxs_r{
	width: 430px;
	margin-left: 50px;
	float: left;
}
.kfrnw_boxs_r .titles{
	display: block;
	font-size: 28px;
	line-height: 44px;
	margin-top: 44px;
	font-weight: bold;
}
.kfrnw_boxs_r .desc{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 30px;
	margin-top: 15px;
	text-align: justify;
}

.kfrxw_b_news{
	margin-top: 39px;
	padding-bottom: 32px;

	width: 1322px;
	height: 146px;
}
.kfrxw_b_news .ul_w{
	width: 1322px;
	height: 146px;
}
.kfrxw_b_news li{
	float: left;
	margin-right: 29px;
}
.kfrxw_b_news li:last-child{
	margin-right: 0;
}
.kfrxw_b_news li .kjs{
	display: block;
	padding: 11px 30px 11px 9px;
	border: 1px solid #eac7ad;
}
.kfrxw_b_news li .imgs{
	width: 186px;
	height: 123px;
	display: block;
}
.kfrxw_b_news li .img-cont{
	float: left;
}
.kfrxw_b_news li .ts{
	width: 172px;
	font-size: 18px;
	line-height: 28px;
	margin-top: 4px;
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 22px;
	text-align: justify;
}

.kfr75n-title{
	height: 165px;
	background: url("202408_kfr_title_75n.png") no-repeat center center;
}
.kf75n-box{
	margin-top: 51px;
}


/* 75年 */
.kf75n_cons{
	margin-top: 39px;
	height: 703px;
}
.kf75n_cons ul{
	width: 110%;
}
.kf75n_cons li{
	float: left;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 40px;
}
.kf75n_cons li .img-cont{
	display: block;
}
.kf75n_cons li .imgs{
	display: block;
	width: 320px;
	height: 331px;
}

/* 新书推介 */
.xstj-title{
	height: 197px;
	background: url("202408_kfr_title_xstj.png") no-repeat center center;
}
.xstj-box{
	margin-top: 23px;
	background: url("202408_kfr_xstj1.png") no-repeat 50% 503px;
}
.xstj-box-s{
	position: relative;
}
.xstj_cons{
	padding-top: 51px;
	width: 1400px;
	height: 430px;
}
.xstj_cons ul li{
	float: left;
	/* margin-right: 109px; */
	width: 360px;
	height: 430px;
}
.xstj_cons ul li .kjs{
	display: block;
}
.xstj_cons ul li .imgs{
	width: auto;
	height: 315px;
	display: block;
	margin-left: 51px;
	transition: all 0.3s;
	transform: translateY(0);
}
.xstj_cons ul li:hover .imgs{
	transform: translateY(-6px);

}
.xstj_cons ul li .ts{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	display: block;
	margin-top: 85px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 统计科普知识 */
.tjkpzs-box{
	margin-top: 37px;
}
.tjkpzs-title{
	height: 167px;
	background: url("202408_kfr_title_tjkpzs.png") no-repeat center center;
}
.tjkpzs_cons{
	padding-top: 41px;
	padding-bottom: 38px;
	margin-left: -20px;
	margin-right: -20px;
}
.tjkpzs_cons ul{
	width: 1400px;
	height: 740px;
}
.tjkpzs_cons ul li{
	width: 433px;
	height: 220px;
	background: url("202408_kfr_kpzs2.png") no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 0px rgba(245, 216, 208, 0.69);
	/* margin-right: 50px; */
	margin: 0 25px;
	margin-bottom: 30px;
	float: left;
}
.tjkpzs_cons ul li:nth-child(3n){
	margin-right: 0;
}
.tjkpzs_cons ul li:hover{
	background-image: url("202408_kfr_kpzs1.png");
}
.tjkpzs_cons ul li .kjs{
	padding:42px 35px 42px 46px;
	background: url("202408_kfr_kpzs5.png") no-repeat left 20px top 25px;
}
.tjkpzs_cons ul li:hover .kjs{
	background-image: url("202408_kfr_kpzs6.png");
}
.tjkpzs_cons ul li .titles{
	font-size: 20px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
}
.tjkpzs_cons ul li:hover .titles{
	color: #ffffff;
}
.tjkpzs_cons ul li .desc{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
	margin-top: 17px;
}
.tjkpzs_cons ul li:hover .desc{
	color: #ffffff;
}
.tjkpzs_cons ul li .mores{
	display: block;
	width: 32px;
	height: 32px;
	background: url("202408_kfr_kpzs4.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.tjkpzs_cons ul li:hover .mores{
	background-image: url("202408_kfr_kpzs3.png");
}

.kfr_b_pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	text-align: center;
}
.kfr_b_pagination .swiper-pagination-switch{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #e53109;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.kfr_b_pagination .swiper-pagination-switch.swiper-active-switch{
	background-color: #e53109;
}

/* 探班统计工作 */
.tbtjgz-title{
	height: 166px;
	background: url("202408_kfr_title_tbtjgz.png") no-repeat center center;
}
.tbtjgz_cons{
	margin-top: 40px;
}
.tbtjgz_cons_t{
	background: url("202408_kfr_tbtj1.jpg") no-repeat right center;
	background-size: auto 100%;
}
.tbtjgz_cons_tl{
	width: 858px;
	height: 482px;
	position: relative;
}
.tbtjgz_cons_tl .videos{
	display: block;
	width: 100%;
	height: 100%;
}
.tbtjgz_cons_tr{
	float: left;
	width: 440px;
	margin-left: 52px;
}
.tbtjgz_cons_tl .v_time{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	color: #ffffff;
	padding-left: 45px;
	font-size: 14px;
	display: block;
	background: url("202408_kfr_tbtj3.png") no-repeat left center;
	background-size: 100% 100%;
	padding-right: 22px;
}
.tbtjgz_cons_tl .v_time::after{
	content: " ";
	position: absolute;
	left: 14px;
	top: 8px;
	width: 21px;
	height: 15px;
	background: url("202408_kfr_tbtj5.png") no-repeat center center;
	background-size: 21px 15px;
}
.tbtjgz_cons_tr .titles{
	font-size: 26px;
	color: #ac2607;
	line-height: 46px;
	display: block;
	margin-top: 50px;
	font-weight: bold;
}
.tbtjgz_cons_tr .titles .icos{
	width: 34px;
	height: 37px;
	background: url("202408_kfr_tbtj2.png") no-repeat center center;
	background-size: 100% 100%;
	margin-right: 14px;
	margin-top: 5px;
}
.tbtjgz_cons_tr .desc{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	margin-top: 22px;
	display: block;
	text-align: justify;
}

.tbtjgz_cons_b{
	margin-top: 40px;
}
.tbtjgz_cons_b li{
	width: 260px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(245, 216, 208, 0.69);
	float: left;
	margin-right: 25px;
	position: relative;
}
.tbtjgz_cons_b li::after{
	content: " ";
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -2px;
	top: -2px;
	border: 3px solid #e6371d;
	border-radius: 3px;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
}
.tbtjgz_cons_b li:hover::after{
	opacity: 1;
}
.tbtjgz_cons_b li.on::after{
	opacity: 1;
}
.tbtjgz_cons_b li:last-child{
	margin-right: 0;
}
.tbtjgz_cons_b li .kjs{
	display: block;
	position: relative;
	z-index: 2;
}
.tbtjgz_cons_b li .imgs{
	width: 260px;
	height: 147px;
	display: block;
}
.tbtjgz_cons_b li .titles{
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding: 16px 20px;
	height: 100px;;
}
.tbtjgz_cons_b li:hover .titles{
	color: #ac2607;
}
.tbtjgz_cons_b li.on .titles{
	color: #ac2607;
}
.tbtjgz_cons_b li .titles .icos{
	width: 23px;
	height: 25px;
	background: url("202408_kfr_tbtj2.png") no-repeat center center;
	background-size: 100% 100%;
	margin-right: 9px;
	margin-top: 1px;
}
.tbtjgz_cons_b li .v_time{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	color: #ffffff;
	padding-left: 45px;
	font-size: 14px;
	display: block;
	background: url("202408_kfr_tbtj4.png") no-repeat left center;
	background-size: 100% 100%;
	padding-right: 22px;
	z-index: 2;
}
.tbtjgz_cons_b li .v_time::after{
	content: " ";
	position: absolute;
	left: 14px;
	top: 8px;
	width: 21px;
	height: 15px;
	background: url("202408_kfr_tbtj5.png") no-repeat center center;
	background-size: 21px 15px;
}
.tbtjgz_cons_t_kj{
	display: none;
}

/* 理解开放日 */
.ljkfr-title{
	height: 165px;
	background: url("202408_kfr_title_ljkfr.png") no-repeat center center;
}
.ljkfr-box{
	margin-top: 46px;
}
.ljkfr_cons{
	margin-top: 24px;
	/* width: 1400px; */
	width: 1400px;
	padding-left: 14px;
	margin-left: -14px;
	height: 457px;
	padding-right: 7px;
}
.ljkfr_cons ul{
	background: url("202408_kfr_ljkfr1.png") no-repeat left -14px top 0;
	padding-right: 10px !important;
}
.ljkfr_cons li{
	float: left;
	width: 274px;
	height: 457px;
	text-align: center;
}
.ljkfr_cons li .kjs{
	padding-top: 47px;
}
.ljkfr_cons li .imgs_w{
	display: block;
	border: 2px solid #f6c6af;
	border-radius: 2px;
	width: 196px;
	margin: 0 auto;
}
.ljkfr_cons li .imgs{
	display: block;
	width: 196px;
	height: 284px;
}
.ljkfr_cons li .titles{
	display: block;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	margin-top: 72px;
}
.ljkfr_cons li:nth-child(even) .titles{
	margin-top: 32px;
}
.kfr-swiper-btn{
	width: 52px;
	height: 52px;
	background: no-repeat center center;
	background-size: 12px 21px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	background-color: rgba(233,195,166,0.2);
	border-radius: 50%;
	cursor: pointer;
}
.kfr-swiper-btn-l{
	background-image: url("202408_kfr_l.png");
	left: -91px;
}
.kfr-swiper-btn-r{
	background-image: url("202408_kfr_r.png");
	right: -91px;
}
.kfr-swiper-btn:hover{
	background-color: rgba(233,195,166,1);
}

.ljkfr-box-s{
	position: relative;
}


/* 新媒体矩阵 */
.xmtjz-title{
	height: 32px;
	background: url("202408_kfr_title_xmtjz.png") no-repeat center center;
}
.kfr_xmtjz_ul{
	margin-top: 122px;
}


/*  */
.kfr_translateY{
	transition: all 0.3s;
	transform: translateY(-0px);
}
.kfr_translateY:hover{
	transform: translateY(-6px);
}


/* 列表页 */
.kfr-list-main .kf75n-box{
	margin-top: 0;
}

/* 详情页 */
.kfr-page-main{
	background-color: #fffbf7;
	padding-top: 9px;
	padding-bottom: 72px;
}
.kfr-page-box{
	box-shadow: 0px 0px 13px 0px rgba(241, 232, 217, 0.34);
	margin-top: 12px;
	padding: 39px 35px;
}
.kfr-page-wrap{
	border: 1px solid #f3ddcd;
	padding: 59px 71px;
}
.kfr-page-wrap .page-content{
	border-top: 1px solid #ebceb8;
	margin-top: 24px;
}
.kfr-page-wrap .page-remark .ts{
	margin-right: 38px;
}

.page-text-dx{
	margin-right: 113px;
}
.page-text-dx .zh{
	padding-left: 22px;
	background: url("202408_kfr_con1.png") no-repeat left center;
}
.page-text-dx .zh{
	float: left;
}
.page-text-dx .sp{
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 6px;
	margin-top: 3px;
	cursor: pointer;
}
.page-text-dx .sp.on{
	background-color: #f48051;
	color: #ffffff;
	border-radius: 2px;
}

.page-fx{
	margin-right: 4px;
}
.page-fx .sp{
	float: left;
}
.page-fx .icos{
	display: block;
	float: left;
	background: no-repeat center center;
	background-size: 38px 38px;
	background-color: rgba(254,154,117,0.4);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-left: 14px;
}
.page-fx .icos:hover{
	background-color: rgba(254,154,117,1);
}
.page-fx .icos.wx{
	background-image: url("202408_kfr_con2.png");
	margin-left: 7px;
}
.page-fx .icos.wb{
	background-image: url("202408_kfr_con3.png");
}


/* 列表页 统计科普知识 */
.kfr-list-main .tjkpzs_cons ul{
	width: 110%;
}
.kfr-list-main .tjkpzs-box{
	margin-top: 0;
}

/* 开放日新闻 */
.kfrxw-list-cons{
	margin-top: 44px;
}
.kfrxw-list-cons ul li{
	padding: 50px;
	transition: all 0.5s;
	background: #fffbf7;
}
.kfrxw-list-cons ul li:hover{
	background: url("202408_kfr_bgline.jpg") repeat-x;
}
.kfrxw-list-cons ul li .imgs_w{
	float: left;
	margin-right: 40px;
}
.kfrxw-list-cons ul li .imgs{
	width: 260px;
	height: 172px;
}
.kfrxw-list-cons ul li:nth-child(even){
	background: #fff7f1;
}
.kfrxw-list-cons ul li:nth-child(even):hover{
	background: url("202408_kfr_bgline.jpg") repeat-x;
}
.kfrxw-list-cons ul li .titles .ts{
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.kfrxw-list-cons ul li:hover .titles .ts{
	color: #ffffff;
}
.kfrxw-list-cons ul li .desc{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 30px;
	margin-top: 18px;
	text-align: justify;
}
.kfrxw-list-cons ul li:hover .desc{
	color: #ffffff;

}
.kfrxw-list-cons ul li .mores{
	padding-left: 33px;
	padding-right: 62px;
	height: 42px;
	border: 1px solid #ebceb8;
	color: #e2a06e;
	border-radius: 42px;
	float: left;
	line-height: 42px;
	text-align: center;
	position: relative;
	margin-top: 21px;
	transition: all 0.5s;
}
.kfrxw-list-cons ul li .mores::after{
	content: " ";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 21px;
	height: 6px;
	margin-top: -3px;
	background: url("202408_kfr_con4.png") no-repeat center center;
	background-size: auto 100%;
}
.kfrxw-list-cons ul li:hover .mores{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #e74617;
}
.kfrxw-list-cons ul li:hover .mores::after{
	background-image: url("202408_kfr_con5.png");
}







