@charset "utf-8";

body{color:#333333;;background:#f5f5f5;font-family:Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;overflow-x: hidden;}
a{color:#333333;text-decoration:none;}
a:hover{color:#333333;text-decoration:underline;}
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}
.ml20{margin-left:20px;}.ml10{margin-left:10px;}
.mt20{margin-top:20px;}.mt10{margin-top:10px;}


.slideAd_content{height:auto!important;padding: 0!important;}





/*鼠标移上去图片放大*/
img{transform: scale(1);transition: transform 1s ease 0s;}
img:hover{transform: scale(1.05);}  

/*index*/
.header{
	width:100%;
}
.footer{
	text-align:center;
	padding:10px 0 20px;
	font-size:14px;
}
.footer span{
	font-family:Arial;
}

@media screen and (min-width:750px) and (max-width:3000px){
/*分页*/
.pages{
	text-align:center;
	width:100%;
	display:inline-block;
	padding-top:20px;
	padding: 20px 30px;
}
.pages li{
	float:left!important;
	background:none!important;
	display: inline;
	border-bottom: none!important;
	width:auto!important;
		padding: 0!important;
}
.page-active{
	font-weight:bold;
}
.page{
    margin-top: 39px !important;
    margin-right: 15px;
    margin-left: 38px;
}
.page a{padding: 7px 8px;border: 1px solid #ddd;margin-right: 1px;}
.pages li{
	border-bottom: none;
}
.page .active{background:#eb6100;color: #fff;border: 1px solid #eb6100;}


.page-previous{
	margin-right: 15px;
}
}
@media screen and (max-width:750px){
    /*分页*/
    .btns{display:block;margin: 5vw 0;}
.pages{
	text-align:center;
	width:100%;
	display:inline-block;
	padding-top:20px;
	padding: 20px 30px;
}
.pages li{
	float:left!important;
	background:none!important;
	display: inline;
	border-bottom: none!important;
	width:auto!important;
		padding: 0!important;
}
.page-active{
	font-weight:bold;
}
.page{
    margin-top: 4vw !important;

}
.page a{padding: 7px 8px;border: 1px solid #ddd;margin-right: 3vw;float: inline-start;    margin-bottom: 3vw;}
.pages li{
	border-bottom: none;
}
.page .active{background:#eb6100;color: #fff;border: 1px solid #eb6100;}


.page-previous{
	margin-right: 15px;
}


}

.zl a{color:#fff;text-decoration: none;}

@-webkit-keyframes fadeIn {
	0% {
	opacity: 0; /*初始状态 透明度为0*/
	}
	20%{
		opacity: .2;
	}
	50% {
		opacity: .5; /*中间状态 透明度为0.5*/
	}
	70%{
		opacity: .7;
	}
	100% {
		opacity: 1; /*结尾状态 透明度为1*/
	}
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*1400px*/
 
/*亚运专栏*/
.yayun {
	width: 1400px;
	background: url(img/yy_bg.png) no-repeat right bottom #fff;
	margin: 40px auto 0;
}
.yayun .yy_head {
	padding: 40px 40px 25px;
	border-bottom: 2px solid #e5e5e5;
}
.yayun .yy_head .yy_logo {
	float: left;
}
.yayun .yy_head .xx_word {
	float: left;
	margin-left:355px;
}
.yayun .yy_head .yy_bird {
	float:right;
	margin-top: -32px;
	margin-bottom: -20px;
}
.yayun .yy_head img:hover {
	transform: scale(1);
}
.yayun .yy_mian {
	padding: 40px;
}
.yayun .yy_title {
	margin-bottom: 40px;
}
.yayun .yy_title h1 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	line-height: 50px;
}
.yayun .yy_title h1 a {
	color: #333;
	text-decoration: none;
}
.yayun .swiper-yayun {
	width: 840px;
	height: 460px;
	position: relative;
	float: left;
}
.yayun .swiper-yayun .swiper-slide .img {
	width: 100%;
	height: 100%;
}
.yayun .swiper-yayun .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.yayun .swiper-yayun .swiper-slide img:hover {
	transform: scale(1.2);
}
.yayun .swiper-yayun .swiper-slide .tit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 32px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: rgba(0,0,0,.65);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.65) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,.65) 100%);
}
.yayun .swiper-yayun .swiper-pagination {
	width: auto!important;
	right: 10px!important;
	left: auto!important;
	bottom: 8px!important;
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.yayun .swiper-yayun .swiper-pagination .swiper-pagination-bullet {
	margin-right: 0;
	opacity: 1;
	background: #fff;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	transition: width .5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.yayun .swiper-yayun .swiper-pagination .swiper-pagination-bullet-active {
	width: 20px;
	background: #ccc
}
.yayun .swiper-yayun .yayun-next, .swiper-yayun .yayun-prev {
	position: absolute;
	top: 50%!important;
	z-index: 10!important;
	cursor: pointer;
}
.yayun .swiper-yayun .yayun-prev {
	width: 34px;
	height: 73px;
	left: 0;
	margin-top: -52px;
	background: url(img/yy_right.png) no-repeat!important;
}
.yayun .swiper-yayun .yayun-next {
	width: 34px;
	height: 73px;
	right: 0;
	margin-top: -52px;
	background: url(img/yy_left.png) no-repeat!important;
}
.yayun .swiper-yayun .yayun-next:after, .yayun .swiper-yayun .yayun-prev:after {
	font-size: 0;
}
.yayun .swiper-yayun .swiper-container:hover .yayun-next, .yayun .swiper-yayun .swiper-container:hover .yayun-prev {
	display: block
}
.yayun .news {
	width: 440px;
	height: 460px;
	margin-left: 40px;
	overflow: hidden;
	float: left;
}
.yayun .news ul li {
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}
.yayun .news ul li.blod a {
	font-weight: bold;
	font-size: 20px;
}
.yayun .news .more {
	float: right;
}
	.yayun .news .icon{
		width:204px;
		height:67px;
		display: block;
		float:left;
		margin-top:20px;
	}
	.yayun .news .icon img{width:100%;height:100%;}
	.yayun .news .icon:hover img{
		transform: scale(1);
	}
	.yayun .news .icon_2{
		margin-left:32px;
	}


@media screen and (min-width:1400px){
	.index{background:url(img/pc_bg.jpg) no-repeat center top;}
	.index .qglh{width:1400px;margin:0 auto;height:430px;display: block;}
    .index .wrap{width:1400px;background:#f5f5f5;margin:0 auto;}
/*	萧然善治码*/
	.xrszm{width:95px;float:left;position: absolute;}
	.xrszm img{width:95px!important;height: 95px!important;}
	.xrszm span{width:95px!important;display: block;text-align: center;height: 10px;line-height:26px;padding: 0!important;font-size: 16px;}
	.wl_xr{width:295px!important;padding-left: 105px;}
	
	/*套红*/
/*
	.nav_box{width:1400px;margin:0 auto;}
	.gary{width:1400px;margin:0 auto;background:#f5f5f5;height: 500px;z-index: -1;margin-top: 135px;}
	.header{margin-top:-585px;}
*/
	
	body{
		font-size:18px;
		line-height: 36px;
	}

	
	.main{
		width:1400.01px;
	}
	.il_mobile{
		display:none;
	}
	.moblielist{
		display:none;
	}
	.mobile_xms{
		display:none;
	}
	.ir_bottom h2{
		display:none;
	}
	.ztswiper-container{
		display: none;
	}
	.moblie_fjxs{
		display:none;
	}
	.recommend h2{
		display:none;
	}
	/*头条*/
	.mobliespan{
		display:none;
	}
	.moblieswiper{
		display:none;
	}
	.headline{
		margin-top: 40px;
		padding: 30px 20px 20px 20px;
	}
	.headline h1{
		font-size:42px;
		font-weight:bold;
		letter-spacing:2px;
		text-align:center;
		line-height:50px;
		overflow:hidden;
		width:100%;
	}
	/*滚动头条*/
/*
	.slideAd_headline{
		position:relative;
	}
	.slideAd_headline .next{
		position: absolute;
		top: 10px;
		left: 5px;
		width: 30px;
		height: 30px;
		text-indent: -1000px;
		background: url(img/g1901ttjt.png) no-repeat;
		cursor: pointer;
		overflow: hidden;
	}
*/
	
	.dot_1{
		width:1360px;
	}
	.txtScroll-top{
		display: none;
	}
	.headmore{
		width:18px;
		height: 18px;
		padding: 0!important;
		
	}
	.headmore img{
		width: 18px;
    	height: 18px;
    	margin-top: 8px;
	}
	/*专栏*/
	.specol{
		padding-top:40px;
	}
	.zl_l{
		width:1040px;
		/*width:400px;*/
	}
	.zl_l li {
		padding: 0px 13px;
		/*padding: 0px 5px;*/
	}
	/*广告通栏*/
	.top{
		width:1400px;
		padding-top:40px;
	}
	.top img{
		width:1400px;
		transform: scale(1.0)!important;
	}
	/*轮换窗口图*/
	.slideBox{
		width:1400px;
		height:610px;
		border:0;
		margin-top: 40px;
		overflow: hidden;
	} 
	.slideBox .bd img{
		width:1080px;
		height:610px;
		float:left;
	}
	.slideBox .hd{
		width:310px;
		height:580px;
		right: 20px;
		padding-top: 30px;
	}
	.slideBox .hd ul li{
		width:270px;
		height: 70px;
	}
	.slideBox .hd ul li.on{ 
		font-size:20px;
	}
	.fill{
		float: right;
		height: 610px;
		transform: scaleX(39);
		position: absolute;
		margin-left: -20092px;
		z-index: -1;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);}
	/*滚动专栏小图*/
	.zl_pic{
		padding-top:40px;
		height: 80px;
	}
	.picScroll-left1{
		display:none;
	}
	
	/*通用文章列表*/
	.articlelist{
		width:100%;
	}
	.articlelist li{
		width:100%;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
	}
	
	.bold{
		font-size:20px!important;
		font-weight: bold;
	}
	/*要闻*/
	.importnews{
		width:100%;
/*		padding-top:40px;*/
	}
	.colname{
		font-size:32px;
		color:#eb6100;
		font-weight: bold;
	}
	.importnews_l{
		width:440px;
		float:left;
		padding:40px 40px 0 0;
	}
	
	.importnewslideBox{ width:440px; height:297px; overflow:hidden; position:relative;float:left;background: #fff;}
	.importnewslideBox .bd{ position:relative; height:100%; z-index:0;   }
	.importnewslideBox .bd li{ zoom:1; vertical-align:middle; }
	.importnewslideBox .bd img{width:440px;; height:247.5px; display:block;  }
	.ispic{width:440px;; height:247.5px;overflow: hidden;}
	.importnewslideBox .bd a{position:relative;display:block;}
	.importnewslideBox .bd a span{overflow:hidden;line-height: 49.5px;height: 49.5px;left:0;position:absolute;width:420px; padding: 0 10px;display: block;overflow: hidden;}
	.importnewslideBox .prev,
	.importnewslideBox .next{ position:absolute; left:3%; top:43%; margin-top:-25px; display:block; width:32px; height:40px; background:url(img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
	.importnewslideBox .next{ left:auto; right:3%; background-position:8px 5px; }
	.importnewslideBox .prev:hover,
	.importnewslideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
	.importnewslideBox .prevStop{ display:none;  }
	.importnewslideBox .nextStop{ display:none;  }

	
	.il_top{
		width:440px;
		height: 297px;
		background: #fff;
	}
	.il_top_img{
		width:440px;
		height: 247.5px;
		overflow: hidden;
	}
	.il_top_img img{
		width:440px;
		height: 247.5px;
	}
	.il_top span{
		width:420px;
		padding: 0 10px;
		display: block;
		line-height: 49.5px;
		height: 49.5px;
		overflow: hidden;
	}
	
	
	.il_bottom{
		width:400px;
		margin-top:40px;
/*		height:463px;*/
		height:505px;
		background: #fff;
		padding: 25px 20px;
	}
	.il_bottom span{
		height:108px!important;
		display: block;
		float:left;
		width:164px;
		overflow: hidden;
		padding-top:30px; 
	}
	.ilb_pic{
		width:221px;
		height: 124px;
		margin-right: 15px;
		margin-bottom: 17px;
		margin-top:30px;
		overflow: hidden;
		float:left;
	}
	.xms{
		border-bottom:1px solid #f1f1f1;
		padding-bottom: 10px;
	}
	.wlwz{
		width:95px!important;
		font-weight: normal!important;
		margin-top: 5px;
		background:#eb6100;
		
	}
	.wl{
		padding-top: 10px;
	}
	.importnews_c{
		width:510px;
/*		height: 830px;*/
		height: 872px;
		background: #fff;
		float:left;
		margin:40px 40px 0 0;
		padding:20px 25px 0 25px;
	}
	.ywhbq{
		padding-bottom:12px;
		border-bottom:1px solid #f1f1f1;
	}
	.importnews_r{
		width:320px;
		float: left;
		padding-top: 40px;
		
	}
	.moblievideo{
		display:none;
	}
	.videoTitle{
		width:320px;
		height:180px;
		margin-bottom: 40px;
		position: relative; 
		overflow:hidden;
	}
	.videoTitle .image{
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.videoTitle .image img{ 
		width:100%; 
		height:100%;
	}
	.videoTitle .con{
		width:320px;
		height: 180px;
		overflow: hidden;
		display: none;
		position: absolute;
		top:0;
		left:0;
		pointer-events: none;
	}
	.videoTitle .con img{
		width:100%;
		height:100%;
	}
	.videoTitle .con video{
		width:320px;
		height:180px;
		overflow: hidden;
		position: absolute;
		top:0;
		left:0;
	}
	.con span{
		display: block;
		width:300px;
		height: 36px;
		position: absolute;
		color:#fff;
		background:rgb(0,0,0,0.5);
		line-height: 36px;
		padding:0 10px;
		margin-top:144px;
		overflow: hidden;
	}
	.videoplay{
		position:absolute;
		margin-top:-100px;
		z-index: 999;
		margin-left: 140px;
		pointer-events: none;
	}
	.ir_bottom{
		width:280px;
/*		height: 160px;*/
		height: 202px;
		background: #fff;
		padding:15px 20px;
	}
	/*推荐阅读*/
	.slideTxtBox{ 
		width:1040px;
		text-align:left; 
	}
	.slideTxtBox .hd{ 
		height:36px; 
		line-height:30px;
		padding:0 10px 0 20px;
		position:relative;
		margin-bottom: -36px;
	}
	.slideTxtBox .hd ul{ 
		float:right;  
		position:absolute; 
		right:20px; 
		top:-1px;
		height:32px;
	}
	.slideTxtBox .hd ul li{
		float:left;
		cursor:pointer;
		width:60px;
		height: 36px;
		padding-left: 20px;
		background: url(img/txtbg.png);
		background-repeat: no-repeat;
		line-height: 36px;
	}
	.kp{
		background-position:0 2px!important;
	}
	.lb{
		background-position:-95px 2px!important;
	}
	.slideTxtBox .hd ul li.on{
		color:#0370e8;
		background: url(img/txtbgon.png);
		background-repeat: no-repeat;
	}
	.slideTxtBox .bd{
		padding-top:40px;
	}
	.recommend{
		width:1040px;
		float:left;
		padding-top: 40px;
	}
	.recommend_top{
		width:1040px;
		overflow: hidden;
		height: 2394px;
		max-height: 7182px;
	}
	.rt_one{
		width:320px;
		float:left;
		height:302px;
		background: #fff;
		margin:0 40px 40px 0;
	}
	.rt_one img{
		width:320px;
		height: 180px;
	}
	.tr_one_pic{
		width:320px;
		height: 180px;
		overflow: hidden;
		float: left;
	}
	.rt_one h1{
		padding: 10px 15px 0 15px;
		text-align: left;
		height: 72px;
		overflow: hidden;
	}
	.rt_one span{
		letter-spacing: 5px;
		float:right;
		padding-right: 15px;
		
    	
	}
	.rt_one span img{
		display:none;
		vertical-align:middle;
		width: 18px;
    	height: 18px;
		float:right;
		margin-top: 10px;
	}
	.rt_one span:hover a{
		color:#f33;
		
	}
	.rt_one span:hover img{
		display: block;
		/*调用动画效果*/
		-webkit-animation-name: fadeInRight; /*动画名称*/
		-webkit-animation-duration: 1s; /*动画持续时间*/
		-webkit-animation-iteration-count: 1; /*动画次数*/
		-webkit-animation-delay: 0s; /*延迟时间*/
	}
	.rt_one span a{
		color:#999999;
		text-decoration: none;
	}
	.recommend_bom{
		width:1039px;
		overflow: hidden;
		height: 4620px;
		max-height: 13860px;
	}
	.rb_one{
		width:1040px;
		min-height: 180px;
		background: #fff;
		margin-bottom: 40px;
		float: left;
	}
	.rb_one_pic{
		width:320px;
		height: 180px;
		overflow: hidden;
		float:left;
	}
	.rb_one img{
		width:320px;
		height: 180px;
		float:left;
	}
	.rb_one h1{
		width:660px;
		font-size:20px;
		line-height: 40px;
		text-align: left;
		padding: 15px 30px 0 30px;
		float:left;
	}
	.rb_one h1 a{
		text-decoration: none;
	}
	.rb_one .resume{
		color:#999999;
		width:660px;
		float: left;
		max-height: 72px;
		padding-top: 5px;
		padding: 0 30px;
		overflow: hidden;
	}
	.rb_one .nopicresume{
		color:#999999;
		width:980px;
		float: left;
		height: 72px;
		padding-top: 5px;
		padding: 0 30px;
		overflow: hidden;
	}
	.rbb{
		width:660px;
		padding: 0 30px;
		float: left;
		margin-top: 5px;
		height: 36px;
		overflow: hidden;
	}
	.nopicrbb{
		width:980px;
		padding: 0 30px;
		float: left;
		margin-top: 5px;
		height: 36px;
		overflow: hidden;
	}
	.authorspan{
		float:left;
		color:#999999;
	}
	.colspan{
		float:right;
		color:#999999;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.colspan img{
		display:none;
		vertical-align:middle;
		width: 18px;
    	height: 18px;
		float:right;
		margin-top:10px;
	}
	.colspan:hover a{
		color:#f33;
	}
	.colspan:hover img{
		display: block;
		-webkit-animation-name: fadeInRight; /*动画名称*/
		-webkit-animation-duration: 1s; /*动画持续时间*/
		-webkit-animation-iteration-count: 1; /*动画次数*/
		-webkit-animation-delay: 0s; /*延迟时间*/
	}
	
	.morenews{
		width:234px;
		height: 36px;
		line-height: 36px;
		background: #fff;
		border-radius: 5px;
		float:left;
		text-align: center;
		margin-left:403px;
		cursor: pointer;
	}
	/*移动专题*/
	.mobileshow{
		width:320px;
		float:left;
		padding:0 0 0 40px; 
	}
	.h5{
		width:150px;
		height: 300px;
		float:left;
		margin-top: 40px;
		overflow: hidden;
	}
	.h5_l{
		margin-right:20px;
	}
	.h5pic{
		width:150px;
		height: 300px;
		position: relative;
	}
	.h5ewm{
		width:150px;
		height: 300px;
		position: absolute;
		background:rgb(0,0,0,0.6);
		margin-top: -300px;
		pointer-events: none;
	}
	.h5ewm img{
		width:110px;
		height: 110px;
		padding: 95px 20px;
	}
	.ztpic{
		width:320px;
		height: 125px;
		overflow: hidden;
		padding-top:40px; 
	}
	.ztpic img{
		width:320px;
		height: 125px;
		
	}
	.cztpic{
		width:320px;
		overflow: hidden;
		padding-top:40px; 
	}
	.cztpic img{
		width:320px;
		
	}
	/*友情链接*/
	.link{
		width:1400px;
		border-top:5px solid #eb6100;
		margin-top:40px;
	}
	.slideTxtBox_yq{ 
		width:1400px;
		background: #fff;
	}
	.slideTxtBox_yq .hd{
		width:1400px;
		text-align:left;
		height:65px;
		line-height:65px;
	}
	.slideTxtBox_yq .hd ul li{
		cursor:pointer;
		text-align:center;
		float:left;
		height:65px;
		line-height:65px;
		padding:0 30px;
		font-size:18px;
		background: url(img/down.png)right 25px no-repeat;
		margin-right: 50px; 
	}
	.slideTxtBox_yq .hd ul li a{
		text-decoration:none;
	}
	.slideTxtBox_yq .hd ul li.on{
		background: url(img/down_on.png)right 25px no-repeat;
	}
	.slideTxtBox_yq .hd ul li.on a{
		color:#eb6100;
	}
	.slideTxtBox_yq .bd{
		float:left;
		padding-top:17px;
		width:1400px;
		height:68px;
		overflow:hidden;
		padding-bottom: 40px;
		font-size:16px;
	}
	.slideTxtBox_yq .bd ul li{
		float:left;
		padding:0 20px;
	}
	.moblietop{
		display:none;
	}
/*	新闻中心*/
	.newchd{
		margin-bottom: 0!important;
	}
	.newchd ul li{
		width:130px!important;
	}
}
/*1200px*/
@media screen and (min-width:750px) and (max-width:1400px){
	/*	萧然善治码*/
	.xrszm{width:85px;float:left;position: absolute;}
	.xrszm img{width:85px!important;height: 85px!important;}
	.xrszm span{width:85px!important;display: block;text-align: center;height: 10px;line-height:30px;padding: 0!important;font-size: 16px;}
	.wl_xr{width:255px!important;padding-left: 95px;}
	
	/*亚运专栏*/
	.yayun{
		width:1200px;
		margin:20px auto 0;
	}
	.yayun .yy_head .xx_word {
	margin-left:255px;
	}

	.yayun .yy_title h1 {
		font-size:33px;
	}
	.yayun .swiper-yayun {
	width: 732px;
	height: 412px;
	}
	.yayun .news ul li {
	width: 100%;
	height: 38px;
	line-height: 38px;
	}
	.yayun .news{
		width:408px;
		height:430px;
		margin-left:20px;
	}
	.yayun .yy_mian {
	padding: 20px;
		
}
	.yayun .news .icon{
		width:172px;
		height:56px;
	}
	.yayun .news .icon_2{
		margin-left:64px;
	}

	/*套红.nav_box{width:1200px;margin:0 auto;}
	.gary{width:1200px;margin:0 auto;background:#f5f5f5;height: 500px;z-index: -1;margin-top: 125px;}
	.header{margin-top:-575px;}
	*/
	
	body{
		font-size:16px;
		line-height: 32px;
	}
	
	.index{background:url(img/pc_bg.jpg) no-repeat center top;}
    .index .qglh{width:1200px;margin:0 auto;height:430px;display: block;}
	.index .wrap{width:1200px;background:#f5f5f5;margin: 0 auto;}
	.main{
		
		width:1200px;
	}
	.il_mobile{
		display:none;
	}
	.moblielist{
		display:none;
	}
	.mobile_xms{
		display:none;
	}
	.ir_bottom h2{
		display:none;
	}
	.ztswiper-container{
		display: none;
	}
	.moblie_fjxs{
		display:none;
	}
	.recommend h2{
		display:none;
	}
	/*头条*/
	.mobliespan{
		display:none;
	}
	.moblieswiper{
		display:none;
	}
	.headline{
		margin-top: 20px;
		padding:20px 10px 10px 10px;
	}
	.headline h1{
		font-size:36px;
		font-weight:bold;
		letter-spacing:2px;
		text-align:center;
		line-height:45px;
		overflow:hidden;
		width:100%;
	}

	.txtScroll-top{
		display: none;
	}
	.headmore{
		width:16px;
		height: 16px;
		padding: 0!important;
		
	}
	.headmore img{
		width:16px;
		height: 16px;
		margin-top: 7px;
	}
	/*专栏*/
	.specol{
		padding-top:20px;
	}
	.zl_l{
		width:72.8%;
		/*width:32.8%;*/
	}
	.zl_l li{
		padding: 0 8px;
	}
	.zl_r li{
		float:left;
		padding: 0 12px;
	}
	.picScroll-left{
		display:none;
	}
	/*广告通栏*/
	.top{
		width: 1200px;
		padding-top:20px;
	}
	.top img{
		width: 1200px;
		transform: scale(1.0)!important;
	}
	/*轮换窗口图*/
	.slideBox{
		width:1200px;
		height:514px;
		border:0;
		margin-top: 20px;
		overflow: hidden;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	} 
	.slideBox .bd img{
		width: 910px;
		height:514px;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
		float:left;
	}
	.slideBox .hd{
		width:278px;
		height: 494px;
		right: 20px;
		padding-top: 20px;
	}
	.slideBox .hd ul li{
		height: 60px;
	}
	.slideBox .hd ul li.on{ 
		font-size:18px;
	}

	.fill{
		float: right;
		height: 514px;
		transform: scaleX(37);
		position: absolute;
		margin-left: -16091px;
		z-index: -1;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
	/*滚动专栏小图*/
	.zl_pic{
		background: #fff;
		padding: 20px 10px;
		height: 80px;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	
	/*通用文章列表*/
	.articlelist{
		width:100%;
	}
	.articlelist li{
		width:100%;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
	}
	.bold{
		font-size:18px!important;
		font-weight: bold;
	}
	/*要闻*/
	.importnews{
		width:100%;
/*		padding-top:20px;*/
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.colname{
		font-size:28px;
		color:#eb6100;
		font-weight: bold;
	}
	.importnews_l{
		width:32.5%;
		min-width: 390px;
		float:left;
		padding:20px 20px 0 0;
	}
	.importnewslideBox{ width:390px; height:270px; overflow:hidden; position:relative;float:left;background: #fff;}
	.importnewslideBox .bd{ position:relative; height:100%; z-index:0;   }
	.importnewslideBox .bd li{ zoom:1; vertical-align:middle; }
	.importnewslideBox .bd img{width:390px;; height:220.5px; display:block;  }
	.ispic{width:390px;; height:220.5px;overflow: hidden;}
	.importnewslideBox .bd a{position:relative;display:block;}
	.importnewslideBox .bd a span{overflow:hidden;line-height: 49.5px;height: 49.5px;left:0;position:absolute;width:370px; padding: 0 10px;display: block;overflow: hidden;}
	.importnewslideBox .prev,
	.importnewslideBox .next{ position:absolute; left:3%; top:43%; margin-top:-25px; display:block; width:32px; height:40px; background:url(img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
	.importnewslideBox .next{ left:auto; right:3%; background-position:8px 5px; }
	.importnewslideBox .prev:hover,
	.importnewslideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
	.importnewslideBox .prevStop{ display:none;  }
	.importnewslideBox .nextStop{ display:none;  }
	
	.il_top{
		width:100%;
		min-width: 390px;
		height: 270px;
		background: #fff;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.il_top_img{
		width:100%;
		min-width: 390px;
		height: 220.5px;
		overflow: hidden;
		
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.il_top_img img{
		width:100%;
		min-width: 390px;
		height: 220.5px;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.il_top span{
		width:100%;
		min-width:370px;
		padding: 0 10px;
		display: block;
		line-height: 49.5px;
		height: 49.5px;
		overflow: hidden;
	}
	.il_bottom{
		width:88.6%;
		min-width:350px;
		margin-top:20px;
/*		height:380px;*/
		height:420px;
		background: #fff;
		padding: 25px 5.7%;
	}
	.il_bottom span{
		height:128px!important;
		display: block;
		float:left;
		width:114px;
		overflow: hidden;
		padding-top: 20px;
	}
	.ilb_pic{

		width:221px;
		height: 124px;
		margin-right: 15px;
		margin-bottom: 17px;
		margin-top:20px;
		overflow: hidden;
		float:left;
	}
	.xms{
		border-bottom:1px solid #f1f1f1;
		height: 80px;
		overflow: hidden;
	}
	.wlwz{

		background: #eb6100!important;
		font-weight: normal!important;
		width:85px!important;
		margin-top: 5px;
	}
	.wl{
		padding-top: 10px;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.importnews_c{
		width:37.5%;
		min-width:450px;
/*		height: 700px;*/
		height:740px;
		background: #fff;
		float:left;
		margin:20px 20px 0 0;
		padding:10px 15px;
	}
	.ywhbq{
		height:565px;
		overflow: hidden;
		border-bottom:1px solid #f1f1f1;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
		margin-top: 12px;
	}
	.importnews_r{
		width:24%;
		min-width:290px;
		float:left;
		padding-top:20px;
		margin-bottom: 20px;
	}
	.moblievideo{
		display:none;
	}
	.videoTitle{
		width:100%;
		min-width:290px;
		height:163px;
		margin-bottom: 20px;
		position: relative; 
		overflow:hidden;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.videoTitle .image{
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.videoTitle .image img{
		width:100%;
		height:100%;
	}
	.videoTitle .con{
		width:100%;
		min-width:290px;
		height: 163px;
		overflow: hidden;
		display: none;
		position: absolute;
		top:0;
		left:0;
		pointer-events: none;
	}
	.videoTitle .con img{
		width:100%;
		height:100%;
	}
	.videoTitle .con video{
		width:100%;
		min-width:290px;
		height:163px;
		overflow: hidden;
		position: absolute;
		top:0;
		left:0;
		background: #000;
	}
	.con span{
		display: block;
		width:93.2%;
		height: 32px;
		position: absolute;
		color:#fff;
		background:rgb(0,0,0,0.5);
		line-height: 32px;
		padding:0 3.4%;
		margin-top:131px;
		overflow: hidden;
	}
	.videoplay{
		position:absolute;
		margin-top:-100px;
		z-index: 999;
		margin-left: 140px;
		pointer-events: none;
	}
	.ir_bottom{
		width:89.8%;
		min-width:260px;
/*		height: 151px;*/
		height: 191px;
		background: #fff;
		padding:10px 5.1%;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	/*推荐阅读*/
	.slideTxtBox{ 
		width:100%;
		min-width:889px;
		text-align:left; 
	}
	.slideTxtBox .hd{ 
		height:32px;
		line-height:30px;
		padding:0 10px 0 20px;
		position:relative; 
	}
	.slideTxtBox .hd ul{ 
		float:right; 
		position:absolute; 
		right:20px; 
		top:-1px; 
		height:32px;
	}
	.slideTxtBox .hd ul li{
		float:left;
		cursor:pointer;
		width:60px;
		height: 36px;
		padding-left: 20px;
		background: url(img/txtbg.png);
		background-repeat: no-repeat;
		line-height: 36px;
	}
	.kp{
		background-position:0 2px!important;
	}
	.lb{
		background-position:-95px 2px!important;
	}
	.slideTxtBox .hd ul li.on{
		color:#0370e8;
		background: url(img/txtbgon.png);
		background-repeat: no-repeat;
	}
	.slideTxtBox .bd{
/*		padding-top:20px;*/
	}
	.recommend{
		width:889px;
		float:left;
		padding-top: 20px;
	}
	.recommend_top{
		width:889px;
		overflow: hidden;
		height: 2114px;
		max-height: 6342px;
	}
	.rt_one{
		width:283px;
		float:left;
		height:282px;
		background: #fff;
		margin:0 20px 20px 0;
	}
	.tr_one_pic{
		width:283px;
		height: 159px;
		overflow: hidden;
	}
	
	.rt_one img{
		width:283px;
		height: 159px;
	}
	.rt_one h1{
		padding: 10px 15px 0 15px;
		text-align: left;
		height: 72px;
	}
	.rt_one span{
		letter-spacing: 5px;
		float:right;
		padding-right: 15px;
	}
	.rt_one span a{
		color:#999999;
		text-decoration: none;
	}
	.rt_one span img{
		display:none;
		vertical-align:middle;
		width: 18px;
    	height: 18px;
		float:right;
		margin-top: 7px;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.rt_one span:hover a{
		color:#f33;
	}
	.rt_one span:hover img{
		display: block;
		/*调用动画效果*/
		-webkit-animation-name: fadeInRight; /*动画名称*/
		-webkit-animation-duration: 1s; /*动画持续时间*/
		-webkit-animation-iteration-count: 1; /*动画次数*/
		-webkit-animation-delay: 0s; /*延迟时间*/
	}
	
	.recommend_bom{
		width:100%;
		min-width:889px;
		overflow: hidden;
		height:3759px; 
	}
	.rb_one{
		width:889px;
/*		height: 159px;*/
		float:left;
		background: #fff;
		margin-bottom: 20px;
	}
	.rb_one_pic{
		width:283px;
		height: 159px;
		overflow: hidden;
		float: left;
	}
	.rb_one img{
		width:283px;
		height: 159px;
		float:left;
	}
	.rb_one h1{
		width:566px;
		font-size:18px;
		line-height: 36px;
		text-align: left;
		padding: 12px 20px 0 20px;
		float:left;
	}
	.rb_one h1 a{
		text-decoration: none;
	}
	.rb_one .resume{
		color:#999999;
		width:566px;
		float: left;
		max-height: 64px;
		padding-top: 5px;
		padding: 0 20px;
		overflow: hidden;
	}
	.rb_one .nopicresume{
		color:#999999;
		width:849px;
		float: left;
		max-height: 64px;
		padding-top: 5px;
		padding: 0 20px;
		overflow: hidden;
	}
	.rbb{
		width:566px;
		padding: 0 20px;
		float: left;
		margin-top: 5px;
		height: 32px;
		overflow: hidden;
	}
	.nopicrbb{
		width:849px;
		padding: 0 20px;
		float: left;
		margin-top: 5px;
		height: 32px;
		overflow: hidden;
	}
	.authorspan{
		float:left;
		color:#999999;
	}
	.colspan{
		float:right;
		color:#999999;
	}
	.colspan img{
		display:none;
		vertical-align:middle;
		width: 18px;
    	height: 18px;
		float:right;
		margin-top: 7px;
		-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	-o-transition: .5s;
    	transition: .5s;
	}
	.colspan:hover a{
		color:#f33;
		-webkit-animation-name: fadeInRight;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-delay: 0s;
	}
	.colspan:hover img{
		display: block;
		/*调用动画效果*/
		-webkit-animation-name: fadeInRight; /*动画名称*/
		-webkit-animation-duration: 1s; /*动画持续时间*/
		-webkit-animation-iteration-count: 1; /*动画次数*/
		-webkit-animation-delay: 0s; /*延迟时间*/
	}
	
	.morenews{
		width:224px;
		height: 32px;
		line-height: 32px;
		background: #fff;
		border-radius: 5px;
		float:left;
		text-align: center;
		margin-left:332.5px;
		cursor: pointer;
	}
	/*移动专题*/
	.mobileshow{
		width:291px;
		float:left;
		padding:0 0 0 20px;
	}
	.h5{
		width:140px;
		height: 280px;
		float:left;
		margin-top: 20px;
		overflow: hidden;
	}
	.h5_l{
		margin-right:10px;
	}
	.h5pic{
		width:140px;
		height: 280px;
		position: relative;
	}
	.h5ewm{
		width:140px;
		height: 280px;
		position: absolute;
		background:rgb(0,0,0,0.6);
		margin-top: -280px;
		pointer-events: none;
	}
	.h5ewm img{
		width:110px;
		height: 110px;
		padding: 85px 15px;
	}
	.ztpic{
		width:290px;
		height: 113px;
		overflow: hidden;
		padding-top:20px;
	}
	.ztpic img{
		width:290px;
		height: 113px;
		
	}
	.cztpic{
		width:290px;
		overflow: hidden;
		padding-top:20px;
	}
	.cztpic img{
		width:290px;
		
	}
	
	/*友情链接*/
	.link{
		width:100%:
		min-width:1200px;
		border-top:5px solid #eb6100;
		margin-top:20px;
	}
	.slideTxtBox_yq{ 
		width:100%;
		min-width:1200px;
		background: #fff;
	}
	.slideTxtBox_yq .hd{
		width:100%;
		min-width:1200px;
		text-align:left;
		height:65px;
		line-height:65px;
	}
	.slideTxtBox_yq .hd ul li{
		cursor:pointer;
		text-align:center;
		float:left;
		height:65px;
		line-height:65px;
		padding:0 30px;
		font-size:16px;
		background: url(img/down.png)right 27px no-repeat;
		margin-right: 30px; 
	}
	.slideTxtBox_yq .hd ul li a{
		text-decoration:none;
	}
	.slideTxtBox_yq .hd ul li.on{
		background: url(img/down_on.png)right 27px no-repeat;
	}
	.slideTxtBox_yq .hd ul li.on a{
		color:#eb6100;
	}
	.slideTxtBox_yq .bd{
		float:left;
		padding-top:17px;
		width:1200px;
		height:68px;
		overflow:hidden;
		padding-bottom: 20px;
		font-size:14px;
	}
	.slideTxtBox_yq .bd ul li{
		float:left;
		padding:0 20px;
	}
	.moblietop{
		display:none;
	}
	/*新闻中心*/
	.newchd{
		margin-bottom: 20px;
	}
	.newchd ul li{
		width:120px!important;
	}
}
/*750px*/
@media screen and (max-width:750px){
	/*套红*/
/*
	.th{display:none;}
	.gary{display:none;}
*/
	.index{background:url(img/phone_bg.jpg) no-repeat center top;background-size: 100% auto;}
    .index .qglh{width:100%;margin:0 auto;height:35vw;display: block;}
	.index .wrap{width:100%;}
	/*亚运板块*/
	.yayun{
			width:95vw;
			height: auto;
			margin: 4vw auto 0;
			padding-bottom: 4vw;
		}
		.yayun .yy_head{text-align:center;padding:4vw;}
		.yayun .yy_head .yy_logo{height:8vw;}
		.yayun .yy_head .xx_word {
			height:8vw;
			margin-left:4vw;
		}
		.yayun .yy_head .yy_bird {
			float: right;
			 margin-top: 0; 
			width: 11vw;
		}
		.yayun .yy_title{
			margin-bottom:0vw;
		}
		.yayun .yy_title h1 {
		font-size:6vw;
			line-height: 8vw;
			text-align: left;
			padding:0 3vw;
			text-align: justify;
				margin-top:4vw;
	}
		.yayun .yy_mian{
			padding:0;
		}
		.yayun .swiper-yayun {
	width: 95vw;
    height: 54.73vw;
    margin-left: 0;
    margin-top: 4vw;
	}
		.yayun .news{
			width:89vw;
			padding:0 3vw;
			height:auto;
			margin-left:0;
		}
		.yayun .news ul li{
			text-align:justify;
			font-size: 4.5vw;
    		line-height: 8vw;
			overflow: auto;
			height: auto;
		}
		.yayun .news .more{display:none;}
		.yayun .news .icon{
		width:42vw;
		height:14vw;
	}
	.yayun .news .icon_2{
		margin-left:5vw;
	}
	body{
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	}
	html{
	 overflow-x: hidden;
	}
	/*分页*/
	.pages{
		padding:0!important;
		margin-top: 5vw;
	}
	.pages li{
		height: 8vw;
		line-height: 8vw;
		
	}
	/*头条*/
	.mobliespan{
		float:left;
		width:6.67vw;
		height: 15vw;
		border-radius: 1vw;
		background:#eb6100;
		text-align: center;
		line-height: 7.5vw;
		color:#fff;
		margin-right:2.67vw; 
		font-size: 4vw;
	}
	.headline{
		width:95vw;
		margin-top: 4.93vw;
		padding:3.3vw 2.5vw 1.35vw 2.5vw;
	}
	.headline h1{
		font-size:6vw;
		font-weight:bold;
		line-height:8vw;
		text-align: left;
	}
	.dot_1{
		display:none;
		width:95vw;
		padding-top: 0!important;
		font-size:4vw;
		text-align: left!important;
		height: 10vw!important;
	}
	.dot_1 a{
		width:95vw!important;
		padding: 0!important;
		display: block;
		overflow: hidden;
		height: 10vw;
		line-height: 10vw;
	}
	.txtScroll-top{
		padding-top: 1.35vw;
		width:95vw; 
		overflow:hidden;
		position:relative;
	}
	.txtScroll-top .infoList li{ 
		height: 10vw;
		line-height: 10vw; 
		overflow: hidden;
	}
	/*专栏*/
	.specol{
		display:none;
	}
	/*广告栏*/
	.top{
		display:none;
	}
	/*滑动大图*/
	.slideBox{
		display:none;
	}
	.zl_pic{
		display:none;
	}
	.moblieswiper{
		width:95vw;
		margin:0 auto;
		height: 54.73vw;
		padding-top: 4vw;
	}
	.moblieswiper img{
		width:95vw;
		height: 54.73vw;
	}
	/*要闻*/
	.colname{
		width:95vw;
		padding: 0 2.5vw;
		font-size:6vw;
		color:#eb6100;
		font-weight: bold;
		letter-spacing: 3vw;
		padding-top: 4vw;
	}
	.importnewslideBox{
		display:none;
	}
	.il_top{
		width:43.5vw;
		height: 46vw;
		float:left;
		padding-left: 2.5vw;
		margin-top: 5.33vw;
	}
	.il_top img{
		width:46vw;
		height:25.9vw;
	}
	.il_top span{
		width:42vw;
		height: 14vw;
		padding:2vw;
		display: block;
		overflow: hidden;
		font-size:4.5vw;
		line-height: 8vw;
		background:#fff;
	}
	.il_mobile{
		float:left;
		margin-left: 3vw;
		
	}
	.moblielist{
		width:95vw;
		margin:0 auto;
		margin-top: 5.33vw;
		background: #fff;
		padding: 4vw 2.5vw;
	}
	.moblielist ul li{
		margin: 0 2vw; 
		width:91.3vw;
		font-size:4.5vw;
		line-height: 8vw;
	}
	.il_bottom h2{
		width:95vw;
		padding: 0 2.5vw;
		font-weight: normal!important;
		padding-top: 4vw;
		text-align: left;
		float: none!important;
		letter-spacing: 3px;
		padding-bottom: 4vw;
	}
	.il_bottom .more{
		display:none;
	}
	.b2line{
		display:none;
	}
	.xms{
		display:none;
	}
	.il_bottom img{
		width:37vw!important;
		height:20.8vw!important;
		padding-right: 0!important;
		margin-left: 2.5vw;
	}
	.il_bottom span{
		width:54vw;
		display: block;
		background: #fff;
		height: 14.8vw;
		float:left;
		font-size:4.5vw;
		line-height: 8vw;
		padding: 3vw 2vw;
		overflow: hidden;
	}
	/*萧民声*/
	.floattitle{
		height: 7.5vw!important;
    	line-height: 7.5vw!important;
		padding: 0 1vw!important;
   		width:17.5vw!important;
        z-index: 999;
   		position: absolute;
		margin-left: 2.5vw;
		margin-top:5.33vw;
    	border-radius:0 1vw 1vw 0;
    	background: #eb6100;
    	text-align: center!important;
    	color: #fff!important;
    	margin-right: 2.67vw;
    	font-size: 4vw!important;
	}
	.floattitle a{
		color:#fff;
		text-decoration: none;
	}
	.mobile_xms{
		width: 43.5vw;
    	margin-left: 3vw;
    	float: left;
		margin-top: 5.33vw;
    	padding-left: 2.5vw;
	}
	.mobile_xms img{
		width: 46vw!important;
    	height: 25.9vw!important;
		margin-left: 0!important;
	}
	.mobile_xms span{
		width: 42vw;
    	height: auto!important;
    	padding: 2vw;
    	display: block;
    	overflow: hidden;
    	font-size: 4.5vw;
    	line-height: 8vw;
    	background: #fff;
	}
	.mobile_xmsl{
		width: 43.5vw;
    	float: left;
		margin-top: 5.33vw;
    	padding-left: 2.5vw;
	}
	.mobile_xmsl img{
		width: 46vw!important;
    	height: 25.9vw!important;
		padding-bottom: 0!important;
		margin-left: 0!important;
	}
	.mobile_xmsl span{
		width: 42vw;
		height: auto!important;
    	padding: 2vw;
    	display: block;
    	overflow: hidden;
    	font-size: 4.5vw;
    	line-height: 8vw;
    	background: #fff;
	}
	.mwl{
		width: 18vw!important;
		margin-left: 72vw;
		margin-top: 0!important;
		border-radius: 1vw;
		position: relative!important;
		letter-spacing: 0!important;
		
	}
	
	.wl{
		display:none;
	}
	.ywhbq{
		display:none;
	}
	.videoTitle{
		display:none;
	}
	.videoplay{
		height: 25.9vw;
    	margin-top: -25.9vw;
		pointer-events: none;
	}
	.videoplay img{
		width:8vw;
		height: 8vw;
		margin-top: 9.35vw;
		margin-left: 19.5vw;
	}
	.ir_bottom h2{
		width:95vw;
		padding: 0 1.35vw;
		font-size:5vw!important;
		color:#eb6100;
		padding-top: 4vw;
		text-align: left;
		float: none!important;
		letter-spacing: 3px;
		padding-bottom: 4vw;
	}
	.ir_bottom .articlelist{
		display:none;
	}
	.mobile_xms img{
		padding-bottom: 0!important;
	}
	/*热点专题*/
	.ztswiper-container{
		width:100vw;
		
		background: #fff;
		height: 33.3vw;
		overflow: hidden;
		margin-top: 5.33vw;
	}
	.moblietop{
		
	}
	.moblietop img{
		width: 100%;
	}
	

	/*奋进萧商*/
	.moblie_fjxs{
		display:none;
	}
	.moblie_fjxs .mobile_xms{
		padding-bottom:4vw!important;
		height: 20.8vw;
	}
	.moblie_fjxs img{
		width:37vw!important;
		height:20.8vw!important;
		padding-right: 0!important;
		margin-left: 2.5vw;
		float:left;
	}
	.moblie_fjxs span{
		width:54vw;
		display: block;
		background: #fff;
		height: 14.8vw;
		float:left;
		font-size:4.5vw;
		line-height: 8vw;
		padding: 3vw 2vw;
		overflow: hidden;
	}
	/*特别推荐*/
	.recommend{
		margin-top:5.33vw;
	}
	.recommend .colname{
		display: none;
	}
	.recommend h2{
		width:95vw;
		padding: 0 1.35vw;
		font-size:6vw!important;
		color:#eb6100;
		font-weight: bold;
		text-align: left;
		float: none!important;
		letter-spacing: 3px;
		padding-bottom: 4vw;
	}
	.slideTxtBox{ 
		width:100vw;
		text-align:left; 
	}
	.slideTxtBox .hd{ 
		height:8vw; 
		line-height:30px;
		padding:0 10px 0 20px;
		position:relative; 
		padding-bottom: 3vw;
	}
	.slideTxtBox .hd ul{ 
		float:right; 
		position:absolute;
		right:20px; 
		top:-1px; 
		height:32px;
	}
	.slideTxtBox .hd ul li{
		float:left;
		cursor:pointer;
		width:0vw;
		height:8vw;
		background: url(img/txtbg.png);
		background-repeat: no-repeat;
		overflow: hidden;
		padding-left: 8vw;
	}
	.kp{
		background-position:0 2px!important;
	}
	.lb{
		background-position:-95px 2px!important;
	}
	.slideTxtBox .hd ul li.on{
		color:#0370e8;
		background: url(img/txtbgon.png);
		background-repeat: no-repeat;
	}
	.slideTxtBox .bd{
		width:105.3vw;padding-left: 2.5vw;
	}
	.rt_one{
		width:46vw;
/*		height: 51.33vw;*/
		height: 30vh;
		background: #fff;
		float:left;
/*		margin-bottom: 5.33vw;*/
		margin-bottom: 3vh;
		margin-right: 3vw!important;
	}
	.rt_one img{
		width:46vw;
		height:25.9vw;
	}
	.rt_one h1{
		width:42vw;
		height: 14vw;
		padding:2vw;
		display: block;
		overflow: hidden;
		font-size:4vw;
		line-height: 8vw;
		text-align: left;
	}
	.rt_one span{
		color:#999999;
		float:right;
		padding-right: 2vw;
		padding-top:1vw;
	}
	.rt_one span img{
		display:none;
		
	}
	.rt_one span a{
		color:#999999;
	}
	.rb_one{
		width:100%;
		height: 19.1vw;
		margin-bottom:5.33vw;
	}
	.rb_one img{
		width:37vw!important;
		height:20.8vw!important;
		padding-right: 0!important;
		float:left;
	}
	.rb_one h1{
		width:54vw;
		display: block;
		background: #fff;
		height: 14.8vw;
		float:left;
		font-size:4.5vw;
		line-height: 8.3vw;
		padding: 3vw 2vw;
		overflow: hidden;
		text-align: left;
	}
	.rb_one .nopich1{
		width:91vw!important;
	}
	.rb_one h1 a{
		text-decoration: none;
	}
	.rb_one .resume{
		display: none;
	}
	.rb_one .rbb{
		display: none;
	}
	.il_bottom img{
		padding-bottom: 4vw;
	}
	.mobileshow{
		display:none;
	}
	.morenews{
		width:50vw;
		height: 8vw;
		line-height: 8vw;
		background: #fff;
		border-radius: 2vw;
		text-align: center;
		margin-left: 23.65vw;
		margin-bottom: 5.33vw;
		cursor: pointer;
	}
	.recommend_top{
		overflow: hidden;
/*		height: 566.6vw;*/
		height: 329vh;
		max-height: 1060vh;
	}
	.recommend_bom{
		overflow: hidden;
		height:488vw; 
		max-height: 874vh;
	}
	/*友情链接*/
	.link{
		display: none;
	}
	.mh{
		width:85vw;
		float: right;
		text-align: left;
	}
/*	新闻中心*/
	.newchd ul li{
		width:19vw!important;
	}
	.newchd{
		width:100vw!important;
		margin-bottom: 5.33vw;
	}
	.newchd ul{
		width:95vw;
		margin-left: 2.5vw;
	}
	.rb_one .nopicresume{
		display: none;
	}
	
	.nopicrbb{
		display: none;
	}
	
	
}




/*公用样式开始*/
.main{
	margin:0 auto;
}

/*头条*/
.headline{
	background: #fff;
	-ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.headline h1 a{
	color:#333333;
	text-decoration:none;
}
.dot_1{
/*	height:32px;*/
	line-height:32px;
/*	overflow:hidden;*/
	text-align:center;
	padding-top: 10px;
}
.dot_1 a{
	color:#333;
	padding:0 5px;
	text-decoration: none;
}
.dot_1 a:hover{
	color:#930000;
}

/*专栏*/
.specol{
	width:100%;
	height: 30px;
	line-height: 30px;
}
.zl{
	width:75px;
	height: 30px;
/*	background:#eb6100;*/
	border-radius: 10px;
	text-align: center;
/*	color: #fff;*/
	float:left;
	line-height: 30px;
	margin-right: 10px;
	font-weight: bold;
}
.zl_l{
	float:left;
	height:30px; 
	overflow: hidden;
	white-space: nowrap;
}
.zl_l li{
	float: left;
	white-space: nowrap;
}
.zl_r{
	float:right;
}
.zl_r li{
	float:left;
	padding: 0 11px;
}
.zl_r li a{
	color:#eb6100;
	text-decoration: none;
}

/*广告通栏*/
.top{
	height:60px;
	-ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.top img{
	height:60px;
}

/*轮换窗口图*/
.slideBox{
	overflow:hidden;
	position:relative;
}
.slideBox .hd{
	overflow:hidden; 
	position:absolute;
	bottom:0; 
	z-index:1; 
	background: url(img/slidebg.png)top center no-repeat;
	background-size: 100% 100%;
}
.slideBox .hd ul{ 
	overflow:hidden;
	zoom:1;
}
.slideBox .hd ul li{
	cursor:pointer;
	padding: 10px 20px;
	overflow: hidden;
}
.slideBox .hd ul li.on{ 
	background:url(img/slideon.png)top center no-repeat;
	background-size: 100% 100%;
	opacity: 1!important;
}
.slideBox .hd ul li a{
	color:#fff;
	text-decoration: none;
	overflow: hidden;
	display:block;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.slideBox .bd{
	position:relative; 
	height:100%; 
	z-index:0;  
}
.slideBox .bd li{ 
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img{
	display:block;  
}

/*滚动专栏小图*/
.picScroll-left{
	overflow:hidden;
	position:relative;
}		
.picScroll-left .bd{
	overflow:hidden; 
	margin:0 auto;
	height: 80px;
}
.picScroll-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li{
	float:left;
	display:inline;
	overflow:hidden;
}
.picScroll-left .bd ul li img{
	position:relative;
	z-index:1
}

/*要闻*/
.importnews{
	overflow-x: hidden;
}
.il_bottom h2{
	color:eb6100;
	font-size:24px;
	font-weight:bold;
	float:left;
	height:24px;
	line-height:24px;
}
.b2line{
	height:1px;
	font:0;
	line-height:0;
	overflow:hidden;
	background:url(img/line.gif) repeat-x;
	width:225px;
	float:right;
	margin-top: 23px;
}
.il_bottom .more{
	float:right;
}
.il_bottom .more a{
	color:#d1d1d1;
	text-decoration: none;
}
.importnews span a{
	text-decoration: none;
}
.il_bottom img{
	width:221px;
	height: 124px;
	float:left;
}
/*滚动小专栏*/
.picScroll-left .bd{
	width:1400px;
}
.picScroll-left .bd ul li{
	width:320px;
	height:80px;
	margin-right:40px;
}
.picScroll-left .bd ul li img{
	width:320px;
	height:80px;
}
.picScroll-left1 .bd{
	width:1200px;
}
.picScroll-left1 .bd ul li{
	width:280px;
	height:80px;
	margin-right:20px;
}
.picScroll-left1 .bd ul li img{
	width:280px;
	height:80px;
}
.colspan a{
	color:#999;
	text-decoration: none;
}
/*新闻中心*/
.newchd{
	padding: 0!important;
	height: 50px!important;
	line-height: 50px!important;
	background: #fff;
	border-top:1px solid #eb6100;
}
.newchd ul{
	position: static!important;
	float:left!important;
	height: 50px!important;
	line-height: 50px!important;
	
}
.newchd ul li{
	background:none!important;
	padding-left: 0!important;
	height: 50px!important;
	line-height: 50px!important;
	text-align: center;
}

.newchd ul li.on{
	background: #eb6100!important;
	color:#fff!important;
	height: 50px!important;
	line-height: 50px!important;
}

.articlelist li span{
		color:#f1f1f1;
	}

