.content
{
	min-height: 300px;
	height: auto;
}
.panel
{
	min-height: 200px;
	height: auto;
	background-color: #F1F4F6;
	margin-bottom: 10px;
}
.vipitem
{
	height: 40px;
	line-height: 40px;
	font-family: 微软雅黑;
	font-size: 14px;
	border-bottom: 1px dashed blue;
	margin: 0 20px;
}
.itemtitle
{
	font-family: 微软雅黑;
	display: inline-block;
	width: 710px;
	/*border: 1px solid red;*/
	overflow: hidden;
	float: left;
}
.itemtime
{
	font-family: 微软雅黑;
	/*border: 1px solid red;*/
	display: inline-block;
	height: 40px;
	width: 160px;
	line-height: 40px;
	float: right;
	text-align: right;

}
.btntool
{
	margin-left: 680px;
}
.imgcode
{
	display: block;
	margin-top: 1px;
}
.logintable tr
{
	height: 35px;
	line-height: 35px;
}
#logininfo
{
	color: red;
}