.content {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.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;
}
.content-box-details{
	width: 100%;
	height: auto;
	/*max-height: 1280px;*/
	border-bottom: 1px solid gainsboro;
	display: flex;
	justify-content: center;
}
.content-box-left{
	width: 70px;
	height: auto;
	max-height: 1280px;
}
.dian{
	width: 13px;
	height: 13px;
	/*background: url(../img/mrfltl_huidian.png)no-repeat;*/
	margin: auto;
	background: #D4DBDD;
	border-radius: 50%;
}
.act{
	background: url(../img/mrfltl_hongdian.png)no-repeat;
}
.xian{
	width: 1px;
	height: 238px;
	background: url(../img/shuxian.png)no-repeat;
	margin: auto;
}
.content-box-right{
	/*width: 1062px;*/
	width: 100%;
	height: auto;
	/*max-height: 1280px;*/
	overflow: hidden;
}
.content-box-right li{
	/*width: 1062px;*/
	width: 100%;
	height: 219px;
	/*background: #F4F4F4;*/
	margin-bottom: 32px;
	display: flex;
	align-items: center;
}
.content-box-right li a{
	display: flex;
}
.content-box-right li:hover .actived{
	font-size: 24px;
	color: #B71B22;
}
.content-box-right li:hover .dian{
	background: #B71B22;
}
.content-box-right-left{
	width: 20%;
	height: 180px;
	border-right: 1px solid gainsboro;
	padding: 0 20px;
	float: left;
	margin-top: 20px;
}
.dians_left{
	width: 10%;
	height: 219px;
	margin-top: 16px;
}
.dians_right{
	width: 90%;
	height: 219px;
	background: #F4F4F4;
	margin-top: 16px;
}
.date{
	font-size: 24px;
	color: #2D3038;
	font-weight: bold;
}
.actived{
	/*color: #B71B22;*/
}
.year{
	font-size: 24px;
	color: #71767C;
}
.content-box-right-left img{
	margin: 20px 0;
}
.content-box-right-right{
	width: 80%;
	height: 180px;
	padding: 0 20px;
	float: right;
	margin-top: 20px;
}
.title{
	font-size: 24px;
	color: #2D3038;
	margin-bottom: 20px;
}
.text{
	font-size: 14px;
	color: #71767C;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.content-box-page{
	width: 100%;
	height: 35px;
	margin-top: 20px;
}
.content-box-page ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-box-page li{
	margin-right: 10px;
}
.content-box-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;
}
.content-box-page .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%;
	}
}