*{
    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: #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: #a97625;text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;}
select { width:100%;}
input::-webkit-input-placeholder{ color: #3C5AA9;}
input:-moz-placeholder{ color: #3C5AA9;}
input::-moz-placeholder{ color: #3C5AA9;}
input:-ms-input-placeholder{ color: #3C5AA9;}


.left {
	float: left;
}
.right {
	float: right;
}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb45 { margin-bottom:45px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}


@media (min-width: 1230px){
	.container{width: 1200px;}
}
@media (min-width: 1299px){
   .container{width: 1260px;}
}
@media (min-width: 1399px){
   .container{width: 1360px;}
}
@media (min-width: 1499px){
   .container{width: 1430px;}
}


/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #D0021B;
	z-index: 1005;
	display: none;
	line-height: 50px;
}
.scrollToTop img{
	display:inline-block;
	width: 27px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		line-height: 40px;
	}
	.scrollToTop img{
		width: 28px;
	}
}

/*---------------head---------------------*/
.webheader{ position: relative; }
.head_title{ 
	position: absolute; 
	width: 100%;
	left: 0;
	top:0;
}
.tpic01{ width: 100%; }
.tpic02{ width: 100%; display:none; }

@media (min-width: 1921px){
	
}
@media (max-width: 1280px){
	.tpic01{ display:none; }
	.tpic02{ display:block; }
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){

}
@media (max-width: 767px){
	.head_title a img{ width: 65%; }
	.head_title .right{ text-align: right; }
	.head_title .right img{ display:inline-block; }
}

@media (max-width: 600px){

}
@media (max-width: 500px){

}
@media (max-width: 450px){
	
}
@media (max-width: 380px){

}
@media (max-width: 320px){
		
}


/* 轮播 */
.news_video{

}
.news_video .col-md-7{
	width: 55%;
}
.news_video .col-md-5{
	width: 45%;
}
.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:#bc3737; }

.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) {
	
	.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; }
  	.news_video .col-md-7{
		width: 100%;
	}
	.news_video .col-md-5{
		width: 100%;
	}
	.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;}
}
@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) {
  
}


/* 左右图轮播 */
.banner-box { margin-bottom: 0px; }
.banner-box .img {
    overflow: hidden;
    height: 615px;
}

.banner-box .img a {}

.banner-box .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out 0s;
}

.banner-box .img img:hover {
    transform: scale(1.05);
}

 .banner-box .list {
    padding-left: 1% !important;
}
 
 .banner-box .list .cont .swiper1 {
    width: 100%;
    height: 625px;
    overflow: hidden;
}

.banner-box .list .cont .swiper1 .swiper-slide a {
    display: block;
    width: 100%;
    height: 160px;
}

.banner-box .list .cont .swiper1 a {
    display: block;
    width: 100%;
}

.banner-box .list .cont .swiper1 .swiper-img {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right:10px;
}

.banner-box .list .cont .swiper1 .swiper-img img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.banner-box .list .cont .swiper1 .swiper-img img:hover {
    transform: scale(1.05);
}

.banner-box .list .cont span {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.banner-box .list .cont span:hover {
    color: #a97625;
}

.banner-box .list .cont .swiper1 .swiper-slide {
    width: 95%;
}

.swiper-button-prev.prev1 {
    right: 0;
    top: 30px;
    width: 20px;
    height: 20px;
    left: auto;
    background: url(20220920_20D_arrow-up.png) no-repeat center;
    background-size: cover;
}

.swiper-button-next.next1 {
    right: 0;
    top: 60px;
    width: 20px;
    height: 20px;
    left: auto;
    background: url(20220920_20D_arrow-down.png) no-repeat center;
    background-size: cover;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

@media (max-width: 1499px) {
	.banner-box .img{ height: 585px; }
	 .banner-box .list .cont .swiper1 {height: 600px; }
	.banner-box .list .cont .swiper1 .swiper-slide a {height: 150px; }
}
@media (max-width: 1399px) {
	.banner-box .img{ height: 540px; }
	 .banner-box .list .cont .swiper1 {height: 555px; }
	.banner-box .list .cont .swiper1 .swiper-slide a {height: 138px; }
}
@media (max-width: 1299px) {
	.banner-box .img{ height: 515px; }
	 .banner-box .list .cont .swiper1 {height: 530px; }
	.banner-box .list .cont .swiper1 .swiper-slide a {height:132.5px; }
}
@media (max-width: 1199px) {
	.banner-box .img{ height: 414px; }
	 .banner-box .list .cont .swiper1 {height: 430px; }
	.banner-box .list .cont .swiper1 .swiper-slide a {height: 105px; }
	.banner-box .list .cont span{ font-size: 18px; -webkit-line-clamp: 3;}

}

@media (max-width: 992px) {
	.banner-box .img{ display: none; }
	.banner-box .list .cont .swiper1 .swiper-img{ width: 20%; }
}

@media (max-width: 767px) {
    .banner-box .list .cont .swiper1 .swiper-img{ width: 21%; }
}

@media (max-width: 586px) {
    .banner-box .list .cont .swiper1 .swiper-img{ width: 26%; }
}
@media (max-width: 450px) {
	.banner-box .list .cont .swiper1 .swiper-img{ width: 35%; }
}


/* 内容 */
.zt_cent{ font-size: 18px;  line-height: 24px; }
.zqc_txtcent{
 	font-size: 26px; line-height: 41px; color: #865a05;
 	padding: 55px 0;
 	background:url(20250527_25dgkxj_jpbj.png) no-repeat center;
 	margin-bottom: 70px;
 }
.zqc_txtcent p{ margin-bottom:0;  padding: 0 35px; text-indent: 2em;}
.mag_topheight{
	margin-top: -13%; z-index: 1; position: relative;
}

.spbg{
	background:url(20250527_25dgkxj_dbj.jpg)  no-repeat bottom center;
	padding: 1px 0 100px;
	background-size: 100%;
}

.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: 44px; font-size: 21px;}
.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:#bc0a0a;
      border-radius:50%;
      position: absolute;
      top: 14px;
      left: 0;
      z-index: 9997;
}

.tuwen_list{ overflow: hidden; }
.tuwen_list li img{ height: 200px; }
.tuwen_list li p{
 margin-top: 10px;
 line-height: 28px; 
 font-size:16px;
}

.lan_title{ 
	margin: 0 0 30px;
    overflow: hidden;
	text-align: center;
	position: relative;

}
.lan_title b{ display: block; position: relative; }
.lan_title b:after{
	  content: '';
	  pointer-events: auto;
	  display: inline-block;
	  width: 100%;
      height: 2px;
      background:#da8783;
      position: absolute;
      bottom: 15px;
      left: 0;
      z-index: -1;
}
.lan_title b a{   
	font-size: 28px;
    line-height: 24px;    
    padding: 12px 0 ;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color:#fff;
    background: url(20230505_dgkxj_btbj.png) no-repeat bottom center;
    width: 235px;
    height: 60px;
}
.lan_title01{
    background: none;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.lan_title01 b{ border-bottom: 2px solid #344c94; }
.lan_title01 a{ color: #fff; }


.lan_title .lan_more{
	position: absolute;
	right:6px;
	bottom: 22px;
    font-size: 16px;
}


.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: 65px 20px 55px;
	background:url(20230417_zmkjgzz_gdbj.png) no-repeat top center;
}
div.banner02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.zm_txt{ text-align: center; margin-top: 6px; margin-bottom: 5px; line-height: 28px; color: #bc3737; }

.text_list{ overflow: hidden; margin-top: 20px; }
.pic_news .tuwen_list li div{
	background:#fae4a2;
	padding: 15px 10px 10px;
	box-shadow: 6px 6px #f3f3f3;
}
.pic_news .tuwen_list01 li div{ background:#C8E9FA; }
.pic_news .tuwen_list li div:hover{
	-webkit-box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
	-moz-box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
	box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
}

.mtbd_top{ overflow: hidden; }
.mtbd_top ul{ margin-bottom: 15px; }
.mtbd_top ul li{}
.mtbd_top ul li a{ display: block; overflow: hidden; }
.left_mtpic{ float: left; width: 50%; padding-right: 10px; }
.left_mttxt{float: left; width: 50%;}
.left_mttxt h3{ font-size: 22px; font-weight:700;line-height: 31px;margin:0 0 5px; color: #bc3737; }
.left_mttxt p{ font-size: 18px; line-height: 30px; }


@media (min-width: 768px){
	.tuwen_list li p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden; 
		height: 54px;
	}
	
	.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: 1800px){
	.zqc_txtcent{ }
}
@media (max-width: 1700px){
	
}
@media (max-width: 1599px){
	.zqc_txtcent{  }
}
@media (max-width: 1440px){
	
}
@media (max-width: 1388px){
	
}
@media (max-width: 1298px){
	
	.tuwen_list li img{ height: 190px; }
}
@media (max-width: 1280px){
	.mag_topheight{margin-top: -20%;}
}
@media (max-width: 1199px){
	
	.shipin li img{height: 141px;}
	.tuwen_list li img{ height: 150px; }
	.zqc_txtcent{ background-size: cover; font-size: 21px; }
}
@media (max-width: 1099px){
	
	.left_mttxt h3{ font-size:18px; }
	.left_mttxt p{ font-size:16px; line-height: 26px; }
}
@media (max-width: 1024px){
	
}
@media (max-width: 991px){
	
	.shipin li img{height: 229px;}
	.bghui li{ margin-bottom: 15px; }
	.tuwen_list li img{ height: 232px; }	
	.mtbd_top ul{ margin-bottom: 0; }
	.mtbd_top ul li{ margin-bottom: 20px; }
	.zqc_txtcent{ padding: 30px 0; font-size: 18px; line-height: 1.8; }
}
@media (max-width: 899px){
	
}
@media (max-width: 800px){
	
}
@media (max-width: 767px){
	.ywtop h3 a{ font-size: 20px; }
	.yaowen li{ font-size: 17px; }
	.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: 22px; background-size: 80%; line-height: 40px;}
    .lan_title01 a{ color: #3a54c4; }
    .lan_title .lan_more{ font-size: 14px; bottom: 17px;}
    .topsan_mtbd h3{ font-size: 20px; line-height: 30px; }
	.topsan_mtbd p{ font-size: 16px; line-height: 26px;  }
	.zqc_txtcent{ padding:22px 15px 30px; font-size: 16px; line-height: 26px; margin-bottom: 2px;}
	.zm_cenbaner{ padding: 30px 20px 20px; background:#e8effc; }
	.banner-box .list .cont span{ font-size:17px; }
	.lan_title b:after{ bottom: 10px; }
	.spbg{ padding: 20px 0 60px; background-size: cover; }
	.zqc_txtcent p{ padding: 0; }
}
@media (max-width: 680px){
	
}
@media (max-width: 600px){
	.left_mtpic,.left_mttxt{ width: 100%; }
	.left_mtpic{ margin-bottom: 15px; }
}
@media (max-width: 530px){
	

}
@media (max-width: 460px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 385px){
	
}

/* foot */
.foot{ background:#a97625;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; }
@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{
	background-image: url(20221008_kxjjshd_icon02.png);
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 28px;
    float: left;
    max-width: 80%; }
.text_listtime li span{ color:#444; }   
.text_listtime li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media screen and (min-width: 768px){
    
}

@media screen and (max-width: 767px){
	.text_listtime li a{ max-width: 100%; }
	.text_listtime li span{ display:none; }
	.text_listtime li span{ display:none; }
}


/*---------------xilan---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    border-bottom: 2px solid #a97625;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 32px;
    line-height: 44px;
    color: #a97625;
    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:#bc3737; }

#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; }
}


/*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: #bc3737;
    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: #bc3737 1px solid; background: #bc3737;  color: #fff;
}
#pages A.curr {
    border: #bc3737 1px solid; background: #bc3737;  color: #fff;
}
#pages A.curr:visited {
    border: #bc3737 1px solid; background: #bc3737;  color: #fff;
}
#pages .curr{
	background: #bc3737;
    color: #fff;
	border:1px solid #bc3737;
	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; }
}
