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

.content-top {
	width: 100%;
	max-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;
}
.tab-nav{
	width: 100%;
	height: 40px;
	margin-top: 30px;
}
.tab-nav ul{
	display: flex;
	justify-content: center;
}
.tab-nav ul li{
	width: 116px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #71767C;
}
.tab-nav .active{
	background: #B71B22;
	color: white;
}
.tab-content{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.tab-content-box{
	display: none;
}
.tab-content .active{
	display: block;
}
.tab-content-box .list li{
	border-bottom: 1px solid red;
}
.tab-content-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	margin-top: 20px;
}
.tab-content-title a{
	color: #2D3038;
}
.tab-content-title a:hover{
	color: #B71B22;
}
.tab-content-text{
	width: 100%;
	height: 75px;
	line-height: 24px;
	color: #71767C;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.tab-content-footer{
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: flex;
}
.tab-content-footer-type{
	color: #B71B22;
	font-size: 14px;
	margin-right: 10px;
}
.tab-content-footer-time{
	font-size: 14px;
	color: #9EA5AF;
	margin-right: 10px;
}
.tab-content-footer-more button{
	width: 80px;
	height: 50px;
	background: none;
	background: url(../img/more.png)no-repeat;
	background-position: 60px 20px;
	color: #71767C;
	text-align: left;
	border: none;
	outline: none;
	cursor: pointer;
}
.page{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.page>li{
	margin-right: 10px;
}
.page button{
	border: none;
	outline: none;
	cursor: pointer;
}
.prev{
	width: 86px;
	height: 35px;
	background: #FFFFFF;
	color: #DBE0E4;
}
.pagenum{
	width: 34px;
	height: 35px;
	color: #909090;
	background: none;
}
.actived{
	background: #8B2123;
	color: white;
}
.next{
	width: 86px;
	height: 35px;
	background: #323B44;
	color: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
	.content-box{
		width: 100%;
	}
	
}