@charset "utf-8";
/*c颜色样式*/
.c_red{
	color: #F30;
	}
.c_black{
	color: #333;
	}
.c_white{
	color: #FFF;
	}	
.c_blue{
	color: #06C;
	}	
.c_green{
	color: #9C0;
	}	
.c_yellow{
	color: #F90;
	}
	
/*s尺寸样式*/
.s_10{
	font-size: 10px;
	line-height: 12px;
	}
.s_12{
	font-size: 12px;
	line-height: 14px;
	}
.s_14{
	font-size: 14px;
	line-height: 16px;
	}
.s_16{
	font-size: 16px;
	line-height: 18px;
	}
.s_18{
	font-size: 18px;
	line-height: 20px;
	}.titcn {
	font-size: 15px;
	line-height: 30px;
	color: #333;
	margin-left: 20px;
}
.titen {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	margin-left: 5px;
}
