@charset "utf-8";
/* CSS Document */
#search {
	float:left;
	width:160px;
	padding:10px;
	margin-right:10px;
	background-color:#FFF;
	position:relative;
}
#rtwrap {
	background-color:#FFF;
	float:left;
	width:788px;
	padding:10px;
}
#content {
	float:left;
	width:600px;
}
#rtbar {
	float:left;
	width:140px;
	padding-left:10px;
}
.select, .range, .keywords {
	margin-bottom:5px;
}
.select label, .range label, .keywords label {
	width:60px;
	font-size:12px;
	text-align:right;
	float:left;
}
.select select {
	width:95px;
}
.range input {
	width:32px;
}
.keywords input {
	width:90px;
}
.click {
	padding:0px 0px 10px 25px;
	font-size:12px;
}
.searchbtn input {
	background-color:#CC6633;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	padding:5px;
	border:1px solid #FD5900;
	letter-spacing:5px;
	float:right;
	margin-right:5px;
}
h3 {
	border-bottom:3px solid #ccc;
	margin-bottom:10px;
}
h3 span {
	float:right
}
h3 span a {
	font-size:12px
}
.boxwrap {
	width:290px;
	float:left;
	height:115px;
	margin-bottom:10px;
	margin-right:5px;
	background-color:#EEE;
}
.boxwrap-hover {
	width:300px;
	background-color:#eee;
	float:left;
}
.boxwrap h2 {
	font-size:14px;
	padding:0;
	margin:0;
	padding:5px;
	width:280px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.boxwrap .pic {
	float:left;
	width:85px;
	padding-left:5px;
}
.boxwrap .pic img {
	width:85px;
	height:80px;
}
.boxwrap .info {
	float:left;
	width:195px;
}
.boxwrap ul {
	padding:0 0 0 5px;
	margin:0;
}
.boxwrap ul li {
	list-style:none;
	font-size:12px;
	color:#666;
	line-height:150%;
}
.boxwrap em {
	color:#F60;
	font-weight:bold;
	font-size:22px
}
.odd {
	background: #eff2ff;
}
.even {
	background: #e8edff;
}
table th {
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}
.swf {
	margin-bottom:10px;
}
.remark {
	font-size:12px;
}
.ad {
	margin-top:10px;
}
#projectnav {
	float:right;
}
.more {
	text-align:right;
}


#footer{width:960px;background:#fff;}
#rtwrap{width:788px;}