/*新闻资讯*/

.news .detail{margin-bottom: 2%}
.news-list{position: relative;padding-bottom: 4%;padding-top: 4%;background: #fafafa}
.news-title{text-align: center;}
	.news-title h2{
		color: #ad1e1a;font-size: 3.2em;
	}
	.news-title .today{
		color: white;font-size: 1.4em;
	    background: #ad1e1a;
	    border-radius: 5px;
	    display: inline-block;
	    padding: 8px 26px;
	    margin-top: 10px;
	}

	.data{text-align: center;}
	.data h3,
	.data p
	{color: #111111;font-size: 3.6em;font-family: "Helvetica Neue LT Pro";font-weight: 100;}
	.data p{font-size: 1.6em;}
	.data-box{display: inline-block;background: white; position: relative;z-index: 10;}
	
	.news-box .pro-box{float: left;padding: 18px;border: 1px dashed #cfcfcf;}

	.news-left-pro{width:556px;height: 330px;overflow: hidden;}
	.news-left-pro img{
		width: 100%;height: auto;
		transform: scale(1.0);
		-ms-transform:scale(1.0); 
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
		transition: all .6s;
		-moz-transition: all .6s; 
		-webkit-transition: all .6s; 
		-o-transition: all .6s;
	}
	.news-right-detail{float: right;width: 43%;margin-top: 1.2%;}
	.news-right-detail strong{
		color: #808080;font-size: 2.4em;font-weight: normal;
	}
	.news-right-detail h3{
		color: #323232;font-size: 3.6em;margin-bottom: 9%;margin-top: 5px;
	}
	.news-right-detail p{color: #9c9c9c;font-size: 1.4em;line-height: 27px;}

	.news-list .line{width: 80%;border-bottom: 1px dashed #e1e1e1;margin: 8% 0;}

	.news-list .more a{
	    position: relative;
	    color: #6b6b6b;
	    font-size: 12px;
	    display: inline-block;
	    padding: 8px 22px;
	    border: 1px solid #dedede;
	    transition: all ease .6s;
	    -moz-transition: all ease .4s;
	    -webkit-transition: all ease .4s;
	    -o-transition: all ease .4s;
	}

	.more a:after {
	    content: "";
	    display: inline-block;
	    margin-left: 10px;
	    width: 0;
	    height: 0;
	    border-bottom: 4px transparent solid;
	    border-left: 4px #6b6b6b solid;
	    border-right: 4px transparent solid;
	    border-top: 4px transparent solid;
	    background: transparent;
	    transition: all ease .6s;
	    -moz-transition: all ease .4s;
	    -webkit-transition: all ease .4s;
	    -o-transition: all ease .4s;
	}

	.news-list:hover .more a {
		background: #0080cb;
		color: white;
	}

	.news-list:hover .more a:after {
	    border-left: 4px white solid;
	}

	.news-list:first-child .line-center{
		top: 42%;
    	height: 105%;
	}
	
	.news-list:nth-child(2n){background: white}
	.news-list:nth-child(2n) .news-right-detail{
		float: left;
	}
	.news-list:nth-child(2n) .news-box .pro-box{
		float: right;
	}

	.news-left-pro:hover img{
		transform: scale(1.05);
		-ms-transform:scale(1.05); 
		-moz-transform:scale(1.05);
		-webkit-transform:scale(1.05);
		-o-transform:scale(1.05);
		-webkit-filter: brightness(1.1);
   	 	filter: brightness(1.1);
	}

	.news-right-detail h3:hover{
		color: #0080cb;
	}

@media (max-width: 1200px){
	.news-right-detail h3{font-size: 3.2em}
	.news-list{padding: 4% 2.5%;}
	.news-left-pro{width: 445px;height: 264px}
}

@media (max-width: 935px){
	.news-box .pro-box,
	.news-right-detail{width: 100%;}
	.news-left-pro{width: 100%;height: auto}
	.news-right-detail h3{margin:3% 0;}
	.news-list .line{margin: 4% 0}
}

@media (max-width: 500px){
	.solution{font-size: .8em}
}