/* ===============本文档对搜索首页进行设置===================== */

/* --------------导入设置文档------------- */
@import url(../settings/basic.css); /* 基本设置 */
@import url(../settings/header.css); /* 头部设置，包括Logo和菜单等 */
@import url(../settings/footer.css); /* 底部设置 */
@import url(../settings/contents.css); /* 底部设置 */

div#contents {
	width: 775px;
	margin: 5px auto;
	text-align: center;
}

div#contents h3 {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 12px;
	background-color: #B2B2B2;
	border-top: 1px solid #CCCCCC;
	border-bottom: 4px solid #8F8F8F;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
}
div#contents h3 sup {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
	}
div#contents h3 sup a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	}
div#contents h3 sup a:hover { color: #F3F3F3; }
div#contents h4 {
	display: block;
	width: 764px;
	height: 40px;
	margin-top: 12px;
	background-color: #B2B2B2;
	border-top: 1px solid #CCCCCC;
	border-bottom: 4px solid #8F8F8F;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
}
div#contents h4 sup {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
	}
div#contents h4 sup a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	}
div#contents h4 sup a:hover { color: #F3F3F3; }

div#contents p {
	width: 98%;
	text-align: left;
}

table#personal_tb {
	display: block;
	width: 764px;
	height: 20px;
	margin-top: 2px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #ECE9D8;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}

table#personal_tb th {
	width: 100px;
	margin: 0;
	padding: 1px;
	text-align: left;
	font-size: 12px;
}

table#personal_tb td {
	margin: 0;
	padding: 1px;
	text-align: left;
}

table#personal_contact {
	display: block;
	width: 764px;
	height: 20px;
	margin-top: 2px;
	border-top: 1px solid #ECE9D8;
	border-left: 1px solid #ECE9D8;
	border-right: 1px solid #ECE9D8;
	border-bottom: 1px solid #ECE9D8;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
}
table#personal_st {
	display: block;
	width: 480px;
	height: 18px;
	margin-top: 2px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
}



/* --------------Ucloo大全------------- */
div#ucloo {
	width: 290px;
	margin: 5px auto;
	text-align: left;
}
div#ucloo h4 {
	display: block;
	width: 290px;
	height: 24px;
	margin-top: 12px;
	background-color: #B2B2B2;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #8F8F8F;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}


div#left {
	width: 150px;
	margin: 5px auto;
	margin-top: 17px;
	text-align: center;
	border: 1px solid #B2B2B2;
}
div#left p{
	width: 140px;
	margin: 5px auto;
	background: #f8f7f7;
	border-top: 1px solid #e9e9e9;
	border-bottom: 2px solid #eee;
	list-style-type: none;
	line-height: 24px;
}
div#left a{
	color:#666666;
	text-decoration:underline;
}

div#right {
	width: 590px;
	margin: 5px auto;
	text-align: left;
}

div#right h4 {
	display: block;
	width: 590px;
	height: 36px;
	margin-top: 12px;
	background-color: #B2B2B2;
	border-top: 1px solid #CCCCCC;
	border-bottom: 4px solid #8F8F8F;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	text-indent: 18px;

}

div#right h4 sup {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
	}
div#right h4 sup a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	}
div#right h4 sup a:hover { color: #F3F3F3; }

div#right p {
	width: 99%;
	text-align: left;
	color:#333333;
	font-size:12px;
}

#helpList {
	display: block;
	margin-top: 1em;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	}
#helpList li {
	margin-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #CCCCCC;
	}
#helpList li h5 {
	margin: 0;
	font-size: 13px;
	color: #000000;
	}
#helpList li p {
	margin: 0;
	font-size: 12px;
	}