.head {
	background-image: url(../imgs/header-bg.png);
	background-size: 100% 900px;
	min-height: 900px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}

.head-logo img {
	float: left;
	margin-top: 39px;
}

.head-logo span {
	float: right;
	margin-top: 45px;
	font-size: 0;
}

.head-logo span a {
	font-size: 12px;
	color: #B00A0A;
	display: inline-block;
	width: 100px;
	height: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 24px;
	margin-left: 11px;
}

.header-text-row {
	display: flex;
	justify-content: center;
	margin-top: 180px;
}

.header-text {
	display: inline-block;
	max-width: 100%;
}

.main-con {
	margin-top: 60px;
	background: #ffffff;
	border: 1px solid #fef5da;
	box-shadow: 0px 2px 7px 0px rgba(254,245,218,0.58);
	padding: 57px 40px 30px 40px;
}

.yjfk-title {
	position: relative;
	display: flex;
	justify-content: center;
}

.yjfk-title img.title-left {
	position: absolute;
	content: "";
	top: 50%;
	left: 3%;
}

.yjfk-title .title-text {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #D47756;
	width: 310px;
	max-width: 100%;
}

.yjfk-title img.title-right {
	position: absolute;
	content: "";
	top: 50%;
	right: 3%;
}

.yjfk-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.yjfk-list li {
	width: calc(100% / 2);
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 30px;
}

.yjfk-list li a {
	display: block;
	width: 100%;
	position: relative;
}

.yjfk-list li a .yjfk-title {
	background-color: #D47856;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: Bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0 10px;
}

.yjfk-list li a div {
	padding: 10px 10% 20px 10%;
	background-color: #FEF5DA;
	margin-top: 2px;
}

.yjfk-list li a div .block-title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: Bold;
	color: #d47856;
}

.yjfk-list li a div .block-con {
	margin-top: 6px;
	font-size: 16px;
	color: #666666;
}

#pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

