/* CSS Document */
/*---------------search-----------------*/
.bid_top{
	margin-left:20px;
}
.search{
	margin-top:10px;
}
.search_border{
	border-top:#4788c8 solid 4px;
}
.search_block{
	width: 100%;
	background: #FFFFFF;
	position: relative;
	margin-top:10px;
}
.search_hide{
	width: 32px;
	height: 20px;
	position: absolute;
	right: 5px;
	text-align: center;
	background-color:#4788c8;
}
.sorting{
	float: right;
	margin: 0 0 0 4px;
	height: 34px;
	line-height: 34px;
	padding: 0 9px;
	background: #4788c8;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.collapse,.expand,.sorting{
	display:inline-block;
}
.icon{
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	background:url(../../images/dzjy_sy/icon_arrow.png) no-repeat;
}
.icon_collapse{
	background-position: 0px -4px;
	width: 7px;
	height: 4px;
}
.icon_expand{
	background-position: 0px 0px;
	width: 7px;
	height: 4px;
}
.sorting:hover,.sorting:active,.sorting:link{
	color:#fff;
}
.jt_row{
	position:relative;
	margin:0 8px;
}
.jt_head{
	position: absolute;
	top: 9px;
	color: #666;
	width: 120px;
	text-align: right;
}
.jt_body{
	padding: 0 100px 0 130px;
}
.jt_foot{
	position: absolute;
	right: 0;
	top: 8px;
}
.jt_title{
	max-width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:1.4rem;
}
.jt_item{
}
.jt_item_info{
	margin:8px 0px;
	font-size:1.4rem;
	color:#000000;
	display:inline-block;
	margin-right:20px;
	padding: 0 10px;
	line-height: 24px;
}
.jt_item_info:hover,.jt_item_info:focus{
	color:#ff704b;
	border: 1px solid #ff704b;
	text-decoration:none;
	margin:7px 18px 7px 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}
.jt_active{
	color:#ff704b;
	border: 1px solid #ff704b;
	text-decoration:none;
	margin:7px 18px 7px 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}
.icon_date{
	background:url(../../images/dzjy_sy/icon_date.png) no-repeat 3px 5px;
}
.icon_other{
	
}
.input-group-addon{
	padding:6px 14px;
	border-radius:0;
}
.form-control{
	border-radius:0;
}
.jt_row_item_input{
	width:30%;
	float:left;
	margin-right:10px;
}
.jt_selectdate{
	float:left;
	line-height:34px;
	color:#000000;
	font-weight:normal;
	margin:0px 10px;
}
.jt_input{
	margin-top:20px;
	padding-bottom:20px;
}
.input_width{
	width:80%;
}
/*---------------search_nav-----------------*/
.search_nav{
	margin-top:10px;
	background-color:#ffffff;
}
.search_nav_left{
	float:left;
}
.jt_nav_item_info{
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	text-align: center;
	color:#999999;
}
.jt_nav_item_info span{
	margin:auto 20px;
}
.jt_nav_item_info:hover{
	background-color:#efefef;
	text-decoration:none;
	color:#999999;
}
.jt_nav_item_info:link{
	text-decoration:none;
	color:#999999;
}
.icon_arrow{
	vertical-align: middle;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	width:10px;
	height:14px;
	background:url(../../images/dzjy_sy/icon_arrow_lg.png) no-repeat;
}
.icon_sorting_up{
	background-position:0px -14px;
}
.search_nav_right{
	float:right;
	height:50px;

}
.search_nav_right_bar{
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 100%;
	-moz-border-radius:  100% ;
    -webkit-border-radius:  100%;
	width:40px;
	height:40px;
	padding:9px 2px 9px 10px;
	background-color: #ededed;
}
.bar_ok{
	background-color: #1863ae;
}
.bar_ok span{
	background-color:#ffffff;
}
.icon_bar{
	margin-bottom: 5px;
	background-color: #d5d5d5;
	display: block;
	width: 19px;
	height: 2px;
	border-radius: 1px;
}
.search_nav_right_bar span:last-child{
	margin-bottom:0px;
}
.icon_bar_bg{
	width:5px;
	height:5px;
	background-color:#d5d5d5;
	display: block;
	float:left;
	margin-bottom:2px;
	margin-right:2px;
}
.jt_row_item_button{
	width: 90px;
	float: left;
	height: 36px;
	line-height: 36px;
	background-color:#2e7ecd;
	text-align:center;
}
.jt_row_item_a{
	color:#ffffff;
	width:100%;
	height: auto;
	display:inline-block;
}
.jt_row_item_a:hover,.jt_row_item_a:link{
	color:#ffffff;
	text-decoration:none;
}
/*---------------body_info-----------------*/

.body_info_contain{
	width:49%;
	background:#FFFFFF;
	position:relative;
	margin-top:30px;
	box-shadow: 0px 0px 1px #999999;
	-webkit-box-shadow: 0px 0px 1px #999999;
	-moz-box-shadow: 0px 0px 1px #999999;
	
}
.body_info_contain_left{
	float:left;
}
.body_info_contain_right{
	float:right;
}
.body_info_contain_jrjt{
	border-top:#ffaa93 solid 4px;
}
.body_info_contain_jtyg{
	border-top:#7dbbf9 solid 4px;
}
.body_info_contain_jtjs{
	border-top:#c3c3c3 solid 4px;
}
.bid_contain_left{
	width:200px;
	position:relative;
	float:left;
}
.bid_contain_sd{
	width:200px;
	position:absolute;
	bottom:0px;
	line-height:30px;
	height:30px;
	background-color:rgb(46,126,205,0.79);
	background-color:rgb(46,126,205);
	opacity:0.79;
	text-align:center;
	color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c82e7ecd,endColorstr=#c82e7ecd);
}
.bid_contain_img{
	width:200px;
	background-color:#cce9f9;
	height:203px;
	position:relative;
}
.jydt_icon:hover img{
	opacity: .9; 
	filter: alpha(opacity=90);
}
.bid_contain_sd_img_now{
	width:110px;
	height:36px;
	position:absolute;
	right:0px;
	top:-11px;
	text-align:center;
}
.bid_contain_sd_img_now_jrjt{
	background:url(../../images/dzjy_sy/icon_r_bg_small.png) no-repeat;
}
.bid_contain_sd_img_now_jtyg{
	background:url(../../images/dzjy_sy/icon_b_bg_small.png) no-repeat;
}
.bid_contain_sd_img_now_jtjs{
	background:url(../../images/dzjy_sy/icon_g_bg_small.png) no-repeat;
}
.status{
	line-height:36px;
	font-size:1.4rem;
	color:#ffffff;
}
.bid_contain_info{
	float:left;
	color:#999999;
	font-size:1.4rem;
	margin-left:20px;
	margin-top:30px;
	width:61%;
}
.jtitle{
	color:#333333;
	font-size:2.2rem;
	margin-bottom:5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bid_contain_info_top span{
	font-size:1.2rem;
}
.bid_contain_info_middle{
	font-size:1.4rem;
	margin-top:10px;
}
.bid_contain_info_middle p{
	margin-bottom:5px;
}
.bid_contain_info_bottom{
	font-size:1.4rem;
	margin-top:20px;
	float:right;
	margin-right:20px;
	padding-bottom:5px;
}
.jtjssj{
	font-size:1.2rem;
}
.clock_icon_small{
	background:url(../../images/dzjy_sy/icon_clock_small.png) no-repeat;
	width:26px;
	height:26px;
	float:left;
	margin-top:7px;
	margin-left:8px;
}
.clock_djs{
	color:#FFFFFF;
	font-size:1.4rem;
	width:27px;
	height:29px;
	background-color:#ff5c31;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 29px;
	text-align: center;
}
.bid_contain_info_bottom_left{
	display:inline-block;
	float:left;
	line-height:29px;
}
.bid_contain_info_bottom_right{
	display:inline-block;
	float:right;
}
.icon_end{
	background:url(../../images/dzjy_sy/icon_end_new.png) no-repeat;
	width:89px;
	height:75px;
	position:absolute;
	right:-15px;
	top:10px;
}
.page{
	height:40px;
	margin:40px auto;
}
.pageStyle{
	float:right;
	line-height:40px;
}

/*---------------ΑΠ±νΈρΚ½-----------------*/
.body_info_show_table_row{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px solid #e5e5e5;
}
.body_info_table_left{
	float:left;
	width:70%
}
.body_info_table_right{
	float:right;
	width:30%
}
.body_info_table_left_img{
	width:110px;
	height:90px;
	margin-left:20px;
	margin-right:20px;
	background-color:#CCE9F9;
	float:left;
}
.body_info_table_left_info{
	float:left;
}
.icon_id_bg{
	background:url(../../images/dzjy_sy/icon_id_bg.png) no-repeat;
	text-align:center;
	width:37px;
	height:21px;
	color:#ffffff;
	display:inline-block;
	line-height:21px;
}
.title_set{
	color:#1863ae;
}
.color_orange{
	color:#ff5c31;
}
.body_info_table_left_info_other{
	color: #999999;
	font-size: 1.4rem;
	margin-top:10px;
}
.price{
	color:#ff4040;
	font-weight:bold;
}
.body_info_table_right_info_title{
	color:#999999;
}
.price_dj,.price_date{
	color:#333333;
}
.body_info_show_table_row:hover{
	background-color:#e2f4ff;
}
#selectdate{
	position: absolute;
	top: 35px;
	left: 87px;
	z-index: 999999;
}