/* 列表 */
.page-aside{
	width: 238px;
}
.page-main{
	width: 702px;
}
.page-aside .news-list li{
	font-size: 13px;
}
.article-box{
	padding: 0 18px 20px;
	border: 1px solid #bfbfbf;
}
.article-header
{
	width: 664px;
	margin: auto;
	border-bottom: 1px solid #e5e5e5;
}
.article-title,
.article-recommend-title a{
	padding: 32px 0 28px;
	font-size: 18px;
	color: #333;
	font-family: "黑体", sans-serif;
	text-decoration: none;
}
.article-title{
	font-size: 24px;
	color: #333;
	font-family: "宋体", sans-serif;
}
.article-info{
	padding-bottom: 30px;
	color: #b2b2b2;
	font-family: "宋体", sans-serif;
}
.article-info span{
	padding: 0 18px;
}
.article-content{
	padding: 20px 26px 0;
}
.article-recommend-title{
	padding: 28px 0 18px 0;
}
.article-recommend-title .new{
	padding-left: 10px;
	font-size: 12px;
	color: #f84236;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.article-recommend-title .date{
	line-height: 32px;
	font-size: 12px;
	color: #b2b2b2;
}
.article-list li{
	height: 34px;
	margin-bottom: 16px;
	border-bottom: 1px dashed #d1d1d1;
	line-height: 34px;
	text-indent: 50px;
	background: url(list-dot.png) 20px 14px no-repeat;
}
.article-list li a{
	font-size: 16px;
	color: #555;
}
.article-list li .date{
	color: #555;
	font-size: 14px;
	float: right;
}
.article-recommend-content{
	height: 112px;
	margin-bottom: 28px;
}
.article-recommend-img{
	padding-top: 8px;
}
.article-recommend-img img{
	display: block;
	width: 175px;
	height: 104px;
}
.article-recommend-text{
	width: 472px;
	height: 112px;
	margin-left: 16px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	float: left;
}

/* page chart */
.chart .news-header{
	margin-bottom: 14px;
}
.chart .chart-box{
	height: 345px;
	border: 1px solid #bfbfbf;
	margin-bottom: 12px;
}
.ranking{
	padding: 35px 15px 55px;
	background-color: #eee; 
}
.ranking-body{
	width: 436px;
	padding: 0 10px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}
.ranking-bottom{
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
}
.ranking-bottom span{
	position: relative;
	height: 40px;
	color: #707070;
	background-color: #f6f6f6;
	padding: 12px 9px;
}
.ranking-bottom .line{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 2px;
	background-color: #cfcfcf;
}