@charset "gb2312";
.margintop {margin-top:10px;}
.newsmain {
	border-top:#e5bec9 solid 1px;
}
/*---------------资讯*/
/*---------------左侧*/

.pleft{
	width:638px;
	float:left;
}
/*---------------资讯:内容页*/
.newsview{
	width:638px;
	border-right:#e5bec9 solid 1px;
	background:#fef5f9;
}
/*---------------内容页:标题*/
.newsview .title{
	width:618px;
	line-height:53px;
	text-align:center;
	margin:10px 0px;
}
.newsview .title h1{
   font-size:22px;
   width:90%;
   border-bottom:#e5bec9 solid 1px;
   color:#03005C;
   font-weight:bold;
}
/*---------------内容页:相关信息*/
.newsview .info{
   display:block;
   word-spacing:5px;
   margin-top:5px;
   padding-bottom:5px;
   text-align:center;
}
.newsview .info strong{
	color:#a20010;
	margin-left:20px;
	font-weight:normal;
}
/*---------------内容页:正文*/
.newsview .content{
	width:608px;
	overflow:hidden;
	margin:10px auto;
	color:#000000;
	font-size:14px;
	line-height:25px;
}
/*---------------内容页:正文分页*/
.newsview .cupage{
	width:618px;
	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:618px;
	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:#000099;
	margin-right:3px;
	margin-left:3px;
}
/*---------------内容页:上下文*/
.newsview .context{
	width:638px;
	line-height:27px;
	margin:6px auto;
	color:#666;
}
.newsview .context li {float:left;list-style:none;margin:10px;}
.newsview .context a{
	color:#CC0000;
}
/*---------------内容页:相关文章*/
.links {
   width:637px;
   border:#e5bec9 solid 1px;   
   background: #FFFFFF;
   float:left;
}
.links h2 {   
   font-size:14px;
   text-align:left;
   margin:0;
   padding:0;
   padding-top:9px;
   padding-left:12px;
}
.links h2 a:link{
   font-size:14px; 
   color:#FF0000; 
}
.links h2 a:visited{
   font-size:14px;
   color:#FF0000; 
}
   
.links ul {
   
   width:auto;
   margin-top:9px;
   padding-bottom:8px;
}
.links li{
   text-align:left;
   padding-left:12px;
   line-height:23px;
   font-weight:normal;
   font-size:14px;
       
   
}
.links li span {
   font-size:12px;
   color:#999999;  

}
.links li a {
   font-size:14px;
}
.links li a:link {
   font-size:14px;
   text-decoration:underline;
}
.links li a:visited {
   font-size:14px;
   text-decoration:underline;
}
.links li a:hover {
   font-size:14px;
   text-decoration:none;
}
.links li a:active {
   font-size:14px;
   text-decoration:underline;
}

/*---------------右侧*/
.pright{
	float:right;
	width:250px;
	padding-top:5px;
}
/*右侧盒子*/
.right_box {width:250px;}
.right_box .title{background:url(story_tit.gif) no-repeat;height:54px;}
.right_box .title-route{background:url(r_route_tit.gif) no-repeat;height:54px;}
.right_box .title-news{background:url(r_news_tit.gif) no-repeat;height:54px;}
.right_box .main {
	background:url(story_bg.gif) repeat-y;
}
.right_box .main ul {padding:10px;}
.right_box .bottom { background:url(story_bot.gif) no-repeat;width:250px;padding-top:12px;}