@charset "utf-8";
/*---------------资讯*/
/*---------------左侧*/

.pleft{
	width:220px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.pleft h3 {
	background:#954538 url(../images/sidebarTitle.gif) no-repeat;
	height:27px;
	line-height:27px;
	font-size:12px;
	color:#fff;
	padding-left:10px;
}
.classbox {
	background:#f4efeb url(../images/sidebarBottom.gif) no-repeat bottom;
	width:180px;
	padding:10px 20px;
}
.classbox ul li {
	width:170px;
	line-height:28px;
	padding-left:10px;
	border-bottom:1px solid #d0beaf;
	border-top:1px solid #fff;
}
.classbox ul li ul li {
	padding-left:10px;
}
.classbox ul li ul li a {
	font-weight:normal;
}
.classbox a {
	font-weight:bold;
	text-decoration:none;
	height:28px;
	line-height:28px;
}
.classbox a:hover,.classbox .thisclass {
	border-left:3px solid #7c2619;
	padding-left:5px;
	color:#7c2619;
}

/*---------------右侧*/
.pright{
	float:left;
}
/*-------------------------右侧:常规列表定义*/
.rlist{
	width:222px;
}
.rlist .title{
	width:222px;
	height:19px;
	padding-top:9px;
	background:url(../images/rlist_title_bg.gif) no-repeat;
	text-indent:10px;
	font-weight:bold;
	letter-spacing:2px;
	color:#555;
}
.rbox{
	border:1px solid #ddd;
	width:220px;
	padding:5px 0px 7px 0px;
}
.rbox ul li{
	height:27px;
	line-height:27px;
	background:url(../images/ico_4.gif) 12px 13px no-repeat;
	text-indent:23px;
	overflow:hidden;
	width:214px;
}
.rbox ul li a{
	color:#039;
}


/*---------------资讯:首页:列表区域*/

/*---------------左侧:新闻列表*/
.listbox{
	width:680px;
	overflow:hidden;
}
.listbox dl{
	width:328px;
	float:left;
	display:inline;
	margin:8px 10px 0px 0px;
	border:1px solid #ddd;
}
.listbox dl dt{
	width:326px;
	height:26px;
	margin:1px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-bottom:1px solid #DDD;
}
.listbox dl dt .title{
	width:200px;
	height:26px;
	line-height:26px;
	float:left;
	background:url(../images/article_ico_1.gif) 10px 6px no-repeat;
}
.listbox dl dt .title a{
	margin-left:28px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:2px;
}
.listbox dl dt .more{
	width:48px;
	height:19px;
	float:right;
	line-height:19px;
	background:url(../images/article_ico_2.gif) no-repeat;
	text-align:center;
	margin:3px 5px 0px 0px;
}
.listbox dl dt .more a{
	text-decoration:none;
}
.listbox dl dd{
	padding:3px 0px 5px 14px;
}
.listbox dl dd a{
	height:31px;
	display:block;
	color:#666;
	line-height:31px;
	background:url(../images/ico_2.gif) 2px 12px no-repeat;
	text-indent:20px;
	font-size:14px;
}


/*---------------资讯:列表页:列表区域*/
.newslist{
	width:668px;
	border:1px solid #f4efeb;
	padding-bottom:10px;
	background:url(../images/place_bg.jpg) 1px 1px repeat-x;
}
.newslist dl{
	width:650px;
	margin:10px auto 0px;
	display:block;
	border-bottom:1px dotted #DDD;
}
.newslist dl dt{
	width:638px;
	margin:0px auto 0px;
	background:url(../images/ico_2.gif) 3px 11px no-repeat;
}	
.newslist dl dt a{
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	letter-spacing:1px;
}
.newslist dl dd{
	width:624px;
	margin:0px auto 0px;
}
.newslist dl dd.preview{
	line-height:19px;
	color:#777;
	text-indent:14px;
}
.newslist dl dd.info{
	line-height:31px;
	color:#999;
}
.newslist dl dd.info span{
	color:#F60;
	margin-right:20px;
}
.newslist dl dd.info a{
	float:right;
	position:relative;
	margin:-30px 5px 0px 0px;
}

/*---------------资讯:内容页*/
.newsview{
	width:666px;
	border:1px solid #ddd;
	background:url(../images/rightBox.gif) repeat-x 0 35px;
	padding:1px;
}
/*---------------内容页:标题*/
.newsview .title{
	width:666px;
	height:33px;
	line-height:33px;
	background:url(../images/rightBoxTitle.gif) repeat-x top;
	border-bottom:1px solid #d0d0d0;
	padding-bottom:1px;
}
.newsview .title h1 {
	font-size:14px;
	margin-left:10px;
	
}

/*---------------内容页:相关信息*/
.newsview .info{
	width:646px;
	height:27px;
	line-height:27px;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	text-align:right;
	padding-right:20px;
	color:#F60;
}
.newsview .info strong{
	color:#666;
	margin-left:20px;
}
/*---------------内容页:正文*/
.newsview .content,.content1{
	width:638px;
	overflow:hidden;
	padding-top:10px;
	margin:10px auto;
	color:#000;
	font-size:12px;
	line-height:18px;
}
.content1 {
	margin-top:0;
}
.content1 p,.content p {
	margin:7px 0;
}
.content1 h2,.content1 h3 {
	margin:10px 0;
}
.content1 h2 {
	font-size:14px;
}
.content1 h3 {
	font-size:12px;
}
/*---------------内容页:正文分页*/
.newsview .cupage{
	width:638px;
	margin:5px auto;
	text-align:center;
<<<<<<< article.css
	border-bottom:1px solid #EEE;
=======
	line-height:31px;
	overflow:hidden;
>>>>>>> 1.2
}
.newsview .cupage a{
	color:#0033FF;
	font-size:14px;
	margin-left:14px;
<<<<<<< article.css
	line-height:31px;
=======
>>>>>>> 1.2
}
.newsview .cupage strong{
	font-size:14px;
	color:#FF0000;
	margin-left:14px;
}
/*---------------内容页:操作*/
.newsview .actbar{
	width:638px;
	height:27px;
	line-height:27px;
	margin:6px auto;
	background:#FCFCFC;
	border:1px solid #F0F0F0;
	text-align:right;
}
.newsview .actbar span{
	margin-right:20px;
	color:#CCC;
}
.newsview .actbar span a{
	color:#669900;
	margin-right:3px;
	margin-left:3px;
}