/* Header */
.header{
	position:fixed;
	_position:absolute;
	z-index:99;
	top:0;
	left:0;
	width:100%;
	background:#404452 url(../images/article-top-nav-bg.png) 0 0 repeat-x;
	height:40px;
	line-height:40px;
}


/* Channels */
.channels li{
	float:left;
	font-size:14px;
	list-style-type:none;
}

.channels a:link,.channels a:visited,.channels a:hover{
	display:block;
	padding:0 15px;
	color:#FFF;
	text-decoration:none;
}

.channels a:hover,.channels li.current a:link,.channels li.current a:visited,.channels li.current a:hover{
	background-color:#e64e3e;
}


/* Main */
.main{
	padding:0 0 15px;
	border-top:2px solid #EEE;
	
}

.list-headline{
	margin:0 auto;
	height:280px;
	background-color:#F8F8F8;
	overflow:hidden;
}

.list-headline-image{
	float:left;
	overflow:hidden;
}

.list-headline-image,.list-headline-image img{
	width:465px;
	height:280px;
}

.list-headline-info{
	float:right;
	width:195px;
	padding:15px;
	height:250px;
	overflow:hidden;
}

.list-headline-info h1,.list-items h2{
	margin:0 auto 10px;
	line-height:160%;
	font-size:16px;
	font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

.list-items p,.list-headline-info p{
	text-indent:28px;
	font-size:14px;
	line-height:160%;
	color:#797979;
}

.post-clock{
	padding:3px 0;
	color:#969696;
	padding-left:26px;
	background:transparent url(../images/clock-bg.png) 0 0 no-repeat;
}

.list-items{
	margin:0;
	overflow:hidden;
}

.list-items li{
	padding:10px 10px 0;
	border-bottom:1px solid #EEE;
}

.list-items li:hover{
	background-color:#F8F8F8;
}

.list-items h2{
	padding:0 10px;
}

.list-image{
	float:left;
	margin-right:10px;
	display:inline;
	overflow:hidden;
	padding:1px;
	border:1px solid #CCC;
}

.list-items p.list-image,.list-headline-info p.list-headline-postime{
	text-indent:0;
}

.list-image,.list-image img{
	width:120px;
	height:80px;
}
