body{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.header{
	background: #8A7146;
}
.breadnav{
	width: 1180px;
	margin: 0 auto;
	padding: 17px 0 15px;
}
.breadnav>a{
	color: #fff;
	text-decoration: none;
}
.storage{
	font-size: 22px;
	float: right;
}
.topBg{
	overflow: hidden;
}
.topBg>img{
	float: left;
	width: 100%;
}
.container{
	background: url(../images/content-bg2.jpg) bottom no-repeat;
    padding-top: 35px;
    padding-bottom: 360px;
	background-color: #f6ebd6;
}
.contents{
	padding: 60px 48px 200px;
	background: #fff;
	font-size: 16px;
    box-sizing: border-box;
	width: 1180px;
	margin: 0 auto;
	box-shadow: 0 0 11px 0px #0000008f;
}
.cateLog ul li a{
color: #914423;
}
.cateLog ul li a:visited{
	color: #914423;
}
.contentsTitle{
	margin-top: 0;
	margin-bottom: 38px;
	text-align: center;
}
.contentFirst{
	color: #914423;
}
.contents>p{
	text-indent: 2em;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 0;
}
.content-img{
	width: 560px;
	margin: 30px auto 0;
}
.content-img>img{
	width: 100%;
}
