#content {
	margin-top: 5.98958vw;
	margin-bottom: 5.10417vw;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.my-page-wrap {
	text-align: right;
		width: 72.91667vw;
}

.banner {
	width: 100%;
	height: 30.625vw;
	background: url('http://static.kupurui.cn/cprt_website/pc/information/information_banner_0.png') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;

}

.banner .enlish {
	margin-top: 23.38542vw;
	width: 72.91667vw;
	font-size: 3.125vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
}

.banner .enlish .heng {
	width: 2.60417vw;
	height: 0.52083vw;
	margin-left: 1.61458vw;
	margin-top: 2.60417vw;
	background: #FFFFFF;
}

/* 新闻列表 */
.nav {
	width: 72.91667vw;
	margin-top: 2.65625vw;
	margin-bottom: 0px;
	list-style-type: none;
	padding: 0;
}

.nav .list {
	width: 100%;
	height: 8.85417vw;
	margin-bottom: 1.77083vw;
	cursor: pointer;
	background: #F4F4F4;
	display: flex;
}

.nav .list .left {
	width: 8.85417vw;
	height: 8.85417vw;
	background: #4DC1E7;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.nav .list .left .day {
	margin-top: 1.5625vw;
	font-size: 3.125vw;
	font-family: Source Han Sans CN;
	font-weight: 800;
	color: #FFFFFF;

}

.nav .list .left .month {
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.nav .list .right {
	width: 61.45833vw;
	padding: 1.82292vw 0px 0px 2.55208vw;
}

.nav .list .right .title {
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	line-height: 1.5625vw;
	
	width: 61.45833vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.nav .list .right .introduce {
	margin-top: 0.41667vw;
	font-size: 0.83333vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BDBDBD;
	line-height: 1.5625vw;
	
	width: 61.45833vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav .list .right .info {
	margin-top: 0.9375vw;
	font-size: 0.83333vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4DC1E7;
	line-height: 1.5625vw;
	cursor: pointer;
}

.paging {
	display: none;
	width: 72.91667vw;
	margin-top: 0.83333vw;
}

.paging .pagination {
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;

	display: flex;
	justify-content: flex-end;

}

.paging .pagination li {
	width: 2.39583vw;
	height: 2.08333vw;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 0.3125vw;

	font-size: 0.9375vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 2.08333vw;
	text-align: center;

	margin-left: 0.72917vw;
}

.paging .pagination .active {
	width: 2.39583vw;
	height: 2.08333vw;

	background: #4DC1E7;
	border: 1px solid #FFFFFF;
	border-radius: 0.3125vw;

	font-size: 0.9375vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.08333vw;
	text-align: center;

	margin-left: 0.72917vw;
}
