.indexZhouyiLogo {
	width: 100%;
	float: left;
	text-align: center;
}
.indexZhouyiLogo img {
	width: 4rem;
}
.indexZhouyiAbout {
	width: 100%;
	float: left;
}
.indexZhouyiAbout .row {
	width: 100%;
	float: left;
	font-size: .28rem;
	color: #67636a;
	margin: .2rem 0 0 0;
}
.indexZhouyiAbout .row .zuo {
	width: 1.3rem;
	float: left;
	font-weight: bold;
	text-align: center;
}
.indexZhouyiAbout .row .zuo::after {
	content: "";
	width: 100%;
	float: left;
	display: inline-block;
	height: .13rem;
	border-radius: .1rem;
	margin: -.15rem 0 0 0;
}
.indexZhouyiAbout div:nth-child(odd).row .zuo::after {
	background: #fdefd0;
}
.indexZhouyiAbout div:nth-child(even).row .zuo::after {
	background: #fcd7ef;
}
.indexZhouyiAbout .row .you {
	overflow: hidden;
	padding: 0 0 0 .2rem; 
	text-align: justify;
}
