@charset "utf-8";
.list-bread{
    margin:10px 0;
	font-size:14px;
	font-family:"宋体";
}
.list-bread span{
    padding:5px 10px;
    color:#000;
    font-size:14px;
}
.list-left{
	width:660px;
}
.category-list{
	line-height:40px;
	background:#f6f6f6;
}
.category-list span{
	padding:0 10px;
	width:45%;
}
.category-list span a{
	font-size:16px;
	color:#666;
}
.category-list span.current{
	border-top:2px solid #54af6a;
	background:#fff;
	border-left:1px solid #f6f6f6;
}
.category-list span.current a{
	color:#54af6a;
	font-weight:bold;
}
.list-item{
	padding:5px 15px;
}
.list-item-title{
	line-height:30px;
	font-weight:normal;
	margin:10px 0 5px 10px;
}
.list-item-title a{
	color:#666;
	font-size:16px;
	font-weight:normal;
    display:block;
    width:85%;
}
.list-item-title span{
	color:#ccc;
	font-size:14px;
	font-weight:normal;
}
.summary{
	font-size:14px;
	font-family:"宋体";
	line-height:1.8em;
}
.list-common-category{
	height:40px;
	line-height:40px;
	border-top:1px solid #ccc;
}
.list-common-category span{
	border-top:2px solid #54af6a;
	padding:0 40px;
	font-size:16px;
	margin-top:-2px;
}
.list-right img{
	width:320px;
}
/**文章内页**/
.article-title{
	line-height:40px;
	text-align:center;
    margin:20px 0 0 0;
    padding:0 100px 20px 100px;
}
.article-title a{
	font-size:20px;
	font-weight:bold;
}
.article-subtitle{
	text-align:center;
	font-size:18px;
	height:40px;
	line-height:40px;
    margin-bottom:20px;
}
.article-info{
	height:30px;
	line-height:30px;
	background:#f6f6f6;
	text-align:center;
    width:900px;margin:0 auto;
}
.article-info span{
	padding:0 20px;
}
.article-content{
	padding:20px 50px;
	line-height:1.8em;
	font-size:16px;
}
.content{
    border:1px solid #ccc;
}
.level_2{
    display:none;
}
.page{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
.page span{
    padding:5px 10px;
    background:#f6f6f6;
    margin-right:5px;
    border-radius:5px;
}
.page span a{
    display:block;
}
.page span.current{
    background:#54af6a;
    color:#fff;
}
.record{
	height:30px;
	line-height:30px;
	padding-left:20px;
	font-size:12px;
}
.record a{
	font-size:12px;
	color:#54af6a;
	font-family:'宋体';
}
