*{
    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;
	background: #fff;
}
a {
	color: #444;
	-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: #e02828;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;}
.mb50 { margin-bottom:50px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.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: 1399px) {
    .container{width: 1360px;}
}
@media (min-width: 1499px) {
    .container{width: 1460px;}
}
@media (min-width: 1599px) {
    .container{width: 1560px;}
}
@media (min-width: 1630px) {
    .container{width: 1600px;}
}


/* 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){
		
}

/* nav */
.pc_navshow{ 
	background:url(20240514_21ysdh_menubj.jpg) no-repeat;
}
.pc_navshow nav{ 
	height: 70px;
	padding: 3px;
}
.pc_navshow nav ul{ 
	text-align: center; 
	border-radius: 4px;
	height: 64px;
	line-height: 64px;
}
.pc_navshow nav ul li{ 
	display:inline-block; 
	padding: 0 28px;
	font-size: 24px;
	font-weight: 700;
	
}
.pc_navshow nav ul li a{color: #e02828;}
.pc_navshow nav ul li a:hover{color: #ff0000;}

.mob_navshow{ display:none;
	padding: 3px;
	height: 54px;
}

.swiper1 {
		width: 100%;
		border-radius: 4px;
		height: 46px;
		line-height: 46px;
}
.swiper1 .selected {
	color: #ec5566;
	border-bottom: 2px solid #ec5566;
}
.swiper1 .swiper-slide {
	text-align: center;
	font-size: 20px;
	height: 46px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}
.swiper1 .swiper-slide a{ color: #e02828; }

@media (min-width: 1921px){
	
}
@media (max-width: 1630px){
	.pc_navshow nav ul li{ padding: 0 25px; }
}
@media (max-width: 1599px){
	.pc_navshow nav ul li{ padding: 0 22px; }
}
@media (max-width: 1499px){
	.pc_navshow nav ul li{ padding: 0 15px; }
}
@media (max-width: 1399px){
	.pc_navshow nav ul li{ padding: 0 12px; }
}
@media (max-width: 1299px){
	.pc_navshow nav ul li{ padding: 0 8px; }
}
@media (max-width: 1280px){
	.tpic01{ display:none; }
	.tpic02{ display:block; }
	
}
@media (max-width: 1199px){
	.pc_navshow nav ul li{ padding: 0 5px; font-size: 20px;}
}
@media (max-width: 991px){
	.pc_navshow nav ul li{ padding: 0 2px; font-size: 16px;}
	.pcback{display:none;}
	.mobback{ display:block; width: 100%;}
}
@media (max-width: 767px){
	.pc_navshow{display:none; }
	.mob_navshow{ 
		display:block; 
		width: 100%;
		background:url(20240514_21ysdh_menubj.jpg) no-repeat;}
	.head_title a img{ width: 65%; }
	.head_title .right{ text-align: right; }
	.head_title .right img{ display:inline-block; }
}

/* é¦–é¡µæ–°é—» */
.news_video{ }
.yaowen{

}
.yw_ttzy{ border-bottom: 3px solid #da191c;
	padding: 0 0 5px;
    margin-bottom: 10px; 
}
.yw_ttzy h3{ font-size: 20px; 
	font-weight:700; line-height: 32px; 
	color: #e02828;
	margin-top: 0;
}
.yw_ttzy p{ font-size: 20px; line-height: 30px; }
.yaowen .wenzi_list{ overflow: hidden; }
.yaowen .wenzi_list li a:after{ display: none; }
.yaowen .wenzi_list li a{ 
	padding-left: 0;
	padding: 0;}
.yaowen .wenzi_list li{ 
	font-size: 20px; 
	line-height: 30px; 
	padding: 18px 0;
	position: relative;
}
.yaowen .wenzi_list li:after{
	content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width: 100%;
      height: 2px;
      background:#e7e7e7;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
}
.yaowen .wenzi_list li:last-child::after{ display: none; }	
.top_newsmore{ 
	display: block; 
	background:#f6f6f6; 
	text-align: right; 
	font-size: 14px;
}
@media (min-width: 992px){
	/* .yw_ttzy h3{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden; 
		height: 64px;} */
	.yw_ttzy p{display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden; 
		height: 90px;}
}
@media (min-width: 1200px){
	.news_video .col-lg-9{ width: 74%; }
	.news_video .col-lg-3{ width: 26%; }
	
	
	.yaowen .wenzi_list li a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: unset;
    white-space: normal;}
}
@media (max-width: 1499px){
	.yaowen .wenzi_list li{ padding: 10px 0; }
}
@media (max-width: 991px){
	.yw_ttzy h3{ margin-top: 20px; }
}


/* è½®æ’­ */
.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:28px; 
	width: auto;
	bottom: 17px;
}
.banner01 .swiper-pagination-bullet{ 
	width: 10px; 
	height: 10px; 
	background: #fff;
	opacity: 1;
}
.banner01 .swiper-pagination-bullet-active{
	width: 22px; 
	border-radius: 20px;
}


.djban_txt{ 
  padding: 10px 20% 10px 15px;
  font-size: 18px; 
  color:#fff; 
  line-height: 34px;
  font-weight: 700;
  background: rgb(0, 0, 0,0.7);
  margin: 0;
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.djban_txt:hover{ color:#e02828; }

/* .djban_txt{ overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;}
 */
.btpcblock{}
.btmobblock{ display: none; }
@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) {
	
	.ywtop p{display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden; 
	height: 98px;}
}
@media (max-width: 991px) {
	.ywtop{ margin-top: 20px; }
	.ywtop p{-webkit-line-clamp: unset;
    overflow: auto;
    height: auto;}
}

@media (max-width: 767px) {
	.banner01{ margin-bottom: 15px; }
	.pagination{ display:none; }
    .djban_txt{ padding-right: 20%;  padding-left: 10px; font-size: 18px;}
    .banner01.swiper-container-horizontal>.swiper-pagination-bullets{ 
    	bottom: 10px; right: 5px;}
    .btpcblock{ display: none;  }
	.btmobblock{ display: block; }
}
@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) {
  
}

/* å¤§ä¼šç®€ä»‹ */
.dhjj_cent{  }
.dhjj_div{ 
	background: url(20240514_21ysdh_dhjjbj.jpg) no-repeat; 
	padding: 30px;
	background-size: 100% 100%;
}
.dhjj_div p{font-size:23px; line-height:37px; color: #663e05; margin-bottom: 15px;}
@media (max-width: 991px) {
  .dhjj_div{ background-size: cover; }
}
@media (max-width: 767px) {
  .dhjj_div{ padding: 15px 15px 30px; }
  .dhjj_div p{font-size:16px; line-height:29px; }
}



/* è§†é¢‘ç›´æ’­ */
.sp_lbcent{

}
.sp_lbcent b{ margin-bottom: 10px; }
.sp_lbcent b img{
	height: 237px;
}
.sp_lbcent p{
	font-size: 20px;
	line-height: 28px;
}
@media (min-width: 768px) {
	.sp_lbcent p{display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	height: 56px;}
}
@media (max-width: 1599px) {
	.sp_lbcent b img{height: 215px;}
}
@media (max-width: 1499px) {
	.sp_lbcent b img{height: 198px;}
}
@media (max-width: 1399px) {
	.sp_lbcent b img{height: 182px;}
}
@media (max-width: 1299px) {
	.sp_lbcent b img{height: 173px;}
}
@media (max-width: 1199px) {
	.sp_lbcent b img{height: 190px;}
}
@media (max-width: 991px) {
	.sp_lbcent b img{height: 227px;}
}

/* å¤§ä¼šåŠ¨æ€ */
.dhdt_cent{

}
.top_txtleft{
	border-bottom: 1px solid #da3333;
	padding-bottom:5px;
	margin-bottom: 10px;
}
.top_txtleft h3{
	text-align: center;
	font-size: 22px;
	font-weight:700;
	line-height: 30px;
	margin:0 0 10px;
}
.top_txtleft h3 a{
	color:#da3333;
}
.top_txtleft h3 a:hover{
	color: #e02828;
}
.top_txtleft p{
	text-indent: 2em;
}
.dh_right .wenzi_list{

}
@media (min-width: 768px) {
	/* .top_txtleft p{display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	height: 60px;} */
}
@media (min-width: 992px) {
	.dh_left{ float: left; width: 25%; }
	.dh_right{float: left; width: 75%; padding-left: 20px; }
}

@media (max-width: 1599px){
	.top_txtleft h3{ margin-top: 0; }
}


/* å†…å®¹ */
.zt_cent{ font-size: 20px;  line-height: 30px; }
.zqc_txtcent{
	 background:url(20230417_zmkjgzz_bzabj.png) no-repeat top center; 
 	font-size: 20px; line-height: 33px; padding: 22px 40px 30px;
 	margin-bottom: 20px;
 }
.zqc_txtcent p{color: #fff; margin-bottom:0; }
.mag_topheight{
	margin-top: -10%; z-index: 1; position: relative;
}

.topsan_mtbd{ margin-bottom: 30px; }
.topsan_mtbd a{ display: block; }
.topsan_mtbd h3{ color: #0951a0; text-align: center; font-size: 27px;  font-weight:700; line-height: 36px; }
.topsan_mtbd p{ font-size: 18px; line-height: 30px; color: #444; text-indent: 2em; }
.topsan_mtbd a:hover p{ color: #0951a0; }

.wenzi_list li{ line-height: 42px; font-size: 20px;}
.wenzi_list li a{ 
	position: relative;
    padding-left: 24px;
}
.wenzi_list li a:after{
	  content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width: 14px;
      height: 14px;
      background:none;
      border: 2px solid #c9696a;
      position: absolute;
      top: 15px;
      left: 0;
      z-index: 9997;
}

.tuwen_list{ overflow: hidden; }
.tuwen_list li img{ height: 240px; }
.jcsj_cents .tuwen_list li img{ height: auto; }
.tuwen_list li p{ margin-top: 10px;
 line-height: 28px; }

.lan_title{ 
	margin: 0 0 30px;
    background: url(20240514_21ysdh_btico.png) no-repeat left top;
    overflow: hidden;
	position: relative;

}
.lan_title b{ 
	display: inline-block;    
	font-size: 32px;
	padding-left: 65px;
}
.lan_title a{
    line-height: 24px;    
    padding: 12px 0 ;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color:#da3333;
}
.lan_title a:hover{ color:#e02828; }
a.bt_rgmore{ float: right; font-size:14px; 
	color:#555; padding: 0; margin-top: 25px; }
a.bt_rgmore:hover{ color:#e02828; }
.lan_title01{
    background: none;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.lan_title01 b{ border-bottom: 2px solid #344c94; }
.lan_title01 a{ color: #fff; }
.lan_title01 a:hover{ color:#f1f1f1; }

a.kxjjshd_more{    
	color: #333;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 2px;
    top: 0;
}
a.kxjjshd_more:hover{
	color: #be1c1c;
}

.wenzi_list li a{ 
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:100%;
}
.wenzi_list li span{  font-size: 19px;
    line-height: 38px;
    color: #aaa9a9;
    text-decoration: none;}


.zm_cenbaner{
	padding: 30px 20px;
	background:#f6f6f6;
}
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{ 
	font-size: 16px;
	text-align: center; 
	margin-top: 6px; 
	margin-bottom: 5px; 
	line-height: 22px; 
	color: #333; }

.pic_list{ }
.bghui{
	padding: 12px 10px 10px;
	background:#f6f6f6;
	overflow: hidden;
}
.bghui li p span{ border-top: 6px solid #224395; display: inline-block; padding-top: 8px; color: #224395;}
.bghui li a:hover p span{ color: #e02828; border-top: 6px solid #e02828;}

.text_list{ overflow: hidden; margin-top: 20px; }
.jcsj_cent{  }
.banner04 .sp_lbcent b img{ height: auto; }

.lijhg_cent{
	padding: 0 20px;
	overflow: hidden;
}
.lijhg_cent .wenzi_list li a:after{
	    width: 10px;
    height: 10px;
    background: #c9696a;
    border:0;
    top: 17px;
}


@media (min-width: 768px){
	.tuwen_list li p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden; 
		height: 58px;
	}
	.bghui li{ padding: 0 10px; }
	.tuwen_list.bghui li p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: unset;
		overflow: hidden; 
		height: auto;
		border-top: 1px solid #224395;
		padding: 0;
		margin-top: 20px;
	}


}
@media (max-width: 1599px) {
	.banner04 .sp_lbcent b img{height: auto;}
}
@media (max-width: 1499px) {
	.banner04 .sp_lbcent b img{height: auto;}
}
@media (max-width: 1399px) {
	.banner04 .sp_lbcent b img{height: auto;}
}
@media (max-width: 1298px){
	.banner04 .sp_lbcent b img{height: auto;}
	.tuwen_list li img{ height: 175px; }
}
@media (max-width: 1280px){
	.mag_topheight{margin-top: -15%;}
}
@media (max-width: 1199px){
	.banner04 .sp_lbcent b img{height: auto;}
	.shipin li img{height: 141px;}
	.tuwen_list li img{ height: 138px; }
	.zqc_txtcent{ background-size: cover; }
}
@media (max-width: 1099px){
	
}
@media (max-width: 1024px){
	
}
@media (max-width: 991px){
	.banner03{ margin-bottom: 30px; }
	.shipin li img{height: 229px;}
	.bghui li{ margin-bottom: 15px; }
	.tuwen_list li img{ height: 224px; }
	.dh_left,.dh_right{ padding: 0 15px; }	
	.top_txtleft h3{margin-top: 25px;}
	.cmys_cent .col-md-4{ margin-bottom: 35px; }
	.banner04 .sp_lbcent b img{height: auto;}
}

@media (max-width: 767px){
	a.bt_rgmore{ margin-top: 11px; }
	.ywtop h3 a{ font-size: 20px; }
	.mag_topheight{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; }
    .wenzi_list li{ font-size: 17px; }
    .lan_title b a{ 
    	font-size: 24px; 
    	line-height: 30px;
    	padding: 8px 0 6px;}
    .lan_title01 a{ color: #3a54c4; }
    a.kxjjshd_more{ font-size: 14px;}
    .topsan_mtbd h3{ font-size: 20px; line-height: 30px; }
	.topsan_mtbd p{ font-size: 16px; line-height: 26px;  }
	.zqc_txtcent{ padding:22px 15px 30px; background:rgba(35,65,133,0.5);}
	.zm_cenbaner{ padding: 30px 20px 20px; background:#e8effc; }
}
@media (max-width: 420px){
	.mag_topheight{margin-top:;}
}
@media (max-width: 385px){
	.mag_topheight{margin-top: ;}
	.lan_title a{ padding: 7px 0 5px;}
}
@media (max-width: 350px){
	.mag_topheight{margin-top: ;}
}
@media (max-width: 320px){
	.lan_title a{ padding: 5px 0 3px;}
}

/* foot */
.foot{ background:#be3233;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){
	
	
}

/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Ë†â€”Ã¨Â¡Â¨ */
.view_cent{  }
.new-graphics .tuwen_list li p{ font-size: 18px; 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 #0a5fb0;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#0a5fb0;}
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none; margin-top: 25px; }
@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; }
}

/* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Ë†â€”Ã¨Â¡Â¨ */
.text_listtime{}
.text_listtime li{ line-height: 38px; overflow: hidden; font-size: 19px;}
.text_listtime li a{
	
    padding-left: 28px;
    float: left;
    max-width: 80%; 
    position: relative;
}
.text_listtime li a:after{
	  content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width: 14px;
      height: 14px;
      background:none;
      border: 2px solid #c9696a;
      position: absolute;
      top: 12px;
      left: 0;
      z-index: 9997;
}
.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; }
}


/*---------------xilan---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    border-bottom: 2px solid #e02828;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 32px;
    line-height: 44px;
    color: #e02828;
    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:#e02828; }

#xlmain .wztitlefb{    
	font-size: 24px;
    line-height: 30px;
    color: #e02828;
    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 .text_bottom .text_center{ display: none;}
	#xlmain .textxl video{ width: 100%!important; height: auto!important; }
}


/*imghove*/
.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: #e5e5e5;
    color: #e02828;
    border: 1px solid #e5e5e5;
	text-decoration:none;
    display: inline-block; 
	padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#acacac;}
#pages A:hover {
    border: #e02828 1px solid; background: #e02828;  color: #fff;
}
#pages A.curr {
    border: #e02828 1px solid; background: #e02828;  color: #fff;
}
#pages A.curr:visited {
    border: #e02828 1px solid; background: #e02828;  color: #fff;
}
#pages .curr{
	background: #e02828;
    color: #fff;
	border:1px solid #e02828;
	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; }
}

