.main {
	padding: 60px 0 40px 0;
}
.news {
	text-align:left;
}
.center {
	text-align:center;
}
.center img {
	width:70%;
}
.nopic {
	text-align:center;
	display: block;
	width: 100%;
	height: 120px;
	background: url(../images/nopic.png) no-repeat center center;
}
.nopic img {
	display: none;
}

@media (max-width:800px) {
#news {
	padding:0 15px;
}
.center img {
	width:100%;
}
}
