@charset "utf-8";
/* html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	position: absolute;
} */
/*地图样式*/
#map_container{
	width: 100%;
	height: 329px;
}
.inx-cole .info {
    border: solid 1px #cccccc;
	border-radius: 5px;
	width: 210px;
	height: 130px;
}
.info-top img{
	width: 13px;
}
div.info-top{
	display: none;
    /* position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    background: #20a7f6;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0; */
}
div.info-top div {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}
div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

p#textaddr{
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
}

p#hostitle{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #20a7f6;
	padding-top: 11px;
	padding-bottom: 11px;
}
div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}
div.info-middle {
    font-size: 12px;
    /* padding: 6px; */
    line-height: 20px;
	overflow: hidden;
	border-radius: 5px;
}
div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}
div.info-bottom img {
    position: relative;
    z-index: 104;
}
/* span {
    margin-left: 5px;
    font-size: 11px;
} */
.info-middle img {
    /* float: left;
    margin-right: 6px; */
	display: inline-block;
	width: 210px;
	height: 80px;
	background-color: #ffffff;
	border-radius: 5px 5px 0px 0px;
}
/*地图样式end*/
#container_map {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.button-group {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	padding: 10px;
}

.button-group .button {
	height: 28px;
	line-height: 28px;
	background-color: #0D9BF2;
	color: #FFF;
	border: 0;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}
.button-group .inputtext {
	height: 26px;
	line-height: 26px;
	border: 1px;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}
 /*
.tip {
	position: absolute;
	bottom: 30px;
	right: 10px;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 30px;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 12px;
}
*/
#tip {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	top: 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 30px;
}
/*
#tip input[type='button'] {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0D9BF2;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	outline: none;
	border: 0;
}
*/
.amap-info-content {
	font-size: 12px;
}
#myPageTop {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding:6px;
	font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ", "Pinghei";
	font-size: 14px;
}
#myPageTop label {
	margin: 0 20px 0 0;
	color: #666666;
	font-weight: normal;
}
#myPageTop input {
	width: 170px;
}
#myPageTop .column2{
	padding-left: 25px;
}
