﻿
/*文章频道首页*/

	/*= 最新导读 =*/
	.bigBoxA .boxTitle{ height:27px; padding-top:20px; line-height:27px; background: url(Images/article.png) left top no-repeat; color:#fff; padding-left:36px;}
	.bigBoxA .boxTitle a{color:#fff;}
		.bigBoxA .listBox .hd{ height:13px; overflow:hidden;background: url(Images/article.png) left -100px no-repeat; }
		.bigBoxA .listBox .bd{ border-left:5px solid #fedbbc; border-right:5px solid #fedbbc; margin-left:3px; margin-right:1px; padding:6px 15px;}
			.bigBoxA .listBox .bd .picNews{ float:left; width:325px; height:210px; border-right:1px dashed #00981c; padding-right:10px;}
			.bigBoxA .listBox .bd .picNews li{ height:105px;}
			.bigBoxA .listBox .bd .textNews{ margin-left:345px;}
			.bigBoxA .listBox .bd .textNews li a{float:left;}
			.bigBoxA .listBox .bd .textNews li .dateTime{float:right;}
		.bigBoxA .listBox .ft{ height:10px; overflow:hidden;background: url(Images/article.png) left -150px no-repeat;font-size:0px;}

	/*= 列表样式 =*/
	.textList .listA li{ background-color:#b6915d;}

	/*= 栏目循环样式=*/
	.nodeBox .listBox .bd{ padding:0 18px; border-left:5px solid #e1f5f7; border-right:5px solid #e1f5f7; }

	.boxA h3{ background:url(Images/article.png) 0 -200px  no-repeat; }
		.boxA .listBox .hd{ background: url(Images/article.png) -450px -200px no-repeat; }
		.boxA .listBox .ft{ background: url(Images/article.png) -450px -235px no-repeat; }

	.boxB h3{ background:url(Images/article.png) 0 -300px  no-repeat; }
		.boxB .listBox .hd{ background: url(Images/article.png) -450px -300px no-repeat; }
		.boxB .listBox .bd{border-color:#f7ecfe;}		
		.boxB .listBox .ft{ background: url(Images/article.png) -450px -335px no-repeat; }
		
/*侧栏定义*/

	/*= 快捷导航样式=*/
	#quickNav {background: url(Images/article_repeatY.png) left top;  }
	#quickNav h3{background: url(Images/article.png) -550px -400px no-repeat;  color:#fff; font-size:14px; height:84px; line-height:48px; padding-left:40px;}
	#quickNav ul{background: url(Images/bottom.png) -250px bottom no-repeat; height: auto !important;height:170px;min-height:170px; margin-top:-35px; padding:20px 0 50px 100px;}
	#quickNav li a{ color:#623915; height:36px; line-height:36px; display:block; background:url(Images/icon.png) 7px -335px no-repeat; padding-left:18px; width:120px; overflow:hidden;}
	#quickNav li a:hover{ color:#fff; background:url(Images/public.png) 0 -344px no-repeat; font-weight:700;}
	

	#quickNav h3{}
	
	/*= 侧栏列表卡通文字样式=*/
	#hotList h3{ height:106px; background: url(Images/article.png) left -400px no-repeat;}


/*文章频道栏目页*/

	/*图片网格样式*/
	.grid li{ float:left; width:128px; height:120px; display:inline; border:1px solid #cbcbcb; padding:5px; margin:0 0 24px 24px;}
	.grid li img{ width:128px; height:96px;}
	.grid li h5{ height:24px; line-height:24px; overflow:hidden; font-size:12px; font-weight:normal;  color:#000; text-align:center;}

	/*列表样式*/
	.textList li{height:28px;line-height:28px;border-bottom:1px dashed  #b8b8b8;text-align:right;}
	.textList li a{float:left;  }
	.textList .author{margin-right:50px;}
	.textList .hits{float:left;color:#666;margin-left:1em;display:inline;}


	/*分页框样式*/
	.paginator { text-align:center; margin:18px 0;}
	.paginator strong,.paginator strong a{ color:#c00;}
	.paginator strong,.paginator a{ margin-left:12px;font-size:14px;}
	.paginator .button{ display:inline-block; background:url(Images/public.png) -150px -350px no-repeat; width:83px; height:29px; text-align:center; line-height:29px; font-weight:bold; color:#fff;}
	
/*内容页相关样式*/
	#articleTitle { color:#f20707; font-size:16px; font-weight:bold; text-align:center; margin:22px 0 32px;}/*文章标题*/
	#articleInfo{ text-align:center; width:653px; background: url(Images/article.png) left -600px no-repeat; margin:0 auto; height:23px; line-height:23px; color:#7c3d00;}/*文章信息*/
	#articleContent{font-size:14px; color:#673e04; margin:22px; line-height:1.8em; border-bottom: 1px dashed #7c3d00;}/*文章内容*/
	#articleContent a{ font-size:14px; text-decoration:underline; color:#666;}
	.articlePage{ width:613px; background: url(Images/article.png) left -600px no-repeat; margin:0 auto; height:23px; line-height:23px; color:#7c3d00; padding:0 20px;}/*翻页盒子*/
	.articlePage p{ width:40%; white-space:nowrap; word-spacing:normal; height:23px;}
	.articlePage a{ color:#7c3d00;}
	.articlePage strong{ color:#c00;}
	.articlePage .previous{ float:left;}
	.articlePage .next{ float:right; text-align:right;}


