.topBar3{
	background: url('../images/menuBg-detail.png') no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.MainView {
	position: relative;
	z-index: 2;
}
.mainList {
	display: block;
	transform: translateY(-4.25rem);
	background: none;
	min-height: unset;
}

.hx-bottom {
	bottom: unset;
	margin-top: -4.25rem;
	position: relative;
}


.noticeView {
	width: calc(100% - 10.5rem);
	padding: 1.6875rem 5.25rem;
}
.noticeView .notice-intro{
	padding: 0;
}
.wyhName{
	width: auto;
	padding-bottom: 4.25rem;
}
.notice-content p{
	line-height: 2.9375rem !important;
}
.footer{
	height: unset; 
	background: none;
	position: absolute;
}
.notice-content{
	min-height: calc(100vh - 30rem);
}