@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;
	padding: 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 .content {
	width: 7rem;
	height: auto;
	overflow: hidden;
	font-size: .25rem;
	line-height: .6rem;
	margin: 0rem .28rem 0rem .28rem;
}
.container .content img{
	width: 7rem;
}
