@charset "utf-8";
body {
	background: #111;
}
/*容器*/
.container {
	width: 7.5rem;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #111;
	position: fixed;
	top: 1.1rem;
	left: 0rem;
	right: 0rem;
	margin: 0rem auto;
	z-index: 2;
	box-shadow: 2px -5px 5px #000000;
	-moz-box-shadow: 2px -5px 5px #000000;
	display: none;
}
.container .abouttitle {
	width: 7.5rem;
	height: 1rem;
	line-height: .5rem;
	text-align: center;
	margin: 1rem auto 0rem auto;
}
.container .abouttitle p {
	padding: 0rem 0rem 0rem 0rem;
	margin: 0rem 0rem 0rem 0rem;
}
.container .seetop {
	width: 7rem;
	height: auto;
	overflow: hidden;
	margin: .5rem .25rem 0rem .25rem;
	display: block;
}
.container .seetop .seeimg {
	width: 7rem;
	height: auto;
	overflow: hidden;
}
.container .seetop .seeimg img {
	width: 7rem;
}
.container .seetop .seename {
	width: 7rem;
	line-height: .5rem;
	font-size: .28rem;
	color: #fff;
}
.container .seetop .seeexplain {
	width: 7rem;
	line-height: .5rem;
	font-size: .22rem;
	color: #949494;
}
.container .new {
	width: 7rem;
	height: auto;
	min-height: 9rem;
	overflow: hidden;
	margin: 0rem .25rem 0rem .25rem;
}
.container .newtop {
	width: 3.2rem;
	height: auto;
	overflow: hidden;
	margin: .5rem .15rem 0rem .15rem;
	display: block;
	float: left;
	border-top: .05rem solid #888;
	padding: .3rem 0rem 0rem 0rem;
}
.container .newtop .newimg {
	width: 3.2rem;
	height: auto;
	overflow: hidden;
}
.container .newtop .newimg img {
	width: 3.2rem;
}
.container .newtop .newname {
	width: 3rem;
	line-height: .5rem;
	font-size: .25rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0rem .1rem;
}
.container .newtop .newexplain {
	width: 3rem;
	line-height: .5rem;
	font-size: .2rem;
	color: #949494;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0rem .1rem;
}
