/*2020年5月22日*/
.mapbor{width: 99%;border: 1px solid #E7E7E7; border-radius: 5px; background: #fbfbfb; margin-top: 30px;}
.mapbor p{width: 100%; border-bottom: 1px solid #E7E7E7; line-height: 40px; font-size: 18px; color: #0168b7; font-weight: bold;}
.mapline{width: 7px; height: 20px; display: inline-block; background: #0168B7; border-radius: 3px;margin: 0 15px 0 20px; position: relative; top: 4px;}
.mapitem{width: 100%;padding: 40px 40px; overflow: hidden;}
.mapitem a{font-size: 14px; color: #333333;line-height: 30px;padding-right: 80px;vertical-align: top;
float: left;}
.mapbor:last-child{margin-bottom: 30px;}



@media screen and (max-device-width: 768px) {
    .current-location{display: none;}
	.mapline{display: none;}
	.mapbor p{width: 100%;box-sizing: border-box; padding-left: 5%;
	font-size: 0.28rem;line-height: 0.7rem;
	}
	.mapitem{font-size: 0; overflow: hidden;width: 100%;padding: 5% 5%; box-sizing: border-box;}
	.mapitem a{display: block; width:33%; float: left; padding-right: 0; text-align: left; 
    font-size: 0.26rem;
    line-height: 0.3rem;
    height: 0.3rem;
	padding-bottom: 0.42rem; }
	.mapbor{border-radius: 0;margin-top: 0.3rem;}
}



