﻿body, html {width: 100%;height: 100%;margin:0;font-family:"微软雅黑";}

#dituContent{width:100%;height:100%;}
	
#myPageTop{
    position: absolute;
    z-index:10;
    top:15px;
    left:340px;
    transform: translateX(-60%);
    background: #fff;
    width:320px;
    padding:20px;
	
}
#campusOption{
    position: absolute;
    top:50px;
    right:100px;
   background: #fff;
    width:225px;
	
}

.bar{
    display: inline-block;
    text-align: center;
    padding:5px 10px;
    color:#ffffff;
    background: #ff950e;
    text-decoration:none;
}
#myPageTop #show{
    display: block;
}

.pageShow h3{
    margin:20px 0 10px;
}
#panel {
    position: absolute;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}
.infowindow-content{
    padding:12px 8px;
    color:#fff;
    background:#ccc;
}

h3{
    font-family: "Microsoft YaHei";
    !important;
	font-size:15px;
}

.result{
    font-family: "Microsoft YaHei";
    !important;
	font-size:13px;
	color:#000;
	
}

.pageShow{
    display:block;
}

.searchResult {left:10px;height:180px;overflow:auto;}
.searchResult td{height:50px;padding:5px;cursor:pointer;line-height:25px;}
.searchResult tr:hover { 
    background-color:#efefef; 

}
