body {
	width:7.5rem;
}
a {
	color: #333;
	text-decoration: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
section {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.header{
	width: 100%;
	height: 0.88rem;
	background: #B12A31;
	float: left;
}
.title1{
	height: 0.48rem;
	width: 1.44rem;
	margin: 0.2rem auto;
	text-align: center;
    line-height: 0.48rem;
    font-size: 18px;
    color: #FFFFFF;
}
.back{
	float: left;
	margin: 0.2rem auto;
	left: 0.2rem;
    position: relative;
}
.nav{
	float: left;
	width: 100%;
	height: 0.8rem;
}
.menu{
	float: left;
	height: 100%;
	width: 25%;
}
.nav_list{
	margin: auto 0.3rem;
    line-height: 0.8rem;
    height: 95%;
    font-size: 0.28rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.menu:nth-child(1) .nav_list{
	margin: auto 0;
}
.cur{
	border-bottom: solid 0.04rem red;
}
.cur a{
	color:red;
}
header img{
	width: 100%;
	height: 2.5rem;
	display: block;
}
ul {
	font-size: .26rem;
}
li {
	display: block;
	position: relative;
	padding: 0.16rem 0.18rem 0.1rem 0.2rem;
	height: 1.25rem;
}
li:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	-webkit-transform: scale(1,.5);
	transform: scale(1,.5);
}
li a {
	display: block;
	width: 100%;
	line-height: .4rem;
}
li img{
	width: 2.1rem;
	height: 1.2rem;
	float: left;
	margin-right: .3rem;
}
li span {
	display: block;
	overflow: hidden;
	float: left;
	text-overflow:ellipsis;
	white-space: nowrap;
}
li .title{
	width: 3.92rem;
	height: 0.38rem;
	line-height: 0.38rem;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: .07rem;
}
li .listName{
	width: 4.72rem;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 13px;
	color: #666666;
	margin-top: 0.1rem;
}
li .date{
	width: 1.70rem;
	height: 0.28rem;
	line-height: 0.28rem;
	font-size: 10px;
	color: #999999;
}
footer{
	line-height: 1.1rem;
	text-align: center;
	font-size: .3rem;
	color: #06c;
}
.loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/app_images/wap/v30/c3/futures/app/loading.gif) no-repeat 50% 50% #ccc;
	background-size: 1.24rem 1.24rem;
}