.content {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.content-top {
	width: 100%;
	height: 260px;
}
.content-top img {
	width: 100%;
	height: 260px;
}
.content-box{
	width: 1200px;
	height: auto;
	margin: auto;
}
.content-box-address{
	width: 100%;
	height: 60px;
}
.content-box-address img{
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
.content-box-address p{
	float: left;
	line-height: 60px;
	color: #B71B22;
}
.content-box-address span{
	color: #2D3038;
}
.content-box-left{
	width: 820px;
	height: auto;
	float: left;
	border-right: 1px solid gainsboro;
}
.content-box-left-contact{
	width: 790px;
	height: 60px;
	background: #F4F8FA;
	display: flex;
	align-items: center;
}
.content-box-left-contact>div:first-of-type{
	width: 170px;
	height: 40px;
	border-right: 1px solid gainsboro;
}
.content-box-left-contact>div img{
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}
.content-box-left-contact>div p{
	float: left;
	line-height: 40px;
}
.content-box-left-item{
	width: 790px;
	height: auto;
	padding: 20px 0;
}
.content-box-left-item li{
	margin-bottom: 10px;
}
.content-box-left-item .item-title{
	color: black;
	font-size: 24px;
	line-height: 50px;
}
.content-box-left-item .item-text{
	color: #71767C;
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
}
.content-box-right{
	width: 350px;
	height: auto;
	float: right;
}
.content-box-right-img{
	width: 229px;
	height: auto;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid gainsboro;
}
.content-box-right-text{
	width: 229px;
	height: auto;
	margin: 20px auto;
	text-indent: 2em;
	color: #71767C;
	line-height: 24px;
}
.content-box-right-img img{
	width: 157px;
}
@media only screen and (max-width: 1000px) {
	.content-box{
		width: 100%;
	}
	.content-box-left{
		width: 700px;
	}
	.content-box-right{
		width: 260px;
	}
	.content-box-left-contact{
		width: 100%;
	}
	.content-box-left-item{
		width: 95%;
	}
}