/************拍品分类查询搜索框******************************/
.itemConditionWraper{
	clear:both;
	width:1190px;
	margin:0 auto;
}
.itemQueryTitle{
	height:30px;
	line-height:30px;
	text-align:left;
	color:#7D7D7D;
	margin-left:10px;
}
/************图片列表********************/
.item_lists_wrap{
	clear:both;
	width:1190px;
	margin:0 auto;
	margin-top:10px;
}
.item_des_wrap{
	height:370px;
	width:280px;
	border:1px solid #E4E4E4;
	float:left;
}
.item_des_margn{
	margin-left:20px;
}
.item_des_Img_div{
	width:280px;
	height:248px;
	position: relative;text-align: center;vertical-align: middle;
	cursor: pointer;
}
.item_des_text_wrap{
	width:260px;
	height:90px;/*****设为90px***/
	margin:10px;
}
.item_des_Img{
	margin:10px;
}
.item_des_text_one{
	height:25px;/*****设为25px***/
	padding:5px 0px; /*****新增***/
}
.item_des_text_one_left{
	width: auto;/****宽度设为auto*****/
	height:25px;
	line-height:25px;
	text-align:left;
	float:left;
	margin-top:0px;/****设为0*****/
}
.item_des_text_one_more{
	width:150px;
	height:25px;
	line-height:25px;
	text-align:left;
	float:left;
	margin-top:20px;
}
.item_des_text_one_rig{
	float: left;/*****设为left***/
	height:25px;/*****设为25px***/
	width: auto;/*****设为auto***/
}
.item_des_title{
	color:#8B8B8B;
}
.item_des_title_1{
	color:#8B8B8B;
	height:15px;
	width:55px;
	float:right;
	margin-top:28px;
}
.item_des_title_2{
	color:#666;
}
.item_des_detail{
	font-size:16px;
	font-weight:bolder;
	color:#EB154E;
}
.item_bid_icon{
	height:25px;/*****设为25px***/
	width:auto;/*****设为auto***/
	float:left;/*****设为left***/
	position:relative;
}
.item_bid_num{
	height:15px;
	width:35px;
	line-height:15px;
	text-align:center;
	color:#fff;
	font-weight:bolder;
	position:absolute;
	display: block
}
.item_bid_icon_img{
	margin-top:5px;
	margin-left:10px;
}
.item_des_text_two{
	height:25px;
	line-height:25px;
	text-align:left;
	color:#666666;
	font-weight:bolder;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:15px;
}
.item_des_text_two:hover{
	color:#cc1d46;
}
.item_des_text_three{
	height:25px;
	line-height:25px;
	text-align:left;
	color:#8C8A8B;
}
a:link{text-decoration:none;} a:visited{text-decoration:none;} a:active{text-decoration:none;}
/* 去掉原有表头查询 */
.tableToolElCls{display:none;}
div .tabUnderlineHeaderDivCls{
	height:40px;
	line-height:30px;
	width:100%;
}
/**添加表头查询样式**/
.tabUnderlineHeaderItemSelectedCls{
	height:30px;
}
.tabUnderlineHeaderItemSelectedCls div{
	height:30px;
	color:#D83560;
	border-bottom:solid 3px #D83560;
}
.tabUnderlineHeaderItemUnSelectedCls{
	height:30px;
	color:#000;
}

td.sudokuTdCls{
	cursor:auto;
}

td.sudokuTdMOCls {
	cursor:auto;
}

/***新增负责人person_chargeDiv****/
.person_chargeDiv{ width: 100%; height: auto; padding:14px 0px; border-bottom:1px solid #D7D4D1; background:#f7f7f7; margin-bottom:10px; display: inline-table}
.p_chargephoto{ width:82px; height:82px; padding-right:9px; float:left; margin-left:40px; overflow:hidden ; }
.p_chargephoto img{ width:74px; height:74px; margin:4px; -moz-border-radius: 50%;-webkit-border-radius: 50%;  border-radius: 50%; }
.p_chargename,.p_chargepost,.p_chargeconsultation{ width:auto; height:82px; line-height:82px; margin-left:10px; float:left; font-size:13px; color:#666; }
.p_chargeconsultation a{ width:auto; height:22px; line-height:22px; margin:23px 0px; padding:5px 15px; color:#F66767; border:2px solid #F66767; display:inline-block; -moz-border-radius: 20px;-webkit-border-radius: 20px;  border-radius: 20px;  }
.p_chargeconsultation a:hover{ background:#F66767; color:#fff;transition:800ms ease all;}
.p_chargephotolay{ width:91px; height:82px; position:absolute; z-index:999; background:url(/image/p_chargephoto.png) no-repeat;  }