@charset "utf-8";
/* CSS Document */
#show .container{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 130px;
}
#show .container .information{
	padding-left: 50px;
/*	height: 105px;*/
}
#show .container .information .headface{
	float:left;
}
#show .container .information .details{
	margin-left: 40px;
	height: 105px;
	float:left;
}
#show .container .information .details .title p{
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	width: 980px;
	height: 40px;
	overflow: hidden;
}
#show .container .information .details .jobs p{
	font-size: 14px;
	line-height: 40px;
	width: 980px;
	height: 40px;
	overflow: hidden;
}
#show .container .information .headface img{
	height: 105px;
}
#show .container .information .details .tabs{
	width: 980px;
	height: 20px;
	overflow: hidden;
}
#show .container .information .details .tabs span{
	color:#fff;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #2c9f39;
	border-radius: 5px;
	margin-right: 12px;

}
#show .container .evaluation{
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#show .container .photos{
	padding-left: 50px;
	padding-bottom: 30px;

}
#show .container .photos img{
	width: 243px;
	height: 174px;
	float:left;
	margin-left: 50px;
	border-radius: 20px;
}
#show .container .photos img:first-child{
	margin-left: 0px;
}
#show .ttime{
	font-size:12px;
	font-weight:normal;
	padding-left:100px;
	}
