@charset "utf-8";
/* CSS Document */
/* 设置容器样式 */
			#dituContent {
				height: 250px;
				width: 100%;
			}

			.mapContent {
				width:200px;
				position: relative;
				top: -20px;
				
			}

			.BMap_bubble_content {
				overflow: visible !important;
			}

			.mapContent .title {
				width: 100%;
				font-size: 12.5px;
				color: #333;
				line-height: 20px;
				font-weight: bold;
			/*	padding-left: 5px;
				padding-top:5px;*/
			}

			.mapContent .main {
				font-size: 12.5px;
				line-height: 20px;
				color: #333;
			/*	padding-left: 5px;
				padding-top:5px;*/
			}

			.mapContent .main p {
				margin: 0;
				padding: 0;
			}
			.mapContent .main p a{
				color: #333333;
				text-decoration: none;
			}
			.mapContent .main p a:hover{
				color: #333333;
				text-decoration:underline;
			}
