@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:80px;
	width:980px;
	padding-bottom:46px;
	border:0px solid #F00;
	overflow:hidden;
}

.article_left{
	margin:0 auto;
	width:890px;
	padding:0px 45px 20px 45px;
	background-image:url(../images/panel_bg.png);
	background-position:left top;
	background-repeat:repeat;}

.page_title{
	position:relative;
	width:360px;
	height:88px;
	margin-bottom:5px;}

.page_title h1{
	display:block;
	width:328px;
	height:88px;
	background-image: url(../images/title_news.png);
	background-position:left top;
	background-repeat: no-repeat;
	text-indent:-9999px;}
	
.article_page{
	overflow:hidden;
	width:850x;
	padding:10px 20px 10px 20px;
	border-top:1px solid #30a99c;}
	
.title_block{
	width:850px;
	padding-bottom:5px;
	overflow:hidden;
	border-bottom:2px solid #333;}

.news_title{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#222;
	font-weight:bold;}

.news_date{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;}
	
.news_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#222;
	line-height:30px;}
	
.bottom_block{
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #333;
	overflow:hidden;}

.fb_share{
	float:left;}

.more_news{
	float:right;
	width:60px;
	height:60px;}
	
.more_news a{
	display:block;
	width:60px;
	height:60px;
	background-image:url(../images/morenews_btn.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;}

.more_news a:hover{
	background-position:left bottom;}