﻿/*
 * 网站文章样式定义
 *
 */

/*==布局相关样式开始==*/
.articleSide {
	float: left;
	width: 250px;
}
.articleMain {
	float: right;
	width: 728px;
}
.bg_picList {
	background: url(Images/bg_side.gif) repeat-y 258px top;
}
/*==布局相关样式结束==*/

/*==局部样式定义开始==*/
/*栏目导航*/
#navTree {}
	#navTree dt {
		background: url(Images/tag_navTree.jpg) no-repeat left top;
		height: 28px;
		line-height: 28px;
		padding-left: 16px;
	}
		#navTree dt em {
			background: url(Images/tag_navTreeOn.png) repeat-x left top;
			color: #ffffff;
			font-weight: bolder;
			float: left;
			height: 28px;
			padding: 0 12px;
		}
	#navTree dd {
		background: #f8fcff url(Images/dot2.gif) repeat 2px 0px;
		border: solid #cfe7fe;
		border-width: 0 1px 1px;
		padding-bottom: 1px;
	}
		#navTree dd a {
			background: url(Images/icon_topLink.gif) no-repeat 15px 9px;
			color: #1665b4;
			display:  block;
			line-height: 28px;
			padding-left: 30px;
		}
		#navTree dd a:hover {
			color: #db1927;
		}
/*专题专栏*/
#speSide dt em {
	color: #db1927;
}
#speSide .txtlist7 a {
	background: url(Images/icon_spe.gif) no-repeat 10px 6px;
	padding-left: 24px;
}
#speSide .pe_u_thumb_title a {
	color: #888888;
}
#speSide .pe_u_thumb_title a:hover {
	color: #db1927;
}

/*文章显示*/
.articleBox {
	border: solid #e0e0e0;
	border-width: 0 1px 1px;
	_height: 500px;
	min-height: 500px;
	padding-bottom: 30px;
}
	.articleBox h2 {
		color: #cc0000;
		font-size: 26px;
		font-weight: bolder;
		text-align: center;
		line-height: 32px;
		padding: 40px 0 30px;
	}
	.articleBox h5 {
		color: #0b05fb;
		font-size: 14px;
		text-align: right;
		line-height: 18px;
                     padding: 0px 40px 10px 0px;
 	}
.articleInfo {
	background: url(Images/bg_info.png) repeat-y center;
	text-align: center;
	height: 28px;
	line-height: 28px;
}
	.articleInfo, .articleInfo a, .articleInfo a:visited {
		color: #777777;
	}
	.articleInfo span {
		margin: 0 5px;
	}
.showArticle {
	color: #444444;
	padding: 20px 55px;
	line-height: 200%;
	font-size: 14px;
	_height: 400px;
	min-height: 400px;
}
.nextArticle {
	border-top: 1px dashed #dddddd;
	margin: 0 55px;
	padding: 10px 0;
	line-height: 24px;
}
	.nextArticle li, .nextArticle li a {
		color: #999999;
	}
	.nextArticle li a:hover {
		color: #1665b4;
	}
.articleFunc {
	float: right;
}
	.articleFunc a {
		background: url(Images/icon_article.gif) no-repeat left 5px;
		color: #1665b4;
		float: left;
		padding-left: 16px;
		margin-left: 10px;
	}
	.articleFunc a:hover {
		color: #db1927;
	}
	.articleFunc .print {
		background-position: left -44px;
	}
	.articleFunc .close {
		background-position: left -93px;
	}
	
/*相关文章*/
.relArticle {
	margin-top: 10px;
}
	.relArticle dt {
		background-color: #f7f7f7;
		height: 23px;
		position: relative;
	}
		.relArticle dt em {
			background: url(Images/tag_corner.png) no-repeat left top;
			color: #ffffff;
			display: block;
			width: 66px;
			height: 24px;
			text-align: center;
			line-height: 24px;
			position: absolute;
			left: -1px;
			top: 1px;
		}
	.relArticle dd {
		padding: 15px 55px;
	}
/*文章列表*/
.artilceList {
	background: url(Images/bg_txtList.png) no-repeat 90% 31px;
	padding: 35px 45px;
}
#searchList {
	background: url(Images/bg_txtList2.png) no-repeat 92% 31px;
}
	.artilceList dt, .artilcePicList dt {
		background: url(Images/arrow2.gif) no-repeat 10px 15px;
		border-bottom: 1px dashed #dddddd;
		line-height: 38px;
		padding-left: 25px;
	}
	.artilceList dt, .artilcePicList dt, .artilceList dt a, .artilcePicList dt a {
		color: #1665b4;
		font-weight: bold;
		font-size: 20px;
	}
	.artilceList dd {
		border-bottom: 1px dashed #dddddd;
		padding: 15px 8px 30px;
	}
		.artilceList li {
			height: 28px;
			line-height: 28px;
		}
		.artilceList .divline {
			margin-bottom: 24px;
		}
		.artilceList li a {
			background: url(Images/icon_br.png) no-repeat left -289px;
			float: left;
			font-size: 14px;
			padding-left: 20px;
		}
		.artilceList li a:hover {
			background-position: left -339px;
			color: #db1927;
		}
		.artilceList li .date {
			float: right;
			font-size: 14px;
		}
.artilcePicList {
	padding: 30px 32px;
}
	.artilcePicList ul {
		float: left;
		margin-left: -8px;
		padding-top: 15px;
	}
		.artilcePicList li {
			background-color: #ffffff;
			border: 1px solid #e0e0e0;
			float: left;
			margin: 8px 0 0 8px;
			width: 140px;
			height: 122px;
			text-align: center;
			padding: 9px;
		}
		.artilcePicList li:hover {
			border-color: #99bde4;
		}
			.artilcePicList li img {
				display: inline-block;
				height: 105px;
				width: 140px;
			}
			.artilcePicList .pe_u_thumb_title {
				line-height: 24px;
			}
			.artilcePicList .pe_u_thumb_title a:hover {
				color: #db1927;
			}

.topList {
	border: 1px solid #cfe7fe;
	padding: 11px;
	_height: 50px;
	min-height: 50px;
}
.focusPic2 {
	float: left;
	margin-right: 12px;
}
.introTop {
	float: left;
	width: 430px;
}
	.introTop li {
		height: 26px;
		line-height: 26px;
	}
		.introTop li a {
			background: url(Images/icon_br.png) no-repeat left -589px;
			font-size: 14px;
			float: left;
			padding-left:18px;
		}
		.introTop li a:hover {
			background-position: left -639px;
			color: #db1927;
		}
		.introTop li .date {
			float: right;
			font-size: 14px;
		}
	.introTop .one {
		border-bottom: 1px dashed #cccccc;
		height: auto;
		margin-bottom: 6px;
	}
		.introTop .one a {
			background: none;
			padding: 0;
		}
	.introTop h6 {
		height: 19px;
		line-height: 19px;
	}
		.introTop h6 em {
			background: url(Images/tag_focus.png) no-repeat left top;
			color: #ffffff;
			float: left;
			width: 35px;
			height: 19px;
			padding-left: 6px;
			margin-right: 4px;
		}
		.introTop h6 a {
			color: #db1927;
			font-weight: bolder;
			font-size: 16px;
		}
	.introTop p {
		color: #3073ba;
		line-height: 22px;
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}
		.introTop .more {
			color: #3073ba;
			font-size: 12px;
			float: none;
			margin-left: 5px;
		}
		.introTop .more:hover {
			color: #db1927;
		}
		
.columnLoop {
	display: inline;
	float: left;
	margin-left: -7px;
}
.columnLoop .loopbox {
	display: inline;
	float: left;
	width: 360px;
	margin-left: 7px;
	margin-top: 7px;
	_height: 185px;
	min-height: 185px;
}
.columnLoop .loopbox dd {
	padding: 5px 5px 0;
}

/*专题*/
#genSpecial .showPic {
	margin: 10px 0 20px;
}
.speList {
	float: left;
	width: 400px;
	margin: 0 18px 20px;
	height: 85px;
}
	.speList h3 {
		margin-bottom:10px;
	}
		.speList h3, .speList h3 a {
			color:#E90000;
			font-size:14px;
			font-weight:bolder;
		}
	.speList h4 {
		overflow: hidden;
	}
		.speList h4 img {
			width: 400px;
		}

/*==局部样式定义结束==*/