@charset "utf-8";
/* CSS Document */

#tail {
	border:0px #ddd solid;
}
.tail_text {
	color:#ffffff;
	text-align:center;
	width:1000px;
	border:0px #ddd solid;
	margin: 0 auto;
}
.tail_text p {
    margin: 0;
}
.link {
	border:0px #ddd solid;
	width:998px;
	height:100px;
	margin:0 auto;
	margin-bottom:10px;
}
.link_head {
	border:0px #ddd solid;
	background:url(/tsg/images/link_head.jpg) no-repeat;
	width:998px;
	height:24px;
}
.link_cont {
	border:0px #ddd solid;
	width:998px;
	height:70px;
}
.link_cont_left {
	background:url(/tsg/images/link_bg_left.jpg) no-repeat;
	width:10px;
	height:70px;
	float:left;
}
.link_cont_center {
	background:url(/tsg/images/link_bg_center.jpg);
	width:978px;
	height:70px;
	float:left;
}
.link_cont_right {
	background:url(/tsg/images/link_bg_right.jpg) no-repeat;
	width:10px;
	height:70px;
	float:left;
}
.link_table {
	width:970px;
	height:50px;
	margin-top:10px;
	margin-left:5px;
}
td {
	width:20%;
}
td a {
	color:#0058B3;
	text-decoration:none;
}
td a:hover {
	color:#4b8efa;
}
.footer {
	background-color:#146CF1;
	padding:10px;
}