.content {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.content-top {
	width: 100%;
	height: 260px;
}

.content-top img {
	width: 100%;
	height: 260px;
}

.content-title-en {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #71767C;
	margin-top: 30px;
}

.content-title-ch {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #B71B22;
	font-size: 36px;
	text-align: center;
}

.content-box {
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	display: flex;
}

.content-box-left {
	width: 45%;
	height: auto;
	padding: 0 20px;
}

.content-box-left li {
	width: 100%;
	height: 100px;
	padding: 20px 20px;
	border-bottom: 1px solid gainsboro;
}

.icon {
	float: left;
	margin-right: 20px;
}

.title {
	float: left;
	color: #2D3038;
	margin-right: 10px;
}

.text {
	float: left;
	color: #2D3038;
	font-size: 18px;
	width: 360px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.content-box-right {
	width: 55%;
	height: auto;
}

#allmap {
	width: 95%;
	height:390px;
	margin: auto;
	overflow: hidden;
}
@media only screen and (max-width:1000px ) {
	.content-box{
		width: 100%;
	}
}