*{
    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:#05956e;
	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;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.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: 1299px){
	.container{width: 1200px;}
}
@media (min-width: 1399px) {
  .container{
    width: 1210px;
  }
}
@media (min-width: 1499px) {
  .container{
    width: 1410px;
  }
}
@media (min-width: 1599px) {
  .container{
    width: 1510px;
  }
}
@media (min-width: 1650px) {
  .container{
    width: 1560px;
  }
}


/*---------------common---------------------*/
.sidebar {overflow: hidden;}
.sidebar .title {margin-bottom: 0px;
	position: relative;
	background: #084534; 
	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: #084534;
	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%;}
	.yaowen{margin-top: 30px;}
}
@media (max-width: 767px){
	
	.head_title a img{ width: 65%; }
	.head_title .right{ text-align: right; }
	.head_title .right img{ display:inline-block; }
}



/* 轮播图片大小控制 */
.lanmucent{ margin-top: 90px; position: relative;}
.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 {
  	position: absolute;
    z-index: 20;
    bottom: 10px;
    text-align: right;
    right: 20px;
    margin: 0;
}
.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:inline-block; 
	left: auto; 
	right:12px; 
	width: auto;
	bottom: 10px;
}
.banner01 .swiper-pagination-bullet{ 
	width: 15px; 
	height: 15px; 
	background: #fff;
	opacity: 0.5;
}
.banner01 .swiper-pagination-bullet-active{
	opacity: 1;
}
.lanmucent .swiper-button-next,.lanmucent .swiper-button-prev{
	width: 38px;
	height: 38px;
	top: auto;
	bottom: -19px;
}
.lanmucent .swiper-button-prev{ 
	left:50%;
	margin-left: -38px;
	background:url(20250324_5sewdh_ywtp_l.jpg); }
.lanmucent .swiper-button-next{
	background:url(20250324_5sewdh_ywtp_r.jpg); right: 50%; margin-right: -38px;}

.djban_txt{ 
  padding: 10px 17% 10px 15px;
  font-size: 18px; 
  color:#fff; 
  line-height: 34px;
  font-weight: 700;
  background: rgba(0, 0, 0,0.7);
  margin: 0;
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.djban_txt:hover{ color:#b93e3e; }

.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: 15px; }
	.pagination{ display:none; }
    .djban_txt{ padding-right: 10px;  padding-left: 10px; font-size: 16px;}
    .banner01.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 0;}
    .banner01 .swiper-pagination-bullet{ width: 10px; height: 10px; }
}
@media (max-width: 600px) {
  
  .djban_txt{ font-size: 16px; line-height: 24px; padding-bottom: 20px;} 
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  
}
@media (max-width: 380px) {
  
}
@media (max-width: 320px) {
  
}


/* 内容 */
.zt_cent{ 
	font-size: 20px;  
	line-height: 28px; 
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}
.idx_bg{ background:url(20250324_5sewdh_bj.jpg) no-repeat; background-size:cover; }
.news_video{ margin-top: 45px;
	position: relative; margin-bottom: 120px;
}
.news_video::after{
	content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width:50%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  right: 0;
	  background:url(20250324_5sewdh_ywbj.png) no-repeat right top; 
	  z-index:1;
	  background-size: 100%;
}

.news_yaowen{

}
.yaowen{ padding: 1px 0 0 0;}
.yaowen h2{ 
	margin:0; 
	color: #ffebc5; 
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	padding: 30px 0 20px;
	text-align: center;
	border-bottom:1px solid #88c6b2;
}
.yaowen h2 a{color: #084534; }
.yaowen h2 a:hover{ color: #05956e; }
.yw_rgtbg{ position: relative;z-index: 5; }
.yw_zytxt{  }
.yw_zytxt > a{ display: block; color: #044936; margin-bottom: 30px; border-bottom:1px solid #aadacf;}
.yw_zytxt > a:last-child{ border-bottom:0; }
.yw_zytxt > a h3{ font-size: 22px;  line-height: 1.36; text-align: center;
	font-weight:700;}
.yw_zytxt > a:hover h3{ color: #05956e; }
.yw_zytxt > a p{ 
	font-size: 18px; 
	line-height: 1.5; 
	text-indent: 2em;
	margin-bottom: 20px;
}
a.morder-cent{ 
	margin:50px 0 20px;
	display: block;
	font-size: 16px;
	line-height: 1.5; 
	text-align: center;
	position: relative; 
	color: #1d7458;
	padding-bottom: 8px;
}
a.morder-cent::after{
  content:'';
  display: inline-block;
  width:40%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 30%;
  background:#aadacf; 
  z-index:22;
}
a.morder-cent:hover{ color: #05956e; }

.column_title{ padding: 0.5px; }

.ty_title{
	position: relative;
    text-align: center;
    margin-top: 0;
}
.ty_title::after{
	  content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width:98%;
	  height: 5px;
      position: absolute;
      top: 45%;
      left: 1%;
      background:#E9C855;
      z-index:0;
}
.ty_title span{
	font-size: 32px;
	font-weight:700;
	color: #05956e;
	display:inline-block;
	position: relative;
	min-height:115px;
	width: 299px;
	z-index:1;
	padding: 35px 15px 0 0;
	text-align: right;
}


.grcj_cent{ background:url(20250324_5sewdh_dhjjbj.jpg) no-repeat; 
	background-size: cover;
	padding: 30px 0 20px; }
.jianjie_ul{ position: relative; overflow: hidden; }
.jianjie_ul::after{
	content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width:1px;
	  height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -0.5px;
      background:#4eb797;
      z-index:1;
}
.jianjie_ul li{

}
.jianjie_ul li h3{
	font-size: 44px;
	text-align: center;
	color: #fff;
	 margin:5px 0 20px;
}
.jianjie_ul li p{
	font-size: 18px;
	color: #fff;
	text-indent: 2em;
}
.jianjie_ul li a{
	margin-top: 36px;
	color: #fff;
}
.jianjie_ul li a::after{
	background:#4eb797;
}
.jianjie_ul li a:hover{
	color: #0d4400;
}
.gzjz_kyjz{
	
}
.gk_bg{
	padding: 40px 0;
	background:rgba(255,255,255,0.4);
	overflow: hidden;
}
.gk_bg .col-md-6 h3{
	font-size: 44px;
	margin:0 0 25px;
	padding: 33px 0 33px 35px;
}
.gk_bg .col-md-6 h3 a{	color: #fff;}
.gk_bg .col-md-6:first-child h3{
	background:url(20250324_5sewdh_gzdtbj.jpg) no-repeat;
	background-size: cover;
}
.gk_bg .col-md-6:last-child h3{
	background:url(20250324_5sewdh_kyjzbj.jpg) no-repeat;
	background-size: cover;
}
.gk_bg a.morder-cent{ margin-top: 25px; }
.gk_bg a.morder-cent::after{ background:#7ace9f; }

.spxwmtbd_cent{background:url(20250324_5sewdh_spxwbj.png) top 57px center no-repeat; 
	background-size: cover;padding-bottom: 100px; }
.sp_tit a{ background:url(20250324_5sewdh_spxwbj.jpg) no-repeat; background-size: cover; }
.mt_tit a{ background:url(20250324_5sewdh_mtbdbj.jpg) no-repeat; background-size: cover; }
.spxw-mtbd .col-md-6 > h3{
	margin:0 0 45px;}
.spxw-mtbd .col-md-6 > h3 a{ 
	display: inline-block;
	font-size: 44px;
	padding: 33px 42px; 
	color: #fff;
}
.bai_bg{ min-height: 543px;
	background:rgba(255,255,255,0.2); padding-top: 102px; margin-top: -102px; padding-bottom: 8px; }
.bai_bg .tuwen_list{ overflow: hidden; }

.bai_bg .wenzi_list{  overflow: hidden; margin-bottom: 114px; }

.swqbh_cent{ padding: 100px 0 145px; }
.swq_list{
	position: relative;
	padding-bottom: 5px;
}
.swq_list::after{
	content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width:96%;
	  height: 96%;
      position: absolute;
      top: 4%;
      left: 2%;
      background:#87c7b0;
      z-index:-1;
}
.swq_list .morder-cent{
	color: #fff;
	margin-top: 30px;
}
.swq_list a.morder-cent::after{
	width: 20%;
	left:40%;
	background:#bfe0d5;
}
.carouselb{ overflow:hidden;}
.carouselb .carouselb-prev,
.carouselb .carouselb-next{width: 22px; height: 326.5px; top: 0; margin-top: 0;   }
.carouselb .carouselb-prev{ background:url(20250324_5sewdh_gdico_l.png) no-repeat center; left:0; }
.carouselb .carouselb-next{ background:url(20250324_5sewdh_gdico_r.png) no-repeat center; right: 0; }
.carouselb .tuwen_list li p{ padding: 5px 45px 0; color: #fff; text-align:center;}
.carouselb .tuwen_list li a:hover p{color: #05956e;}
.carouselb .tuwen_list li b{ display: block; text-align: center; font-weight:400; font-size:17px; color: #fff;}
.carouselbb{ overflow: hidden; display: none; }

.carouselbb .tuwen_list li p{ color: #fff; }
.carouselbb .carouselbb-prev,
.carouselbb .carouselbb-next{width: 22px; height: 180px; top: 26%; margin-top: 0;   }
.carouselbb .carouselbb-prev{ background:url(20250324_5sewdh_gdico_l.png) no-repeat center; left:0; }
.carouselbb .carouselbb-next{ background:url(20250324_5sewdh_gdico_r.png) no-repeat center; right: 0; }

.tuwen_list li img{  }
.tuwen_list li p{ 
	margin-top: 7px;
 	line-height:1.5; 
	font-size:20px;
	
}

.lan_title{ 
	margin: 0 0 22px;
    overflow: hidden;
	position: relative;
}
.lan_title b{ 
	font-size: 44px;
    display: block;
    width: 96%;
    margin:0 auto;
    font-weight:400;
    padding: 12px 0;
    text-align: center;
    background:#87c7b0;
}
.lan_title b a{ 
    color: #084534;
}



.wenzi_list{ position: relative;}
.wenzi_list:before{
	content: '';
	  pointer-events: auto;
	  display: inline-block;
	position: absolute;
	width: 1px; height: 86%;
	background:#18859c;
	left:28px;
	top:7%;
}
.wenzi_list li{

}
.wenzi_list li a{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px; 
    line-height: 2.5;
}

.wenzi_list li a{ 
	font-size: 20px;
	color: #4c4d4d;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:100%;
	display:inline-block; 
	float: left;
	position: relative;
}
.wenzi_list li a:after{
	content: '';
	  pointer-events: auto;
	  display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	background:#d9f9e4;
	border:2px solid #1786a2;
	border-radius: 50%;
	left:5px;
	top: 17px;
}
.wenzi_list li a:hover{ color: #05956e;}
.wenzi_list li span{  
	font-size: 19px;
    line-height: 36px;
    color: #56a18c;
    float: right;
    margin-top: 8px;
    text-decoration: none;}

.jssjswq_cent{ padding: 15px 0 76px; }
.jssjswq_cent .swq_list{ padding-bottom: 20px; }
.pcwrapper .pcwrapper-prev,
.pcwrapper .pcwrapper-next{width: 22px; height: 326.5px; top: 25px; margin-top: 0;   }
.pcwrapper .pcwrapper-prev{ background:url(20250324_5sewdh_gdico_l.png) no-repeat center; left:0; }
.pcwrapper .pcwrapper-next{ background:url(20250324_5sewdh_gdico_r.png) no-repeat center; right: 0; }

@media (min-width: 768px){
	.jx_imgcent p{ 
 	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; height: 60px;}
	.tuwen_list li p{ 
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; }
	.jsfmj_cent .jcyj_li ul{
	display:flex;
  justify-content: space-around;}
}
@media (min-width: 992px){
	.news_yaowen .col-md-7{ width: 55%; }
	.news_yaowen .col-md-5{ width: 45%; }
	.bai_bg .tuwen_list .col-md-6{ padding:  0 10px; }
}
@media (min-width: 1240px){
	.jianjie_ul{ margin:0 -40px; }
	.jianjie_ul li{ padding: 0 40px; }
}
@media (min-width: 1921px){
	.mbt_cent{ background-size: 100% auto; }

}

@media (max-width: 1280px) {

}

@media (max-width: 1659px){ 
	.news_video::after{ background-size: cover; }
}
@media (max-width: 1599px){ 
	.carouselb .carouselb-prev, 
	.carouselb .carouselb-next,
	.pcwrapper .pcwrapper-next,
	.pcwrapper .pcwrapper-prev{ height: 295px; }
	.bai_bg .wenzi_list{margin-bottom: 88px;}
}
@media (max-width: 1499px){ 
	.carouselb .carouselb-prev, 
	.carouselb .carouselb-next,
	.pcwrapper .pcwrapper-next,
	.pcwrapper .pcwrapper-prev{ height: 249px; }
	.bai_bg .wenzi_list{margin-bottom: 54px;}
	.bai_bg { min-height: 476px; }
}

@media (max-width: 1459px){ 
	.yaowen h2{ font-size: 28px;  }
	.jx_txtcent > div{ font-size:18px; }
}
@media (max-width: 1399px){ 
	.jx_txtcent > div{ font-size:16px; }
	.pcwrapper .pcwrapper-prev,
	.pcwrapper .pcwrapper-next{ top: 19px; }
}
@media (max-width: 1309px){ 
	.yaowen h2{ font-size: 26px;  padding:17px 0 17px 10px;}
	.yw_zytxt p{ font-size: 18px; line-height: 1.6; }
}

@media (max-width: 1199px){ 
	.yw_zytxt{ padding: 15px; }
	.yaowen h2{ font-size: 22px; line-height: 1.4; }
	.yw_zytxt p{ font-size: 16px; }
	.tuwen_list li img{  }
	.hg_yq{ background-size: cover; }
	.hyzt_list,.hyzt_list01{background-size: cover; background-position:top center;}
	.kbg{ font-size: 18px; }
	.wenzi_list li a{ font-size: 20px; }
	.ljhg_cent ul li a{ font-size: 22px; }
	.mtbd_top p{ font-size: 20px; }
	.jx_txtcent > div b{ width: 100%; }
	.jx_txtcent > div p{ width: 100%; border-left: 0; padding-left: 0;}

	.bai_bg .tuwen_list{ margin-bottom: 86px; }
}
@media (max-width: 991px){
	.tuwen_list li{margin-bottom: 15px;}
	.tuwen_list li img{  }
	.lfimg{  width: 28%;}
	.rgttxt{ width: 72%}
	.ljhg_cent ul{ padding: 0; }
	.yaowen h2{ padding: 25px; font-size: 24px; }

	.carouselb{ display: none; }
	.carouselbb{ display: block; }
	.news_video::after,.jianjie_ul::after{ display: none; }
	.lanmucent{ margin-top: 0; }
	.jianjie_ul li h3,.gk_bg .col-md-6 h3,.spxw-mtbd .col-md-6 > h3 a,.lan_title b{ font-size: 36px; }
	.carouselbb .tuwen_list li p{ padding: 0 20px; }

}
@media (max-width: 767px){
	.zt_cent{ font-size: 16px; }
	.wenzi_list li a{ max-width:100%;  padding: 0 15px 0 30px;}
	.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;}
	.lfimg{  width: 100%; margin:0 0 30px;}
	.rgttxt{ width:100%;
	 float: none;
    position: relative;
    padding: 0;
    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:24px;}
	.hyzt_list p{ font-size: 16px; line-height: 30px;}
	.lan_title b{ font-size: 20px; }
	.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; }
	.hyzt_list{ padding: 15px 0; }
	.lan_title{ background-size: 100%; }
	.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; }
	.yaowen{ padding-right: 0; }
	.yaowen h2{ padding: 19px 15px; font-size: 18px; }
	.yw_zytxt > a h3{ font-size: 18px; }
	.yw_zytxt > a p{ font-size: 16px; }
	.ty_title span{background-size: 80%;
    font-size: 26px; padding: 40px 45px 0 0;}
    .gecjj_ry{ padding: 0 30px; }
    .gecjj_ry::before{ background-size:100%; }
	.rgttxt h3{ font-size: 20px; color: #896609; margin-top: 25px; margin-bottom: 15px; }
	.kbg{ font-size: 16px; padding-left: 0; }
	.tuwen_list li p{ font-size: 16px; }
	a.morder-cent{ margin-top: 30px; }
	.news_video{ margin-bottom: 50px; }
	.jianjie_ul li p{ font-size: 16px; }
	.jianjie_ul li{ margin-bottom: 30px; }
	.wenzi_list li a:after{ top: 12px; }

	.jianjie_ul li h3,.gk_bg .col-md-6 h3,.spxw-mtbd .col-md-6 > h3 a,.lan_title b{ font-size: 26px; }
	.gk_bg .col-md-6 h3{padding: 20px;}
	.spxw-mtbd .col-md-6 > h3 a{ padding: 20px; }
	.bai_bg .tuwen_list{ margin-bottom: 0; }
	.spxw-mtbd .col-md-6{ margin-bottom: 35px; }
	.bai_bg{ min-height: auto; }
	.spxwmtbd_cent{ padding-bottom: 50px; }
	.swqbh_cent{ padding: 50px 0; }
	.carouselbb .tuwen_list li p{ padding: 5px; font-size:17px;text-align: center; }
	.carouselbb .tuwen_list li b{ font-size: 15px; display: block; text-align: center; font-weight:400; color: #fff; }
	.pcwrapper .pcwrapper-prev,
	.pcwrapper .pcwrapper-next{ top: 0; }
}
@media (max-width: 570px){
	.carouselbb .carouselbb-prev, .carouselbb .carouselbb-next{height: 110px; top: 20%;}
}
@media (max-width: 480px){
	.pcwrapper .pcwrapper-prev,
	.pcwrapper .pcwrapper-next{ top: 22%; }
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
		
}




/* foot */
.foot{ background: #32b48e; 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 (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 #b93e3e;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#b93e3e;}
.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:60px; }
}
@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: 21px;}
.text_listtime li a{
    padding-left: 35px;
    float: left;
    max-width: 80%;
    position: relative;
}
.text_listtime li a:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    background: #d9f9e4;
    border: 2px solid #1786a2;
    border-radius: 50%;
    left: 5px;
    top: 13.5px;
}
.text_listtime li span{ color:#aaa9a9; }   
.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; }
}


/*---------------细览---------------------*/
.ej_centpos{ padding: 15px 30px; }
#xlmain,.ej_centpos{display: block;overflow: hidden;margin:0;min-height:600px; background: #fff;}

#xlmain {  }
.xltoptitle{
    border-bottom: 2px solid #084534;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 30px;
    line-height: 44px;
    color: #084534;
    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; font-size: 16px; }
.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:#b93e3e; }
.text_bottom{ font-size: 16px; }

#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; }
	#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; }
}





/*图片划过变大*/
.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: #0c81d3;
    color: #fff;
	border:1px solid #0c81d3;
	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; }
}



/* 多行省略公用 */
@media screen and (min-width: 992px){
  .line-clamp-1{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .line-clamp-2{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
  .line-clamp-3{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
  .line-clamp-4{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;}
  .line-clamp-5{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;}
  .line-clamp-6{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;}
  .line-clamp-7{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;}
  .line-clamp-8{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;}
  .line-clamp-9{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;}
}