@charset "gb2312";
/*banner瀵偓婵拷*/
.banner{
	width:100%;
	min-width: 1200px;
	height: 300px;}
.banner img{
	width: 100%;
	height: 300px;}

/*閸愬懎顔愬鈧慨锟�*/
.content{
	width:100%;
	min-width: 1200px;
	padding:20px 0;}
.content .sidebar{
	float: left;
	width:200px;
	border:1px solid #EDF1F2;}
.content .sidebar h2{
	color:#666;
	height: 40px;
	line-height:40px;
	background: #EDF1F2;
	font-size: 16px;
	text-align: center;}
.content .sidebar table{
	table-layout: fixed;
	width:100%;}
.content .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;}
.content .sidebar table tr td a:hover,
.content .sidebar table tr td a.current{
	border-left:2px solid #cc201e;
	color: #cc201e;}
.content .main{
	width:950px;
	min-height:500px;
	float: right;
	margin-bottom: 30px;
	}
.content .main ul li{
	float: left;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;}
.content .main ul li i{
	color: #666;
	font-style: normal;
	margin:0 10px;}
.content .main ul li a{
	font-size:14px;}
.content .main ul li a:hover,
.current{
	color: #cc201e;}
.content .main .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;}
.content  .main .listtable tr{
	height: 37px;
	line-height: 37px;
	border-bottom: 1px dashed #cc201e;}
.content  .main .listtable tr td{
	overflow: hidden;
	border-bottom: 1px dashed #cc201e;}
.content  .main .listtable tr td a{
	display: inline-block;
	color:#666;
	float: left;
	font-size:14px;
	background: url(../images/icon2.png) no-repeat 12px center;
	text-indent:2em;
	width:90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}
.content  .main .listtable tr td:hover a, span{
	color:#cc201e;}
.content  .main .listtable tr td:hover span{
	color:#cc201e;}
.content .main .listtable tr td>span{
	float: right;
	font-size:12px;
	color:#999;}
.main .page{
	text-align: center;}
.main .page span{
	font-size: 12px;
	color:#666;
	cursor: pointer;
	display: inline-block;
	padding:5px 5px;}
.main .page a{
	width: 20px;
	display: inline-block;
	height:20px;
	text-align:center;
	line-height: 20px;
	font-size:12px;}
.main .page a:hover,.page .current{
	color:#fff;
	background: #cc201e;}
