.banner {
	width: 100%;
	max-width: 1920px;
	height: 340px;
	background: #333 url(../image/pc/banner.png) no-repeat center top;
	margin: 0 auto;
}

.box {
	width: 100%;
}

.content {
	width: 1190px;
	margin: 0 auto 80px;
}

.content .title {
	font-size: 20px;
	font-weight: 600;
	color: #252525;
	margin-top: 30px;
}

.content .list {
	min-height: 100px;
	vertical-align: top;
	border-bottom: 1px solid #ECECEC;
	padding: 24px 0;
}

.content .list:affter {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.content .list .list_img {
	float: left;
	width: 160px;
	height: 100px;
	margin-right: 30px;
}

.content .list .flex_right {
	padding-left: 170px;
}

.content .list .list_title {
	font-size: 16px;
	color: #B07D62;
	line-height: 21px;
	margin-bottom: 10px;
}

.content .list .list_intr {
	font-size: 14px;
	color: #787878;
	line-height: 21px;
}

.content .rule {
	width: 1186px;
	font-size: 14px;
	color: #787878;
	line-height: 21px;
	margin-top: 14px;
}
