

/*文字居中*/
.textC{
	text-align: center;
}
.textL{
	text-align: left;
}
.textR{
	text-align: right;
}

