body  {
	background: #fffee5;
}


.banner img {
	width: 100%;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.dot {
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	background: indianred;
	vertical-align: 3px;
	margin-right: 5px;
}
.wrap {
	padding: 30px 0;
}
.con dl {
	background: #fff;
	padding: 10px 0;
	margin: 20px 0;
}

.con dt {
	position: relative;
	background: url(title_bg_5z.jpg) center no-repeat;
	width: 100%;
	height: 80px;
}
.con .col_name {
	position: absolute;
    top: 32px;
    left: 150px;
    font-size: 18px;
    font-weight: bold;
    color: #fac148;
}
.con .more {
	position: absolute;
    top: 35px;
    right: 40px;
    font-weight: bold;
    color: #fac148;
    font-family: initial
}
.con dd {
	height: 35px;
	line-height: 35px;
	list-style: initial;
	margin-left: 30px;
}

.footer {
	height: 100px;
	background: #545454;
	padding-top: 20px;
}
.footer p {
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff
}

