@charset "utf-8";
@import "reset.css";
/* -------------------------------------------------
 * CSS Document
 * index.css
 * -------------------------------------------------
*/
/* basic */

/* -- banner -- */
.hr_banner{ 
	display: none;
}
/* -- indexbox -- */
.indexbox{ 
	width: 920px; 
	margin: 0 auto; 
	padding: 0; 
	margin-top: 20px;
	overflow: hidden;
}
.index_left{
	width: 200px;
	float: left;
}
.indlf_box{
	background: #fff;
	border-top: 2px solid #7399c6;
	border-bottom: 1px solid #e7e7e7;
}
.searchbox{
	padding: 15px;
}
.searchbox span{
	font-size: 16px;
}
.searchbox .search{
	margin-top: 10px;
	background: #fafafa;
	border-bottom: 2px solid #c5c5c5;
	overflow: hidden;
}
.searchbox .search input[type="text"]{
	float: left;
	width: 140px;
	padding: 0 5px;
	color: #666;
	height: 35px;
	border: none;
	background: none;
}
.searchbox .search input[type="submit"]{
	border: none;
	width: 30px;
	height:30px;
	background: url(../images/careerdream_ico.png) no-repeat -10px -6px;
}
.menubox{
	margin-top: 20px;

}
.menu ul li{
	position: relative;
	height: 45px;
}
.menu ul li .menulih{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 100;
	border:1px solid #ccc;
	border-right: none;
	box-shadow: -2px 0px 4px #ccc;
	font-size: 16px;
	color: #666;
	padding: 0 15px;
	line-height: 42px;
	cursor: pointer;
}
.menu ul li:hover .menulih{
	color: #7399c6;
}
.menu ul{
	background: url(../images/careerdream_ico.png) no-repeat 150px -60px;
}
.menu ul li.workingplace .menulih{
	background:#fff url(../images/careerdream_ico.png) no-repeat 149px -334px;
}
.menu ul li.classification .menulih{
	background:#fff url(../images/careerdream_ico.png) no-repeat 149px -379px;
}
.menu ul li.educational .menulih{
	background:#fff url(../images/careerdream_ico.png) no-repeat 149px -424px;
}
.menu ul li.workexperience .menulih{
	background:#fff url(../images/careerdream_ico.png) no-repeat 149px -469px;
}
.menu ul li.worknature .menulih{
	background:#fff url(../images/careerdream_ico.png) no-repeat 149px -514px;
}
.menu ul li.releasetime .menulih{
	background:#fff url(../images/careerdream_ico.png) no-repeat 149px -559px;
}
.menu ul li span{
	display: block;
	font-size: 16px;
	color: #666;
	height: 45px;
	padding: 0 15px;
	line-height: 42px;
	cursor: pointer;
}
.menu ul li p{
	position: absolute;
	display: none;
	left: 200px;
	top: 0px;
	width: 400px;
	overflow: hidden;
	z-index: 99;
	background: #fff;
	min-height: 45px;
	padding-left: 10px;
	border:1px solid #ccc;
	box-shadow: 0px 0px 4px #ccc;
	border-left: none;
}
.menu ul li p a{
	display: block;
	padding: 0 10px;
	float: left;
	line-height: 28px;
	cursor: pointer;
	margin: 7px 0;
}
.menuadd{
	margin-top:20px;
}
.menuadd li{
	margin: 10px;
	padding: 3px 15px;
	margin-bottom: none;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: #7399c6;
}
.menuadd li i{
	font-style: normal;
	width: 12px;
	display: block;
	position: absolute;
	right: 5px;
	cursor:pointer;
	top: 6px;
	height: 12px;
	background: url(../images/careerdream_ico.png) no-repeat -14px -603px;
}
.menuadd li em,.menuadd li strong{
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
}
.index_right{
	width: 700px;
	background: #fff;
	float: right;
	border-top: 2px solid #7399c6;
	border-bottom: 1px solid #e7e7e7;
}
.index_right h1{
	font-size: 16px;
	color: #333;
	margin: 0 20px;
	border-bottom: 2px solid #e3e3e3;
	padding: 10px 0;
}
.index_right h1 a{
	margin-right: 20px;
}
.index_right h1 a.active{
	color: #7399c6;
}
/* conlist_box */
.conlist_box{
	padding: 0 20px;
	overflow: hidden;
}
.conlist{
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	font-size: 14px;
}
.conlist:hover{
	background: #fafafa;
}
.conlist ul li{
	line-height: 33px;
	color: #999;
}
.conlist ul li em,.conlist ul li strong,.conlist ul li b{
	font-style: normal;
	font-weight: bold;
}
.conlist ul li>span span{
	display: block;
}
.conlist ul li>span span a i.hot{
	width: 35px;
	height: 16px;
	background: #000;
	display: inline-block;
	margin-left: 10px;
	background: url(../images/careerdream_ico.png) no-repeat -15px -634px;
}
.conlist ul li>span a{
	font-size: 16px;
	color: #333;
}
.conlist ul li a:hover{
	color: #7399c6;
}
.conlist ul li span em{
	color: #7399c6;
	font-size: 16px;
	margin-right: 10px;
}
.conlist ul li span i{
	color: #333;
	font-weight: normal;
	margin-right: 10px;
}
.conlist ul li span b{
	border:1px solid #7f8c8d;
	color: #7f8c8d;
	font-weight: normal;
	padding: 3px 8px;
	font-size: 12px;
	margin-right: 10px;
	border-radius: 5px;
}
.conlist ul li strong{
	padding: 0;
	text-align: right;
	font-weight: normal;
}
.conlist ul li strong a{
	color: #7399c6;
	float: right;
	text-decoration: underline;
}
.conlist ul li strong a:hover{
	color: #008fd0;
}
/* @media screen */
@media screen and (max-width: 768px) {
	.searchbox .search input[type='text']{
		width: 88%;
	}
	.searchbox .search input[type="submit"]{
		float: right;
	}
	.indexbox,.index_left,.index_right{
		width: 100%;
	}
	.menu ul{
		background:none;
	}
	.menu ul li{
		height: auto;
	}
	.menu ul li .menulih{
		display: none;
	}
	.menu ul li p{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: none;
		border:none;
		border-top:1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.conlist_box{
		padding:0;
	}
	.index_right h1{
		margin: 0;
		padding: 0 20px;
	}
	.conlist,.conlist ul li span{
		width: 100%;
		display: block;
	}
	.conlist ul li strong{
		padding-right: 15px;
  		padding-left: 15px;
  		text-align: left;
	}
	.conlist ul li strong a{
		float: left;
		padding-right: 15px;
  		padding-left: 15px;
	}
}