@CHARSET "UTF-8";
.clear {
    clear: both;
}
#locationMap{
	z-index: 1;
}
.maps-center{
	padding:20px 0;
}
.map-center-box {
    position: relative;
    overflow: hidden;
}
.map-condition {
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,0.2);
    width: 900px;
    height: 55px;
}
.map-condition ul{
	padding: 0 15px;
    height: 55px;
    box-sizing: content-box;
}
.map-condition ul > li{
	float: left;
	margin: 10px 0 0 0;
}
.map-condition ul > li.buttons{
	border-radius: 5px;
	overflow: hidden;
}
.map-condition ul > li > input[type="text"] {
    width: 200px;
    height: 35px;
    border: 0px;
    padding: 0 10px;
    float: left;
}
.map-condition ul > li > .search-btn {
	height: 35px;
	width: 40px;
	background: #db1516;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 35px;
}
.map-condition > p{
	width: auto;
    height: 20px;
    color: #666666;
    margin: 10px 0 0 10px;
}
.map-condition ul > li.slecet-item {
	padding: 0 10px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    margin: 10px 0 0 0;
    border-right: 1px solid #dcdcdc;
    position: relative;
    height: 45px;
    width: 80px;
}
.map-condition ul > li.slecet-item > .selcet-top {
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.map-condition ul > li.slecet-item > .selcet-top:before{
	content:"";
}
.map-condition ul > li.slecet-item > .selcet-center {
    position: absolute;
    top: 45px;
    background: #fff;
    color: #565656;
    width: 380px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-top: 0px;
    box-shadow: 0px 2px 4px 0px #929292;
    text-align: left;
    left: -10px;
}
.map-condition ul > li.slecet-item > .selcet-center .selcet-info-item {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    cursor: pointer;
}
.map-condition ul > li.slecet-item > .selcet-center .selcet-info-item:hover,.map-condition ul > li.slecet-item > .selcet-center-list .selcet-info-child span:hover{
	color:#db1516;
}
.map-condition ul > li.slecet-item > .selcet-center .selcet-info-item:hover > .selcet-info-child{
	color:#222;
}
.map-condition ul > li.slecet-item > .selcet-center .selcet-info-item.active{
	color:#db1516;
}
.map-condition ul > li.slecet-item > .selcet-center-list{
	width: 100px;
}
.map-condition ul > li.slecet-item > .selcet-center-list .selcet-info-child{
	position: absolute;
    left: 99px;
    width: 100px;
    background: #FFF;
    padding: 10px;
    top: 0;
}
.map-condition ul > li.slecet-item > .selcet-center-list .selcet-info-child span{
	display: block;
    width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-condition ul > li.slecet-item > .selcet-center-list .selcet-info-item{
	width: 100px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
/* 地图 */
.map-box{
	/* height: 640px; */
    /* border-top: 1px dashed #ddd; */
    padding-top: 10px;
    overflow: hidden;
}
.map-title{
	height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.map-title > span{
	display:block;
	float:left;
	font-size: 16px;
    color: #306496;
}
.map-title > span.right{
	float: right;
}
.map-title > span > span{
	font-size:18px;
}
.map-title > span > .tip{
	border: 1px solid #d6e4ff;
    background: #f2f7fd;
    padding: 7px 7px;
    font-size:14px;
    margin: 0 10px 0 0;
}
.map-title > span > input{
	width: 60px;
    height: 30px;
    line-height: 30px;
    background: #3667aa;
    border: transparent;
    color: #fff;
    margin-top: 5px;
    float:right;
}
.map{
    width: 900px;
    height: 630px;
    float:left;
}
.map-right-nav {
    float: right;
    width: 270px;
    height: 630px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
.map-right-nav-top {
    height: 70px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    position: relative;
    background: #f9f9f9;
}
.map-top-return {
	position: absolute;
    left: 10px;
    top: 34%;
    color: #b7b5b5;
    font-size: 20px;
}
.map-top-info {
    width: 84%;
    margin: 0 auto;
}
.map-top-info span {
    display: block;
}
.map-top-info span:first-child{
    font-size: 16px;
    margin: 16px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
/* .map-top-info span:last-child {
    font-size: 12px;
    color: #c3c3c3;
    margin: 10px 0 0 0;
} */
.map-right-nav ul {
	height:558px;
    overflow-y: auto;
}
.map-right-nav ul li {
    padding: 10px 0;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    cursor: pointer;
}
.map-right-nav ul li>.arr-name {
    display: block;
    float: left;
    max-width: 165px;
    margin: 0 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.map-right-nav ul li>.arr-name label {
    font-weight: 400;
}
.map-right-nav ul li>.arr-name i {
    margin: 0 10px 0;
}
.map-right-nav ul li>.resource-unm {
    display: block;
    float: left;
    width: 35px;
    text-align: center;
    background: #448dea;
    color: #FFF;
    border-radius: 5px;
    overflow: hidden;
}
.map-right-nav ul li>i{
	 float: right;
}
.map-right-nav ul li.active {
    background: #B43136;
    color: #fff;
}
.map-right-nav ul li.no-data {
    text-align: center;
    cursor: inherit;
    padding: 20px 10px;
    color: #b5b5b5;
}
/* 地图资源列表展示 */
.map-resources-list{
	width: 100% !important;
    padding: 10px !important;
}
.map-resources-list:hover{
	background: #fdfdfd;
}
.map-resources-list:hover .map-resources-title{
	color:#b43136;
}
.map-resources-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #5a5a5a;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.map-resources-info {
    overflow: hidden;
}
.map-resources-info span {
    display: block;
    overflow: hidden;
    color: #5a5a5a;
}
.map-resources-info span label {
    overflow: hidden;
    display: block;
    font-weight: 400;
    float: left;
}
.map-resources-info span label:first-child {
    width: 70px;
    color: #8c8c8c;
}
.map-resources-info span label:last-child {
    width:155px;
}
/* 地图弹出框控制 */
.map-info-box {
    font-size: 14px;
}
.map-resources-head {
    overflow: hidden;
    margin: 0 auto 10px;
}
.map-resources-head span {
    display: block;
    float: left;
    padding: 3px 5px;
}
.map-resources-head span:nth-child(1) {
    border: 1px solid #b43136;
    color: #b43136;
}
.map-resources-head span:nth-child(2) {
    max-width: 300px;
    padding: 4px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}
.map-resources-head span:nth-child(2) a{
	color: #222;
}
.map-resources-head span:nth-child(2) a:hover{
	color: #b43136;
}
.map-resources-time {
    margin: 0 auto 10px;
    overflow: hidden;
    color: #656565;
}
.map-resources-time span {
    margin: 0 10px 0 0;
}
.map-icon{
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	background-size: contain;
	margin: 0 2px 0 0;
}
.map-juhe-point{
	background: url("http://api.map.baidu.com/library/TextIconOverlay/1.2/src/images/m0.png") center center no-repeat;
	background-size: contain;
}
.map-juhe-point-td{
	background: url("../imgs/marker-icon-red.png") center center no-repeat;
	background-size: contain;
}
.map-juhe-point-zb{
	background: url("../imgs/marker-icon-yellow.png") center center no-repeat;
    background-size: contain;
}
.map-juhe-point-ck{
	background: url("../imgs/marker-icon-blue.png") center center no-repeat;
    background-size: contain;
}
.map-juhe-point-tk{
	background: url("../imgs/marker-icon-green.png") center center no-repeat;
    background-size: contain;
}
.map-resources-btn-center {
    overflow: hidden;
}
.map-resources-btn {
    float: right;
    width: 90px;
    text-align: center;
    background: #e2e2e2;
    color: #FFF;
    padding: 2.5px 0;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
.map-resources-btn.active{
	background: #db1516;
}
.map-btn-tips {
    float: right;
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #b3b3b3;
    line-height: 23px;
}
.icon-read{
	color:red;
}
