/*列表-主体部份*/
/*列表-左侧*/
.main-part {
	width:850px;
	float:left;
}
/*列表-左侧-列表部份*/
.item-list {
	padding: 20px 50px;
	background-color: #FFFFFF;
}

/*列表-左侧-栏目描述*/
.type-info {
	border-bottom:1px dashed #ddd;
}
.type-info h1 {
	font-size: 20px;
	line-height: 32px;
	font-family: 'Microsoft Yahei';
	font-weight: normal;
	text-align: center;
}
.type-info p {
	line-height: 24px;
	font-size: 14px;
	color: #555;
}
/*列表-左侧-二级导航*/
.like-type {
	width:auto;
	padding:0px;
}
.like-type-text {
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}
.like-type-content {
	padding: 0 0px;
}
.like-type-content ul {
}
.like-type-content li {
	float:left;
	width:auto;
	font-size: 14px;
	line-height:34px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0 10px;
	border: 1px solid #ccc;
}
.like-type-content li.thisclass{
	background-color: #7D992C;
	color: #FFFFF;
}
.like-type-content li.thisclass a {
	color: #FFFFFF;
}
.like-type-content li:hover {
	background-color: #128bed;
	color: #FFFFFF;
}
.like-type-content li:hover a {
	color: #FFFFFF;
	text-decoration: none;
}
/*列表-左侧-广告*/
.list_left_ad_type-info_bottom {
	margin: 10px 20px;
	padding: 10px 10px;
	height: 90px;
	text-align: center;
	border-bottom:1px dashed #ccc;
}
/*列表-左侧-列表主题*/
.list-main {
}
.list-main ul {
	margin:0 auto;
}
.list-main li{
	overflow:hidden;
	clear:both;
	padding:12px 0px;
	border-bottom:1px dashed #ccc;
	font-size: 14px;
}
/*列表-左侧-列表标题行-文章栏目*/
.list-main span.typename {
	display:none;
	line-height: 30px;
	font-size: 20px;
	font-family: 'Microsoft Yahei';
}
/*列表-左侧-列表标题行-标题*/
.list-main li a.title{
	overflow:hidden;
	line-height:30px;
	font-size:20px;
	color: #444;
	font-family: 'Microsoft Yahei';
}
/*列表-左侧-列表摘要行-缩略图*/
.list-main li a.preview{
	width:104px;
	float:left;
	margin-right:8px;
	margin-bottom:3px;
	margin-left:0px;
	margin-top: 5px;
	line-height: 80px;
	display:inline;
}
.list-main li a.preview img{
	width:102px;
	height: 84px;
	display:block;
	padding:1px;
	border:2px solid #EEE;
}
.list-main li a.preview:hover img{
	border:2px solid #AAA;
}
/*列表-左侧-列表摘要行-摘要*/
.list-main p.intro{
	color:#666;
	font-family: 'Microsoft Yahei';
	line-height:26px;
}
/*列表-左侧-列表摘要行-查看全文*/
.list-main span.more {

	font-size: 13px;
	color: #128bed;
}
.list-main span.more a {
	color: #128bed;
}
/*列表-左侧-列表附加信息行*/
.list-main .item-other span {
	float: left;
	line-height:28px;
	margin-right: 10px;
	font-size: 13px;
	color:#999;
}

.list-main .item-other .date {
	background: url(../../images/article/icon_time.png) 0 50% no-repeat;
	text-indent: 20px;
}
/*列表-左侧-翻页*/
.pagenation {
	width:630px;
	margin:20px auto 0;
}
.pagenation ul{
	text-align: center;
}
.pagenation li{
	display:inline;
	line-height:24px;
	margin:0 3px;
	padding:5px 10px;
	border:1px solid #ccc;
}
.pagenation li a{
	color:#555;
}
.pagenation li:hover,.pagenation li:hover a {
	color: #FFFFFF;
	background-color: #128bed;
}
.pagenation ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.pagenation li.current,.pagenation li.current a:hover{
	color:#FFFFFF;
	line-height:17px;
	font-weight:bold;
	background-color: #128bed;
}

/*列表-左侧-翻页上面广告*/
.list_left_ad_fanye_top {
	padding: 10px 15px;
	height: 90px;
	margin: 2px auto;
	text-align: center;
	border-bottom:1px dashed #ccc;
}

/*列表-左侧-热点文章*/
.left-recomand-article {
	margin-top: 20px;
	padding:20px 50px;
	background-color: #FFFFFF;
}

.left-recomand-article .header {
	line-height:40px;
	font-size: 22px;
}
.left-recomand-article .text-box {
}
.left-recomand-article .text-box li {
	float: left;
	width: 48%;
	font-size: 14px;
	line-height: 32px;
	color: #666;
	overflow:hidden;
}
.left-recomand-article .text-box li a {
	color: #666;
}
/*右侧*/
.side-part {
	width:330px;
	float:right;
}
/*右侧顶部广告*/
.side-part-top-ad {
	height: 270px;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}

/*最新文章*/
.article-block {
	padding: 20px;
	background-color: #FFFFFF;
}
/*最新文章--头部*/
.article-block .title {
	line-height:40px;
	font-size: 22px;
}
.article-block .list {
	margin:10px 0 -12px;
}
.article-block .list ul {
}
.article-block .list li {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	overflow:hidden;
}
