.left_sidebar{
	width: 920px;
	float: left;
}
.company_list{
	padding: 23px 20px 26px;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
}
.text_wrapper{
	float: left;
}
.company_img{
	margin-right: 30px;
}

.btn_wrapper{
	float: right;
}
.btn_wrapper button{
    display: inline-block;
    background: #1787fb;
    color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}
.btn_wrapper button:hover{
	background:#177ae0;
}

.company_img{
	float: left;
	position: relative;
}
.company_img input{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.company_img img{
	width:74px ;
	height: 74px;
	margin-left: 13px;
}

.company_text_wrapper{
	float: left;
	color:#666666 ;
	font-size: 12px;
}
.company_text1 .cn {
	font-size:16px ;color: #333333;float: left;display: block;line-height: 20px;max-width: 520px;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.company_text1 .ic1 {
	float: left;width: 19px;height: 20px;background: url("../images/details_icon_1.png") 0 center no-repeat;margin-left: 5px;
}
.company_text1 .ic2 {
	float: left;width: 15px;height: 20px;margin-left: 5px;position: relative;
}
.company_text1 .ic2 img{
	width: 15px;height: 13px;position: absolute;left: 0;top: 50%;transform: translate(0, -50%);border: 0;
}

.company_text1 span{
	display: inline-block;
	font-size: 12px;
	color:#ffffff ;
	background: #d5a666;
	border-radius:10px ;
	padding: 1px 8px;
}
.company_text1 img{
	vertical-align: middle;
}
.company_text2{
	padding:16px 0 12px ;
}
.border{
	position: relative;
	margin-right: 15px;
}
.border::after{
	content: "";
	width: 1px ;
	height: 12px;
	background: #EFEFEF;
	position: absolute;
	right: -10px;
	top: 2px;
}

.border:last-child::after{
	content: "";
	width: 0px ;
	height: 0px;
}

.company_text2 p{
	display: inline-block;
	color: #666;
	font-size: 12px;
}
.address{
	color: #999999;
	font-size: 12px;
}

.company_text3 {
	font-size: 12px;
	color: #666;
}
.company_text3 span{
	color: #ff6600;
}
.right_sidebar{
	width: 270px;
	float: left;
	margin-left: 10px;
}
.recommend{
	color:#333333 ;
	font-size:16px ;
	padding:17px 20px ;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
}