﻿@charset "utf-8";
/* CSS Document */
/*banner开始*/
.banner_sanji{ 
	width:100%;
	min-width:1200px;
	height:200px;
	margin:0 auto;
	position:relative;
	background:url(../img/banner_sanji.png) no-repeat center;
}
.content{ 
	margin:0 auto;
	margin-top:60px;
}





/*标题*/	
.title{
	
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:2px solid #666666;
}
 .title dt{
	float:left;
	font-size:22px;
	line-height:38px;
}

 .title dd{
	float:right;
	color:#8c9099;
	font-size:14px;
	line-height:38px;
}
 .title dd a{
	color:#8c9099;
}
 .title dd a:last-child{
	color:#2d3037;
}

/*内容*/

.text{
	width:1200px;
	margin:10px auto 30px auto;
	background:#fafafa;
	border:1px solid #ccc;
	padding:40px 0;
}

.text h1{
	width:980px;
	color:#333333;
	font-size:24px;
	text-align:center;
	line-height:40px;
	margin:10px auto;
}
.text h6{
	color:#808080;
	font-size:14px;
	text-align:center;
	line-height:36px;
	margin-bottom:30px;
}

.article{overflow:hidden;width:980px;margin:10px auto;font-size:16px;line-height:180%;text-align:left;}

.article table{margin:0 auto;}




