.wrapper{
	width: 100%;
	min-width:1000px;
	min-height: 1470px;
	background: url(../img/bg.jpg) center no-repeat;
}
.container{
	width: 1000px;
	padding-top: 78px;
	margin: 0 auto;
}
.title{
	width: 703px;
	height: 154px;
	margin: 0 auto;
	background: url(../img/title.png) no-repeat;
}
.list_box{
	margin: 0 auto;
	margin-top: 58px;
    padding-top: 90px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 120px;
    box-sizing: border-box;
    width: 860px;
    height: 1110px;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
}
.list_con{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.list_con .lists{
	overflow: hidden;
}
.list_con .lists .user{
	width: 140px;
	font-size: 16px;
	float: left;
	color: #83e4c3;
	line-height: 60px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_con .lists .tips{
	width: 580px;
	float: left;
	line-height: 60px;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_con .lists .tips span{
	font-size: 16px;
	color: #83e4c3;
}
