/*面包屑*/
.navigation{
	clear: both;
	margin: 0 auto;
	width: 1200px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #222;
	padding-left: 20px;
}
.navigation a{
	margin: 5px;
}
.navigation a:hover{
	font-weight: bold;
	color: #0c64fd;  /*蓝*/
}

/*主内容*/
.main{
	margin: 0 auto;
	margin-bottom: 100px;
	width: 1200px;
	box-shadow: 0 8px 15px 0 #eee;
	padding: 0 0 80px 0;
}
.main h1{
	width: 100%;
	line-height: 50px;
	padding: 20px 0;
	font-weight: bold;
	font-size: 28px;
	color: #111;
	text-align: center;
}
.main .info{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #f1f1f1;
}
.main .info ul{
	margin: 0 auto;
	width: 50%;
	height: 100px;
	padding: 10px 0 20px 0;
}
.main .info ul li{
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.main .txt{
	width: 100%;
	height: auto;
	min-height: 500px;
	padding: 30px;
}
