body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: auto;
}
*{
	margin: 0;
	padding: 0;
}
div,table,td,li,input,select,dd,span {
	font-family: 'Verdana', 'Arial', 'Helvetica','宋体';
	font-size: 12px;
	color: #333;
}
img {
	broder: 0;
}
a img {
	border: 0;
}
ul {
	list-style: none;
}
a {
	color: #04498e;
	text-decoration: none;
}
a:hover{
	color: #f60;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* Header start */
#top {
	margin-top: 5px;
	text-align: right;
}
.top_left {
	width: 250px;
	float: left;
	text-align: left;
}
.top_right {
	width: 700px;
	float: right;
}
.username {
	color: #666;
	top: -4px;
	position: relative;
}
#top img {
	margin-left: 10px;
}
#header {
	margin-top: 5px;
	height: 120px;
	background: url(../images/header_bg.gif) repeat-x;
	border: 1px solid #afcdd8;
	border-bottom: none;
}
.logo {
	width: 270px;
	float: left;
	text-align: center;
	margin-top: 30px;
}
/*header width small*/
#top_small {
	width: 750px;
	margin: 0 auto;
}
.ts_logo {
	width: 270px;
	float: left;
	text-align: center;
	margin-top: 5px;
}
.ts_right {
	width: 480px;
	float: left;
	padding-top: 20px;
	text-align: right;
}
/* search start */
.search {
	width: 580px;
	float: left;
	padding-left: 80px;
	height: 120px;
	background: url(../images/search_bg.gif) center no-repeat;
}
a.soFocus:link{
	font-size:14px; 
	color:#000; 
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom:2px
}
a.soFocus:hover{
	font-size:14px; 
	color:#000; 
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom:2px
}
a.soFocus:visited{
	font-size:14px; 
	color:#000; 
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom:2px
}
a.soBlur:link{
	font-size:14px; 
	color:#1F3A87; 
	padding-bottom:2px
}
a.soBlur:visited{
	font-size:14px; 
	color:#1F3A87; 
	padding-bottom:2px
}
a.soBlur:hover{
	font-size:14px; 
	color:#BC2931; 
	padding-bottom:2px
}
.SearchTag {
	font-size: 16px; 
	color: #B0BEC7; 
	padding: 35px 0 4px 5px; 
	float: left; 
	clear:both;
}
a.soMore:link{
	font-size:12px; 
	font-family: arial; 
	color:#1F3A87
}
a.soMore:visited{
	font-size:12px; 
	font-family: arial; 
	color:#1F3A87
}
a.soMore:hover{
	font-size:12px;
	font-family: arial; 
	color:#BC2931
}
.SearchBox {
	border: #999b9a 1px solid;
	padding: 5px 0 0 0 !important;
	padding: 4px 0 0 0;
	background: url(../images/sbox-bg.gif) #fff no-repeat; 
	width: 350px; 
	height: 19px;
}
.SearchBtn {
	border: #999b9a 1px solid;
	font-size: 13px;
	background: #d6e1f3 url(../images/searchblueback.gif) repeat-x;
	margin-left: -2px;
	width: 85px;
	cursor: pointer;
	color: #000;
	white-space: nowrap;
	height: 26px !important;
	height: 25px;
}
.SoLink{
	float: left; 
	padding-top:4px
}
.SearchDiv{
	clear: left
}
.hotsearch {
	clear: both;
	margin-top: 8px;
	word-spacing: 5px;
	color: #35819d;
}
.searchMore {
	margin-left: 5px;
	position: relative;
	top: -4px;
}
/*分页样式*/
.pagesize {
	margin-top: 10px;
	text-align: right;
}
/*  日期图片样式 */
.inputimg {
	position: relative;
	top: 3px;
	left: 5px;
	cursor: pointer;
}
/* 居中 */
.center {
	text-align: center;
}
/* 当前位置 */
.position {
	margin-top: 10px;
}
/* search end */
.menu {
	background: url(../images/menu_bg_bottom.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	word-spacing: 5px;
	font-weight: bold;
	color: #d4e5eb;
	clear: both;
}
/* Header end */
.more {
	float: right;
	margin-top: -19px;
	padding-right: 10px;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
/* 底部 */
#footer {
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	background: url(/common/images/footer_line.gif) top repeat-x;
}
#footer p {
	margin: 10px 0;
}
#footer span {
	margin: 5px 0;
}
/* 错误处理 */
#error {
	margin: 80px auto;
	background: url(/common/images/error_bg.jpg) center no-repeat;
	height: 125px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 95px;
	color: #f60;
}
/* 搜索结果 */
.result {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.red {
	color: #f00;
	font-weight: bold;
}