@charset "utf-8";
/* CSS Document */
.conIn{
	width:100%;
	height:auto;
	margin-top:10px;
	}
.conIn ul{
	margin-bottom:10px;}
.conIn ul li{
	height:45px;
	border-bottom:1px solid #eee;
	width:100%;
	font-size:14px;
	background:#fff;
	}
.conIn ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#555;}
.conIn ul li label{
	width:25%;
	float:left;
	height:45px;
	line-height:45px;
	text-indent:1em;
	overflow:hidden;
	font-weight:bold;}

.conIn ul li span{
	width:60%;
	float:right;
	height:45px;
	line-height:45px;
	text-align:right;
	margin-right:10px;
	padding-right:13px;
	background:url(../images/icon_go.png) no-repeat right center;
	background-size:10px auto;
	font-size:14px;
	overflow:hidden;
	}
.conIn ul li .spanSmall{
	font-size:13px;}
.conIn ul li .nomodify{
	background:none;}
.conIn .ul1 li{
	height:80px;}

