@charset "gb2312";
/*banner寮�*/
.banner{
	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;
        margin-left:50px;
	border:1px solid #EDF1F2;}
.sidebar table{
	table-layout: fixed;
	width:100%;}
.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);
	font-weight: bold;}
.main{
	width:700px;
	min-height:500px;
	/*float: right;*/
margin-left:300px}
.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{
	color:rgb(13, 114, 57);
	font-weight: bold;}
.listtable tr td:hover span{
	color:rgb(13, 114, 57);
	font-weight: bold;}
.listtable tr td span{
	float: right;
	font-size:12px;
	color:rgb(13, 114, 57);}