.banner {
	position: relative;
	background-color: white;
}
.banner .swiper {
	overflow: hidden;
}
.banner .swiper-slide {
	width: 100%;
	height: 6.4rem;
}
.banner .swiper-slide img {
	width: 100%;
	height: 100%;
}
.nav {
	padding: 0.82rem 0;
	overflow: hidden;
	margin-top: -0.6rem;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	background-color: white;
}
.nav .item {
	display: block;
	float: left;
	width: 6rem;
	height: 2.05rem;
	font-size: 0.71rem;
	text-align: center;
	line-height: 2.05rem;
	margin: 0.38rem 0.38rem 0 0;
	border-radius: 0.33rem;
	background-color: #f5f5f8;
}
.nav .item:nth-child(1) {
	color: white;
	background-color: #f36e34;
}
.nav .item:nth-child(2) {
	color: white;
	background-color: #2191f0;
}
.nav .item:nth-child(3) {
	color: white;
	background-color: #08c3bc;
}
.nav .item:nth-child(-n+3) {
	margin-top: 0;
}
.nav .item:nth-child(3n) {
	margin-right: 0;
}
.channel {
	padding-bottom: 0.2rem;
	background-color: white;
}
.channel .item {
	display: inline-block;
	width: 5.94rem;
	height: 3.6rem;
	margin-right: 0.2rem;
}
.channel .item:last-child {
	margin-right: 0;
}
.channel .item img {
	width: 100%;
	height: 100%;
}
.document-list {
	overflow: hidden;
}
.document-list .tip {
	display: flex;
	align-items: center;
	height: 2.25rem;
	font-size: 0.7rem;
	font-weight: bold;
	padding-left: 0.4rem;
	margin-top: 0.8rem;
	border-radius: 0.4rem;
	background-color: #f5f5f8;
}
.document-list .tip img {
	display: block;
	width: 0.8rem;
	height: 0.75rem;
	margin-right: 0.5rem;
}
.document-list .more {
	display: flex;
	justify-content: center;
	padding: 1.07rem 0;
}
.document-list .more .button {
	display: flex;
	align-items: center;
	color: #0080FE;
	font-size: 0.75rem;
}
.document-list .more .button img {
	position: relative;
	top: 0.05rem;
	width: 0.64rem;
	height: 0.64rem;
	margin-left: 0.27rem;
}
.sentence {
	padding: 0.88rem 0;
	background-color: rgba(221, 238, 255, 0.47);
}
.sentence .row {
	overflow: hidden;
	margin-bottom: 0.75rem;
}
.sentence .row:last-child {
	margin-bottom: 0;
}
.sentence .title {
	font-size: 0.8rem;
	text-align: center;
	margin-bottom: 0.4rem;
}
.sentence .item {
	display: block;
    float: left;
    width: 1.8rem;
    height: 1.5rem;
	font-size: 0.7rem;
	text-align: center;
	line-height: 1.5rem;
	border: 0.03rem solid #e8e8e8;
}
.swiper-box {
	background-color: white;
}
.swiper-box .swiper {
	margin-bottom: 0.4rem;
	padding-bottom: 1.33rem;
}
.swiper-box img {
	width: 9.18rem;
	height: 4.7rem;
	border-radius: 0.4rem;
}
.swiper-box .swiper-pagination {
	bottom: 5px;
}