/*广州地图 开始*/
#map{
	width:64%; height:800px; border:solid 1px #DCDCDC;float:left;position:relative;
}
/*广州地图 结束*/
/*	学校信息小窗口	开始*/
#school-card{
	width:230px;
	height:330px;
	position:absolute;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#fff;
	-webkit-box-shadow: #666 0px 1px 5px;
    -moz-box-shadow: #666 0px 1px 5px;
    box-shadow: #666 0px 1px 5px;
    z-index: 100;
}
#school-card #close{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position:absolute;
	border:none;
	top:0;
	right:0;
	cursor:pointer;
	color:#ffffff;
	background-color: rgba(18, 150, 219, 0);
}
#school-card #school-name{
	width:230px;
	height:40px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:40px;
	overflow:hidden;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	background-color: #1296db;
}
#school-card #simpleForecast{
	width:210px;
	height:280px;
	margin:2px 10px;
	font-size:15px;
}
#school-card #simpleForecast #tqsk{
	width:210px;
	height:60px;
}
.sub-title{
	width:210px;
	height:30px;
	text-align:center;
	line-height:30px;
	vertical-align: middle;
} 
#school-card #tqsk li{
	float:left;
	width:68px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}
#school-card #tqsk #sk-tem{
	 color:#f08217;
	 font-size: 16px;
}
#school-card #tqsk #rain,#wind{
	 border-left:1px dashed #c9c9c9;
}
#school-card #tqsk #windDescribe{
	 font-size: 13px;
}
#school-card #_3hoursForecast{
	width:210px;
	height:200px;
	margin-top: 0px;
}
#school-card #_3hoursForecast #alarmImg {
	height:35px;
	width:206px;
	line-height:35px;
	border-bottom:1px solid #c9c9c9;
	text-align:center;
}
#school-card #_3hoursForecast #alarmImg img{
	position:relative;
	top:2px;
	width:30px;
	height:28px;
}
#school-card #_3hoursForecast ul{
	width:210px;
	height:123px;
}
#school-card #_3hoursForecast li{
	float:left;
	width:68px;
	height:120px;
	text-align:center;
	border-top:1px solid #c9c9c9;
}
#school-card #_3hoursForecast li .item1{
	height:27px;
	line-height: 27px;
	font-size: 13px;
}
#school-card #_3hoursForecast li .item2{
	font-size: 13px;
}
#school-card #_3hoursForecast li .item3{
	height:35px;
}
#school-card #_3hoursForecast li .item3 img{
	width:35px;
	height:35px;
}
#school-card #_3hoursForecast #forecastHours2,#forecastHours3{
	border-left:1px dashed #c9c9c9;
}
#school-card #_3hoursForecast #viewMore{
	margin-top:3px;
	width:210px;
	height:30px;
	color:#1296db;
	cursor:pointer;
	text-align:center;
	line-height:30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border:1px solid #1296db;
	background-color:#fff;
}
/*	学校信息小窗口	结束*/
/* 详细搜索	开始 */
.border-shadow{
	border-top:solid 1px #DCDCDC;
	border-left:solid 1px #DCDCDC;
	border-right:solid 1px #DCDCDC;
	border-bottom:2px solid #DCDCDC;
}
#detailSearch{
	float: left;
	width:33%;
	height:800px;
	margin-left:20px;
}

#detailSearch #detailTitle{
	width:150px;
	height:40px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:40px;
	background-color: #1296db;
}
#option_box{
	width:330px;
	/* height:190px; */
	height:130px;
}
#option_box option{
	color:black;
}
#option_box #area,#stype,#seachButton{
	width:309px;
	height:50px;
	float:left;
	cursor:pointer;
	margin:10px 10px 0px 10px;
	font-size:16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#option_box #seachButton{
	text-align:center;
	line-height:45px;
	color:white;
	font-size:18px;
	background-color: #f08217;
}
#option_box select {/* 清除select边框和小三角， 换成自己指定样式 */
  border: solid 1px rgba(128, 128, 128, 0.5);  
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/  
  background: url(../../images/school/x3j.png) no-repeat scroll right center transparent; 
  background-size:13px;   
  padding-left:15px;
  background-position:270px;  
}  
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
#option_box select::-ms-expand { display: none; }  
/* 详细搜索  结束*/

/*	学校列表展示	开始*/
#scroll_div{
	width:332px;
	height:606px;
	margin-top:20px;
	overflow: hidden;
}
#scroll_div li{
	width:330px;
	height:120px;
	position:relative;
	border-bottom:solid 1px #DCDCDC;
}
#school-left{
	float:left;
	width:120px;
	height:120px;
}
#school-left img{
	width:110px;
	height:110px;
	margin:5px;
} 
#school-right{
	float:left;
	width:200px;
	height:120px;
}
#school-right #school-name{
	width:190px;
	font-size: 18px;
	margin:8px;
	overflow:hidden;
	font-family: 微软雅黑;
}
#school-right #school-intro{
	width:190px;
	height:40px;
	margin:8px;
	overflow:hidden;
}
#school-right span{
	color:#999;
}
#scroll_div li a{
	position:absolute;
	right:12px;
	bottom:2px;
	color:#1296db;
}
/*	学校列表展示	结束*/