@charset "utf-8";
/* CSS Document */

.primary_content_wrap{
	margin:0 auto;
	margin-top:30px;
	width:980px;
	padding-bottom:50px;}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 10px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;}

.article_left{
	float:left;
	width:590px;}

.title_page{
	width:100%;
	height:120px;
	background-image: url(../images/title_news.png);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	display:none;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#c2cc6a;
	font-weight:100;
	padding: 20px 30px;}
	
.article_page{
	min-height:318px;
	padding:0 30px;
	padding-bottom:30px;
	margin-top: 26px;}
	
.article_page p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	text-indent:13px;}
	
.article_page ul{
	overflow:hidden;
	display:block;
	}

.article_page li{
	display:block;
	clear:both;
	overflow:hidden;
	padding:0 5px;
	background: url(../images/iten.png) no-repeat left top; padding-left:30px;border-bottom:1px dotted #5d4a39;
	margin-bottom: 5px;
	}
	
/*.article_page li:hover{
	color:#FFF;
	}*/
	
.news_title{
	float:left;}
	
.news_title a{
	display:block;
	height:32px;
	line-height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2d2d2d;
	text-decoration:none;
	outline:none;
	transition: all 0.2s;position: relative;
	z-index:1;}
.news_title a:hover{
	color:#066;}
/*.news_title a:after
 {
  display: block;
  position: absolute;
  z-index:0;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 10px;
  background-color: #b281bc;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity:0.5;
}*/

.news_title a:hover:after {width: 100%;}

.news_date{
	float:right;
	height:32px;
	line-height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}
	
.article_right{
	position:relative;
	float:right;
	width:370px;}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
/*===淡出淡入照片===*/
	
.photo{
	position:relative;
	float:right;
	width:300px;
	height:451px;
	border:7px solid #9aa7c4}
	
	
.pageview{
	width:90%;
	float:right;}	
	
