.content {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.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;
	text-transform: uppercase;
}

.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;
}
.raise{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.raise_ul {
	width: 103%;
	overflow: hidden;
}

.raise_ul li {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 5%;
	border-bottom: 1px solid #D4DBDD;
    padding-bottom: 10px;
}

.raise_ul li .raise_title {
	width: 100%;
	overflow: hidden;
	display: flex;
	overflow: hidden;
}

.raise_title>div {
	width: 4px;
	height: 22px;
	background: rgba(183, 27, 34, 1);
	float: left;
}

.raise_title h4 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: #B71B22;
	margin-left: 10px;
}

.raise_content {
	width: 100%;
	height: 48px;
	margin-top: 10px;
	overflow: hidden;
}

.raise_content p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #71767C;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.raise_time {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.raise_time>p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: rgba(158, 165, 175, 1);
	float: left;
}

.raise_time>div {
	float: right;
	overflow: hidden;
}

.raise_time>div>p {
	float: left;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 29px;
	color: rgba(113, 118, 124, 1);
}
.raise_time>div>span{
	    float: right;
    margin-left: 10px;
    font-size: 12px;
    margin-top: 7px;
    color: #71767C;
}
.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;
}