@charset "utf-8";
#body .main .A {
	width: 935px;
}
#body .main .A h2 {
	display: block;
	clear: both;
}


/* CSS Document */

#body .main .A .item {
	float: left;
	width: 252px;
	overflow: hidden;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#body .main .A .item .title {
	height: 34px;
	overflow: hidden;
}

#body .main .A .item .title a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#body .main .A .item .title a:hover {
	color: #CC0000;
}

#body  .main  .A  .item  a.img {
	height: 250px;
	width: 250px;
	display: block;
	border: 1px solid #323337;
}
#body .main .A .item a.img:hover {
	border: 1px solid #0099FF;
}
#body .main .A .item p {
	font-size: 11px;
	height: 27px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

