html,
body {
	min-width: 1300px;
}

p {
	margin: 0;
}

.wrap {
	width: 100%;
	min-height: 100%;
	background-color: #fed5b9;
	background-image: url(../images/lianghui_info_bg_20260202.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.main {
	width: 1200px;
	padding-bottom: 40px;
	background: #fff;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}


.title {
	text-align: center;
}

.title p:first-child {
	font-size: 35px;
	color: #000;
	line-height: 44px;
	margin-top: 51px;
	font-weight: 600;
}

.title p:last-child {
	font-size: 16px;
	color: #333;
	margin-top: 38px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #333;
}

.content {
	width: 100%;
	margin-top: 0;
	padding: 20px 50px;
	line-height: 32px;
	box-sizing: border-box;
}

.footer {
	height: 452px !important;
	padding-top: 161px !important;
	box-sizing: border-box;
	background: url(../images/lianghui_footer_20260202.png) no-repeat top center;
}