.ui-content .list_submenu{
	position: relative;
	float: left;
	width: 100%;	
}
.list_submenu .sub_nav{
	position: relative;
	float: left;
	width: 100%;	
}
.sub_nav >li{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}
.sub_nav >li:nth-child(2){
	border-bottom:1px solid	#90c320
}
.sub_nav >li >span{
	display: inline-block;
	height: 0.5rem;
	line-height: 0.5rem;
	padding-right:0.1rem
}
.sub_nav >li> a{
	color: #0090d1;
	text-decoration: none;
	max-width: calc(100% - 1.21rem);
	display: inline-block;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-bottom: 0px;
}
.sub_nav >li> a>span{
	display: inline-block;
	float: left;
	max-width: calc(100% - 0.45rem);
	min-width: 1.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sub_nav >li> a >i{
	margin-left:5px;
	font-size:0.2rem;
	top:0px;	
}
.sub_nav .submenu{
	position: absolute;
	left: calc(-100% - 5px);
	width: calc(200% + 10px);
	display: none;
	background-color: #F8f8f8;
	border: 1px solid #ddd;
	padding: 0.1rem;
	z-index: 99;
	max-height: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.sub_nav .submenu li{
	position:relative;
	float:left;
	width:25%;
	margin-bottom:0.1rem;
}
.sub_nav .submenu li:last-child{
	width:100%;	
}
.sub_nav .submenu li:last-child .btn{
	padding: 0.03rem 0.5rem;
	font-size: 0.2rem;
	color: #fff;
	background-color: #f39801;
	border:1px solid #f39801
}
.sub_nav .submenu li:last-child .btn:hover{
	background-color:#da8801;
	border:1px solid #da8801;	
}
.sub_nav .submenu li a{
	display:inline-block;
	width:90%;
	height:0.37rem;
	line-height:0.34rem;
	margin-left:5%;
	padding:0px 0.1rem;
	border:1px solid #0190d4;
	border-radius:2px;
	background-color:#eafcfe;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:0.2rem;
	text-decoration:none;
}
.sub_nav .submenu li.active a,.sub_nav .submenu li a:hover{
	background-color:#ffffcd;
	color:#8fc320;
	border-color:#8fc320;	
}
.list_submenu .sub_date{
	position: relative;
	float: left;
	width: calc(100% + 10px);
	margin-left:-5px;
	margin-right:-5px;
	letter-spacing:1px;
	background-color:#eafcfe;
	padding:0.1rem 0.25rem;
}
.sub_date label{
	width: auto;
	height: 0.35rem;
	line-height: 0.35rem;
	float: left;
	font-size: 0.25rem;
	font-weight:normal;
	margin-bottom:0px;
}
.sub_date  span{
	display: inline-block;
	height: 0.35rem;
	line-height: 0.35rem;
	float: left;
	padding: 0px 0.15rem;
	font-size: 0.25rem;	
}
.sub_date input{
	float: left;
	font-size:0.2rem;
	height: 0.35rem;
	padding-bottom:1px;
	width: calc(50% - 0.93rem);
	box-shadow:none;
	border:1px solid #0190d4;
	border-radius:2px;
	padding-left: 5px;
    padding-right: 0.4rem;
    background: rgba(255, 255, 255, 1) url("../imgs/datetime.png") no-repeat scroll 98.5% 50%;
	background-size:0.35rem 0.25rem;
	background-color: #fff!important;
}
.ui-content .sub_title{
	position: relative;
	width: 100%;
	float: left;
	padding:0.15rem 0.15rem;	
}
.sub_title h4{
	font-size: 0.25rem;
	font-weight: 600;
	margin:0px;
}
.sub_title h4 i{
	color: #90c320;
	font-size: 0.2rem;
}
.ui-content .sub_list{
	position: relative;
	width: 100%;
	float: left;
}
.sub_list .list_item{
	position:relative;
	width:100%;
	float:left;
	border:1px solid #ddd;
	border-radius:2px;
	padding:5px;
	margin-bottom:0.15rem;
}
.list_item .item_left{
	position:relative;
	float:left;
	width:2rem;
	height: 1.733rem;
	padding-right:0.1rem;
}
.item_left img{
	width:100%;
	height:100%;	
}
.list_item .item_right{
	position:relative;
	float:left;
	width:calc(100% - 2rem);
}
.item_right h4.item_title{
	margin: 0px;
	font-size: 0.25rem;
	height: 0.59rem;
	overflow: hidden;
	margin-bottom: 5px;	
	line-height: 1.15;
}
.item_title a{
	color:#666;
	text-decoration:none;	
}
.item_title a:hover,.item_title a:active{
	color:#0190d4;	
}
.item_right p{
	height: 0.37rem;
	line-height:0.37rem;
	font-size:0.2rem;
	margin-bottom:0.05rem;
	overflow: hidden;
}
.item_right p.item_label span{
	float:left;
	background-color: #90c320;
	color: #fff;
	display: inline-block;
	font-size: 0.2rem;
	border-radius: 2px;
	margin-right: 10px;
	height: 0.37rem;
	line-height: 0.37rem;
	padding: 0px 0.15rem;
}
.item_right p.item_date{
	width:100%;
	height:0.25rem;
	line-height:0.25rem;
	color: #0190d6;
	word-break: break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.item_right p.item_money{
	width: 100%;
	text-align: right;
	color: #fd6301;
	font-size: 0.17rem;
	font-style: normal;
	padding-right: 0.1rem;
	margin-bottom:0px;	
}
.item_right p.item_money em{
	font-style: normal;
	font-size: 0.25rem;
	margin-right:0.1rem;
}
