@charset "gb2312";
/*banner开始*/
.banner{
        margin: 0 auto;
	width:1200px;
	height: 400px;
	margin-top: 20px;
	overflow: hidden;
}
.banner img{
	width: 1200px;}

/*内容开始*/
.content{
	width:100%;
	min-width: 1200px;
	padding:20px 0;}
.sidebar{
	float: left;
	width:200px;
}
.sidebar table{
	table-layout: fixed;
	width:100%;
        border: 1px solid #EDF1F2;
        border-collapse: collapse;
}
.sidebar tr td a{
	display: block;
	text-align: center;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#666;
	margin-left:-3px;
	border-left:2px solid transparent;}
.sidebar table tr td a:hover,
.sidebar table tr td a.current{
	border-left:2px solid rgb(13, 114, 57);
	color: rgb(13, 114, 57);}
.main{
	width:950px;
	min-height:500px;
	float: right;}
.main ul li{
	float: left;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;}
.main ul li i{
	color: #666;
	font-style: normal;
	margin:0 10px;}
.main ul li a{
	font-size:14px;}
.main ul li a:hover,
.current{
	color: rgb(13, 114, 57);}
.main p,.main span{
	color: #000;}
.listtable{
	table-layout: fixed;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;}
.listtable tr{
	height: 37px;
	line-height: 37px;}
.listtable tr td{
	overflow: hidden;
	border-bottom: 1px dashed rgb(13, 114, 57);}

.listtable tr td:hover a, span{
	color:rgb(13, 114, 57);}
.listtable tr td:hover span{
	color:rgb(13, 114, 57);}
.listtable tr td span{
	float: right;
	font-size:12px;
	color:rgb(13, 114, 57);}