@CHARSET "UTF-8";
/* 
 所有产品 搜索 条件，排序
 */
.supplylistnew_mod_filter {
	width: 960px;
	height: auto;
	left: auto;
	right: auto;
	border: 1px solid #CCC;
	margin-top: 5px;
	font-family: '微软雅黑';
	color: rgb(21, 55, 126);
}
/* 搜索  页签 */
.supplylistnew_mod_tab {
	background-image: url("img/topbj_01.gif");
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
}

.supplylistnew_mod_tab ul li {
	font-size: 14px;
	line-height: 34px;
	text-indent: 10px;
	width: 85px;
}

/* 搜索 top */
.supplylistnew_mod_sort_top {
	height: 40px;
	width: 960px;
	text-indent: 10px;
}

.supplylistnew_mod_sort_top ul li,.supplylistnew_mod_sort_bottom ul li {
	width: 130px;
	height: 100%;
	line-height: 40px;
	font-size: 12px;
}

/* 搜索 bottom */
.supplylistnew_mod_sort_bottom {
	width: 100%;
	height: 40px;
	text-indent: 10px;
}
.supplylistnew{
	width: 960px;
	height: auto;
	left: auto;
	right: auto;
	font-family: '微软雅黑';
}
/* -------------------产品列表 -----------------*/
.supplylistnew_list {
	width: 770px;
	height: auto; 
	float:left;
	//border: 1px solid #CCC;
	
}

.supplylistnew_list_i {
	width: 100%;
	height: auto;
	float: left;
}

.supplylistnew_list_i a:link {
	color: rgb(21, 55, 126);
}

.supplylistnew_list_i_img {
	float: left;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border: 1px solid #CCC;
	overflow:hidden;
}
.supplylistnew_list_i_img img {
  vertical-align: middle;
}
.supplylistnew_list_i_img span {
    border: 1px solid white;
    height: 100%; /* 要保证和父元素高度一样才行 */
    writing-mode: tb-rl;
    vertical-align: middle;
  }

.supplylistnew_list_i_info {
	width: 420px;
	height: 100%;
	float: left;
	margin-left: 15px;
}

.supplylistnew_list_i_info ul li {
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	/* list-style:none;
 	display:block; */
}

.supplylistnew_list_i_company {
	width: 195px;
	height: 100%;
	padding-top: 20px;
	float: left;
	font-size: 12px;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 产品推广 */
.supplylistnew_list_right{
	width: 182px;
	float:left;
	height:auto;
	border: 1px solid #CCC;
	margin-left: 4px;
	
}


/* 共用 */
.border_bottom {
	margin-top:10px;
	border-bottom-color: #eff1f7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow: hidden;
}

.div_nothing10 {
	width: 100%;
	height: 10px;
	float: left;
	overflow: hidden;
}

.margin5 {
	margin: 5px;
}

.margin-top5 {
	margin-top: 5px;
}
.margin-top8{
	margin-top: 8px;
}
.margin-top10{
	margin-top: 10px;
}