*{
    margin: 0px;
    padding: 0px;
	/*word-break:break-all;*/
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	-o-box-sizing:border-box;
}  
a[href]:after{content:normal;}
body {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	height: auto;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;cursor: pointer;
}
a:hover, a:focus {
	color: #264fc4;text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;}
select { width:100%;}
input::-webkit-input-placeholder{ color: #3C5AA9;}
input:-moz-placeholder{ color: #3C5AA9;}
input::-moz-placeholder{ color: #3C5AA9;}
input:-ms-input-placeholder{ color: #3C5AA9;}


.left {
	float: left;
}
.right {
	float: right;
}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb45 { margin-bottom:45px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}


@media (min-width: 1230px){
	.container{width: 1200px;}
}
@media (min-width: 1299px) {
  .container{
    width: 1260px;
  }
}
@media (min-width: 1366px) {
  .container{
    width: 1330px;
  }
}
@media (min-width: 1430px) {
  .container{
    width: 1400px;
  }
}
@media (min-width: 1460px) {
  .container{
    width: 1430px;
  }
}



/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #D0021B;
	z-index: 1005;
	display: none;
	line-height: 50px;
}
.scrollToTop img{
	display:inline-block;
	width: 27px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		line-height: 40px;
	}
	.scrollToTop img{
		width: 28px;
	}
}

/*---------------head---------------------*/
.webheader{ position: relative; }
.head_title{ 
	position: absolute; 
	width: 100%;
	left: 0;
	top:0;
}
.tpic01{ width: 100%; }
.tpic02{ width: 100%; display:none; }

@media (min-width: 1921px){
	
}
@media (max-width: 1280px){
	.tpic01{ display:none; }
	.tpic02{ display:block; }
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){

}
@media (max-width: 767px){
	.head_title a img{ width: 65%; }
	.head_title .right{ text-align: right; }
	.head_title .right img{ display:inline-block; }
}

@media (max-width: 600px){

}
@media (max-width: 500px){

}
@media (max-width: 450px){
	
}
@media (max-width: 380px){

}
@media (max-width: 320px){
		
}


/*donghua*/
.cbp-so-scroller {
    overflow: hidden;
}
.cbp-so-side {
   /*  overflow: hidden; */
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* For example, add a delay for the right side:*/
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* Example media queries */
@media only screen and (min-width: 992px){  
    
}
@media only screen and (min-width: 1200px){
    
}

@media screen and (max-width: 767px) {
    
}



/* 内容 */
.zt_cent{ 
	font-size: 18px;  
	line-height: 24px; 
	margin-top: -5.15%;
	position: relative;
	z-index:999;
}
.zmgz_hx{
	padding-bottom: 40px;
	background:#f4f5f7;
	-moz-box-shadow: 0 4px 10px #ddd;
	-webkit-box-shadow: 0 4px 10px #ddd;
	box-shadow: 0 4px 10px #ddd;
	padding: 60px 60px 40px;
}
.zmgz_hx h3{ 
	background:url(20240318_kjzizq_kly2.png) top left no-repeat; 
	font-size: 35px;
	font-weight:700;
	color: #305cb5;
	min-height: 170px;
	margin-top: -8%;
}
.zmgz_hx h3 b{ 
	display: inline-block; 
	width: 260px;
    text-align: center;
    margin-top: 95px;
}
.zmgz_hx p{
	font-size: 20px;
	line-height:39px;
	color: #444;
	text-indent: 2em;
	margin-bottom: 30px;
}
.zmgz_hx p a{ color:#a81805;}


.ywtop{}
.ywtop h3{font-size: 28px;
    line-height: 26px;
    text-decoration: none;
	text-align: center;
	border-bottom:1px solid #0a5fb0;
    padding: 12px 0 18px;
	margin: 0 0 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.ywtop h3 a{ color: #0a5fb0;}
.ywtop p{ text-indent: 2em; font-size: 18px; line-height: 30px;}
.yaowen{ padding-top: 6px; }
.yaowen li{ font-size:21px;
	line-height: 44px;
    background-repeat: no-repeat;
    background-position: left top 15px;
    padding-left: 27px; 
}
.yaowen li a{display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.bging{ background:#fceac4; padding: 6px; }
.padline{ padding: 15px 12px 20px; border: 1px solid #df9b86; }
.img_bgsy{ background:#fff; padding: 5px; margin-right:20px; }
.yaowen p{ text-indent: 2em; 
	font-size: 20px; 
	line-height: 34px; color: #333; margin-bottom: 0; }

.wenzi_list li{ 
	line-height: 45px; 
	overflow: hidden; }
.wenzi_list li div{overflow: hidden;
	border-bottom: 1px dashed #9faecc;
	padding: 5px 0;
}	
.wenzi_list li a{ 
	background-image: url(20240318_kjzizq_lx2.png);
    background-repeat: no-repeat;
    background-position: left top 13px;
    padding-left: 24px;
}


.wenzi_listbg li a{ }
.tuwen_list{ overflow: hidden; }
.tuwen_list li img{ width: 100%; }
.tuwen_list li p{ 
	margin-top: 10px;
 	line-height: 26px; 
}

.lan_title{ margin: 0;
    overflow: hidden;
	text-align: center;
	position: relative;
}
.lan_title a{   
	font-size: 28px;
    line-height: 24px;    
    padding: 11px 0 35px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color:#fff;
}
.lan_title a:hover{ color:#f1f1f1; }
.lan_title01{ 
	background: none; 
	border-bottom: 2px solid #ec3113; 
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-radius: 0;
}
.lan_title01 a{ color: #ec3113; }
.lan_title01 a:hover{color:#a81805; }

.wenzi_list li a{ 
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:75%;
	float: left;
}
.wenzi_list li span{  
	font-size: 14px;
    line-height: 46px;
    color: #758585;
    float: right;
    text-decoration: none;}


.zm_cenbaner{
	background: #dcebff;
	padding: 25px 20px 15px;
}
div.banner02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.zm_txt{ text-align: center; margin-top: 6px; margin-bottom: 5px; }

.pic_list{ 
	overflow: hidden; 
}
.text_list{ overflow: hidden; margin-top: 20px; }
.pic_list ul{ margin:0 -12px; }
.pic_list ul li{ padding: 0 12px; margin-bottom: 40px; }
.pic_list ul li a{ 
	padding: 8px 8px 10px; 
	display: block; 
	background:#fff; 
	-moz-box-shadow: 0 4px 10px #ddd;
	-webkit-box-shadow: 0 4px 10px #ddd;
	box-shadow: 0 4px 10px #ddd;
}
.pic_list .tuwen_list li h4{ 
	font-size: 18px; font-weight:700; 
	margin:15px 0 8px;
}
.pic_list .tuwen_list li p{ font-size: 16px; color: #444;}
.pic_list .tuwen_list li div{ position: relative; padding: 0 10px 0 20px; }
.pic_list .tuwen_list li div:after{
    content:'';
    pointer-events: auto;
    display: inline-block;
    background:#1d57cc; width: 6px; height: 38px;
    position: absolute;
    left:-8px;
    top: 1px;
    z-index: 999;
    cursor: pointer;
}

.btm_more{
	text-align: center;
	padding-bottom: 50px;
}
.btm_more a{ color: #2f4e81;}
.btm_more a:hover{ color: #444; }

.zl_dwcent{ 
	padding-top: 100px;
	padding-bottom: 100px;
	background:url(20240318_kjzizq_bj2.jpg) no-repeat left bottom;
}
.side_lunbo{ overflow: hidden; }
.left_kjlb{float: left; width: 53.7%;}
.left_kjlb img{height: 467px;}
.rgt_kjlb{float: left; width: 46.3%; padding-left: 60px;}
.rgt_kjlb span{ font-size: 18px; color: #1d57cc;  display: block; margin-top: 30px;}
.rgt_kjlb h3{font-size: 26px; line-height: 34px; margin:20px 0;}
.rgt_kjlb p{ font-size: 16px; line-height: 24px;}
.sx_lut{}
.s_qhbtn{ width: 46.3%; margin-left: 53.7%; position: relative; }
.gallery-top{ margin-bottom: 20px; }
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev{
	width: 46px; height: 46px;
	bottom: 50px;
	top:auto;
}
.gallery-top .swiper-button-next{ 
	background:url(20240318_kjzizq_left.png) no-repeat; 
	right:auto;
	left:116px;
}
.gallery-top .swiper-button-prev{ 
	background:url(20240318_kjzizq_rgt.png) no-repeat; 
	left:56px;
}
.gallery-top .swiper-pagination{ 
	right: 0;
	bottom: 58px; 
	display: inline-block;
    width: auto;
    left: auto;
    color:#999;
	font-size:24px; 
}
.gallery-top .swiper-pagination-current{
	color:#1d57cc;
	font-weight: 700;
	font-size:32px;}
.gallery-top .swiper-pagination-total{
	
}
.gallery-thumbs{}
.gallery-thumbs .swiper-slide{ padding-bottom: 15px; }
.gallery-thumbs .swiper-slide-thumb-active{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sx_lut{ 
	overflow: hidden; 
	background:#f0f1f2; 
	border: 2px solid #fff;
	-moz-box-shadow: 0 4px 10px #ddd;
	-webkit-box-shadow: 0 4px 10px #ddd;
	box-shadow: 0 4px 10px #ddd;
	cursor:pointer;
}
.sx_lut img{ float: left; width: 50%; margin-right: 15px; } 
.sx_lut > div{  }
.sx_lut > div span{ color:#1d57cc; margin:18px 0 8px; display: block; }
.sx_lut > div p{ font-size: 16px; padding-right: 5px; }

.column_lbbg{
	padding-top: 75px;
	background:url(20240318_kjzizq_bjb2.jpg) no-repeat; 
}

.column_lbbg .btm_more{
	position: relative;
}
.column_lbbg .btm_more:after{
	content:'';
    pointer-events: auto;
    display: inline-block;
    background:#d3e1ee; 
    width: 42%; height: 1px;
    position: absolute;
    left:0;
    top: 20px;
    z-index: 999;
    cursor: pointer;
}
.column_lbbg .btm_more:before{
	content:'';
    pointer-events: auto;
    display: inline-block;
    background:#d3e1ee; 
    width: 42%;height: 1px;
    position: absolute;
    right:0;
    top: 20px;
    z-index: 999;
    cursor: pointer;
}
.column_lbbg .btm_more a{ 
	background:#2b4d91;font-size: 18px; color: #fff; 
	display:inline-block;
	padding: 10px 36px;
}
.column_lbbg .btm_more a:hover{ background:#1b3e84; }


@media (min-width: 768px){
	.rgt_kjlb h3{
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; }
	.rgt_kjlb p{ 
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden; 
	height: 146px;}
	.pic_list .tuwen_list li h4{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.tuwen_list li p,
	.sx_lut > div p{
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	height: 52px;}
}
@media (min-width: 1200px){
	.rgt_kjlb p{ -webkit-line-clamp: 7;height: 168px;}
}
@media (min-width: 1921px){
	.column_lbbg{ background-size: cover; }
}
@media (max-width: 1680px){
	
}
@media (max-width: 1599px){
	
}
@media (max-width: 1460px){
	.zywz_bg{ background-size: cover; }
	.img_left, 
	.img_right{ width: 455px; }
	.img_left b, 
	.img_right b{ width: 415px; }
	.tuwen_list li img{ }
	.left_kjlb img{height: 424px;}
}
@media (max-width: 1366px){
	.tuwen_list li img{  }
	.left_kjlb img{height: 401px;}
	.gallery-top .swiper-pagination{ bottom: 5px; }
	.gallery-top .swiper-button-next, 
	.gallery-top .swiper-button-prev{ bottom: 0; }
}
@media (max-width: 1298px){
	.tuwen_list li img{  }
	.left_kjlb img{height: 382px;}
	.rgt_kjlb span{ margin-top: 5px; }
	.rgt_kjlb{ padding-left: 30px; }
	.gallery-top .swiper-button-next{left:86px;}
	.gallery-top .swiper-button-prev{left:26px;}
}
@media (max-width: 1280px){
	.zt_cent{margin-top: -8%;}
}
@media (max-width: 1199px){
	.img_left, 
	.img_right{ width: 355px; }
	.img_left b, 
	.img_right b{ width: 315px; }
	.fj_zlli li{ min-height: 620px; }
	.shipin li img{height: 181px;}
	.tuwen_list li img{  }
	.left_kjlb img{height: 307px;}
	.lan_title{ border-radius: 0 0 30px 0; }
	.zmgz_hx h3{ margin-top: -13%; }
	.column_lbbg .btm_more:before,
	.column_lbbg .btm_more:after{ width: 39%; }
	.wenzi_list li a{ max-width: 72%;}
	.rgt_kjlb h3{ font-size: 20px; margin: 10px 0; line-height: 30px; }
	.sx_lut img{ width: 45%; }
	.sx_lut > div span{ font-size:16px; margin:8px 0 2px; }
}
@media (max-width: 991px){
	.zt_cent{margin-top: ;}
	.shipin li img{height: 229px;}
	.bghui li{ margin-bottom: 15px; }
	.tuwen_list li b{ display: block; }
	.tuwen_list li img{ }
	.left_kjlb img{height: 235px;}
	.lan_title{ border-radius: 0 75px 75px 0; }
	.img_left, 
	.img_right,
	.img_left b img, 
	.img_right b img{ width: 100%; }
	.img_left b, 
	.img_right b{ width: 93%; }
	.txtcent_left,
	.txtcent_rgt{ position: static; margin-top: 20px; }
	.img_right{ float: none; }
	.fj_zlli li{ margin-bottom: 50px; overflow: hidden; }
	.column_lbbg .btm_more:before,
	.column_lbbg .btm_more:after{ width: 36%; }
	.zmgz_hx{ padding: 50px 30px 40px; }
	.gallery-thumbs{ display: none; }
	.gallery-top .swiper-button-prev{ left:0; }
	.gallery-top .swiper-button-next{ left:60px; }
	.s_qhbtn{ width: 53.7%; margin-left: 0; margin-top: 35px; }

}
@media (max-width: 901px){
	
}
@media (max-width: 801px){
	.zt_cent{margin-top: ;}
}
@media (max-width: 767px){
	.zt_cent{margin-top: ;}
	.video_kex video{ width: 100%; height: auto; }
	.wenzi_list li a{ max-width:100%; }
    .shipin li img{height: auto;}
	.tuwen_list li img{ height: auto; width: 100%;}
	.chengjiu ul li{ width: 100%; text-align: left; }
	.wenzi_list li span{ display:none; }
	.ywtop h3{white-space: normal;
    font-size: 20px;}
    .ywtop p{ font-size: 16px; }
    .zt_cent{ font-size: 16px; }
    .img_bgsy{ margin:0 0 15px 0; width: 100%; }
    .img_bgsy b img{width: 100%;}
    .padline p{ font-size: 16px; }
    .tuwen_list li p{ font-size: 16px;    
    	height: auto;
    margin-bottom: 18px; }
    .lan_title{  }
    .zmgz_hx p{ font-size: 18px; line-height: 32px; }
    .zmgz_hx{ padding-bottom: 2px; }
	.txtcent_left h3, .txtcent_rgt h3{ font-size: 18px; line-height: 30px;}
	.txtcent_left p, .txtcent_rgt p{ font-size: 16px; }
	.zl_dwcent{padding-bottom: 20px;padding-top: 40px; margin-bottom: 30px;}
	.pic_list{ background-size: cover; }
	.pic_list ul li{ margin-bottom: 25px; }
	.zmgz_hx h3{ 
		margin-top: -16%;
		background-size:50%; 
		min-height:auto; 
		padding-bottom: 20px;
		font-size: 28px;
	}
	.zmgz_hx h3 b{width: 173px;
    margin-top: 63px;}
	.zmgz_hx h3 b img{ width: 80px; }
	.img_left,
	.img_right{ background:none; min-height: auto; padding-top: 0; }
	.img_left b, .img_right b{ width: 100%; }
	.zywz_bg{ line-height: 26px;
		border: 2px solid #244e9c;
    	padding: 15px; }
    .zmgz_hx{padding: 30px 15px 10px;}
    .left_kjlb{ width: 100%; float: none; }
    .rgt_kjlb{ padding-left: 0; width: 100%; float: none;}
    .s_qhbtn{ display: none; }
    .column_lbbg{ padding-top: 15px; }
    .column_lbbg .btm_more:before, .column_lbbg .btm_more:after{ display: none; }

    
}
@media (max-width: 680px){
	
}
@media (max-width: 570px){
	
}
@media (max-width: 551px){
	
}
@media (max-width: 470px){
	.lan_title{ border-radius: 0 120px 120px 0;  }
}
@media (max-width: 420px){
}
@media (max-width: 385px){
	
}
@media (max-width: 345px){

}

/* 往期回顾 */
.wzlb_wqhg{
	background:url(20240318_kjzizq_bjc2.jpg) no-repeat right bottom;
	padding-bottom: 140px;
}
.wq_totle{
	background:url(20240318_kjzizq_bt2.jpg) no-repeat top center;
	text-align: center;
	margin-bottom: 50px;
}
.wq_totle b{
	color:#305cb5; 
	font-size: 45px; 
	display: block; 
	line-height: 60px;
	font-weight:400;
}
.wq_totle span{
	color: #9d9ea1;
	 font-size: 18px;
	 text-transform:uppercase;
	 letter-spacing:1px;
}
.wq_yuantu{  }
.wq_yuantu li{ margin-bottom: 40px; }
.wq_yuantu li a{ display: block; overflow: hidden; }
.lf_time{ 
	float: left; 
	width: 96px; 
	height: 96px; 
	border:2px solid #9faecc; 
	border-radius:50%;
	text-align: center;
	padding-top: 20px;
}
.lf_time b{ 
	font-size: 45px;
	color: #2b4d91;
	 display: block; 
	 margin-bottom: 7px;
}
.lf_time span{ font-size: 16px; font-weight:700; }
.rgt_txtt{
	padding-left: 118px;
}
.rgt_txtt h5{ 
	font-size: 18px;
	 border-bottom: 1px solid #9faecc; 
	 padding-bottom: 10px;
	 overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.rgt_txtt p{
	font-size: 15px;
	color: #575656;
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	height: 48px;
	margin-bottom: 0;
}

@media (max-width: 767px){
	.wq_totle b{ font-size: 36px; }
    .wq_totle span{ font-size: 14px; }
}


/* foot */
.foot{ background:#2b4d91;color: #fff; }
.foot a{ color: #fff; }
.foot .copyright{padding: 25px 0 20px;
    overflow: hidden;}
.foot .cas_jiucuo{
    float: left;
    width: 33%;
text-align: right;}
.foot .left{ width: 51%;text-align: center; margin-top: 13px;}
#_span_jiucuo{    display: inline-block;
    vertical-align: top;
    margin-top: 13px;margin-right: 20px;}
#_ideConac{ display:inline-block; }

@media (max-width: 1199px){
	.foot .left{ width: 65%; }
	.foot .cas_jiucuo{ width: 25%; }
}
@media (max-width: 991px){
	.foot .cas_jiucuo {
    width: 100%;
    text-align: center;}
    .foot .left{ width: 100%; }
}
@media (max-width: 767px){
	
    
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}

/* ej */
.erbg_dt{ background:url(20240318_kjzizq_erbg2.png) #e9f0f6 no-repeat left bottom; }
.ej_bghui{ background:#f9f9fa; padding: 0 40px 60px; margin-bottom: 150px; } 
.hui14_30{ color:#2b4d91; }
.view_cent{  }
.new-graphics .tuwen_list li p{ font-size: 20px; margin-bottom: 15px; }
.ky_seemore{ text-align: center; display:none;  margin: 20px 0 30px;}
.ky_seemore button{
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #1d57cc;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#1d57cc;}
.ky_seemore button:hover{ background:#acacac; border:1px solid #acacac; color:#333; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none; position: relative;margin-bottom: 10px;}
.breadcrumb:after{
    content:'';
    pointer-events: auto;
    display: inline-block;
    background:#2b4d91; 
    width: 39px; height: 119px;
    position: absolute;
    left:15px;
    top: -38px;
    z-index: 999;
    cursor: pointer;
}
.breadcrumb li{ padding-left: 60px; margin-top: 46px; }

@media screen and (min-width: 768px){
	.new-graphics .tuwen_list li p{ 
		 display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height:56px; }
}
@media screen and (max-width: 767px){
	.ky_seemore{  display:block; }
	.breadcrumb{ margin-bottom: 10px; }
	.ej_bghui{ padding: 0 15px 40px; }
}

/* æ–‡å­—åˆ—è¡¨ */
.text_listtime{}
.text_listtime li{ line-height: 38px; overflow: hidden; font-size: 19px;}
.text_listtime li a{
	background-image: url(20240318_kjzizq_lx2.png);
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 28px;
    float: left;
    max-width: 80%; }
.text_listtime li span{ color:#444; }   
.text_listtime li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media screen and (min-width: 768px){
    
}

@media screen and (max-width: 767px){
	.text_listtime li a{ max-width: 100%; }
	.text_listtime li span{ display:none; }
	.text_listtime li span{ display:none; }
}


/*---------------ç»†è§ˆ---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    border-bottom: 1px solid #c3ced7;
    padding: 0px 0px 10px 0px;
    margin: 0 0 35px;
}
#xlmain .wztitle {
	    font-size: 32px;
    line-height: 44px;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-weight: 700;}
.lyandtime{ font-size: 14px; color:#9a9a9a; }
#xlmain .qtinfo {color:#666; 
	text-align:left; font-size: 14px;
	padding: 0px 0px 0 0px;margin-bottom: 0;}
.share_sy{  border-bottom: solid 1px #cccccc; padding-bottom: 6px; }
#xlmain .zg_wztxt.textxl p{ font-size: 16px; color:#404040; text-indent: 0; }


#xlmain .qtinfo a {color:#666; text-decoration: none;}
#xlmain .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 24px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:10px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;padding: 0 0 10px 0;}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .textsp video {border: #c3d2e5 solid 6px;border-radius: 5px;margin-bottom: 10px;}
#xlmain .xilan-content-main.zoomIn {
  font-size: 19px;
  line-height: 36px;
}
#xlmain .xilan-content-main.zoom {
  font-size: 16px;
  line-height: 30px;
}
#xlmain .xilan-content-main.zoomOut {
  font-size: 13px;
  line-height: 24px;
}
#xlmain .textxl *{
	    font-size: 16px!important;
    line-height: 34px!important;
    font-family: \5FAE\8F6F\96C5\9ED1!important;
    color: #444!important;
}
#xlmain .textxl p a{ color:#2966ca !important}
.time_ly{ 
	overflow: hidden;
	color: #6c6c6d; 
	text-align: center; 
	margin-top: 32px;
	font-size: 16px;
}
.time_ly > span{ display: inline-block; margin:0 15px 10px;}
.time_ly > p{ display: inline-block; margin:0 15px 10px; }
.time_ly .right b{ font-weight: normal; margin-right: 20px; }
.text_right{ text-align: right; }
.text_center{ text-align: center; }
.xl_font font{ cursor: pointer; }
.xl_font font:hover{ color:#2b4d91; }

#xlmain .wztitlefb{    
	font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 3px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 767px) {
	#xlmain .textxl img {max-width: 100%;}
}
@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
	.enclosure_btm h3{ width: 16%;}
	.enclosure_btm ul{ width: 84%; }
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
	.share_sy .col-sm-5{ width:100%; margin-bottom: 5px;}
	#xlmain .qtinfo{  text-align: center; }
	.share_sy .col-sm-7{ width:100%;text-align: center; }
	.font_txtbh{ float: none; }
	.enclosure_btm h3{ width: 25%;}
	.enclosure_btm ul{ width: 75%; }
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 22px;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.font_txtbh{ margin-bottom: 5px; }
	.share{text-align: center;
    width: 140px;
    float: none;
    margin: 0 auto;}
    .enclosure_btm h3{ width: 100%;}
	.enclosure_btm ul{ width: 100%; }
	.time_ly .left{ width: 100%; text-align: center; margin-bottom: 6px;}
	.time_ly .right{ width: 100%; text-align: center; }
	.text_bottom p.text_center{ display: none; }
}


/*img-hover*/
.img_hovbig{
	display:inline-block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}



/*Page*/
#pages {
    width:100%; font-size: 14px; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
	overflow: hidden; padding-top: 0px; margin: 20px 0 30px;
}
#pages span{padding:8px 16px;}
#pages A {
    background: #fff; 
    color: #333; 
	text-decoration:none;
    border: #f5f5f5 1px solid; 
    display: inline-block; 
	padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#acacac;}
#pages A:hover {
    border: #1d57cc 1px solid; background: #1d57cc;  color: #fff;
}
#pages A.curr {
    border: #1d57cc 1px solid; background: #1d57cc;  color: #fff;
}
#pages A.curr:visited {
    border: #1d57cc 1px solid; background: #1d57cc;  color: #fff;
}
#pages .curr{
	background: #1d57cc;
    color: #fff;
	border:1px solid #1d57cc;
	display:inline-block;
}

@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}

