/*新闻列表*/
.home-advan{ padding-top: 20px; }
.home-advan .tit{ position: relative; line-height: 28px;}
.home-advan .tit span{ display: block; font-size: 13px; text-transform: uppercase; color: #acacac;}
.home-advan .tit p{ font-size: 26px; color: #424242;}
.home-advan .tit a{display: none; position: absolute; top:-5px; right:0; padding: 0 35px; line-height: 45px; background: #FFFFFF; color: #222222; border-bottom: 2px solid #dddddd;}
.home-advan .tit a:after{ content: ""; position: absolute; bottom:-2px; left:0; width:30%; height: 2px; background: #ff7c76; -webkit-transition: all ease .4s;-moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s;   transition: all ease .4s;}
.home-advan .tit a:hover:after{ width: 100%;}
.home-advan ul{ margin-top: 35px;}
.home-advan li{ float: left; width: 48%; position: relative;margin-right: 4%;margin-bottom: 2%;}
.home-advan li:nth-child(2n){margin-right: 0;}
.home-advan li .box{  width: 100%; height: 100%; }
.home-advan li .box .con{ position: relative;}
.home-advan li .box .pic{overflow: hidden;}
.home-advan li:hover .pic img {transform: scale(1.1); -webkit-transform: scale(1.1);}
.home-advan li .box .con img{display: block;width: 100%;}
.home-advan li .box .con .text1{padding: 35px 0 0;font-size: 24px;font-weight: bold;color: #424242; line-height:35px;}
.home-advan li .box .con .text2{padding: 15px 0 0;font-size: 16px;color: #888;line-height: 20px;text-align: justify; min-height:80px;}
.home-advan li .box .con .text3{font-size: 16px;color: #058bee; line-height:40px;font-weight: bold;background: url(../images/icon-srch1.png) #fff no-repeat right;
    background-position-x: 120px;}
	
	.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}
.home-advan li .box .con .text_ico{position: absolute;right: 5%;top: 50%;width: 100px;height: 100px;border: 10px solid #ffffff;border-radius: 50%;overflow: hidden;}
.home-advan li .box .con .text_ico img{display: block;width: 100%;}

@media (max-width:1024px) {
	.home-advan li{width: 48%;margin-right: 4%;margin-bottom: 4%;}
	.home-advan li:nth-child(2n){margin-right: 0;}
	.home-advan li .box .con .text_ico{width: 60px;height: 60px;top: 32%;}
	.home-advan li .box .con .text1{font-size: 18px;line-height: 24px;}
}
@media (max-width:480px) {
	.home-advan .tit{line-height: 22px;}
	.home-advan .tit p{font-size: 22px;}
	.home-advan .tit span{font-size: 15px;}
	.home-advan .tit a{padding: 0 8px;font-size: 13px;line-height: 35px;top: 2px;display: none}
	.home-advan li .box .con .text2{height: 60px;overflow: hidden;font-size:14px;line-height: 22px;}
}


/*新闻详情*/

.solutail{ padding: 10px 0 100px; position: relative;}
.solutail .back-top{ position:absolute; right:5%; bottom:10%;}
.solutail .title{ color: #333333; font-size: 24px; line-height: 28px; text-align: left;} 
.article-come{ line-height:26px; margin-top:15px; text-align: left; color: #999999;}
.article-come span{ margin:0 10px; padding-left: 28px; display: inline-block; vertical-align: middle; position: relative;}
.article-come .bdsharebuttonbox{ display:inline-block; vertical-align: middle; -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.article-come .span-date{ background: url(../images/time.png) no-repeat left;}
.article-come .span-num{ background: url(../images/eye.png) no-repeat left;}
.article-come .span-share{ padding-left:0;}

.news-article{ margin-top: 15px; padding:45px 0 60px; border-top: 1px solid #eeeeee; width: 100%; }
.news-article p{line-height: 30px; color: #999999; }
.news-article p img{max-width: 100%;}


.flip{ margin-top:45px; padding-top: 20px; border-top: 1px dashed #eeeeee;}
.flip a{ max-width:48%; display: inline-block; position: relative; line-height:30px;}
.flip .prev{ float: left; padding-left:20px; background:url(../images/prev_prev.png) no-repeat left;}
.flip .next{ float: right; padding-right:20px;  background:url(../images/prev_next.png) no-repeat right;}
.flip a:hover{ color: #f67d7d;}
.flip .prev:hover{ background:url(../images/prev_prevh.png) no-repeat left;}
.flip .next:hover{ background:url(../images/prev_nexth.png) no-repeat right;}

.ny-tit{ padding-bottom: 25px; font-size: 36px; color: #333333; text-align: center; position: relative; letter-spacing: 2px;}
.ny-tit:after{ content:""; position: absolute; bottom:0; left:50%; margin-left: -25px; width: 50px; height:2px; background: #f67d7d;}
.ny-des{ margin: 22px auto 0; line-height: 30px; max-width: 960px; text-align: center;}
.ny-more{ width: 150px; height: 40px; line-height: 40px; display: inline-block; background: -webkit-linear-gradient(left,#004094, #008af5,#004094);color: #FFFFFF; text-align: center;}
.ny-more:hover{ background: -webkit-linear-gradient(left,#004094, #008af5);} 

@media (max-width:480px) {
	.news-article{width: 100%;}
	.flip .prev,.flip .next{width: 100%;float: none;max-width: 100%;padding: 0;}
		
}
/*详情*/