body{
	background-color: #f6f7fa !important;
}
.page_top{
	width: 100%;
}
.page_top img{
	width: 100%;
	vertical-align: middle;
}
.page_box{
	width: 100%;
	margin-top: 50px;
}
.page_title{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.page_desc{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 64px;
}
.page_content_item{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #ffffff;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 20px;
}
.page_content_item:last-child{
	margin-bottom: 50px !important;
}
.page_content_item_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_content_item_top .page_content_item_top_left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page_content_item_top .page_content_item_top_left .page_content_item_title{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-right: 30px;
}
.page_content_item_top .page_content_item_top_left .page_content_item_time{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
}
.page_content_item_top .page_content_item_top_right{
	width: 14px;
	height: 14px;
	min-width: 14px;
	cursor: pointer;
}
.page_content_item_top .page_content_item_top_right img{
	width: 100%;
	height: 100%;
	transition: all 0.25s linear;
}
.turn_class img{
	transform: rotateZ(180deg) !important;
}
.page_content_item_center{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.page_content_item_center span{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding-right:10px;
	margin-right: 10px;
	border-right: 1px solid #e6e6e6;
}
.page_content_item_center span:last-child{
	padding-right:0px !important;
	margin-right: 0px !important;
	border: none;
}
.page_content_item_bottom{
	width: 100%;
	margin-top: 17px;
	display: none;
}
.page_bottom_content{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #F6F7FA;
}
.page_bottom_btn{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}
.page_bottom_btn .page_btn{
	width: 130px;
	height: 44px;
	background: #1E50AE;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 44px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}