﻿@charset "utf-8";

/*--------------------定义的整体部分----------------*/
.article .con{
	margin:15px auto;
	width:657px;
	overflow:hidden;
	text-align:center;
}
.article .grayBord{
	border:1px solid #999;
	border-top:none;
	border-left:none;
	width:655px;
	background:#E8E8E8;
	margin:20px 0px;
}
.article ul li.btmBord{
	border-bottom:1px solid #999;	
}
.article ul li{
	width:130px;
	float:left;
	line-height:30px;
	border:1px solid #999;
	border-bottom:none;
	border-right:none;
}
.article table{
	margin:15px 0px;
	width:655px;
	text-align:left;
}
.article table tr th{
	background:#E0E0E0;
	line-height:30px;
	padding-left:10px;
}
.article table tr td{
	background:#eeeeee;
	line-height:25px;
	padding:0px 10px 0px 20px;
}
.article .goBack{
	padding:5px;
}
























