@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#topbar{
	margin:0 auto;
	height:110px;
	width:1000px;
}
#menu{
	height:55px;
	background-color: #940808;
}
#menu ul{
	margin:0 auto;
	list-style-type:none;
	width:1000px;
	}
#menu li{
	float:left;
	margin-left:50px;
	}	
#menu ul li a{
	background-color:#940808;
	width:100px;
	height:55px;
	text-decoration:none;
	color:#FFF;
	display:block;
	text-align:center;
	line-height:55px;
	}	
#menu ul li a:hover{
	background:#000;
	transition:3s;		/*过渡效果*/
	-moz-transition:3s; /* Firefox 4 */
	-webkit-transition:3s; /* Safari and Chrome */
	-o-transition:3s; /* Opera */
	}
#menu ul li #focus {
	background-color: #000;
}
#content {
	width:1000px;
	height:420px;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content .left {
	float: left;
	height: 420px;
	width: 40%;
}
#content .left .title {
	height: 50px;
	width: auto;
}
#content .right .picture {
	padding:15px;
}

#content .left .article {
	margin-top:100px;
}
#content .left .article p {
	font-family: "宋体", "微软雅黑";
	font-size: 15px;
	line-height:18pt;
	text-align:left;
	color: #000;
}
#content .right {
	height: 420px;
	width: 60%;
	float: left;
}
#content .right .title {
	height: 50px;
	width: auto;
}
#foot {
	background-color: #940808;
	width:auto;
	height:150px;
	color:#fff;
	font-size:12px;
	font-family: "宋体", "微软雅黑";
}
#foot .foot-nav {
	padding-top:40px;
	padding-left:100px;
}
#foot .foot-text p {
		margin-top:10px;
		padding-left:100px;
}	
#foot .foot-nav span {
	margin-left:5px;
}
#foot .foot-nav a{
	color:#fff;
	text-decoration: none;	
}
#foot .foot-nav a:hover{
	text-decoration: underline;	
}	
