@charset "utf-8";
/* CSS Document */
body{
font: 12px/18px "宋体";
}
.area {
	width:680px;
	height:307px;
	margin-top: 10px;
	background-color: #FFF;
	}
.area_box {
	width:145px;
	height:234px;
	border:#999 1px solid;
	padding: 5px;
	text-align: center;
	float: left;
	margin-left: 6px;
	}
.area_list {
	height: 260px;
	width: 670px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom:#999 1px dashed;
	margin-bottom: 10px;
}
.area_c {
	height: 676px;
	width: 596px;
	border:#333 1px solid;
	margin:10px auto;
}
.sa  img {
	margin-left: 20px;
}


/* 项目展示 */
#coverBox {
	width:508px;
	overflow:hidden;
	position:relative;
	height:90px;
	margin:0px auto 0px auto;
}
#imgBox {
	position:absolute;
}
#imgNodeBox div {
	width:107px;
	height:81px;
	cursor:pointer;
	margin:5px 10px;
	border-width:0px;
	border-color:#FF9AB9;
}
#imgNodeBox .pic {
	border-style:dashed;
}
#imgNodeBox .picA {
	border-style:solid;
}
#imgNodeBox img {
	border:none;
}