#topBigImage{
	width: 100%;
	height: 250px;
}

#section01 {
	margin-top: 20px;
}

.dispLeft {
	width: 75%;
	min-height: 300px;
}

.dispRight {
	width: 20%;
	min-height: 300px;
}

.topline {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 3px #0583cd solid;
	margin-bottom: 30px;
}
.topline span:first-child {
	float: left;
	font-size: 18px;
	color: #0472b3;
	font-weight: bold;
	margin-right: 5px;
}

.topline span:nth-child(2),.topline span:nth-child(3) {
	float: left;
	font-size: 12px;
	font-style: italic;
	color: gray;
	margin-top: 5px;
}

#section01 .dispLeft img {
	float: left;
	width: 250px;
	margin-right: 10px;
}

#section01 .dispLeft ul {
	height: 160px;
	overflow: hidden;
	margin-bottom:20px;
}

.dispLeft li .title {
	font-size: 18px;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.dispLeft ul li .authorUpdtime{
	font-size: 14px;
	color: gray;
	text-indent: 2em;
	margin-top:10px;
}

.dispLeft li .content {
	font-size: 14px;
	color: gray;
	line-height: 1.5em;
	margin-top: 10px;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#pageinfo {
	width: 100%;
	height: 160px;
	line-height: 80px;
	text-align: center;
	font-size: 14px;
}

#pageinfo input[type=button] {
	padding: 5px; 0;
	margin: 0 5px;
	border:0;
	background:transparent;
}
#pageinfo input[type=button]:hover{
	color:red;
}

#pageinfo select {
	border: 0;
}

/**右栏导航**/
.dispRight ul {
	margin-top: -15px;
}

.dispRight ul li {
	font-size: 14px;
	display: block;
	height: auto;
	margin-bottom: 10px;
}

.dispRight li a:before {
	content: "❖ ";
}
.dispRight ul li ul {
	margin:6px 0 0 2em;
}