

.search_head{
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	margin:0 auto;
	padding:30px 0;
	background:#f8f8f8; 
}
.search_tit{
	width: 1200px;
	font-size: 24px;
	color:#333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin:0 auto 25px;
}
.search_box{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
}
.input{
	width: 860px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	padding:0 20px;
	border: 1px solid #e2e2e2;
	border-right: none;
	float: left;
}
.search_btn{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1f6cdd;
	float: left;
	border:none;
	cursor: pointer;
}
.search_btn:hover{
	background: #2064c8;
}
.keywords{	
	width: 1200px;
	font-size: 14px;
	color:#333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin:16px auto 0px;
}
.keywords span{
	margin-right: 13px;
}
.keywords span a{ color: #333}
.keywords span a:hover{ color: #1f6cdd}



/*tab*/
.teamcompany_menu_wrap{
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	margin:0 auto;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
.teamcompany_menu{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
}
.teamcompany_menu li{
	position: relative;
	float: left;
	cursor: pointer;
	width: 80px;
	margin-right: 59px;
}
.teamcompany_last{
	margin-right: 0;
}
.teamcompany_menu_font{
	width: 100%;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-align: center;
	margin:0 auto;
	position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
}
.teamcompany_line{
	position: absolute;
	width: 80px;
	height: 2px;
	bottom: 0px;
	background: #1f6cdd;
	left: 0;
	display: none;
}
.teamcompany_line_fir{
	display: block;
}


/*内容*/

.content{	
	overflow: hidden;
	width: 1200px;
	margin:0 auto 20px;
}
.serach_list{
	width: 800px;
	float: left;
	margin-right: 120px;
	margin-bottom: 70px;
}
.serach_item{
	width: 100%;
	padding:30px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.item_tit{
    width:100%;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto 20px;
}
.item_info{
    width:100%;
    margin: 0 auto 17px;
    font-size: 14px;
    line-height:24px;
    color: #666;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item_from{
	width:100%;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search_nav{
	width:280px;
	float: left;
	padding-top:43px;
}
.title{
	width:100%;
    font-size: 20px;
    line-height: 60px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.info{
	padding:12px 0 63px;
}
.info a{
	width:100%;
	display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.serach_list .pbox{ width: 800px; margin:0 auto;  margin-top: 60px; text-align: right; }
.serach_list .pbox .page{ display: inline-block; text-align: center; margin:0 auto;}
.serach_list .pbox .page li{  float: left; margin:0 5px; display: inline-block;  }
.serach_list .pbox .page li a{ width: auto; font-size: 14px; color: #333; padding:10px 12px; background: #f8f8f8; display: block;}
.serach_list .pbox .page li a:hover{ background: #1f6cdd; color: #fff;}
.serach_list .pbox .page li.pact a{ background: #1f6cdd; color: #fff;}