#content .content-container {
	margin-top: 25px;
}

#content article.company,
#content article.jobs {
	margin-top: 35px;
}

#content article.company div {
	width: 152px;
    height: 73px;
}

#content article h2 {
	height: 45px;
    line-height: 45px;
    padding-right: 20px;
    color: #333;
    text-indent: 20px;
    background-color: #c0eacb;
}

#content .hotJob ul {
	margin-top: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content .hotJob li {
	float: left;
	width: 243.5px;
	height: 93px;
	margin: -1px 0 0 -1px;
	border: 1px solid #ccc;
}

#content .hotJob li .title {
	display: block;
	width: 100%;
	line-height: 93px;
	text-align: center;
	
}

#content .company ul {
	margin-top: 10px;
}

#content .company li {
	float: left;
	width: 152px;
	height: 73px;
	line-height: 73px;
	margin: 10px 11px 0 0;
	border: 1px solid #ccc;
}

#content .company li.last {
	margin-right: 0;
}

#content .company li:hover {
	border: 1px solid #ff9933;
	box-shadow: 0 0 5px #ff9933;
}

#content .company li a {
	cursor: pointer;
}

#content .company li img {
	width: 152px;
	vertical-align: middle;
}

#content .jobs ul {
	margin-top: 20px;
}

#content .jobs li {
	float: left;
	width: 272px;
	height: 66px;
	padding: 15px 20px 0;
	margin: 0 18px 15px 0;
	border: 1px dashed #ccc;
}

#content .jobs li.last {
	margin-right: 0;
}

#content .jobs li a {
	cursor: pointer;
}

#content .jobs li a span:hover {
	color: #ff9933;
}

#content .jobs li div {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content .jobs li .title,
#content .jobs li .location {
	float: left;
	vertical-align: bottom;
}

#content .jobs li .location {
	margin-left: 10px;
}

#content .jobs li b {
	float: right;
}

/* Common */
/* font */
#content article h2,
#content .jobs li .company {
	color: #333;
}

#content .jobs li .location {
	color: #666;
}

#content .hotJob li .title,
#content .jobs li .title {
	color: #3ba354;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 125px;
}

#content .jobs li b {
	color: #ff9933;
}

#content article h2 {
    font-size: 18px;
}

#content .hotJob li .title {
	font-size: 16px;
}

#content .jobs li .title,
#content .jobs li b {
	font-size: 14px;
}