@charset "utf-8";
/* CSS Document */
.conIn{
	width:100%;
	height:auto;
	margin-top:10px;
	}
.conIn ul {
	background:#fff;}
.conIn ul li{
	width:100%;
	border-bottom:1px solid #eee;
	height:45px;
	line-height:45px;
	font-size:14px;}
.conIn ul li .span1{
	float:left;
	width:45%;
	text-indent:1em;
	overflow:hidden;}
.conIn ul li .span2{
	float:left;
	width:38%;
	text-align:right;
	overflow:hidden;
	margin-right:2%;}
.conIn ul li .span3{
	float:left;
	width:15%;
	background:url(../images/icon_modify.png) no-repeat center center;
	background-size:20px;
	height:25px;
	border-left:1px solid #eee;
	margin:10px 0 10px -1px;}
	
