.supply_info{
	overflow: hidden;
	margin-top: 20px;
}
.supply_info_left{
	float: left;
	width: 851px;
	overflow: hidden;
}
.supply_info_left_top{
	width: 100%;
	padding: 30px 40px 23px;
	background: #FFFFFF;
	overflow: hidden;
}
.supply_info_left_top_title{
	position: relative;
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
}
.supply_info_left_top_keys{
	font-size: 14px;
	color: #a6a6a6;
	line-height: 26px;
	padding: 14px 0px 15px;
}

.gongying .supply_info_left_top_title:before{
	content: "[供应]";
	color: #0196fa;
	float: left;
	width: 70px;
	margin-top: -2px;
}
.qiugou .supply_info_left_top_title:before{
	content: "[求购]";
	color: #eea431;
	float: left;
	width: 70px;
	margin-top: -2px;
}

.supply_info_left_top_left{
	padding-left: 1px;
	float: left;
	width: 279px;
}
.supply_info_left_top_img{
	width: 278px;
	height: 278px;
}
.supply_info_left_top_enquiries{
	width: 163px;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	border-radius: 5px;
	margin: 31px auto 0px;
}
.gongying .supply_info_left_top_enquiries{
	background: #0196fa;
}
.qiugou .supply_info_left_top_enquiries{
	background: #eea431;
}
.supply_info_left_top_date{
	font-size: 14px;
	color: #a6a6a6;
	display: block;
	margin-top: 6px;
	line-height: 26px;
	text-align: center;
}
.supply_info_left_top_right{
	padding-left: 49px;
	float: left;
	width: calc(100% - 280px);
}
.supply_info_left_top_right p{
	width: 100%;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #060606;
}
.supply_info_left_top_right p span:nth-of-type(1){
	width: 60px;
	float: left;
}
.supply_info_left_top_right p span:nth-of-type(2){
	float: left;
	margin-left: 16px;
	max-width: calc(100% - 60px - 16px);
}

.supply_info_left_bottom{
	width: 100%;
	margin-top: 20px;
	padding: 32px 40px;
	background: #FFFFFF;
	overflow: hidden;
}
.supply_info_left_bottom_title{
	font-size: 22px;
	color: #1d1d1d;
	line-height: 38px;
	font-weight: bold;
}
.supply_info_left_bottom_content{
	padding-top: 15px;
	line-height: 30px;
	font-size: 14px;
	color: #1d1d1d;
}
.supply_info_left_bottom_content img{
	display: block;
	max-width: 100%;
}


.supply_info_right{
	width: 329px;
	overflow: hidden;
	float: right;
}
.supply_info_right_top{
	width: 100%;
	padding: 30px 30px;
	overflow: hidden;
	float: left;
	background: #FFFFFF;
}
.supply_info_right_top_logo{
	width: 144px;
	height: 144px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.supply_info_right_top_logo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.supply_info_right_top_name{
	font-size: 14px;
	color: #393939;
	margin-top: 21px;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
}
.supply_info_right_top_box{
	padding: 9px 15px 0px;
	overflow: hidden;
}
.supply_info_right_top_box p{
	width: 100%;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #060606;
}
.supply_info_right_top_box p span:nth-of-type(1){
	width: 45px;
	float: left;
	text-align-last: justify;
	-moz-text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	display: block;
}
.supply_info_right_top_box p span:nth-of-type(2){
	float: right;
	margin-left: 16px;
	width: calc(100% - 59px - 16px);
	display: block;
	word-break: break-all;
}

.supply_info_right_bottom{
	width: 100%;
	padding: 15px 30px 30px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	background: #FFFFFF;
}
.supply_info_right_bottom_title{
	line-height: 33px;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 400;
	float: left;
}
.supply_info_right_bottom_more{
	float: right;
	line-height: 33px;
	color: #aaaaaa;
	font-size: 12px;
}
.supply_info_right_bottom_list{
	padding-top: 14px;
	width: 100%;
	float: left;
	font-size: 14px;
}
.supply_info_right_bottom_list a{
	color: #4a4a4a;
	line-height: 35px;
	float: left;
	/* width: 100%; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	min-width: 51%;
}
.gongying .supply_info_right_bottom_list a:before{
	content: "[供应]";
	margin-top: -2px;
	color: #0196fa;
	margin-right: 5px;
}
.qiugou .supply_info_right_bottom_list a:before{
	content: "[求购]";
	margin-top: -2px;
	color: #eea431;
	margin-right: 5px;
}
.gongying .supply_info_right_bottom_list a:hover{
	color: #0196fa;
}
.qiugou .supply_info_right_bottom_list a:hover{
	color: #eea431;
}

/* 对于此信息进行咨询和留言 begin*/
.supply_alert{
	overflow: hidden;
	padding: 15px 0px;
	margin: 30px 0px 0px;
	border-top: 1px solid #e5e5e5;
	float: left;
}
.supply_alert_title{
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
}
.supply_alert_box_form p{
	margin: 10px 0px;
	width: 100%;
	float: left;
	font-size: 14px;
	position: relative;
}
.supply_required:after{
	content: "*";
	margin-top: 6px;
	margin-left: 6px;
	color: #db711b;
	position: absolute;
}
.supply_required.nostar:after {
	content: "";
}
.supply_required input {
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_required img {
	height: 40px;
}
.supply_alert_box_form p span{
	min-width: 60px;
	line-height: 40px;
	display: block;
	float: left;
	text-align-last: justify;
	-moz-text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	margin-right: 20px;
}
.supply_textarea{
	width: calc(730px - 120px);
	height: 105px;
	border: 1px solid #d5d5d5;
	background: #f8f8f8;
	resize: none;
	border-radius: 5px;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_input{
	width: 380px;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_input_2{
	width: 108px;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_yzm{
	width: 102px;
	height: 30px;
	margin-top: 5px;
	position: absolute;
	left:215px;
	border: 1px solid #d5d5d5;
}
.supply_button{
	width: 232px;
	height: 57px;
	border-radius: 5px;
	background: #007de4;
	color: #FFFFFF;
	font-size: 20px;
	border: 0px;
	cursor: pointer;
	margin-top: 10px;
}
/* 对于此信息进行咨询和留言 end*/