html,
body {
	min-width: 1200px;
}

.wrap {
	width: 100%;
	min-height: 100%;
	background-color: #fed5b9;
	background-image: url(../images/lianghui_bg3_20260202.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.main {
	width: 1200px;
	padding-bottom: 40px;
	background: #fdf8f2;
	margin: 0 auto;
	border-radius: 5px;
}


.title {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
	border-bottom: 2px solid #d40e04;
}

.title h1 {
	color: #d40e04;
	font-size: 20px;
}

.list {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
}

.list li {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed #DFDFDF;
}

.list li a {
	width: 100%;
	height: 100%;
	display: block;
}

.list li span:first-child {
	float: left;
	width: 80%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list li span:last-child {
	float: right;
	color: #333;
}

.list li:hover span,
.list li:hover span a {
	color: #d40e04;
}

.fyf {
	padding: 5px;
	margin: 30px 30px 10px 30px;
	text-align: center;
	overflow: hidden;
}

.fyf A {
	border: 1px solid #eae6e2;
	padding: 4px 10px;
	MARGIN: 1px;
	COLOR: #333;
	TEXT-DECORATION: none;
	font-size: 14px
}

.fyf A:hover {
	border: 1px solid #d40e04
}

.fyf A:active {
	border: 1px solid #d40e04;
	COLOR: #fff;
	background: #d40e04;
}

.fyf .current {
	border: 1px solid #d40e04;
	COLOR: #fff;
	background: #d40e04;
	padding: 4px 10px;
	font-size: 14px;
	margin: 1px
}

.fyf .disabled {
	BORDER: #ddd 1px solid;
	padding: 4px 10px;
	margin: 1px;
	COLOR: #aaa;
	font-size: 14px
}

.footer {
	height: 452px !important;
	padding-top: 161px !important;
	box-sizing: border-box;
	background: url(../images/lianghui_footer_20260202.png) no-repeat top center;
}

.list li span:first-child {
	width: 90%;
}