#topBigImage {
	width: 100%;
	height: 250px;
	background: url(../images/topbigpic/01.jpg) no-repeat center top;
}

article{
	width:1240px;
	min-height:300px;
	margin:auto;
	padding:40px 0;
}
article .disptitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #0472b3;
	font-weight: bold;
	border-bottom: 3px #0583cd solid;
}

article #articlelist{
	width:70%;
	float:left;
}
article #rightnav{
	width:20%;
	float:right;
}

article #articlelist ul{
	margin:20px 0;
}
article #articlelist li{
	width:100%;
	max-height: 240px;
	padding-bottom:30px;
	overflow:hidden;
}
/**DefaultPic**/
article #articlelist li img{
	width:200px;
	max-height: 115px;
	float:left;
	margin-right:15px;
}
article #articlelist li p{
	padding-bottom:15px;
}
/**title**/
article #articlelist li p:nth-child(2){
	font-weight:bold;
}
/**author & updatetime**/
article #articlelist li p:nth-child(3){
	font-size:12px;
	color:gray;
}
/**short content**/
article #articlelist li p:nth-child(4){
	font-size:14px;
	color:gray;
	text-indent: 2em;
	text-align: justify;
}

.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) {
	float: left;
	font-size: 12px;
	font-style: italic;
	color: gray;
	margin-top: 5px;
}

.topline span:last-child {
	float: right;
	font-size: 14px;
	font-style: italic;
	margin-top: 4px;
}
.page{
	text-align: center
}
.page input[type=button],.page select{
	margin: 0 5px;
	border:0;
	background:transparent;
}
.page input[type=button]:hover{
	color:red;
}

/**右栏导航**/

#specialnav ul:first-child{
	font-style:italic;
}
#specialnav ul:first-child li:before{
	content:'●'
}
#specialnav ul:nth-child(n+1) li{
	padding:10px 0 10px 40px;
	background:#09afff;
	margin-bottom:10px;
	border-radius:5px;
	cursor:pointer;
}
#specialnav ul:nth-child(n+1) li:hover{
	color:red
}