main.css 579 Bytes
#container{
	width: 100%;
	height: 100%;
}
#prheader{
	height: 60px;
	border-bottom: 1px solid #C3C4CD;
	line-height: 60px;
	margin-bottom: 14px;
}
#leftimg{
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 20px;
	float: left;
}
#titledesc{
	float: left;
	width:60%;
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#initcontent{
	width: 100%;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	float: left;
	color: #333333;
}
#initcontent:HOVER{
	background-color: #F3F6FB;
	color: #358FFC;
}