* {
	margin:0;
	padding:0;
}
body {
	font:12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
img {
	border:none;
}
.clear {
	clear: both;
	height: 0px;
	width: 100%;
	overflow: hidden;
}
.highlight {
	color: red;
}
/*index*/
.index_wrapper {
	margin: 0px auto;
	width: 700px;
}
.index_wrapper .logo {
	padding: 40px 0px 10px 0;
	text-align: center;
}
.index_wrapper .cat {
	position: relative;
	height: 120px;
	margin-top: 10px;
}
.index_wrapper .cat .cat1_h {
	background: url(../images/003.png) no-repeat center center;
	height: 70px;
	width: 180px;
	position: absolute;
	left: 190px;
	top: 0px;
	display: none;
}
.index_wrapper .cat a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100px;
	padding: 80px 0px 0px;
	text-align: center;
	background: url(../images/dot3.gif) no-repeat center 60px;
}
.index_wrapper .cat a.cat1 {
	position: absolute;
	left: 230px;
	top: 0px;
}
.index_wrapper .cat a.cat1:hover {
	background: url(none);
	text-decoration: underline;
}
.index_wrapper .cat .cat2_h {
	background: url(../images/004.png) no-repeat center center;
	height: 70px;
	width: 180px;
	position: absolute;
	top: 0px;
	right: 190px;
	display: none;
}
.index_wrapper .cat a.cat2 {
	position: absolute;
	top: 0px;
	right: 230px;
}
.index_wrapper .cat a.cat2:hover {
	background: url(none);
	text-decoration: underline;
}
.index_wrapper .form {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.index_wrapper .form #keyword {
	display: block;
	width: 520px;
	margin: 5px auto;
	padding: 5px;
}
.index_wrapper .form #j, .index_wrapper .form #f {
	font-size: 15px;
	padding: 5px 10px;
	margin: 5px 10px;
}
.index_wrapper .tj {
	margin: 30px 0 10px 0;
    position: relative;
    height: 30px;
    overflow: hidden;
}
.index_wrapper .tj a {
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
.index_wrapper .tj .message {
}
.index_wrapper .tj .message div {
	text-align: center;
	color: red;
    font-weight: bold;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

/*lastest info*/
.index_wrapper .lastest {
    font-size: 13px;
}

.index_wrapper .lastest a {
    color: #000000;
    text-decoration: none;
}

.index_wrapper .lastest a:hover {
    text-decoration: underline;
}

.index_wrapper .lastest .lastest_job {
    width: 340px;
    float: left;
}

.index_wrapper .lastest .lastest_job .head {
    background-color: #CAD9EA;
}

.index_wrapper .lastest .lastest_job .head .time a {
    color: #000000;
}

.index_wrapper .lastest .lastest_discuss {
    width: 340px;
    float: right;
}

.index_wrapper .lastest .lastest_discuss .head {
    background-color: #CAD9EA;
}

.index_wrapper .lastest .lastest_discuss .head .time a {
    color: #000000;
}

.index_wrapper .lastest .item {
    padding: 5px 0 5px 0;
}

.index_wrapper .lastest .item .item_title {
    width: 250px;
    margin: 0 0 0 20px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.index_wrapper .lastest .item .time {
    width: 40px;
    float: right;
}

/*search result*/
.result_wrapper {
	margin: 0px 20px;
	width: 960px;
}
.result_wrapper .top {
	padding-top: 20px;
	padding-bottom: 10px;
}
.result_wrapper .top #keyword {
	width: 500px;
	padding: 3px;
}
.result_wrapper .top #j, .result_wrapper .top #f {
	padding: 5px 10px;
	margin: 5px 10px;
}
.result_wrapper .stat {
	background-color: #ECF8FF;
	border-top: 1px solid #6B90DA;
	padding:3px;
	font-size: 14px;
	margin-top: 10px;
}
.result_wrapper .stat .number {
	color: #FF9900;
	font-weight: bold;
}
.result_wrapper .emptyKeyword {
	font-size: 14px;
	padding:3px;
	margin-top: 10px;
}
.result_wrapper .condition {
	font-size: 13px;
	font-weight: bold;
	background-color: #ECF8FF;
	padding: 5px;
	margin: 10px 0px;
}
.result_wrapper .searchresultbox {
}
.result_wrapper .searchresultbox .left {
	float: left;
	width: 78%;
}
.result_wrapper .searchresultbox .left .ad {
	background: #FFF8DD;
}
.result_wrapper .searchresultbox .left .info {
	padding: 10px 0px;
}
.result_wrapper .searchresultbox .left .info .title {
	font-size: 15px;
}
.result_wrapper .searchresultbox .left .info .title .hl {
	color: #FF0000;
}
.result_wrapper .searchresultbox .left .info .title a {
	color: #2200CC;
}
.result_wrapper .searchresultbox .left .info .detail {
	font-size: 13px;
	line-height: 20px;
}
.result_wrapper .searchresultbox .left .info .source a {
	color: #008000;
	text-decoration: none;
}
.result_wrapper .pages {
	text-align: center;
	font-size: 13px;
}
.result_wrapper .pages a {
	margin: 3px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.result_wrapper .pages a.nooutline {
	border-style: none;
}
.result_wrapper .searchresultbox .right {
	float: right;
	width: 17%;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #666666;
}
.result_wrapper .searchresultbox .right .ad {
	margin: 0px 0px 15px;
}
.result_wrapper .searchresultbox .right .hot {
	margin: 0px 0px 15px;
}
.result_wrapper .searchresultbox .right .hot div {
    font-size: 14px;
	padding: 5px 0 0 0;
}
.result_wrapper .searchresultbox .right .hot a:hover {
	text-decoration: none;
}
/*about*/
.about_wrapper {
}
.about_wrapper .aboutus_logo {
	margin: 10px 0px 10px 10px;
}
.about_wrapper .blank {
	background: #4876C3;
	height: 80px;
}
.about_wrapper .blank2 {
	background: #EBEAEA;
	height: 25px;
}
.about_wrapper .content {
	padding: 10px 0px 10px 150px;
}
.about_wrapper .content .left {
	float: left;
	width: 120px;
}
.about_wrapper .content .left .menu {
}
.about_wrapper .content .left .menu li {
	padding: 5px 0px;
	font-size: 14px;
	list-style: none;
}
.about_wrapper .content .left .menu li a {
	color: #2E63BB;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.about_wrapper .content .left .menu li a.currently, .about_wrapper .content .left .menu li a:hover {
	color: #FF9900;
	background: url(../images/dot2.gif) no-repeat 90px center;
}
.about_wrapper .content .right {
	float: left;
	width: 800px;
	line-height: 20px;
	margin: 0px 0px 0px 20px;
}
.about_wrapper .content .right p {
	margin: 0px 0px 15px;
}
/*foot*/
.foot {
	text-align: center;
	padding: 15px 0px;
}
.foot a {
	color: #0000CC;
	text-decoration: underline;
}

