/* 展示内容 */
.city-container {
	min-height: calc(100vh - 791px);
}

.city-map-title-box {
	margin-top: 49px;
	width: 178px;
	height: 242px;
	border: 3px solid #05607E;
	/* opacity: 1; */
}

.city-map-title-box>div:nth-child(2) {
	margin: 0 auto;
	height: 37px;
	font-size: 22rem;
	font-family: PingFangSC-Medium;
	line-height: 40px;
	color: #05607E;
	opacity: 1;
	margin-top: 40px;
	width: 112px;
}

.city-map-title-box>div:first-child {
	background-color: #FFFFFF;
	width: 345px;
	height: 112px;
	font-size: 35rem;
	font-family: PingFangSC-Medium;
	line-height: 56px;
	color: #333333;
	opacity: 1;
	position: relative;
	left: 55px;
	top: 46px;
}

.city-map-title-box>div:first-child>div:first-child {
	text-align: left;
}

.city-map-title-box>div:first-child>div:nth-child(2) {
	text-align: right;
}


.city-map-title-box>div:nth-child(2)>div {
	width: 22px;
	height: 2px;
	background: #05607E;
	opacity: 1;
	margin-top: 11px;
	transition: 0.3s;
}

.container:hover .city-map-title-box>div:nth-child(2)>div {
	width: 44px;
	transition: 0.3s;
}

.city-map-box {
	width: 70%;
	margin: 0 auto;
}

.city-map-box img {
	width: 100%;
	height: auto;
}

.citys-list-box {
	font-size: 16rem;
	font-family: PingFangSC-Medium;
	line-height: 28px;
	color: #666666;
}



@media (max-width: 1200px) {
	.city-map-title-box>div:first-child {
		width: 295p;
	}
}

@media (max-width: 992px) {
	.about-swiper-box {
		margin-left: 25px;
	}

	.city-map-title-box {
		margin-top: 49px;
		width: 150px;
		height: calc(242px * 150 / 178);
		border: 3px solid #05607E;
		/* opacity: 1; */
	}

	.city-map-title-box>div:first-child {
		background-color: #FFFFFF;
		width: 220px;
		height: 70px;
		font-size: 30rem;
		font-family: PingFangSC-Medium;
		line-height: 35px;
		color: #333333;
		opacity: 1;
		position: relative;
		left: 50px;
		top: 30px;
	}

	.city-map-title-box>div:nth-child(2) {
		margin: 0 auto;
		height: 37px;
		font-size: 22rem;
		font-family: PingFangSC-Medium;
		line-height: 40px;
		color: #05607E;
		opacity: 1;
		margin-top: 50px;
		width: 112px;
	}
}

@media (max-width: 750px) {
	.city-map-box {
		width: 90%;
		margin: 0 auto;
	}

	.city-map-title-box {
		margin-top: 40px;
		width: 100px;
		height: calc(242px * 100 / 178);
		border: 3px solid #05607E;
	}

	.city-map-title-box>div:first-child {
		background-color: #FFFFFF;
		width: 152px;
		height: 50px;
		font-size: 23rem;
		font-family: PingFangSC-Medium;
		line-height: 25px;
		color: #333333;
		opacity: 1;
		position: relative;
		left: 25px;
		top: 15px;
	}

	.city-map-title-box>div:nth-child(2) {
		margin: 0 auto;
		height: 40px;
		font-size: 20rem;
		font-family: PingFangSC-Medium;
		line-height: 40px;
		color: #05607E;
		opacity: 1;
		margin-top: 30px;
		width: 75px;
	}

	.city-map-title-box>div:nth-child(2)>div {
		width: 22px;
		height: 2px;
		background: #05607E;
		opacity: 1;
		margin-top: 0px;
		transition: 0.3s;
	}
	
	.citys-list-box {
	    margin-bottom: 15px;
	    font-size: 16rem;
	    font-family: PingFangSC-Medium;
	    line-height: 28px;
	    color: #666666;
	}
}
