@charset "utf-8";
/* CSS Document */
.conIn{
	width:100%;
	height:auto;}
.conIn .ping{
	width:100%;
	background:#fff;}
.conIn .ping li{
	height:45px;
	line-height:45px;
	border-bottom:1px solid #eee;}
.conIn .ping li label{
	float:left;
	width:45%;
	text-indent:1em;
	overflow:hidden;
	font-size:14px;}
.conIn .ping li span{
	float:right;
	width:40%;
	padding-right:20px;
	color:#2eabff;
	text-align:right;}

