.nlist-box .name
{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*限制行数 -- 当字号为12px,line-height为25时，限制高为50，如有改变，自行设置高度,为了兼容不支持line-clamp属性的浏览器*/
.nlist-box .con,.cDyna-list li .con
{height:50px;-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-moz-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;}

.contain{width:1200px;margin:0 auto;position:relative;box-sizing:border-box;}

/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*初始化按钮*/
.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}
.btn span{display:inline-block;}


/*产品线&解决方案*/



.event-title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.event-title h4 {
    font-size: 36px;
    color:#557A9F;
}

.event-title p {
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 10px;
}

.event-title p:hover {
    color:#557A9F;
}



/*新闻*/

.news-page{padding:60px 0 120px;}
.news-list{
	margin:0 0 20px;
}
.news-list li{display:block; background:#F7F7F7;border-radius:5px;}
.news-list li .contain{padding:40px 0 30px 0;}
.news-list li .nlist-img{width:20%;float:left; background:#FFFFFF;border-radius:6px;}
.nlist-img img{width:100%;height:177px;object-fit:scale-down;border-radius:6px;}
.nlist-box{width:94%;margin:-5px 0 0; padding-left:3%;}
.nlist-box .name{line-height:40px;font-size:40px; padding-bottom:15px; font-weight:bold; color:#557AA2;}
.nlist-box .date{line-height:20px;font-size:15px;color:#888888; padding-top:2px; padding-bottom:6px;}
.nlist-box .split{display:block;width:60px;height:1px;background:#557AA2;margin:10px 0;}
.nlist-box .con{height:50px;line-height:28px;font-size:15px;color:#666666;}
.nlist-box .btn{display:block;width:150px;height:40px;line-height:38px;color:#666;border:1px solid #dddddd;margin:30px 0 0 0; float:right;}
.nlist-box .btn span{padding:0 33px 0 0;background:url(icon-go3.png) no-repeat right center;transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;}
.news-list li:hover{background:#f3f2f2;border-radius:5px;transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;}
.news-list li:hover .nlist-box .btn{
	color:#fff;
	background:#557A9F;
	border-color:#557A9F;
}
.news-list li:hover .nlist-box .btn span{background:url(icon-go3-2.png) no-repeat right center;}
