﻿@charset "utf-8";
/*
body{
	background: url("../img/view.png") top center no-repeat;
}
*/
/*#wrap{margin-bottom:60px;}*/
#main #zhengwen{
	width:100%;
	min-height:800px;
	font-family: SimSun;
}

#main #zhengwen #title{
	width:697px;
	line-height:61px;
	color:#333;
	font-size:26px;
	padding-top:25px;
	text-align: center;
	border-bottom:1px solid #d9c4b3;
	margin: 0 auto;
	
}

#main #zhengwen #subtitle{
	width:100%;
	line-height:54px;
	color:#666;
	font-size:17px;
	text-align: center;
}

#main #zhengwen #content{
	width:812px;
	line-height:35px;
	color:#666;
	font-size:20px;
	min-height:655px;
	text-align:left;
	padding:25px 0px 82px 0px;
}

#main #zhengwen div.line2{
	width: 814px;
	height: 4px;
	background-color: #e6d9cf;
	margin: 0 auto;
	margin-bottom:22px;
}
#main #zhengwen #history{margin-bottom:62px;}
#main #zhengwen #history div{
	width:100%;
	font-size:16px;
	text-align:left;
	margin:10px;
	font-family: MicrosoftYaHei;
}
#main #zhengwen #history a{
	color: #888;
}
#main #zhengwen #history a:hover{
	color: #db9842;
}

