﻿@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:30px;
	width:980px;
	padding-bottom:50px;
	/*overflow:hidden;*/}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 10px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;
	/*overflow:hidden;*/}

.article{
	width:100%;}

.title_page{
	background-image: url(../images/title_newspage.png);
	    width: 960px;
    height: 148px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 0px;
	}
	
.title_page h1{
	display:none;
	text-indent:-9999px;}
	
.title_page a{
	float:right;
	display:none;
	width:76px;
	height:76px;
	margin:2px;
	text-indent:-9999px;
	background-image:url(../images/go_back.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:15px;}

.title_page a:hover{
	background-position:left bottom;}
	
.article_title{
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-left: 11px;
	border-bottom:1px dotted #5d4e8b;}
	
.article_title h2{
	float:left;
	display:block;
	font-size:26px;
	font-weight:100;
	padding:20px 10px 20px 10px;}
	
.news_date{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:20px;}
	
.article_page{
	padding:0 30px;
	border-bottom:1px solid #ccc;
	padding-bottom:30px;}
	
.content{
	padding:0 20px 20px 20px;
	min-height:400px;
	margin-bottom:10px;
	border-bottom:1px dotted #FFF;}
	
.content p , .content div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:26px;}

.btn{
	overflow:hidden;
	padding:0px 20px;}

.btn a{
	float:right;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	display:block;
	height:32px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	padding:0 20px;
	background-color:#799396;}
	
.btn a:hover{
	background-color:#9c9b93;}

.type_nav{margin-bottom: 40px;}