#newslist{
	overflow:hidden;
width: 1280px;margin: 0 auto;max-width: 95%;}
#newslist .list{
	float:left;
	margin:0 1.5% 20px;
	width: 30.333333%;	
	background:#f2f2f2;
	font-size:16px;
}
#newslist .list:nth-child(3n){
	margin-right:0;
}
#newslist .list .photo{
	display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#newslist .list .date{
	text-align:center;
	text-decoration:underline;
}
#newslist .list h3{
	text-align:center;
	font-weight:normal;
	margin: 10px 0 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#newslist .list h3 a{
	color:#4f4f4f;
}
@media screen and (max-width: 980px) {
	#newslist .list{
		font-size:14px;
	}
	#newslist .list .photo{
	    margin: 15px 0;	
	}
	#newslist .list h3{
	    margin: 5px 0 20px;	
	}
}
@media screen and (max-width: 640px) {
	#newslist .list,
	#newslist .list:nth-child(3n){
		width: 47%;
		margin: 0 1.5% 20px;		
	}
	#newslist .list:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width: 480px) {
	
}