/* CSS Document */
.schoollist{ margin:0px; float:left; clear:both;}
.schoollist .item{float:left; margin-top:1px;background-color: ##FCFCFC;border: 1px solid #E3E3E3;}

.schoollist .conbox{
	border:#E3E3E3 solid 1px;
	height:40px;
	margin-top:1px;
	font-size:12px;
	color:#666666;
	text-align: left;
	padding: 15px;
	line-height: 21px;
	float:left;
	background-color:#FFFFFF;
}
.schoollist .conbox img{
	border:#999999 solid 1px;
	float: left;
	margin-right: 10px;
}

.schoollist{ margin:0px; }
.schoollist ul{ margin:0px;}
.schoollist li{
	height: 25px;
	background-color: #EDE9E6;
	background-image: url(../images/jgback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: none;
	float:left;
}

.schoollist span.title{ font-size:14px; font-weight:bold}
.schoollist a{font-size:12px;color:#333333;}
.schoollist a:hover{font-size:12px;}
.schoollist .step{ margin:8px 0px 8px 0px; border-bottom:1px dotted #cccccc}
.schoollist .date{ margin-left:10px; color:#888888}
.schoollist a.more{ float:none;}
.boxright{ background-color:#FFFFFF}
.detailtitle{ display:none}

