@import url("overall.css");
div.page_title {
	font-size: 20px;
	color: #000;
	background: url(../images/link_title.png) no-repeat;
	width: 897px;
	height: 45px;
	display: block;
	padding: 90px 0 0 60px;
}
div.link {
	display: table;
	clear: both;
	width: 500px;
	margin: 18px;
	height: auto;
	border-bottom: 1px dotted #989898;
	padding-bottom: 15px;
}
div.link span.pic {
	float: left;
	margin-right: 20px;
	width: 270px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
div.link span.desc {
	font-size: 15px;
	color: #535909;
	text-align: left;
	display: block;
	height: 70px;
}
div.link span.desc a{
	color: #3366CC;
	text-decoration: none;
	display: block;
}
div.content {
	margin: 85px 236px;
}

table a{
	color: #3366CC;
	text-decoration: none;
	display: block;
}

table .link {
	float: left;
	margin-right: 20px;
	width: 270px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
