#search_main {
	width: 1200px;
	margin: 20px auto 0;
	overflow: hidden;

}

/*************左边****************/
.search_left {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
}
.lfet_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #fe0000;
	text-align: center;
}
.company {
	margin-top: 10px;
	overflow: hidden;
}
.company_title {
	width: 100%;
	height: 35px;
	background: url(../../images/s_l_title.jpg) left top no-repeat;
}
.company_list,.man_list {
	padding: 10px;
	border: 1px solid #ccc;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.company_list li,.man_list li {
	width: 100%;
	background: url(../../images/icon_01.jpg) 5px center no-repeat;
}
.company_list a,.man_list a {
	display: block;
	margin-left: 25px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
}
.man_title {
	width: 100%;
	height: 35px;
	background: url(../../images/s_l_title_01.jpg) left top no-repeat;
}




/***************右侧**************/
.search_right {
	float: right;
	width: 870px;
}
.title_name {
	padding-left: 5px;
	height: 33px;
	line-height:30px;
	color: #fe0000;
	font-size: 16px;
	background: url(../../images/title_line_01.jpg) left bottom no-repeat; 
}
ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search_right ul li {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.search_right ul li .title {
  width: 100%;
  font-size: 16px;
  color: #333;
}
.search_right ul li .news_content {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.search_right ul li:last-child {
  border-bottom: none;
}



/*************详情***************/
#news_main {
	width: 1200px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.crumb {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.crumb li {
    display: inline;
}
#news_main .news_content {
	padding: 20px;
	border: 1px solid #ccc;
}
#news_main .news_title {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.info_data {
    text-align: center;
    font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.news_title_01 {
    display: inline;
}
.detail {
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}