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

.content-top {
	width: 100%;
	max-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-title {
	width: 100%;
	height: 120px;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	padding-top: 10px;
}

.content-box-title p {
	width: 1020px;
	text-align: center;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content-box-title .title {
	font-size: 24px;
	color: #2D3038;
	line-height: 60px;
}

.content-box-title span {
	font-size: 14px;
	line-height: 25px;
}

.content-box-title .type {
	color: #B71B22;
	margin-right: 10px;
}

.content-box-title .time {
	color: #9EA5AF;
}
.content-box-text{
	width: 1020px;
	height: auto;
	border-bottom: 1px solid gainsboro;
	margin: auto;
	padding: 30px 0;
	line-height: 26px;
}
.content-box-text p{
	text-indent: 2em;
	font-size: 14px;
	color: #71767C;
}
.content-box-text-img{
	width: 671px;
	height: 384px;
	margin: 30px auto;
}
.content-box-text-img img{
	width: 671px;
	height: 384px;
}
.content-box-text img{
	max-width: 100%;
	height: auto;
}
.content-box-footer{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	line-height: 60px;
}
.content-box-footer a{
	color: #B71B22;
	font-size: 14px;
}
.content-box-footer span{
	color: #9EA5AF;
	margin: 0 10px;
}
@media only screen and (max-width: 1000px) {
	.content-box , .content-box-text , .content-box-text , .content-box-title p{
		width: 100%;
	}
	.content-box-text p{
		text-indent: 0 !important;
	}
	.content-box-text{
		padding: 10px 20px;
		line-height: 30px;
		font-size: 14px;
	}
}