@charset "utf-8";
body {
	background: #fff;
}
/*容器*/
.container {
	width: 7.5rem;
	height: auto;
	min-height: 9rem;
	overflow: hidden;
	background: #fff;
	margin: 2.5rem auto 0rem auto;
}
.container .title {
	width: 7rem;
	height: 1rem;
	line-height: 1rem;
	margin: .2rem .25rem 0rem .25rem;
	overflow: hidden;
	font-size: .5rem;
	color: #000;
	font-weight: 500;
}
.container .title span {
	height: 1rem;
	line-height: 1rem;
	font-size: .35rem;
	margin: 0rem 0rem 0rem .2rem;
	color: #666;
}
.container .seetop {
	width: 7rem;
	height: auto;
	overflow: hidden;
	margin: .2rem .25rem 0rem .25rem;
	display: block;
	border-top: .06rem solid #000;
}
.container .seetop .seeimg {
	width: 7rem;
	height: auto;
	overflow: hidden;
	margin: .4rem 0rem 0rem 0rem;
}
.container .seetop .seeimg img {
	width: 7rem;
}
.container .seetop .seename {
	width: 7rem;
	line-height: .5rem;
	font-size: .28rem;
	color: #000;
}
.container .seetop .seeexplain {
	width: 7rem;
	line-height: .5rem;
	font-size: .22rem;
	color: #333;
}
.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 #000;
	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: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0rem .1rem;
}
