#backlinks{
	float:right;
	padding:0 20px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}
#backlinks a{
	text-align:right;
	display:block;
}

#container{
	position:relative;
	width:1100px;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
@media screen and ( max-width:1200px){
    #container{ width:1000px;}
}
@media screen and ( max-width:1100px){
    #container{ width:950px;}
}

@media screen and ( max-width:1000px){
    #container{ width:900px;}
}

.grid{
	width:188px;
	min-height:100px;
	padding: 7px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	border:#d2d2d2 solid 1px;
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.grid:hover{box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);}

.grid h3 { margin:20px 0 15px; color:#333333; font:18px/20px 微软雅黑;}
.grid p{ color:#999999; font:14px/22px 微软雅黑; margin-bottom:15px;}
.grid .more{ display:inline-block; color:#333333; font:12px/12px 微软雅黑; padding-bottom:15px;}
.grid .more:hover{ color:red;}
.grid span{ position:absolute; right:8px; bottom:-10px; width:91px; height:21px; background:url(../img/ny_news_bg.png) no-repeat;color:#bebebe; font:12px/21px Arial; text-indent:22px;}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:90px;
	}
}