*{
    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;
	background: #feedd3;
	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:#dc3629;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;}
.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: 1330px;
  }
}
@media (min-width: 1500px) {
	.container{
	  width: 1450px;
	}
} 
@media (min-width: 1600px) {
	.container{
	  width: 1550px;
	}
} 
@media (min-width: 1650px) {
	.container{
	  width: 1590px;
	}
} 



.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: #663d02;
	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; }
.pcback{}
.mobback{  display:none;  }
@media (min-width: 1921px){
	
}
@media (max-width: 1280px){
	.tpic01{ display:none; }
	.tpic02{ display:block; }
	
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){
	.pcback{display:none;}
	.mobback{ display:block; width: 100%;}
}
@media (max-width: 767px){
	
	.head_title a img{ width: 65%; }
	.head_title .right{ text-align: right; }
	.head_title .right img{ display:inline-block; }
}



/* 轮播图片大小控制 */
.top_bigtitle{font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #b82d2d;
    text-decoration: none;
	display: block;
    margin-bottom: 20px;
text-align: center;}
.pagination {
    z-index: 20;
    bottom: 10px;
    text-align: center;
    margin: 0;
	position: absolute;
	bottom: 85px;
	background: rgba(0, 0, 0, 0.5);
}
.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.banner01{

}
.banner01.swiper-container-horizontal>.swiper-pagination-bullets{ 
	display:block; 
	left: 0; 
	width: 100%;
	bottom: 56px;
	padding: 1px 0;
}
.banner01 .swiper-pagination-bullet{ 
	width: 30px; 
	height: 7px; 
	background: #fff;
	opacity: 1;
	border-radius: 0;
}
.banner01 .swiper-pagination-bullet-active{
	background: #dc3629;
}

.djban_txt{ 
  padding: 30px 20px 15px 20px;
  font-size: 17px; 
  text-align: center;
  color:#dc3629; 
  line-height: 38px;
  font-weight: 400;
  margin: 0;
  width: 100%;
  transition: all ease 0.25s;
}
.djban_txt:hover{ color:#e88b11; }

.djban_txt{ overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;}


@media (min-width: 768px) {
  .banner01 .slides img {
  width: 100%;} 
}

@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
	
}
@media (max-width: 1280px) {
	
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
	.banner01 .slides img { width: 100%;} 
	.banner01{ margin-bottom: 0; }
	.pagination{ display:none; bottom: 92px;}
	.banner01.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 93px;}
    .djban_txt{ padding-right: 10px; white-space: inherit;text-align: left; padding-left: 10px; font-size: 20px;font-weight: 700;}
    /* .banner01.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 0;} */
	
}
@media (max-width: 600px) {
  
  .djban_txt{ font-size: 16px; line-height: 24px;}
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  
}
@media (max-width: 380px) {
  
}
@media (max-width: 320px) {
  
}


/* 内容 */
.zt_cent{ 
	font-size: 19px;  
	line-height: 1.4; 
}
.mt-mag{  
	margin-top: -12%;
	position: relative;
	z-index: 1;
}
.view_cent{
	
}
.news_video{
	
	background-size: 100% auto;
	padding: 0;
}
@media (min-width: 2000px) {
	

}
.news_video .lanmucent{
	
}
.yaowen{}
.yaowen-box{
	background: url(20260123_26gzh_ywbj.png) no-repeat top center;
	padding: 15px 30px 40px;
}
.yaowen h2{ 
	margin:0; 
	color: #fde286; 
	font-size: 32px;
	font-weight: 700;
}
.yaowen h2 img{ display:inline-block; }
.yaowen h2 span{}
.yaowen h3{        
	font-size: 30px;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 12px;
    text-align: center;	
    font-weight: 700;
}
.yaowen h3 a{color: #dc3629;}
.yaowen h3 a:hover,
.yaowen h3 a:active,
.yaowen h3 a:focus{color: #e88b11;}
.yaowen p{ 
	font-size: 17px; 
	line-height: 1.67; 
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.yaowen p span{}
.yaowen p a{}
.yaowen-box .yaowen:first-child{  margin-bottom: 100px; }


.gzzj_zthg{
	background:url(20260123_26gzh_gzhgbj.jpg) no-repeat;
	background-size:100% 100%;
	padding:80px 0 70px;
}

.hg_yq{
 padding: 10px 8px 45px;
}
.hg_yqtop{
	color: #fff; 
	margin:0;
	font-size: 37px;
	font-weight: 700;
text-align: center;}
.hg_yqtop img{ display:inline-block; 
	margin-right: 15px;
	margin-top: -4px;
}
.column_wrap{ position: relative; }
.column_wrap:before{
	content: '';
	display:inline-block;
	width: 170px;
	height: 111px;
	position: absolute;
	top: -30px;
	left:0;
	background:url(20260123_26gzh_hglogo.png) no-repeat;
}
.column_wrap:nth-child(1){ 
	padding: 50px 0 0; 
	background: url(20260123_26gzh_hgbj.png) no-repeat; 
	background-size: 100% 100%;
	background-position: top center;
	margin-bottom: 65px;
}
.column_wrap:nth-child(1) .hyzt_list{ background: url(20260123_26gzh_gzhgx.jpg) center bottom 14px no-repeat; padding-bottom: 40px;}
.hyzt_list{
	padding: 30px 50px;
}
.hyzt_list p{ 
	font-size: 17px; 
	line-height: 2; 
	margin-bottom: 15px;
	color: #fff;
	text-indent: 2em;
}
.hyzt_list p:last-child{
	margin-bottom: 0;
}
.column_wrap:nth-child(2){
	background:rgba(0,0,0,0.12);
}

.hyzt_list01{
	margin-top: 0;
}
.column_wrap:nth-child(2) .hg_yqtop{
	padding-top: 50px;
}
.column_wrap:nth-child(2) .hyzt_list{
	margin-top:0;
}

.pic_list{ padding: 15px 20px 0;}
.tuwen_list li img{ height: 179px;}
.tuwen_list li p{ margin-top: 7px;
 line-height: 28px; }

.lan_title{ 
	margin: 20px 0 30px;
	background: url(20260123_26gzh_jxbtbj.png) no-repeat left;
	background-size:100%;
	position: relative;
}
.lan_title b{ 
	font-size: 36px;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    text-align: -webkit-center;
    vertical-align: middle;
    padding: 30px 0;
    display: inline-block;
	padding-left: 145px;
}
.lan_title b a{ 
    color: #fff;
}
.lan_title .kxjjshd_more{
	font-size: 18px;
	float: right;
	margin-top: 22px;
    line-height: 44px;
}

.hj_cent{
	background: url(20260123_26gzh_hjbj2.jpg) top center no-repeat;
	background-size:100% 100%;
	padding:50px 0 90px;
}
.hj-box{
	
}

.hj-wrap{
	
}
.hj-text{
	
	padding-bottom: 50px;
}

.mtbd_top{
	overflow: hidden;
	padding-top: 10px;
}
.mtbd_top a{}
.mtbd_top h3{
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #2b6ac2;
	margin: 0;
	transition: all ease 0.25s;
	padding-bottom: 20px;
	border-bottom: 1px solid #c8c8c8;
}
.mtbd_top p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
	margin-top: 20px;
}
.mtbd_top a:hover h3{
	color: #dc3629;
}
.mtbd-more{
	font-size: 18px;
	text-align: center;
}
.mtbd-more a{
}
.mtbd-imgs{
	display: block;
	background: #9dd2e0;
	padding: 12px 12px 15px 12px;
}
.mtbd-spxw {
	margin-top: 50px;
	margin-bottom: 30px;
}
.mtbd-spxw .mtbd-img{
	overflow: hidden;
}
.mtbd-spxw .mtbd-img img{
	transition: all ease 0.25s;
}
.mtbd-spxw .mtbd-img img:hover{
	transform: scale(1.05);
}
.mtbd-imgs p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 22px;
	line-height: 32px;
	color: #01566a;
	margin:15px 0 0 0;
	transition: all ease 0.25s;
}
.mtbd-imgs p:hover{
	color: #dc3629;
}
.mtbd-box .ljhg_cent{
	padding-bottom: 85px;
}
.mtbd-box .ljhg_cent ul li{
	border-bottom: 0;
	padding-bottom: 0;
}
.mtbd-box .ljhg_cent ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mtbd-box .ljhg_cent ul li a:hover{
	transform: translateY(-5px);
}

.mtbd-box .mtbd-wrap:nth-child(2),.mtbd-box .mtbd-wrap:nth-child(3){
	padding-top: 50px;
}
.mtbd-box .wenzi_list li{ padding: 0 20px; }
.mtbd-box .wenzi_list li a{
	padding-left: 0;
	font-size: 16px;
	line-height: 3.18;
	color: #333;
	display: block;
	border-bottom: 1px dashed #ccc;
}
.mtbd-box .wenzi_list li a:hover{
	color: #dc3629;
}
.mtbd-box .wenzi_list{
	padding:40px 20px 60px;
	position: relative;
	overflow: hidden;
}
.mtbd-box .wenzi_list:after,
.mtbd-box .wenzi_list:before{
	content: '';
	display:inline-block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	/* background: url(20260123_26gzh_mtbdbj.png) left center no-repeat; */
}
.mtbd-box .wenzi_list:after{
	left: 50%;
	
}
.mtbd-box .wenzi_list:before{
	left: 20px;
}
.ljhg_cent{ overflow: hidden; padding-bottom: 50px; }
.ljhg_cent ul{ padding:0 10%; overflow: hidden; }
.ljhg_cent ul li{ 
	width: 20%; 
	float: left;
  	padding: 0 0 30px 0;
 text-align: center;
 border-bottom:1px solid #a8cfe7;
}
.ljhg_cent ul li:last-child{ padding-right: 0;  }
.ljhg_cent ul li a{
	padding: 6px 0;
 color: #127cbf;
 font-weight: 700;
  font-size: 22px; 
}
.ljhg_cent ul li span{ float: right; color: #a8cfe7;font-size: 16px;} 
.ljhg_cent ul li a:hover{ color: #135abe;}

.gjhzj{ overflow: hidden; }
.tophzj{ overflow: hidden; }
.lfimg{ float: left; width: 28%; }
.rgttxt{ 
	position: relative;
	margin-top: 30px;
}
@media (min-width: 1200px) {
	.hj-box{
		display: flex;flex-wrap: wrap;}
	.hj-box .column_title{ width: 50%; }
	.hj-box .column_title:nth-child(odd){ padding-right: 40px; }
	.hj-box .column_title:nth-child(even){ padding-left: 40px; }
}
.kbg{ 
	color: #663d02;
	overflow: hidden; 
	font-size: 23px; 
	background: url(20260123_26gzh_jxx01.png) bottom left no-repeat;
	padding-bottom: 32px;
	position: relative;
}
.kbg p{  }
.kbg p b{font-weight: 700; padding-left: 30px; }
.kbg p a{
	font-size: 18px;
	color: #663d02;
	position: absolute;
	right: 0;
	bottom: 0;
}
.kbg p a:hover{ color: #dc3629;}

.btmhzj{ margin-top: 3px;  }
.btmhzj p{
	font-size: 21px;
    line-height: 38px;
    color: #333;
    text-decoration: none;
    margin-bottom: 0;
}
.btmhzj .wenzi_list li { line-height: 1.1; }
.btmhzj .wenzi_list li a{
	background: url(20260123_26gzh_jxx02.png) bottom left no-repeat;
	padding-bottom: 50px;
	color: #663d02;
	line-height: 1.5;
	padding-left: 30px;

}

.ndrwtd_list.wenzi_list li:last-chlid a{
	display: block;
    text-overflow: unset;
    white-space: normal;
}

.hzjleft{

}
.lan_more{
	display:block;
	text-align: left;
	font-size: 18px;
	color: #896609;
}
.btmhzj_more{ 
	position: absolute; 
	right: 0; 
	font-size: 18px;
	color: #663d02; 
	bottom: -8px;}
.wenzi_list li{ line-height: 42px;}

.wenzi_list li a{
    line-height: 40px;
}
.wenzi_listbg01 li a{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px; }

.wenzi_list li a{ 
	font-size: 22px;
	line-height: 52px;
	color: #896609;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:100%;
	display:flex;
	width: 100%;
	align-items: center;
}
.wenzi_list li a
.wenzi_list li a:hover{ color: #dc3629;}
.wenzi_list li span{  
	display: block;
	flex: 0.9;
}
.tuwen_list li p{ 
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }



.yw_rgtbg{}
.yw_rgtbg .wenzi_list li a{
    background-position: left 8px center;
    padding-left: 35px; 
}
.rgttxt ul{
	padding: 0 30px;
	margin-top: 10px;
}
.rgttxt-wrap{
	padding-left: 115px;
	padding-right: 115px;
	position: relative;
}
.rgttxt-wrap:after,.rgttxt-wrap:before{
	content: '';
	display: inline-block;
	width: 115px;
	height: 100%;
	top: 0;
	position: absolute;
}
.rgttxt-wrap:after{
	left: 0;
	background: url(20250109_2025ygzh_03hj06msL.png) center left no-repeat;
}
.rgttxt-wrap:before{
	right: 0;
	background: url(20250109_2025ygzh_03hj07msR.png) center left no-repeat;
}
.btm_lmmore{
	text-align: right;
	margin-top: 15px;
}
.btm_lmmore a{
	font-size: 18px;
	color: #8a8b8b;
}
.btm_lmmore a:hover{
	color: #175ea1;
}

.mbt_cent{
	background: url(20260123_26gzh_mtbdbj.jpg) top center no-repeat;
	background-size:cover;
}
.mtbd-box{
	padding-top: 30px;
}
.mtbd-box .lan_title{
	margin: 0;
	background: none;
	text-align: center;
}
.mtbd-box .lan_title b{
	padding: 0;
	font-size: 44px;
	text-align: center;
	padding: 30px;
}
.mtbd-box .lan_title b a{
	color: #135abe;
}
.mtbd-box .text_list{
	
}
.top-kjcjj{}
.top-kjcjj .lan_title{ background-image:url(20260123_26gzh_jxbtbj01.png);  }
.top-kjcjj .kbg{  background-image: url(20260123_26gzh_jxx01b.png) }
.top-kjcjj .btmhzj .wenzi_list li a{  background-image: url(20260123_26gzh_jxx02b.png) }

@media (min-width: 1921px){
	
	
}
@media (min-width: 2300px){
	
	
}

@media (max-width: 1599px) {
	.mtbd-box{ padding-top: 25px;}
	.column_wrap:nth-child(1){ background-size:100% 95%; margin-bottom: 40px;}
}
@media (max-width: 1499px) {
	.lan_title b{ font-size: 34px; padding-left: 120px; }
	.kbg{ font-size: 22px; }
	.wenzi_list li a{ font-size: 20px; }
	.yaowen-box .yaowen:first-child{  margin-bottom: 60px; }
}

@media (max-width: 1399px) {
	.yaowen h3{ font-size: 30px; }
	.lan_title b{ font-size: 30px; padding-left: 115px; }
	.kbg{ font-size: 20px; }
	.wenzi_list li a{ font-size: 18px; }
	.btmhzj_more,
	.kbg p a{ font-size: 16px; }
	.btmhzj .wenzi_list li a{ line-height: 1.5; }
}
@media (max-width: 1299px) {
	.hg_yqtop{ font-size: 32px; }
	.column_wrap:nth-child(1){ background-size:100% 100%; min-height:auto; }
	.column_wrap:nth-child(1) .hyzt_list{ background:url(20260123_26gzh_gzhgx.jpg) center bottom 12px no-repeat; }
	.hj-text{ padding-bottom: 25px; }
	.mtbd-box .lan_title b{font-size: 38px;}
	.yaowen-box .yaowen:first-child{  margin-bottom: 40px; }
}
@media (max-width: 1280px) {
	.mt-mag{ margin-top: -20%; }
	
}
@media (max-width: 1229px) {
	.yaowen-box .yaowen:first-child{  margin-bottom: 30px; }
}
@media (max-width: 1199px){ 
	.lan_title b{
		font-size: 36px;
        padding: 40px 0;
        padding-left: 180px;
	}
	.tuwen_list li img{ height: 132px; }
	.hg_yq{ background-size: cover; }
	.hyzt_list,.hyzt_list01{background-size: 100% auto; background-position:top center;}

	.kbg{ font-size: 20px; }
	.wenzi_list li a{ font-size: 20px; }
	.ljhg_cent ul li a{ font-size: 22px; }
	.yaowen-box{transform: translateY(0);padding: 10px 15px 20px 15px;}
	.news_video>.container>.row>.col-md-6:first-child{padding-right: 15px;}
	.news_video>.container>.row>.col-md-6:last-child{padding-left: 15px;}
	.hg_yqtop{font-size: 30px;}
	.hyzt_list{padding-top: 20px;}
	.column_wrap:nth-child(2) .hg_yqtop{padding-top: 30px;}
	.hj-text{background-size: 100% auto;}
	.mtbd-box .text_list,.mtbd-box .lan_title,.mtbd-box .mtbd-wrap:nth-child(2), .mtbd-box .mtbd-wrap:nth-child(3){background-size: 100% auto;}
	.mtbd-box{padding-top: 20px;}
	.mtbd-box .ljhg_cent ul li a img{max-width: 80%;}
	.mtbd-box .ljhg_cent{padding-bottom: 100px;}
	.yaowen h3{font-size: 24px;}
	.ljhg_cent ul{ padding:0; }
	.top-kjcjj .lan_title{ background-image:url(20260123_26gzh_jxbtbj.png);  }
}
@media (max-width: 991px){
	.lan_title b{ font-size: 34px; padding-left: 140px; }
	.column_wrap:before{ width: 100px; height: 65px; background-size:100%; top: -18px;}
	.tuwen_list li{margin-bottom: 15px;}
	.tuwen_list li img{ height: 211px; }
	.lfimg{  width: 28%;}
	.rgttxt{ width: 72%}
	.ljhg_cent ul{ padding: 0; }
	.yaowen h2{ padding-left: 0; }
	.lan_title b{font-size: 30px;}

	.kbg{text-align: left;}
	.rgttxt ul{padding: 0;}

	.hj-text{padding-bottom: 50px;}
	.mtbd-box{padding-top: 15px;}
	.mtbd-box .lan_title b{font-size: 30px;background-size: contain;}
	.mtbd_top{padding-top: 10px;}
	.mtbd_top p{margin-bottom: 20px; }
	.mtbd-box .wenzi_list:after,.mtbd-box .wenzi_list:before{
		background:none;
	}
}
@media (max-width: 767px){
	.news_video{ margin-bottom: 40px; }
	.gzzj_zthg{ background-image:url(20260123_26gzh_gzhgbj_sj.jpg);  }
	.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{ }
	.lfimg{  width: 100%; margin:0 0 30px;}
	.rgttxt{ width:100%;
	 float: none;
    position: relative;
    padding: 15px 15px 1px;
    margin-left: 0;}
    .rgttxt::before{ width: 100%; top: 0; margin-left: 0; height: 100%; }
    .rgttxt::after{ display: none; }
	.ljhg_cent ul li{ width: 50%; margin-bottom: 20px; }
	.ljhg_cent ul li:nth-child(even) span{ display: none; }
	.hg_yqtop{ font-size:22px;}
	.yaowen h3{  font-size:20px; }
	.yaowen p{ font-size: 16px; padding: 0; -webkit-line-clamp:none; line-height: 2; }
	.hyzt_list p{ font-size: 16px; line-height: 30px;}
	.lan_title{ background:none; }
	.lan_title b{ font-size: 24px;padding-left: 0; text-align: center; display: block; padding-top: 0; }
	.btmhzj_more{ bottom:0; }
	.lan_title b a{ color: #663d02; }
	.lan_title .kxjjshd_more{ margin-top: 20px; font-size: 14px; }
	.ljhg_cent ul li a,
	.kbg,
	.mtbd_top h3{ font-size: 18px; }
	.wenzi_list li a,
	.mtbd_top p{ font-size: 16px; -webkit-line-clamp:none;}
	.yaowen h2 img{ width: 40px; }
	.yaowen h2{ font-size: 24px; }
	.hyzt_list{ padding: 15px 40px;margin-top: 0; }
	.lfimg b img{ width: 190px; }
	.rgttxt ul{ margin-bottom: 15px; }
	.btmhzj_more{ font-size: 16px; }
	.lan_title01{ background-size: auto; }
	.btm_lmmore a{ font-size: 16px; }
	.column_wrap:nth-child(1){min-height: auto;padding-top: 30px;}
	.rgttxt-wrap{padding-left: 50px;padding-right: 50px;}
	.rgttxt-wrap:after, .rgttxt-wrap:before{width: 50px;background-size: contain;}
	.mtbd-box .wenzi_list li{margin-bottom: 10px;}
	.mtbd-box .wenzi_list li:nth-child(n+7){display: none;}
	.mtbd-box .wenzi_list li a{font-size: 16px;white-space: inherit;line-height: 1.7; padding-bottom: 8px;}
	.rgttxt-wrap{padding-left: 0;padding-right: 0;}
	.rgttxt-wrap:after, .rgttxt-wrap:before{display: none;}

	.hj-text{padding-bottom: 30px;}
	.mtbd-box .lan_title b{font-size: 24px;}
	.mtbd_top h3{line-height: 30px;}
	.mtbd-box{padding-top: 5px;}
	.mtbd-imgs p{font-size: 18px;display: block;}
	.mtbd-box .ljhg_cent ul li,.mtbd-box .ljhg_cent ul li:last-child, .mtbd-box .ljhg_cent ul li:nth-child(5){width:33.3333%;}
	.mtbd-spxw{margin-top: 15px;}
	.djban_txt{ font-size: 16px; padding-top: 15px;}

	.yaowen-box .yaowen:first-child{ margin-bottom: 30px; }
	.hyzt_list{  padding:15px; }
	.column_wrap:nth-child(1) .hyzt_list{ padding-bottom: 30px; }
	.mtbd-box .wenzi_list li{ padding:0; }
	.mtbd-box .wenzi_list{ padding: 10px 15px; }

	.top-kjcjj .lan_title{ background:none; }

}
@media (max-width: 750px){
	.hj-wrap{padding-left: 10px;padding-right: 10px;
		background-size: contain;}
	.mtbd-box .ljhg_cent{ padding-bottom: 35px; }
	.mtbd-box .ljhg_cent ul li{padding: 0 16px; }

}
@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; }
	.hzjleft .rgttxt{ padding-left: 0; } 
	.kbg{font-size: 16px;}
}
@media (max-width: 440px){

}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
		
}

/* 20260202add */
.allhj_cent{}
.alljxpc{}
.alljxmob{
	display: none;
}
.alljxpc img,
.alljxmob img{ width: 100%; }
@media (max-width: 767px){
	.alljxpc{ display: none; }
	.alljxmob{
		display: block;
	}
}

/* foot */
.foot{ 
	background:url(20260123_26gzh_dbbj.jpg) no-repeat; 
	background-size:cover; 
	color: #663d02;
}
.foot a{ color: #663d02; }
.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 (min-width: 1920px){
	.foot{ background-size:cover; }
    
}
@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){
	.foot{ background-size:cover; }
    
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}

/* 图片列表 */
.view_cent{min-height: 300px; }
.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: 46px;
	line-height: 46px;
	border-radius: 3px;
	border: 1px solid #cb272e;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#cb272e;}
.ky_seemore button:hover{ background:#acacac; border:1px solid #acacac; color:#333; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none; font-size: 15px; padding-top: 20px;}
@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: 2; overflow: hidden; font-size: 16px;}
.text_listtime li a{
	position: relative;
    padding-left: 26px;
    float: left;
    max-width: 80%;
}
.text_listtime li a:before{
	content: '';
	  pointer-events: auto;
	  display:block;
	  width: 10px;
      height: 10px;
      background:#cb272e;;
      position: absolute;
      left:0px;
      top:11px;
      z-index: 9997;
}
.text_listtime li span{ color:#aaa9a9; font-size: 16px; }   
.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; }
	.text_listtime li{ font-size: 18px; }
}


/*---------------细览---------------------*/
.ej_centpos{ padding: 15px 30px; }
#xlmain,.ej_centpos{display: block;overflow: hidden;margin:0;min-height:1000px; background: #fff;}

#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    border-bottom: 2px solid #135abe;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 30px;
    line-height: 44px;
    color: #135abe;
    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 *{
    line-height: 2;
    font-family: \5FAE\8F6F\96C5\9ED1!important;
}
#xlmain .textxl p a{ color:#2966ca !important}
.time_ly{ overflow: hidden; font-size: 15px;}
.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:#135abe; }

#xlmain .wztitlefb{    
	font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 3px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}
.text_bottom{ font-size: 15px; }
.text_bottom .text_center a{
 display: none;
}
@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; }
	#xlmain video{ width: 100%!important; height:195px!important;}
	#zoom .xgplayer{ width: 100%!important; height:195px!important;}
	.text_bottom .text_center{ display: none; }
	#xlmain,.ej_centpos{min-height:auto;}
	.ej_centpos{ padding: 15px; }
	#xlmain .zg_wztxt.textxl p{ font-size: 16px; }
}





/*图片划过变大*/
.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: #dc3629;
    color: #fff;
	border:1px solid #dc3629;
	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; }
}

