.content {
	width: 100%;
	height: auto;
}

.content-top {
	width: 100%;
	height: 260px;
}
.content-top img {
	width: 100%;
	height: 260px;
}
.content-box {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 20px 0;
}

.content-box-title-en {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #71767C;
}

.content-box-title-ch {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #B71B22;
	font-size: 36px;
}

.content-box-text {
	width: 100%;
	height: 300px;
	margin: 40px 0;
	display: flex;
}

.content-box-text-img {
	width: 480px;
	height: 292px;
}

.content-box-text-text {
	width: 975px;
	height: 300px;
	padding: 0 20px;
}

.content-box-text-text-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #2D3038;
	font-size: 24px;
}

.content-box-text-text-text {
	width: 100%;
	color: #71767C;
	line-height: 25px;
	    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    height: 173px;
}
.check-more{
	width: 100%;
	height: 44px;
	margin: 20px 0;
}
.check-more button {
	width: 115px;
	height: 44px;
	border: 1px solid #B71B22;
	color: #B71B22;
	background: url(../img/red_more.png)no-repeat;
	background-position: 95px 17px;
	cursor: pointer;
	outline: none;
}

@media only screen and (max-width:1000px ) {
	.content-box{
		width: 100%;
	}
}