body{background:#fff }
.topLogoBox{
	border-bottom:1px solid #f2f2f2;
}
.contentBox{
	margin:10px 0 20px 0;
}
.content{
	position: relative;
}
.content ul li{
	padding:20px 0;
	border:1px solid #f6f6f6;
	border-top:none;
}
.content ul li:nth-child(1){
	background: #f6f6f6;
	padding:20px 0;
	border:none;
}
.content ul li:nth-child(1) img,.content ul li:nth-child(1) .imgBox{
	display: block;
	width: 122px;
}
.content ul li:nth-child(1) .imgBox{
	overflow: hidden;
	height: 170px;
	margin-left: 20px;
}

.resumeTxt{
	margin-left: 10px;
}
.resumeTxt h2{
	font-size: 18px;
	padding-bottom: 10px;
}
.resumeTxt h3 span:nth-child(2n){
	margin-right:15px;
}
.resumeTxt h3 span:nth-child(2n+1){
	margin-left:15px;
	font-weight: bold;
}
.resumeTxt h3 span:nth-child(1){
	margin-left:0;
}
.resumeTxt h3 span{
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.num{
	position: absolute;
	top:20px;
	right: 20px;
	font-size: 16px;
}
.content ul li h1{
	height: 30px;
	padding-bottom: 10px;
}
.content ul li h1,.content ul li h4,.content ul li p{
	margin:0 15px;
}
.content ul li h1 span{
	font-size: 18px;
	color: #333;
    line-height: 28px;
    display: block;
    border-bottom: 1px solid #666;
    float: left;
}
.content ul li h4,.content ul li p{
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	text-align: justify;
}
.content ul li h4 span:nth-child(2n){
	margin-right:15px;
}
.content ul li h4 span:nth-child(2n+1){
	margin-left:15px;
	font-weight: bold;
}
.content ul li h4 span:nth-child(1){
	margin-left:0;
}
.collection{
    position: absolute;
    top: 0;
    right: -46px;
}
.collection a{
	display: block;
	width: 36px;
	height: 36px;
	margin-bottom: 10px;
	background: url(../images/resumeIconS.png) 0 0 no-repeat #ff7129;
}
.collection a:hover{
	display: block;
	background: url(../images/resumeIconS.png) 0 0 no-repeat #ff5600;
}
.collection a.collectioned{
	display: block;
	background: url(../images/resumeIcon.png) 0 0 no-repeat #f3f3f3;
}
.collection a:nth-child(1){
	background-position: -2px -2px; 
}
.collection a:nth-child(2){
	background-position: -2px -48px; 
}
.collection a:nth-child(3){
	background-position: -2px -103px; 
}
.collection a:nth-child(4){
	background-position: -2px -163px;
}

.dialog-box-content{
	padding:10px;
}
.dialog-box-content ul li{
	margin-bottom:5px;
}
.dialog-box-content ul li span,.dialog-box-content ul li input{
	font-size: 14px;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
}
.dialog-box-content ul li input{
	height: 18px;
	line-height: 18px;
}
.dialog-box-content ul li input,.dialog-box-content ul li textarea{
	border:1px solid #c6c6c6; 
	border-radius: 3px;
	padding:3px;
}
.dialog-box-content ul li textarea{
	padding:3px;
}
input:focus { outline: none; } 
textarea:focus { outline: none; } 