.routeShow a{
	color:#333;
}
a:hover{
	color:#337ab7;
}
.routeShow{
	padding:10px 15px;
}


#applyDetail .first{
	position: relative;
	padding: 20px 32px;
	border:1px solid #e6e6e6;
	margin:0;
	margin-top:30px;
}
#applyDetail .first .logo img{
	height:110px;
	width:110px;
}
#applyDetail .first .detail{
    margin-left: 20px;
}
#applyDetail .first .detail p:last-child{
	margin-bottom:0px;
}
#applyDetail .first .detail .isPass{
    color: #7fba4f
}
#applyDetail .first .detail .noPass,#applyDetail .first .detail .audit{
    color: #E7908A;
}
#applyDetail .first .detail .checked span{
	margin-right:10px;
}
#applyDetail .first .delDiv{
    position: absolute;
    right: 32px;
}
#applyDetail .first div{
	float:left;
}

#applyDetail .table2,#applyDetail .table3{
	position: relative;
}

#applyDetail .detailTable{
	margin-bottom:20px;
}
#applyDetail h4{
	margin:0;
	font-size: 16px;
	line-height: 44px;
	padding:0px 32px;
	background-color: #ebebeb;
}
#applyDetail .table{
	margin:0;
	padding: 20px 0px;
	border:1px solid #e6e6e6;
    font-size: 14px;
    color: #222;
}
#applyDetail .table1 .table{
	padding:0;
}
#applyDetail .table1 tbody tr:hover{
	background-color: #f3f3f3;
};
#applyDetail .detailTable{
	position: relative;
}
#applyDetail .detailTable .toEdit{
	position: absolute;
	right: 32px;
    margin-top: -31px;
}
#applyDetail .detailTable .toDetail{
    margin-left:10px;
}
#applyDetail .table td{
    padding: 10px 32px;
	border:0;
}
#applyDetail .table1 tr{
	border:1px solid #e6e6e6;
}
#applyDetail .table th{
    padding: 10px 32px;
    font-weight: normal;
    border: 0;
    border-right:1px solid #e6e6e6;
}
#applyDetail .table td:first-child{
	width: 150px;
}
#applyDetail .table2 tr:last-child td,#applyDetail .table3 tr:last-child td{
	padding-bottom: 20px;
}
#applyDetail .table2 .smallLogo{
	width:30px;
	height:30px;
    vertical-align: top;
}
#applyDetail .table2 .logo{
	margin-left:10px;
	width:110px;
	height:110px;
}
