#news{
	overflow:hidden;
}
#news .list{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom: 50px;
}
#news .list:nth-child(3n){
	margin-right:0;
}
#news .list .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#news .list .photo a{
	display:block;
	width:100%;
	height:100%;
}
#news .list .photo a img{
	width:100%;
}
#news .list .time{
	color:#aaaaaa;
	font-size:14px;
	padding: 5px 10px;
}
#news .list h3{
	border-top:1px solid #787068;
	border-bottom:1px solid #787068;
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news .list h3 a{
	color:#787068;
	font-size:18px;
	display:block;
}
#news .list h3:hover{
	border-top:1px solid #1976a2;
	border-bottom:1px solid #1976a2;
}
#news .list h3:hover a{
	color:#1976a2;
}
.update{
	text-align:right;
}

@media screen and (max-width: 768px) {
	#news .list,
	#news .list:nth-child(3n){
		width:49%;
	}
	#news .list:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width: 480px) {
	#news .list,
	#news .list:nth-child(3n),
	#news .list:nth-child(2n){
		width:96%;
		width:0 2% 50px;
	}
}
