*{
    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:#333CD4;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;}
.mb75 { margin-bottom:75px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt100 { margin-top:100px;}
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}

.lanmumt {margin-top: 15px;}
@media (max-width: 991px){
	.mobmt {margin-top: 15px;}
	.mobmt20 {margin-top: 20px;}
	.mobpadding {padding: 0;}
	.mobmargin {margin: 0;}
}
@media (max-width: 767px){
	.lanmumt {margin-top: 0;}
	.mobmt22 {margin-top: 22px;}
}

@media (min-width: 1230px){
	.container{width: 1200px;}
}
@media (min-width: 1310px) {
  .container{
    width: 1260px;
  }
}
@media (min-width: 1400px) {
  .container{
    width: 1260px;
  }
}


.nrhei {font-size: 16px; line-height: 34px; font-family: \5FAE\8F6F\96C5\9ED1; color: #595959;}
h2 { color:#005896;}
.clear{clear:both;}



/*---------------common---------------------*/
.sidebar {overflow: hidden;}
.sidebar .title {margin-bottom: 0px;
	position: relative;
	background: #D0021B; 
	font-size: 20px;
	font-weight: 700;
	color:#ffffff;
	margin-top: 0;
	border-top: #f08519 solid 0px;
	overflow: hidden;
	text-transform:uppercase;
	line-height: 34px;
    padding: 10px 15px}
.sidebar .title img{ display: inline-block; float: left; margin:17.5px 10px 17.5px 25px;}

@media (max-width:1390px) {
	.sidebar .title{ font-size:18px;}
} 
@media (max-width:1290px) {
	.sidebar .title{ font-size:16px;}
} 
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
} 

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
	border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	color: #00409a;font-size: 15px;
}
.table-bordered {
	border-color: #e6e6e6;
}
/*tbody {
	background-color: #ffffff;
}*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 15px;
	border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
	background-color: #fafafa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}
.table-striped.table > tbody > tr > td {
	border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #dedede;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.dl-horizontal dd {
		margin-left: 150px;
	}
	.dl-horizontal dt {
		max-width: 120px;
	}
}


/* 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;
	}
}


/*---------------ç½‘ç«™å¤´éƒ¨---------------------*/
.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; }
}




/* å†…å®¹ */
.titimg{ text-align: center; }
.titimg img{ display:inline-block; }

.ten_news{}
.ten_news ul{ margin:  0 -5px; }
.ten_news ul li{ 
	float: left; 
	padding: 0 5px; 
	min-height: 227px; }
.nine_news{

}
.nine_news ul{
	margin:  0 -55px; 
}
.nine_news ul li{
	padding: 0 55px; 
	margin-bottom: 48px;
}

.zt_cent{ font-size: 16px;  line-height: 28px;}
.yaowen{}
.yaowen h3{        
	font-size: 21px;
    line-height: 32px;
    color: #333;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.yaowen li a{
	font-size: 21px;
	display:block;
    line-height: 44px;
    text-decoration: none;
    padding-left: 42px;
    background: url(20211227_2021nzpd_f44.png) left center no-repeat;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


.wenzi_list li{ line-height: 38px;}
.wenzi_list li a{ display:inline-block; float: left;}

.wenzi_listbg li a{
	background-image: url(20211227_2021nzpd_f44.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 33px; 
    font-size: 19px;
}
.wenzi_listbg01 li a{
	background-image: url(20211103_2020jldh_lt44.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 42px; }

.pic_list{}
.tuwen_list{ margin: 0 -6px; }
.tuwen_list li{ padding: 0 6px; }
.tuwen_list li img{ height: 195px; }
.hgtauto li img{ height:auto;}
.tuwen_list li p{ margin-top: 10px;
 line-height: 26px; 
 margin-bottom: 35px;
}
.tuwen_list li p:hover{ color: #0d478e; }

.lan_title{ 
	margin: 0 0 20px;
    overflow: hidden;
	text-align: center;
	background: url(20221223_2022kjpd_btbj.jpg) no-repeat center;
	padding-bottom: 5px;
}
.lan_title b{ font-size: 32px; font-weight: 700; padding: 35px 0 70px; display: inline-block;}
.lan_title b a{color: #0d478e;}
.lan_title span{ 
	font-size: 30px;
    font-weight: bold;
    color: #333cd4;
    text-decoration: none;
}

.lyys_news{
	background: url(20221223_2022kjpd_lmbj.jpg) no-repeat center;
	text-align: center;
	font-size: 32px; 
	font-weight: 700;
	line-height: 49px;
	color: #fff;
	padding: 26px 0;
	margin-bottom: 35px;
}

.pic_list01{ font-size: 18px; }

.gjkxu_list{

}
.gjkxu_list ul li{
	margin-bottom: 20px;
}
.gjkxu_list ul li .col-md-3{ width: 22.2%; }
.gjkxu_list ul li .col-md-9{ width: 77.8%; }
.gjkxu_list ul li h3{
	font-size: 21px;
    line-height: 38px;
    color: #333;
    text-decoration: none;
    margin: 10px 0 0 0;
	font-weight: 700;}
.gjkxu_list ul li h4{ 
	padding: 20px 0;
	margin: 0;
	background:url(20211103_2020jldh_x42.gif) repeat-x center ;}
.gjkxu_list ul li h4 span{
	font-size: 23px;
    line-height: 44px;
    font-weight: bold;
    color: #b82d2d;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    padding-right: 12px;
}
.gjkxu_list ul li p{    
	font-size: 21px;
    line-height: 38px;
    color: #333;
    text-decoration: none;}
.gjhzj{ overflow: hidden; }
.tophzj{ overflow: hidden; }
.lfimg{ float: left; margin-right: 27px;}
.rgttxt{ padding-left: 327px; }
.kbg{ overflow: hidden; }
.kuai{ 
	width: 48px; 
	height: 48px; 
	background:#3a61a3; 
	display:inline-block; 
	margin-right:12px; 
	float: left;
}
.txt_he{float: left;
	font-size: 18px;
    line-height: 32px;
    color: #333;
    text-decoration: none;}
.btmhzj{ background:#f3f3f3; padding: 10px; margin-top: 10px; }
.btmhzj p{
	font-size: 21px;
    line-height: 38px;
    color: #333;
    text-decoration: none;
    margin-bottom: 0;
}
.hzjleft{

}
.hzjleft .rgttxt{ padding-left: 277px; }
.hzjleft .kbg{background:url(20211103_2020jldh_x42.gif) repeat-x center bottom; padding-bottom: 45px;}

.wenzi_list li{ font-size: 18px; }
.wenzi_list li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:100%;
}
.wenzi_list li span{  
	font-size: 16px;
    line-height: 38px;
    color: #aaa9a9;
    text-decoration: none;}
.tuwen_list li p{ 
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; 
height: 52px;}

@media (min-width: 991px){
	

}
@media (max-width: 1366px){ 
	.nine_news ul{margin:  0 -15px;}
	.nine_news ul li{padding: 0 15px; text-align: center; }
	.nine_news ul li img{ display:inline-block; }
}
@media (max-width: 1199px){ 
	.tuwen_list li img{ height: 147px; }
	.hgtauto li img{ height:auto;}
}
@media (max-width: 991px){
	.tuwen_list li{margin-bottom: 15px;}
	.tuwen_list li img{ height: 230px; }
	.hgtauto li img{ height:auto;}
	.nine_news ul li img{ min-height: 692px; }
}
@media (max-width: 767px){
	.wenzi_list li a{ max-width:100%; }
	.tuwen_list li img{ height: auto; }
	.chengjiu ul li{ width: 100%; text-align: left; }
	.yaowen li h3{line-height: 32px;}
	.wenzi_list li span{ display:none; }
	.nine_news ul li img{ min-height: auto;}
	.ten_news ul { margin: 0 -15px; }
	.ten_news ul li{ text-align: center; 
	padding: 0 15px; 
	min-height: auto;
	margin-bottom: 35px; }
	.ten_news ul li img{ display:inline-block; }
	.lan_title b{ font-size: 26px; }
}
@media (max-width: 570px){
	.gjkxu_list ul li .col-md-3{ width: 100%; text-align: center; }
	.gjkxu_list ul li .col-md-3 img{ display:inline-block; }
	.gjkxu_list ul li .col-md-9{ width: 100%; }
	.lfimg{ float: none; margin: 0 0 20px 0; text-align: center; }
	.lfimg img{ display:inline-block; }
	.rgttxt{ padding-left: 0; }
	.hzjleft .rgttxt{ padding-left: 0; } 
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}

/* foot */
.foot{ background:#2044b6; 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; }
.foot a{color: #fff;}
@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){
	
	
}

/* å›¾ç‰‡åˆ—è¡¨ */
.view_cent{  }
.new-graphics .tuwen_list li p{ font-size: 16px; margin-bottom: 35px; }
.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 #D7D7D7;
	font-size: 19px;
	font-weight: bold;
	color: #333;}
.ky_seemore button:hover{ background:#acacac; border:1px solid #acacac; color:#333; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none; }
@media screen and (min-width: 768px){
	.new-graphics .tuwen_list li p{ min-height:56px; }
}
@media screen and (max-width: 767px){
	.ky_seemore{  display:block; }
	.breadcrumb{ margin-bottom: 10px; }
}

/* æ–‡å­—åˆ—è¡¨ */
.text_listtime{}
.text_listtime li{ line-height: 44px; overflow: hidden; font-size: 18px;}
.text_listtime li a{
	background-image: url(20211227_2021nzpd_f44.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    /* float: left;
    max-width: 80%;  */
}
.text_listtime li span{ font-size: 16px; }   
.text_listtime li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width: 80%;
	display:block;
}

@media screen and (min-width: 768px){
    
}

@media screen and (max-width: 767px){
	.text_listtime li a{ max-width: 99%;  display:block;}
	.text_listtime li span{ display:none; }
	.text_listtime li span{ display:none; }
}


/*---------------ç»†è§ˆ---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    border-bottom: 2px solid #2952c5;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 30px;
    line-height: 44px;
    color: #333cd4;
    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; }
.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:#06C; }

#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; }
}






/*å›¾ç‰‡åˆ’è¿‡å˜å¤§*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -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: #f5f5f5; 
    color: #333; 
	text-decoration:none;
    border: #f1f1f1 1px solid; 
    display: inline-block; 
	padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#f5f5f5;}
#pages A:hover {
    border: #e5e5e5 1px solid; background: #f5f5f5;  color: #333;
}
#pages A.curr {
    border: #e5e5e5 1px solid; background: #f5f5f5;  color: #333;
}
#pages A.curr:visited {
    border: #e5e5e5 1px solid; background: #f5f5f5;  color: #333;
}
#pages .curr{
	background: #fff;
    color: #07359e;
	border:1px solid #fff;
	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; }
}

