@charset "utf-8";
/* CSS Document */
*::selection{background:#448ef6; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:14px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#f5f5f5; min-width:1260px;_width:1260px;}
a{text-decoration:none; -webkit-transition:all 0.3s; transition:all 0.3s; color:#000;}
a:hover{color:#448ef6;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

@font-face{font-family:"兰亭中黑"; src:url('FZLTZHK.TTF') format('truetype');}

.animate{-webkit-transition:all 0.3s; transition:all 0.3s;}
.ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.clamp{display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
.clamp1{-webkit-line-clamp:1;}
.clamp2{-webkit-line-clamp:2;}
.clamp3{-webkit-line-clamp:3;}
.clamp4{-webkit-line-clamp:4;}
.clamp5{-webkit-line-clamp:5;}
.clamp6{-webkit-line-clamp:6;}
.justify{text-justify:inter-ideograph; text-align:justify;}
.bgPic{display:block; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:hover .bgPic{-webkit-transform:scale(1.05); transform:scale(1.05);}

/* flex布局 */
.flexColumn{display:flex; flex-direction:column; align-items:center; justify-content:center;}
.flexRow{display:flex; flex-direction:row; align-items:center; justify-content:center;}
.flex{flex:1;}

/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9);}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(../images/close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}
.boxShadow{box-shadow:0 0 10px -2px rgba(158,158,158,0.2);}

.container{min-width:1260px;_width:1260px; margin:0 auto;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

/* 头部 */
.head{height:56px; background:#fff;}
.headFix{width:100%; height:56px; background:rgba(255,255,255,0.96) url(../images/headBg.png) no-repeat right center; background-size:auto 100%; box-shadow:0 5px 40px 0 rgba(17,58,93,0.1); position:fixed; left:0; top:0; z-index:100;}
.headFix:after{display:block; content:""; width:100%; height:2px; background:url(../images/headBg.jpg) no-repeat center bottom; background-size:100% 2px; position:absolute; left:0; bottom:0; z-index:0; opacity:0.96;}
.head .logo{height:54px; background:url(../images/logo.png) no-repeat left center; position:relative; z-index:1;}

.headBtn{display:none;}

/* 菜单 */
.menuWrap{height:54px;}
#menu{height:54px; text-align:center; float:right;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; padding-left:50px;}
#menu>li>a{display:block; height:54px; line-height:54px; font-size:16px;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#448ef6; position:absolute; z-index:999; left:0; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin:20px 0 0 0; opacity:0; visibility:hidden;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a{display:block; padding:8px 5px; line-height:24px; font-size:14px; color:#fff;}
#menu ul li a:hover, #menu ul li a.current{background-color:#ffb528;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid; -webkit-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:2px solid #ffb528; margin:0 0 0 20px;}
#menu ul ul li a{font-size:14px;}

#menu a.current, #menu li:hover > a, #menu li:hover > a:hover{color:#448ef6;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


/* 图片轮播 */
.banner{width:1230px; padding:15px; background:#fff; margin:20px auto 0; position:relative; z-index:0; -webkit-border-radius:8px; border-radius:8px;}
.banner .swiper-slide{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;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px; font-size:0;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; vertical-align:top; background:#fff; opacity:0.5; margin:0 6px 0 !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}


.indH{font-size:16px; font-weight:500; color:#333; text-transform:uppercase; padding-bottom:13px; margin-top:2px; position:relative; border-bottom:1px solid #ddd; text-shadow:0 0.25px 1.5px rgba(0,0,0,0.25);}
.indH:before{content:""; position:absolute; width:30px; height:3px; left:0; top:-13px; z-index:1; -webkit-transform:translate(0,-50%); transform:translate(0,0%); background-color:#42a1ff;}
.indH:after{content:""; position:absolute; -webkit-border-radius:50%; border-radius:50%; background:#ff5d58; width:12px; height:12px; -webkit-box-shadow:20px 0 #ffb528, 40px 0 #26c73d; box-shadow:20px 0 #ffb528, 40px 0 #26c73d; top:5px; right:45px;}

/* 普通新闻列表 */
.newsList li{border-bottom:#d3d3d3 1px dashed;}
.newsList li a{display:flex;}
.newsList li h3{flex:1; height:44px; line-height:44px; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; padding-left:16px; background:url(../images/a01.png) no-repeat left center; font-size:16px; font-weight:normal; color:#000; -webkit-transition:all 0.4s; transition:all 0.4s;}
.newsList li p{height:44px; line-height:44px; color:#999; text-align:right; padding-left:20px;}
.newsList li a:hover h3{color:#448ef6;}


.news{padding-top:20px;}
.newsL{width:72%; float:left;}
.picList li{padding-top:15px;}
.picList li:first-of-type{padding-top:0;}
.picList li a{display:block; padding:20px; background-color:#fff; background-repeat:no-repeat; background-position:right top; -webkit-border-radius:8px; border-radius:8px; position:relative;}
.picList li a.new{background-image:url(../images/iNew.png);}
.picList li a:before{position:absolute; z-index:1; top:20px; left:0; width:4px; height:25px; border-radius:2px; background:#409eff; -webkit-transform:scaleY(0); transform:scaleY(0); transition:-webkit-transform 0.35s; transition:transform 0.35s; content:"";}
.picList li .pic{width:210px; height:158px; overflow:hidden; position:relative; -webkit-border-radius:8px; border-radius:8px; float:left;}
.picList li .pic span{display:block; padding:0 8px; position:absolute; z-index:1; top:5px; right:5px; background:#409eff; height:20px; line-height:20px; color:#fff; font-size:12px; border-radius:10px; transition:-webkit-transform 0.35s; transition:transform 0.35s; -webkit-transform:translateX(120%); transform:translateX(120%);}
.picList li .txt{height:158px; margin-left:230px;}
.picList li .txt h3{height:28px; line-height:28px; font-size:18px;}
.picList li .txt h3:before{display:none; color:#fff; background:linear-gradient(90deg,#3ca5f6 0%,#a86af9 100%); background:-webkit-linear-gradient(0deg,#3ca5f6 0%,#a86af9 100%); margin:4px 4px 0 0; -webkit-border-radius:4px; border-radius:4px; float:left; height:20px; line-height:20px; font-size:12px; font-weight:normal; padding:0 6px;}
.picList li .txt p{height:75px; line-height:25px; margin-top:10px; font-size:14px; color:#555; -webkit-line-clamp:3;}
.picList li .txt span{height:18px; line-height:18px; padding-top:26px; font-size:13px; color:#666; display:flex; align-items:center;}
.picList li .txt span em{font-style:normal; display:flex; align-items:center;}
.picList li .txt span img{margin-right:4px; height:14px;}
.picList li .txt span label{padding-left:1em; display:flex; align-items:center;}
.picList li:nth-of-type(2n) .pic{float:right;}
.picList li:nth-of-type(2n) .txt{margin:0 230px 0 0;}
.picList li.nopic .pic{display:none;}
.picList li.nopic .txt{margin:0 !important;}
.picList li a.new .txt h3:before{display:block; content:"最新";}
.picList li a:hover:before{-webkit-transform:scaleY(1); transform:scaleY(1);}
.picList li a:hover .pic span{-webkit-transform:translateX(0%); transform:translateX(0%);}


.newsR{margin-left:calc(72% + 20px);}
.newsR .newBox{margin-top:0;}
.recommendBox, .hotBox{padding:10px 20px; background:#fff; -webkit-border-radius:8px; border-radius:8px; margin-top:20px;}
.recommendBox li{padding:10px 0; border-bottom:#ddd 1px solid;}
.recommendBox li:last-of-type{border-bottom:0;}
.recommendBox li a{display:block; height:72px; position:relative;}
.recommendBox li a:before{display:block; padding:0 5px; height:22px; line-height:22px; color:#fff; font-size:12px; position:absolute; left:0; top:0; z-index:10;}
.recommendBox li:nth-of-type(1) a:before{content:"1"; background:#c00;}
.recommendBox li:nth-of-type(2) a:before{content:"2"; background:#ef8f31;}
.recommendBox li:nth-of-type(3) a:before{content:"3"; background:#6bd139;}
.recommendBox li:nth-of-type(4) a:before{content:"4"; background:#999;}
.recommendBox li:nth-of-type(5) a:before{content:"5"; background:#999;}
.recommendBox li:nth-of-type(6) a:before{content:"6"; background:#999;}
.recommendBox li p{width:96px; height:72px; overflow:hidden; float:left;}
.recommendBox li h3{height:72px; margin-left:106px; font-size:14px; font-weight:normal;}
.recommendBox li h3 span{height:48px; line-height:24px;}
.recommendBox li h3 em{display:block; height:22px; line-height:22px; padding-top:2px; font-size:13px; font-style:normal; color:#999;}

.hotBox ul{padding:10px 0;}
.hotBox li{padding-top:10px;}
.hotBox li a{display:block; height:153px; position:relative; overflow:hidden; -webkit-border-radius:8px; border-radius:8px;}
.hotBox li h3{position:absolute; z-index:1; left:0; right:0; bottom:0; padding:8px; background:#222831; background:-webkit-linear-gradient(to bottom,rgba(6,6,8,0),rgba(6,6,8,0.7)); background:linear-gradient(to bottom,rgba(6,6,8,0),rgba(6,6,8,0.7)); color:#fff; font-size:14px; font-weight:normal;}
.hotBox li h3 span{max-height:40px; line-height:20px; padding-top:5px;}
.hotBox li h3 em{display:block; height:20px; line-height:20px; padding-top:2px; font-size:12px; font-style:normal; color:rgba(255,255,255,0.78);}


.link{width:1220px; margin:20px auto; -webkit-border-radius:8px; border-radius:8px; background:#fff; padding:20px;}
.link h2{height:22px; line-height:22px; padding-bottom:15px; border-bottom:#ddd 1px solid; font-size:16px;}
.link h2 a{float:right; font-size:12px; font-weight:normal;}
.link h2 a .iconfont{font-size:14px; padding-left:4px;}
.link h2 a:link, .link h2 a:visited{color:#888;}
.link h2 a:hover{color:#448ef6;}
.link h2 p{height:22px; padding-left:12px; border-left:#00a4ff 3px solid; float:left;}
.link ul{margin:0 -10px; font-size:0;}
.link ul li{display:inline-block; vertical-align:top; padding:10px 10px 0; line-height:24px; font-size:14px;}


/* 页底 */
.foot{background:#777; color:rgba(255,255,255,0.7); font-size:12px; line-height:20px; padding:15px 0; text-align:center;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.7);}
.foot a:hover{color:#fff;}
.foot img{height:18px; margin-right:5px; vertical-align:text-bottom;}
.foot span{padding-left:1em;}

/*
#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:196px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}
*/

.rightBtnFix{width:50px; position:fixed; right:10px; z-index:99;}
.rightBtnFix a{display:block; width:50px; height:50px; background-repeat:no-repeat; background-position:center center; background-size:contain; position:relative;}
.rightBtnFix #iWX{background-image:url(../images/iEwm.png);}
.rightBtnFix #iWX img{max-width:200px; box-shadow:0 3px 8px rgba(0,0,0,0.2); -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin-right:20px; opacity:0; visibility:hidden; position:absolute; right:56px; bottom:0;}
.rightBtnFix #iWX:hover img{margin-right:0; visibility:visible; opacity:1;}
.rightBtnFix #goTop{background-image:url(../images/goHeadBtn.png); margin-top:10px;}


.nyBanner{height:20vh; overflow:hidden; position:relative;}
.nyBanner:after{display:block; content:""; width:100%; height:100%; background:url(../images/nyBanner.jpg) no-repeat center center; background-size:cover; -webkit-animation:enlarge 30s linear;animation:enlarge 30s linear; position:absolute; left:0; top:0; z-index:0;}
@-webkit-keyframes enlarge{from{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.3);transform:scale(1.3)}}
@keyframes enlarge{from{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.3);transform:scale(1.3)}}
.nyBanner span{display:block; padding:0 150px; height:48px; line-height:48px; border:#fff 1px solid; -webkit-border-radius:50px; border-radius:50px; color:#fff; font-size:18px; font-weight:bold; position:absolute; left:50%; top:50%; z-index:1; transform:translate(-50%,-50%); letter-spacing:0.5em; text-indent:0.5em;}
.nyBanner span:before{background:#fff; content:""; position:absolute; top:50%; left:50%; border-radius:50px; -webkit-transform:translate(-50%,-50%);  transform:translate(-50%,-50%); z-index:-1; -webkit-transition:all 0.6s; transition:all 0.6s; width:0; height:100%;}
.nyBanner span label{position:; z-index:1;}
.nyBanner:hover span{color:#333;}
.nyBanner:hover span:before{width:100%;}


.post{height:20px; line-height:20px; padding:15px 20px; background:#fff; -webkit-border-radius:8px; border-radius:8px; width:1220px; margin:20px auto; display:flex; align-items:center;}
.post img{height:14px; margin-right:4px;}


.ny{padding-bottom:20px;}

.left{width:28%; float:right;}
.categoryBox, .newBox, .changeBox{padding:10px 20px; background:#fff; -webkit-border-radius:8px; border-radius:8px; margin-top:20px;}
.categoryBox{margin-top:0;}
.categoryBox ul{margin:0 -10px 10px; font-size:0;}
.categoryBox li{display:inline-block; vertical-align:top; width:calc(50% - 20px); font-size:14px; padding:20px 10px 0;}
.categoryBox li a{display:block; height:32px; line-height:32px; border:#ddd 1px solid; -webkit-border-radius:34px; border-radius:34px; text-align:center;}
.categoryBox li a:hover{border-color:#448ef6;}
.categoryBox li a.current{background:#448ef6; border-color:#448ef6; color:#fff;}

.newBox{margin-top:20px;}
.newBox ul{padding-top:15px;}
.newBox li{padding-left:22px; position:relative; margin-bottom:10px;}
.newBox li:before, .newBox li:after{display:block; content:""; width:6px; height:6px; position:absolute; left:0; top:5px;}
.newBox li:before{border:#448ef6 2px solid; border-radius:50%;}
.newBox li:after{width:2px; height:32px; background:#ddd; left:4px; top:20px;}
.newBox li h3{height:20px; line-height:20px; font-size:14px; font-weight:normal;}
.newBox li p{height:18px; line-height:18px; padding-top:5px; font-size:12px; color:#999;}

.changeBox{margin-top:20px;}
.changeBox .indH:after{display:none;}
.changeBox .indH a:link, .changeBox .indH a:visited{float:right; color:#448ef6; font-size:12px; line-height:21px; display:flex; align-items:center;}
.changeBox .indH a img{height:14px; margin-right:4px;}
.changeBox ul{margin:10px -5px 0;}
.changeBox ul:after{display:block; content:""; clear:both;}
.changeBox ul li{width:calc(50% - 10px); margin:10px 5px 0; float:left;}
.changeBox ul li p{height:110px; overflow:hidden; -webkit-border-radius:8px; border-radius:8px;}
.changeBox ul li h3{height:20px; line-height:20px; padding:6px 0 8px; font-size:14px; font-weight:normal; text-align:center;}

.left .recommendBox{margin-top:20px;}

.right{margin-right:calc(28% + 20px);}

.page{text-align:center; padding-top:20px; line-height:30px;}
.page a, .page span{display:inline-block; margin:0 10px; padding:0 20px; height:30px; border:#ddd 1px solid; line-height:30px;}
.page a.noneBtn{border-color:#eee; color:#ddd; cursor:default;}

.article{background:#fff; padding:20px; -webkit-border-radius:8px; border-radius:8px;}
.articleTitle{padding:20px 0; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto; display:flex; align-items:center; justify-content:center;}
.articleInfo label{padding-left:30px; display:flex; align-items:center;}
.articleInfo label:first-of-type{padding-left:0;}
.articleInfo img{margin-right:4px; height:14px;}
.articleImg{text-align:center; padding-top:15px;}
.articleCon{line-height:1.8; padding-top:15px; text-justify:inter-ideograph; text-align:justify;}
.articleCon img{max-width:800px; height:auto !important; margin:0 auto; vertical-align:top;}


.relatedBox{padding:10px 20px; background:#fff; background:#fff; -webkit-border-radius:8px; border-radius:8px; margin-top:20px;}
.relatedBox h2{height:32px; line-height:32px; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #e2e2e2; color:#4693e9; font-size:16px; position:relative;}
.relatedBox h2 span{display:inline-block; vertical-align:top; height:32px; padding-bottom:3px; border-bottom:#4693e9 2px solid; position:relative; bottom:-1px;}
.relatedBox ul{height:120px;}
.relatedBox li{width:calc(50% - 20px); height:30px; line-height:30px; float:left; padding-right:40px;}
.relatedBox li:nth-of-type(2n){padding-right:0;}
.relatedBox li a{display:inline-block; vertical-align:top; max-width:calc(100% - 15px); height:30px; padding-left:15px; position:relative;}
.relatedBox li a:before{display:block; content:""; width:6px; height:6px; border:#4693e9 1px solid; -webkit-border-radius:50%; border-radius:50%; position:absolute; left:0; top:50%; margin-top:-4px; background:#fff; -webkit-transition:all 0.3s; transition:all 0.3s;}
.relatedBox li a:hover:before{background:#4693e9;}

/* 960屏宽样式 */
@media screen and (max-width:960px){
	body{min-width:100%;_width:100%;}
	*:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);}
	
	.container{min-width:100%;_width:100%;}
	.w1260{width:auto; padding:0;}
	
	
	.top{display:none;}
	
	/* 头部 */
	.head .logo{background-position:15px center;}
	
	.head .headBtn{display:block; height:54px; float:right;}
	.head .headBtn a{display:block; width:54px; height:54px; background-repeat:no-repeat; background-position:center center; background-size:cover; float:left;}
	#menuBtn{background-image:url(../images/menuBtn.png);}
	
	
	/* 导航菜单 */
	.menuWrap{background:#ddd; left:-1000px; position:fixed; top:0; width:68%; height:100%; min-width:140px; max-width:440px; z-index:2000; transition:all 0.4s ease; -moz-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; overflow:auto;}
	.menuWrap.menu-open{left:0;}
	.menu-dark-backdrop{background:rgba(0,0,0,0); transition:all 0.4s ease; -moz-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; width:100%; position:fixed; top:0; left:0; right:0; overflow:hidden;}
	.menu-dark-backdrop.in{height:100%; z-index:1800; background:rgba(0,0,0,0.5);}
	.menuWrap .menu{height:auto; background:none; padding:0;}
	.menu a{display:block; padding:0 40px 0 20px; position:relative;}
	.menu a:after{display:block; content:""; width:20px; height:20px; background-repeat:no-repeat; background-position:center center; background-size:20px 20px; position:absolute; right:15px; top:50%; margin-top:-10px; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
	#menu{width:auto; height:auto; background:#fff; margin:15px; border-radius:8px; float:none; padding:10px 0;}
	#menu li .inactive:after{background-image:url(../images/off.png);}
	#menu li .inactives:after{background-image:url(../images/on.png);}
	#menu li{text-align:left;}
	#menu > li{width:auto; height:auto; background:none; float:none; padding:0;}
	#menu > li > a{height:auto; height:40px; line-height:40px;}
	#menu > li > a{color:#333;}
	
	/*这是第二级菜单*/
	#menu ul{background:none; position:static;}
	#menu ul li a{padding:10px 30px 10px !important; line-height:30px !important;}
	
	/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
	#menu ul i{display:none;}
	
	/*这是第三级菜单 及以后*/
	#menu ul ul{border-left:none;}
	#menu a.current, #menu li:hover > a, #menu li:hover > a:hover{color:#448ef6;}
	

	/* 图片轮播 */
	.banner{width:auto; padding:15px; margin:15px 15px 0;}
	.banner .swiper-pagination-bullets{bottom:0.3rem !important;}
	.banner .swiper-pagination-bullet{width:8px; height:8px; margin:0 4px !important;}	
	
	
	/* 普通新闻列表 */
	.newsList li h3{flex:1; height:44px; line-height:44px; padding-left:16px; font-size:0.5rem;}
	.newsList li p{height:44px; line-height:44px; padding-left:20px;}
	
	
	.news{padding-top:15px;}
	.newsL{width:auto; float:none; padding:0 15px;}
	.picList li{padding-top:10px;}
	.picList li a{padding:15px;}
	.picList li a:before{position:absolute; z-index:1; top:15px; left:0; width:4px; height:25px; border-radius:2px; background:#409eff; -webkit-transform:scaleY(0); transform:scaleY(0); transition:-webkit-transform 0.35s; transition:transform 0.35s; content:"";}
	.picList li .pic{width:106px; height:80px;}
	.picList li .txt{height:80px; margin-left:118px;}
	.picList li .txt h3{height:56px; line-height:28px; font-size:16px; font-weight:normal;}
	.picList li .txt h3:before{display:none; color:#fff; background:linear-gradient(90deg,#3ca5f6 0%,#a86af9 100%); background:-webkit-linear-gradient(0deg,#3ca5f6 0%,#a86af9 100%); margin:4px 4px 0 0; -webkit-border-radius:4px; border-radius:4px; float:left; height:20px; line-height:20px; font-size:12px; font-weight:normal; padding:0 6px;}
	.picList li .txt p{display:none;}
	.picList li .txt span{padding-top:6px; text-align:right;}
	.picList li .txt span em{float:left;}
	.picList li:nth-of-type(2n) .txt{margin:0 118px 0 0;}
	
	
	.newsR{margin:15px 15px 0;}
	.recommendBox, .hotBox{padding:10px 15px; margin-top:15px;}
	
	
	.link{width:auto; margin:15px; padding:15px;}
	
	.foot{padding:10px 15px;}
	
	.rightBtnFix{width:30px;}
	.rightBtnFix a{width:30px; height:30px;}
	.rightBtnFix #iWX img{max-width:150px; right:36px;}

	
	.nyBanner span{padding:0 80px; height:36px; line-height:36px; -webkit-border-radius:38px; border-radius:38px; white-space:nowrap;}
	
	
	.post{padding:10px 15px; -webkit-borer-radius:0; border-radius:0; width:auto; margin:0 0 15px;}
	
	
	.ny{padding-bottom:15px;}
	
	.left{display:none;}
	
	.right{margin:0 15px;}
	
	.page{text-align:center; padding-top:20px; line-height:30px;}
	.page a, .page span{display:inline-block; margin:0 2px; padding:0 10px; height:30px; border:#ddd 1px solid; line-height:30px;}
	.page a.noneBtn{border-color:#eee; color:#ddd; cursor:default;}
	
	.article{padding:15px; min-height:400px;}
	.articleTitle{padding:15px 0; line-height:36px; font-size:20px;}
	.articleInfo{display:block; padding:15px; height:auto; line-height:20px; text-align:left;}
	.articleInfo label{padding-left:0; display:block;}
	.article img{max-width:100%;}
	
	
	.relatedBox{padding:10px 15px; margin-top:15px;}
	.relatedBox ul{height:auto;}
	.relatedBox li{width:auto; float:none; padding:3px 0;}
}