.swiper-header-container {
	width: 100%;
	height: 400px;
}

.banner_header_img {
	display: block;
	width: 100%;
	height: 100%;
}


.list_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 8px;
}

.page_left {
	width: 66%;
}

.page_right {
	width: 32%;
}

.news {
	border: 2px solid #D1060F;
	padding: 20px;
	background: #fff;
	position: relative;
	margin: 30px 0;
}

.news_title {
	text-indent: 30px;
}

.news_content {
	text-indent: 30px;
	line-height: 22px;
	font-size: 16px;
}

.marks_img_box {

	background-color: #ffffff;
	z-index: 999;
}

.marks_img {
	width: 32px;
	height: 32px;
	display: block;
	margin: 10px;
}

.marks_left {
	position: absolute;
	top: -30px;
	left: 20px;
}

.marks_right {
	position: absolute;
	bottom: -30px;
	right: 20px;
}

.special_recom {
	margin-top: 30px;
}

.special_recom_img {
	width: 100%;
	height: 156px;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.special_recom_content {
	margin-top: 10px;
}

.special_recom_content_img {
	width: 85px;
	height: 24px;
	line-height: 24px;
	background-image: url('../images/special/special_recom_content_img.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
}

.special_recom_content_text {
	width: 70%;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
}

.load_more {
	width: 145px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #D1060F;
	border-radius: 5px;
	margin-top: 30px;
	cursor: pointer;
}

.load_more_img {
	width: 14px;
	height: 14px;
	margin-top: 13px;
	margin-left: 5px;
	display: block;
}