

/*新闻中心*/
.news-back{ position:relative; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; background:#fff; }
.news-back .back{ overflow:hidden; }
.news-back .back a{ float:left; padding-left:74px; padding-right:50px; line-height:72px; font-size:14px; background:url(../images/back.png) no-repeat 50px center; border-right:1px solid #eaeaea; color:#9d9dac; opacity:0.7; filter:alpha(opacity=70); transition:opacity .3s ease; -webkit-transition:opacity .3s ease; }
.news-back .back a:hover{ opacity:1; filter:alpha(opacity=100); }

.news{ margin-top:20px; }
.news .list li{ float:left; width:100%; }
.news .list li .box{ display:block;}
.news .list li .box .img{ display:block; float:left; overflow:hidden; width:20%; height:100%; }
.news .list li .box .text{ display:block; float:left; margin-left:3%; width:66%; margin-right: 1%;
    /*margin-top: 50px*/
}
.news .list li .box h3{
    /*margin-bottom:12px; */
    font-size:22px; font-weight:500; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; transition:all .3s ease; -webkit-transition:all .3s ease; }
.news .list li .box time{ display:block;
    /*margin-bottom:4px;*/
    font-size:14px; color:#999; transition:all .3s ease; -webkit-transition:all .3s ease; }
.news .list li .box p{ font-size:14px; overflow:hidden; height:4.8em;
    line-height:1.6em;
    color:#888; transition:all .3s ease; -webkit-transition:all .3s ease; }

.news .list li .box{
    margin-top: 36px;
	height: 260px;
}
.news .list li .box:hover{
    -moz-box-shadow:0 5px 5px #ccc;
    -webkit-box-shadow:0 5px 5px #ccc;
    box-shadow:0 5px 5px #ccc;
}
.box .img img{
    width: 100%;
    height: 100%;

}

.news .list li .box:hover p{ color:#333; }
.news .title{ margin:70px 0 10px 0; font-size:24px; font-weight:800; color:#555; text-align:left; }
.news .time{ margin-bottom:18px; text-align:left ;color:#9d9dac; }
/*.news .time time{ display:inline-block; padding-left:17px; background:url(../images/clock.png) no-repeat 0 1px; }*/
.news .html{ margin:30px 0; overflow:hidden; font-size:16px; line-height:1.8em; color:#666; }
.news .html p{ margin:15px 0; }
.news .html img{display: block;width:100%; height:auto !important; }


/*@media screen and (max-width:1024px) {

	.news .list li{ float:none; width:auto; }
	.news .list li .box{ margin:12px 0 0 0 !important; padding-bottom:12px; }
	.news .list li .box h3{ font-size:20px; }
	.news .list li .box p{ font-size:15px; height:5.4em; }
	.news-back .back a{ line-height:68px; }
	.news .title{ margin-top:42px; }
	.news .html{ margin:30px 0; }
}

@media screen and (max-width:960px) {
	.news{ padding-bottom:25px; }
	.news-back .back a{ line-height:58px; }
	.news .title{ margin-top:38px; font-size:22px; }
	.news .html{ margin-top:24px; font-size:16px; }
}

@media screen and (max-width:768px) {
	.news .list li .box{ margin:20px 0 0 0 !important; padding-bottom:20px; }
	.news .list li .box h3{ margin-bottom:9px; font-size:18px; }
	.news .list li .box time{ margin-bottom:5px; }
	.news .list li .box p{ font-size:14px; }
	.news-back{ display:none; }
	.news .title{ margin-bottom:13px; font-size:20px; }
	.news .time{ margin-bottom:10px; }
	.news .html{ margin-top:10px; font-size:15px; }
}

@media screen and (max-width:510px){
	.news .list li .box p{ height:3em; line-height:1.5em; }
}*/

