*{padding: 0;margin: 0;border: none;}

html,body{
	height: 100%;
	background-color: #FFFFFF;
}

.topimg{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}



.box{
	background-color: #ffffff;
}

.top_box{
	line-height: 50px;
	width: 90%;
	border-bottom: 2px solid #c5c3c4;
	margin: 0 auto;
	color: #555555;
}

.THEUL{
	width: 90%;
	margin: 0 auto;
}

.theli{
	list-style: none;
	line-height: 40px;
	border-bottom: dashed 1px #c7c7c7;
	color: #555555;
	overflow: auto;
	text-indent: 5px;
}

.time{
	float: right;
	width: 100px;
	text-align: center;
}


.title{
	width: calc(100% - 100px);
	float: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



.bottomPageCont {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.title span:hover{
	text-decoration: underline;
	cursor: pointer;
}

.backbox{
	float: right;
}

.backbox span:hover{
	text-decoration: underline;
	cursor: pointer;
}