.foot {
	bottom: 0;
}

.banner {
	width: 100%;
	height: 350px;
	background: url(https://www.shsymphony.com/shstatic/pc/images/page_banner.jpg) top no-repeat;
	position: relative;
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	margin: 0 0 20px 0;
}

.banner_bottombg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 166px;
	bottom: 0;
	background: url(https://www.shsymphony.com/shstatic/pc/images/index_bg.png) center 4px no-repeat;
}

.wrapper {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #f6f6f4;
	padding-bottom: 640px;
}

/* 位置 */
.weizhi {
	width: 1450px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}

.page_breadcrumb {
	font-size: 14px;
	padding: 10px 0 0;
	padding-top: 0;
	width: auto;
	position: relative;
	line-height: 100%;
	display: inline-block;
	border-bottom: 1px solid #b21123;
	z-index: 9;
}

.page_breadcrumb a,
.page_breadcrumb span {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 18px;
	border-bottom: 3px solid transparent;
	color: #333;
}

.page_breadcrumb .red {
	border-bottom: 3px solid #b21123;
	margin-right: 0;
}

/* 新闻中心 */
.xinwen {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	padding: 50px 60px 0 50px;
}
.xinwen1{
	margin-bottom: 100px;
}
.xinwen2 p {
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 2px;
	color: #847465;
	font-weight: 100;
	padding-bottom: 40px;
}
.s_xinwen{
	padding-bottom: 30px;
}
.s_xinwen a h1 {
	font-size: 32px;
	color: #333;
	line-height: 36px;
	font-family: zi2;
	
}

.s_xinwen a h2 {
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-weight: 500;
	line-height: 30px;

}

.s_xinwen a p {
	font-size: 18px;
	line-height: 30px;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;

}
.s_xinwen a:hover h1{
	color: #b21123;
}
.s_xinwen a:hover h2{
	color: #b21123;
}
.gengduo a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 38px;
	background: #847465;
	color: #ffff;
	font-size: 18px;
	border-radius: 50px;
	margin-top: 20px;
	transition: all 0.3s;
}
.gengduo a:hover{
	background: #b21123;
}
@media screen and (max-width:768px) {
	.banner {
	    height: 300px;
	}
	.xinwen {
	    padding: 20px;
	}
}