@charset "utf-8";

.clear{
	clear: both;
}
.top{
	background-color: #F7F7F7;
	height: 26px;
	border-bottom: 1px solid #D8D8D8;
}
.topPage{
	width: 100%;
	margin: 0 auto;
}
.topPageLeft{
	height: 26px;
	line-height: 26px;

}
.content{
	max-width: 970px;
	width: auto;
	border: 1px solid #D8D8D8;
	margin: 10px auto;
	padding-bottom: 10px;
}
.item{
	max-width: 228px
	width: 50%;
	height: auto;
	border: 1px solid  #D8D8D8;
	margin: 10px 0 0 10px;
}
.bottom{
	border-top: 1px solid #D8D8D8;
	height: 50px;
	background-color: #F7F7F7;
	text-align: center;
}
.bottom a{
	color: #333;
	line-height: 50px;
	font-weight: bold;
	font-size: 12px;
}
.link img{
	width: 228px;
	height: 200px;
}
.link{
	width: 228px;
	height: 228px;
	display: block;
	color: rgb(51,51,51);
	text-align: center;
}
.link p{
	height: 25px;
	line-height: 25px;
	font-size: 18px;
}
.red{
	color:red;
}