/*rigth con str*/

.icons{
	width: 10px;
	height: 10px;
	display: inline-block;
}
.icon_new{
	width: 16px;
	height: 16px;
	background: url(../img/icon/new.png) no-repeat center center;
}
.icon_new_todo{
	width: 16px;
	height: 16px;
	background: url(../img/icon/new_todo.png) no-repeat center center;
}
.icon_pay{
	width: 27px;
	height: 16px;
	background: url(../img/icon/pay.png) no-repeat center center;
}
.icon_catch{
	margin-right: 5px;
	width: 16px;
	height: 14px;
	background: url(../img/icon/catch.png) no-repeat center center;
}
.conr_h_se .icons_top{
	background: url(../img/icon/top.png) no-repeat center center;
}
.conr_h_se .icons_down{
	background: url(../img/icon/bottom.png) no-repeat center center;
}
.sino_conR bd{
	float:left; 
	width:957px;
	margin-left:22px;
	background: #fff;
	min-height: 800px;
	height:inherit !important
}

.sino_sh_box{
	border:1px solid #ffe59a;
	background: #fff9e6;
	/* overflow: hidden; */
	font-size: 12px;
	margin: 0 auto;
	/* width: 976px; */
	padding: 8px 0;
}
.form_box{
	display: inline-block;
	width: 100%;
	/* overflow: hidden; */
}
.form_box ul{
	float:left;
	width:85%;
	padding-right: 8px;
	border-right: 1px solid #ffbe00;
}
.form_box input[type=text],.form_box select{
	border: 1px solid #ddd;
}
.form_box ul li,.form_box_pop ul li{
	display:inline-block;
	float:left;
	line-height: 48px;
}
/*寮瑰嚭妗嗕笂闈㈢殑鎼滅储鏉′欢妗�str*/
.form_box_pop{
	
}
.form_box_pop input[type=text]{
	border: 1px solid #ddd;
}
.pop_searh_btn{
	height: 48px;
	line-height: 48px;
	margin-left: 10px;
}
/*寮瑰嚭妗嗕笂闈㈢殑鎼滅储鏉′欢妗�end*/
.ul_col_3{
	width: 33%;
	float: left;
}
.ul_col_3 li label{
	color: #333132;
	font-size: 12px;
	display: inline-block;
	text-align: right;
	width: 90px;
	float: left;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}
.ul_col_3 li input[type='text']{
	width: 150px;
	padding: 7px 3px;
	background: #fff;
}
.ul_col_3 li select{
	width: 158px;
	padding: 7px;
	background: #fff;
}
.ul_col_3 li input.datetime{
	/*width: 80px;*/
}
/*ul_col_2*/
.ul_col_2{
	width: 40%;
	float: left;
}
.ul_col_2_pop{
	width: auto;
}
.ul_col_2 li label, .ul_col_2_pop li label{
	color: #333132;
	font-size: 12px;
	display: inline-block;
	text-align: right;
	width: 90px;
	float: left;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}
.ul_col_2 li input[type='text'],.ul_col_2_pop li input[type='text']{
	width: 120px;
	padding: 7px 3px;
	background: #fff;
}
.ul_col_2 li select{
	width: 128px;
	padding: 7px;
	background: #fff;
}
.ul_col_2 li input.datetime_s{
	width: 120px;
	background: #fff url(../img/icon/datePicker_.png) no-repeat 105px;
}
.ul_col_2 li input.datetime{
	width: 140px;
	background: #fff url(../img/icon/datePicker_.png) no-repeat 124px;
}
.btn{
	background: #febb08;
	border:1px solid #febb08;
	color: #333;
	
	cursor:pointer;
	font-size:12px;
}
.btns{
}
.pos_btn{
    /* height: 26px;
    line-height: 26px; */
    background: #febb08;
    border: 1px solid #febb08;
    color: #333;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    cursor: pointer;
    padding:3px 10px;
    margin: 0;
    overflow: visible;/* 只有设置这个属性IE下padding才能生效 */
    width: auto;/* 现代浏览器下识别 */
    *width: 1;/* IE7和IE6识别，设置值为1,我也不知道有何作用，但有些人此处设置值为0 */
}
.searchMBox input.reset{
	margin-left:5px;
	cursor: pointer;
	border:none;
}
.searchMBox span{
	display: inline-block;
	position:relative;
	*margin-top: -2px;
	vertical-align: middle;
	float: left
}
.searchMBox{
	height: 26px;
	line-height: 26px;
	margin-top: 12px
}
.searchMBox input{
	margin-left:10px;
	float: left
}
.searchMBtn{
	cursor:pointer;
	font-size: 12px;
	display: inline-block;
	margin-left: 3px;
}
/*搜索条件展示*/
.condition{
	border-top: 1px dotted #999;
	width:96%;
	margin: 0 auto;
	padding-top: 10px
}
.condition span{
	color: #696968;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
}
.condition span.condiNow{
	margin: 0;
	color:#000;
}
.condition span i{
	color: #db0a17
}
.condition span i.icon_d_s{
	width:8px;
	height: 8px;
	display:inline-block;
	background: url(../img/icon/icon_d_s.png) no-repeat;
	cursor: pointer;
}
/*下拉框模拟可选 str*/
.selectbox{
	position: relative;
	float: left;
	z-index: 999;
}
.selectinp{
	
}
.selectlist{
	position: absolute;
	top: 40px;
	left: 0
}
.form_box ul.selectlist li, .form_box_pop ul.selectlist li{
	float: left;
	line-height: 30px;
	cursor: pointer;
}
.selectspan{
	background: url("../img/icon/selectIcon.png");
	position: absolute;
  top: 50%;
  margin-top:-3px;
  bottom: 0;
  right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
}
/*下拉框模拟可选 end*/