@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:80px;
	width:980px;
	padding:0px 45px 30px 45px;
	background-image:url(../images/panel_bg.png);
	background-position:left top;
	background-repeat:repeat;
	border:0px solid #F00;
	overflow:hidden;
}

.article_left{
	float:left;
	width:550px;}

.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:510px;
	padding:10px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#eee;
	line-height:24px;
	border-top:1px solid #30a99c;}
	
.article_page p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ddd;
	text-indent:13px;}
	
.article_page ul{
	overflow:hidden;
	/*width:500px;*/
	display:block;}

.article_page li{
	border-bottom:1px solid #30a99c;}
	
.article_page li.date{
	display:block;
	float:left;
	width:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	height:28px;
	line-height:28px;}

.article_page li.title{
	float:left;
	width:400px;
	display:block;
	background-image:url(../images/news_arrow.png);
	background-position:6px center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	height:28px;
	line-height:28px;
	padding-left:26px;}
	
.article_page li.title a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;}
	
.article_page li.title a:hover{
	color:#994407;}
	
/*===NEWS PAGE===*/
	
.pageview{
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-top:5px;
	margin-right:30px;
	width:260px;
	padding-top:5px;}
	
.pageview a{
	text-decoration:none;
	color:#000;
	outline:none;}
	
.pageview a:hover{
	color:#994407;}
	
/*===淡出淡入照片===*/
	
.photo{
	position:relative;
	float:right;
	width:300px;
	height:451px;
	margin-top:30px;
	border:7px solid #fff}