body {
	background: #fafafa;
}
.news_wrap {
	width: 100%;
	overflow: hidden;
	background: url(../image/wrap_bg.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}
.guide_cont {
	width: 100%;
	overflow-y: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.top_adv{ padding: 12px 3%; background-color: #310b0d; overflow: hidden;}
.top_adv img { float: left; width: 40%;}
.top_adv .news_infor{ float: right; width: 50%; padding: 12px 0;}
.top_adv .news_name{ color: #f1eeee; font-size: 16px; margin-bottom: 15px; margin-top: 10px;}
.top_adv .news_title{ color: #d4b7a5; font-size: 14px; margin-bottom: 10px;}
.top_adv .news_desc{ color: #c8b0a5; font-size: 12px;}
/*列表*/
.list_cont {
	margin-bottom: 10px;
}
.news_div {
	position:relative;
	padding: 12px 3%;
	border-bottom:1px solid #a44f52;
}
.img_div {
	width: 33%;
	background: url(../image/default_img.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.img_div img {
	width: 100%;
	height:100%;
	background: url(../image/default_img.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.about_news {
	width: 64%;
}
.news_div h4 {
	font-size: 16px;
	color: #FFF;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_div p {
	position:absolute;
	bottom:12px;
	width:60%;
	font-size: 14px;
	color: #f9b1b3;
	margin-top: 36px;
}
.about_news p b {
	font-weight:normal;
}
.imgs_div {
	margin-top: 10px;
}
.imgs_div img {
	float: left;
	width: 32%;
	margin-left: 2%;
	background: url(../img/default_img.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.imgs_div img:nth-child(1){
	margin-left: 0;
}

/*loading*/
.load {
	position:fixed;
	left:0;
	bottom:0;
	display: none;
	width:100%;
	clear: both;
	height:24px;
	line-height:24px;
	font-size:12px;
	background:rgba(255,255,255,.4);
}
.load_img { 
	text-align:center;
}
.load_img img {
	display: inline-block;
	vertical-align: -4px;
}