.newsBg{
	background: url(../img/broadcast/bg.jpg) no-repeat center;
}
.news-center{
	width: 100%;
	background: #F5F6F5;
}
.news-list{
	padding: 0 0 100px; 
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.news-list li{
	width: 370px;
	margin-top: 25px;
}
.news-list li a{
	color: #252525;
    font-size: 16px;
    display: block;
}
.news-list li p{
	line-height: 48px;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between
}
.news-list li p span{
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list li p time{
	color: #757575;
}
.news-list li img{
	width: 100%;
	max-height: 170px;
}
